/* 店舗紹介枠 */
#shop {}

#shop ul {
  margin: 0;
}

#shop ul li {
  list-style: none;
  float: left;
  width: 318px;
  background-color: #260606;
  padding: 20px;
  color: #ffffff;
  border: 1px solid #533030;
  height: 450px;
}

#shop ul li h4 {
  text-align: center;
  font-weight: bold;
  color: #260606;
  font-size: 120%;
  background: url(../img/common/hd_shop.png) no-repeat center;
  height: 45px;
  line-height: 3.0;
  margin-bottom: 20px;
}

#shop ul p img {
  border: solid 5px #CEC7C7;
  margin: 0 15px 0;
}

#shop ul:after {
  content: "";
  display: block;
  clear: both;
}

.btn_menu {
  width: 240px;
  background-color: rgb(185, 151, 91);
  text-align: center;
  margin: 10px auto;
  padding: 10px;
}

.btn_menu a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 110%;
}

.btn_detail {
  width: 240px;
  background-color: rgb(168, 43, 18);
  text-align: center;
  margin: 10px auto;
  padding: 10px;
}

.btn_detail a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 110%;
}

/*
-----------------------------------------------
	調整
----------------------------------------------- */
body {
  background: #260606;
}

.header {
  background: url(/img/ranzu_header_202203.png);
}

.logo {
  padding: 100px 0 0 0;
}


/* 銀座和蘭豆 用　Nav設定　*/
.nav ul li a {
  padding: 70px 0 0 0;
  margin: 0;
  background: url(/img/ranzu_nav_210514.png) no-repeat 0 0;
}


/* Nav default */
.nav6:nth-child(1) a {
  background-position: 0px 0px;
}

.nav6:nth-child(2) a {
  background-position: -160px 0px;
}

.nav6:nth-child(3) a {
  background-position: -320px 0px;
}

.nav6:nth-child(4) a {
  background-position: -480px 0px;
}

.nav6:nth-child(5) a {
  background-position: -640px 0px;
}

.nav6:nth-child(6) a {
  background-position: -800px 0px;
}

/* Nav hover */
.nav ul li.nav6 a:hover {
  background: transparent;
}

.nav ul li.nav6:nth-child(1) a:hover {
  background: transparent;
  background: url(/img/ranzu_nav_210514.png) no-repeat 0px -70px;
}

.nav ul li.nav6:nth-child(2) a:hover {
  background: transparent;
  background: url(/img/ranzu_nav_210514.png) no-repeat -160px -70px;
}

.nav ul li.nav6:nth-child(3) a:hover {
  background: transparent;
  background: url(/img/ranzu_nav_210514.png) no-repeat -320px -70px;
}

.nav ul li.nav6:nth-child(4) a:hover {
  background: transparent;
  background: url(/img/ranzu_nav_210514.png) no-repeat -480px -70px;
}

.nav ul li.nav6:nth-child(5) a:hover {
  background: transparent;
  background: url(/img/ranzu_nav_210514.png) no-repeat -640px -70px;
}

.nav ul li.nav6:nth-child(6) a:hover {
  background: transparent;
  background: url(/img/ranzu_nav_210514.png) no-repeat -800px -70px;
}


/* Nav active */
.nav ul li.nav6 a.selected {
  background: transparent;
  background: url(/img/ranzu_nav_210514.png) no-repeat 0 0;
}

#page-home .nav6:nth-child(1) a {
  background-position: 0px -140px;
  cursor: default;
}

#page-ginza .nav6:nth-child(2) a {
  background-position: -160px -140px;
  cursor: default;
}

#page-kamataekimae .nav6:nth-child(3) a {
  background-position: -320px -140px;
  cursor: default;
}

#page-sunrisekamata .nav6:nth-child(4) a {
  background-position: -480px -140px;
  cursor: default;
}


#page-policy .nav6:nth-child(5) a {
  background-position: -640px -140px;
  cursor: default;
}

#page-access .nav6:nth-child(6) a {
  background-position: -800px -140px;
  cursor: default;
}

.footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #260606;
  color: #eee;
  text-align: center;
  clear: both;
}

.info-detail {
  width: 100%;
  padding: 15px 0;
  color: #555;
  border-top: 1px solid #5A4343;
  clear: both;
}

.info-detail_td th {
  background: #563d3d;
  ;
  color: #fff;
  width: 17%;
}

.fnav {
  width: 100%;
  background: #260606;
  border-top: 1px solid #5A4343;
  clear: both;
}

.copyright {
  width: 100%;
  background: #563d3d;
  border-top: 1px solid #5A4343;
}


a:hover img {
  opacity: 0.8;
  filter: (opacity=80);
  -ms-filter: "(opacity=80)";
}

.btn_menu a:hover {
  opacity: 0.6;
  filter: (opacity=60);
  -ms-filter: "(opacity=60)";
}

.btn_detail a:hover {
  opacity: 0.6;
  filter: (opacity=60);
  -ms-filter: "(opacity=60)";
}

/*202203 秋葉原店追加の更新*/

.nav ul {
  display: flex;
  justify-content: center;
}

.nav ul li{
  float: none;
  position: relative;
}

.nav ul li::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 85%;
  background-image: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,0));
  transform: translateY(-50%);
}
.nav ul li:last-child::after{
  display: none;
}

.nav ul li a{
  background-image: none;
  line-height: 1.2;
  font-size: 14px;
  display: block;
  padding: 24px 30px 0;
  box-sizing: border-box;
  width: 100% !important;
  position: relative;
}

.nav ul li a:hover{
  background-image: linear-gradient(to bottom,#4A3434,#260606);
}

.nav ul li a span{
  font-size: 10px;
  display: block;
  color: #CD9B18;
  margin-top: 2px;
}

.nav ul li a::after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 6px;
  height: 6px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: none;
}


#page-home .nav ul li.new_nav01 a,
#page-ginza .nav ul li.new_nav02 a,
#page-kamataekimae .nav ul li.new_nav03 a,
#page-sunrisekamata .nav ul li.new_nav04 a,
#page-akihabara .nav ul li.new_nav05 a,
#page-policy .nav ul li.new_nav06 a,
#page-access .nav ul li.new_nav07 a
{
  background-image: linear-gradient(to bottom,#260606,#260606);
  pointer-events: none;
  cursor: default;
}

#page-home .nav ul li.new_nav01 a::after,
#page-ginza .nav ul li.new_nav02 a::after,
#page-kamataekimae .nav ul li.new_nav03 a::after,
#page-sunrisekamata .nav ul li.new_nav04 a::after,
#page-akihabara .nav ul li.new_nav05 a::after,
#page-policy .nav ul li.new_nav06 a::after,
#page-access .nav ul li.new_nav07 a::after
{
  display: block;
}

h4.label_tit{
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 44px;
  background-image: url(/img/bg_title.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  color: #fff;
  font-family: serif;
  font-size: 22px;
}

.header_tels{
  position: absolute;
  top: 32px;
  right: 0;
  color: #fff;
  font-size: 11px;
}

.header_tels dl >div{
  display: flex;
}

.header_tels dl >div dt{
  min-width: 129px;

}

p.to_access{
  display: none;
}