@charset "UTF-8";
.shop-overview{
  padding-top: 60px;
}
.shop-overview__ttl{
  text-align: center;
  margin-bottom: 50px;
}
.shop-overview__ttl .head-jp{
  display: inline-block;
  padding: 10px;
  font-size: 2.6rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.shop-overview__cont{
}
.shop-overview__cont-table{
  max-width: 550px;
  width: 100%;
  margin: 0 auto 40px;
}
.shop-overview__cont-table-tr{
  border-top: solid 1px #86501a;
  padding: 10px 0;
}
.shop-overview__cont-table-tr:last-of-type{
  border-bottom: solid 1px #86501a;
}
.shop-overview__cont-table-th{
  letter-spacing: 0.05em;
}
.shop-overview__cont-table-td{
  letter-spacing: 0.05em;
}
.shop-overview__cont-table-td a{
  color: #000;
}
.shop-overview__cont-img{
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.shop-overview__cont-img-inr{
  position: relative;
}
.shop-overview__cont-img-inr::after{
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #86501a;
  position: absolute;
  top: -10px;
  right: -10px;
  pointer-events: none;
}
@media screen and (min-width:768px){
  .shop-overview{
    padding-top: 100px;
  }
  .shop-overview__ttl{
    margin-bottom: 70px;
  }
  .shop-overview__ttl .head-jp{
    padding: 15px 20px;
    font-size: 3.6rem;
  }
  .shop-overview__cont-table-tr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
  }
  .shop-overview__cont-table-th{
    width: 170px;
    padding: 0 15px 0 30px;
  }
  .shop-overview__cont-table-td{
    flex: 1;
    padding-right: 10px;
  }
}
@media screen and (min-width:1024px){
  .shop-overview__ttl .head-jp{
    padding: 20px;
    font-size: 5rem;
  }
  .shop-overview__cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 min(100px, calc((100/10.24*1vw)));
  }
  .shop-overview__cont-table{
    width: 50%;
    margin: 0;
  }
  .shop-overview__cont-img{
    flex: 1;
    width: auto;
    margin: 0;
  }
  .shop-overview__cont-img-inr{
    margin-right: -10px;
  }
}
@media screen and (min-width:1260px){
  .shop-overview__cont-img-inr{
    margin-right: max(-350px, calc((1240px - 100vw) / 2));
  }
}

/*	お席のご案内
---------------------------------*/
#seat{
  scroll-margin-top: 120px;
}
.shop-seat{
  margin-top: calc(var(--sp-mgt) + 200px);
  position: relative;
}
.shop-seat .bg-image-fixed{
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  background-size: auto 600px;
  background-position: top center;
  background-image: url(/system_panel/uploads/images/shop-seat-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.shop-seat__cont{
  background-image: url(/system_panel/uploads/images/body-bg.png);
}
.shop-seat__cont-block{
  position: relative;
  padding-bottom: 50px;
}
.shop-seat__cont-block.nomal{
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.shop-seat__cont-head img{
  width: 160px;
}
.shop-seat__cont-item{
  margin-top: 50px;
  position: relative;
}
.shop-seat__cont-item .media-img{
  position: relative;
}
.shop-seat__cont-item .media-img:after{
  position: absolute;
  top: -8px;
  left: -8px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--light-brown);
  pointer-events: none;
}
.shop-seat__cont-item .media-content {
  padding: 20px;
  background: #fff;
}
.shop-seat__cont-item .media-content .head {
  font-size: 2rem;
  color: var(--light-brown);
}
.shop-seat__cont-item .media-content .txt {
  margin-top: 10px;
}
.shop-seat__cont-item .media-block.reverse .media-img:after {
  left: 8px;
}
.shop-seat__cont-item-bg01{
  max-width: max-content;
  width: 80%;
  position: absolute;
  bottom: -100px;
  left: -20px;
  z-index: -1;
}
.shop-seat__cont-item-bg02{
  max-width: max-content;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: -1;
}
@media screen and (min-width:768px){
  .shop-seat{
    margin-top: calc(var(--pc-mgt) + 500px);
  }
  .shop-seat .bg-image-fixed{
    top: -500px;
    background-size: cover;
    background-attachment: fixed;
  }
  .shop-seat__cont{
    margin-top: 300px;
  }
  .shop-seat__cont-block{
    padding-bottom: 0;
  }
  .shop-seat__cont-head img{
    width: 200px;
  }
  .shop-seat__cont-item{
    margin-top: 70px;
  }
  .shop-seat__cont-item .media-block.reverse .media-content {
    padding-left: 20px;
    left: 0;
  }
  .shop-seat__cont-item .media-block {
    position: relative;
    margin-bottom: 100px;
  }
  .shop-seat__cont-item:last-of-type .media-block{
    margin-bottom: 0;
  }
  .shop-seat__cont-item .media-img {
    width: 47%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    z-index: 1;
  }
  .shop-seat__cont-item .media-content {
    position: absolute;
    top: 40px;
    right: 0;
    width: 60%;
    z-index: 2;
  }
  .shop-seat__cont-item .media-content .head {
    font-size: 2.6rem;
  }
  .shop-seat__cont-item-bg01{
    bottom: -200px;
    left: -30px;
  }
  .shop-seat__cont-item-bg02{
    right: -30px;
  }
}
@media screen and (min-width:1024px){
  #seat{
    scroll-margin-top: 150px;
  }
  .shop-seat__cont-head img{
    width: 332px;
  }
  .shop-seat__cont-item .media-block {
    margin-bottom: 80px;
  }
  .shop-seat__cont-item .media-content {
    padding: 30px !important;
    top: 50%;
  }
  .shop-seat__cont-item .media-content.fade_up.animated {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .shop-seat__cont-item .media-content .head {
    font-size: 3rem;
  }
  .shop-seat__cont-item .media-content .txt {
    margin-top: 40px;
  }
}
@media screen and (min-width:1200px){
  #seat{
    scroll-margin-top: 180px;
  }
  .shop-seat__cont-item .media-img {
    width: 60%;
  }
  .shop-seat__cont-item .media-content {
    padding: 60px !important;
    width: 52%;
  }
}
@media screen and (min-width:1260px){
  .shop-seat__cont-item-bg01{
    left: max(-360px, calc((1200px - 100vw) / 2));
  }
  .shop-seat__cont-item-bg02{
    right: max(-360px, calc((1200px - 100vw) / 2));
  }
}


/*	多様なシーンで
---------------------------------*/
.shop-scene{
  padding-top: 80px;
  position: relative;
}
.shop-scene__ttl{
  font-size: 3rem;
  letter-spacing: 0.075em;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.shop-scene__ttl strong{
  font-size: 5rem;
  font-weight: 400;
  color: #86501a;
}
.shop-scene__cont-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.shop-scene__cont-item{
  max-width: 200px;
  width: calc((100% - 20px) / 2);
}
.shop-scene__cont .btn-arrow{
  margin: 40px auto 0;
}
.shop-scene__img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 8%;
  padding-top: 40px;
  position: relative;
}
.shop-scene__img--item01{
  max-width: 290px;
  width: 35%;
}
.shop-scene__img--item02{
  max-width: 298px;
  width: 40%;
}
.shop-scene__img--item03{
  max-width: 430px;
  width: 43%;
  margin-left: 2%;
}
.shop-scene__img--item04{
  max-width: 530px;
  width: 45%;
  margin: 20px 2% 0 0;
}
.shop-scene__bg01{
  max-width: max-content;
  width: 60%;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
}
.shop-scene__bg02{
  max-width: max-content;
  width: 80%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width:768px){
  .shop-scene{
    padding-top: 200px;
  }
  .shop-scene__ttl{
    font-size: min(4vw, 4rem);
    margin-bottom: 70px;
  }
  .shop-scene__ttl strong{
    font-size: 7rem;
  }
  .shop-scene__ttl--br br{
    display: none;
  }
  .shop-scene__cont-list{
    max-width: none;
    margin: 0;
  }
  .shop-scene__cont-item{
    width: calc((100% - 60px) / 4);
  }
  .shop-scene__cont .btn-arrow{
    margin-top: 70px;
  }
  .shop-scene__img{
    padding-top: 70px;
  }
  .shop-scene__bg01{
    width: 50%;
    top: 40%;
  }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1300px){
  .shop-scene__img--item01{
    width: 15.5vw;
    position: absolute;
    top: -370px;
    left: max(-290px, calc((1200px - 100vw) / 2));
  }
  .shop-scene__img--item02{
    width: 16vw;
    position: absolute;
    top: -370px;
    right: max(-298px, calc((1200px - 100vw) / 2));
  }
}
@media screen and (min-width:1600px){
  .shop-scene__bg01{
    top: auto;
    bottom: 0;
  }
}