@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
  position: relative;
  height: 555px;
  background-color: #131413;
}
.mainVisual .backstretch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 555px;
}
.mainVisual .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.mainVisual .shadow img {
  width: 100%;
}
.mainVisual .title {
  position: absolute;
  left: 43px;
  bottom: 36px;
  color: #FDDE73;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#main .newsSec .topBox {
  padding: 30px 40px 70px 40px;
}
#main .newsSec .topBox .lBox h2 {
  color: #252B25;
  width: 108px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#main .newsSec .topBox .lBox .newsList dt {
  float: left;
  font-size: 1.2rem;
  color: #9A9A9A;
  letter-spacing: 0.03em;
}
#main .newsSec .topBox .lBox .newsList dd {
  padding: 0 0 10px 7em;
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0.04em;
}
#main .newsSec .topBox .lBox .newsList dd a {
  color: #000;
  position: relative;
  display: inline-block;
}
#main .newsSec .topBox .lBox .newsList dd a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  display: block;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: right center 0;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
/* 20240111追加 */
#main .newsSec .topBox .newsAll {
  right: 40px;
  margin-top: 50px;
  position: absolute;
}
.en #gHeader .hBox .btn a{
	font-size:12px;
}


@media all and (max-width: 767px) {
  #main .newsSec .topBox .newsAll {
    bottom: auto;
    right: 40%;
    margin-top: 12px;
  }
}
#main .newsSec .topBox .faceBook {
  margin-top: -5px;
}
#main .newsSec .topBox .faceBook a, #main .newsSec .topBox .newsAll a {
  display: inline-block;
  color: #252B25;
}
#main .newsSec .topBox .faceBook .imgSpan {
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#main .newsSec .topBox .faceBook .txtSpan, #main .newsSec .topBox .newsAll .txtSpan {
  margin-top: -3px;
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
#main .newsSec .topBox .faceBook .txtSpan:before, #main .newsSec .topBox .faceBook .txtSpan:after, #main .newsSec .topBox .newsAll .txtSpan:before, #main .newsSec .topBox .newsAll .txtSpan:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: right;
  transform: scaleX(1) translateZ(0);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
}
#main .newsSec .topBox .faceBook .txtSpan:after, #main .newsSec .topBox .newsAll .txtSpan:after {
  transform-origin: left;
  transform: scaleX(0) translateZ(0);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
}
#main .newsSec .inner {
  padding-top: 10px;
  margin-bottom: 123px;
}
#main .newsSec .inner .content {
  align-items: center;
}
#main .newsSec .inner .photoBox {
  padding-left: 25px;
  width: 42%;
  box-sizing: border-box;
}
#main .newsSec .inner .textBox {
  width: 50%;
}
#main .newsSec .inner .textBox .txt {
  font-weight: 500;
  line-height: 2.4;
  color: #232923;
  letter-spacing: 0.1em;
}
#main .newsSec .photoList {
  margin-bottom: -1px;
  overflow: hidden;
  aspect-ratio: 512 / 215;
}
#main .newsSec .photoList li {
  width: 100%;
  float: left;
}
#main .newsSec .photoList li .photo {
  padding-bottom: 42.02%;
  background: url("../img/index/photo02.jpg") no-repeat center top;
  background-size: 150% auto;
  box-sizing: border-box;
  background-size: 100%;
}
#main .commitmentSec {
  padding: 130px 0 40px;
  color: #fff;
  background: url("../img/index/bg.jpg") repeat left top;
  background-size: auto;
}
#main .commitmentSec .topContent {
  margin-bottom: 120px;
}
#main .commitmentSec .topContent .headLine02 {
  float: right;
  padding-right: 65px;
}
#main .commitmentSec .topContent .textBox {
  float: left;
  width: 630px;
  margin-left: 86px;
}
#main .commitmentSec .topContent .textBox .headLine01 {
  margin-bottom: 35px;
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.7;
}
#main .commitmentSec .topContent .textBox .txt {
  line-height: 2.3;
  letter-spacing: 0.09em;
}
#main .commitmentSec .innerBox {
  margin-bottom: 150px;
}
#main .commitmentSec .innerBox .photoBox {
  float: left;
  width: 49.5%;
}
#main .commitmentSec .innerBox .textBox {
  float: right;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
#main .commitmentSec .innerBox .textBox .infoBox {
  max-width: 470px;
  margin: 0 auto 0 80px;
}
#main .commitmentSec .innerBox .textBox .pho {
  margin-bottom: 17px;
  width: 298px;
}
#main .commitmentSec .innerBox .textBox .name {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.15em;
}
#main .commitmentSec .innerBox .textBox .name .info {
  display: block;
  font-size: 1.3rem;
  margin-top: 30px;
  margin-bottom: 5px;
  color: #D6C47A;
  letter-spacing: 0.05em;
}
#main .commitmentSec .innerBox .textBox .txt {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 2;
}
#main .commitmentSec .innerBox01 {
  margin-bottom: 150px;
}
#main .commitmentSec .innerBox01 .photoBox {
  float: right;
  width: 45%;
}
#main .commitmentSec .innerBox01 .photoBox img {
  width: 100%;
}
#main .commitmentSec .innerBox01 .textBox {
  float: left;
  padding: 0 0 0 20px;
}
#main .commitmentSec .innerBox01 .textBox .infoBox {
  margin: 0 10px 0 auto;
  max-width: 546px;
}
#main .commitmentSec .innerBox01 .textBox .headLine01 {
  color: #fff;
  font-weight: 500;
  line-height: 2;
}
#main .commitmentSec .innerBox01 .textBox .pho {
  margin-bottom: 50px;
  width: 500px;
}
#main .commitmentSec .innerBox01 .textBox .txt {
  font-size: 1.4rem;
  line-height: 2.3;
}
#main .commitmentSec .content01 {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}
#main .commitmentSec .content01 .headLine01 {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}
#main .commitmentSec .content01 .topTxt {
  margin-bottom: 65px;
  text-align: center;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
#main .commitmentSec .content01 .inner {
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#main .commitmentSec .content01 .inner .photoBox {
  width: 66.5%;
  overflow: hidden;
}
#main .commitmentSec .content01 .inner .photoBox .infoPho {
  width: 50%;
  display: block;
  float: left;
}
#main .commitmentSec .content01 .inner .photoBox .infoPho img {
  width: 100%;
}
#main .commitmentSec .content01 .inner .textBox {
  width: 28%;
}
#a03 > section.content.content01 > div:nth-child(3) > .textBox {
  padding-left: 2%;
}
#a03 > section.content.content01 > div.inner.inner01 > .textBox {
  padding-right: 2%;
}
#main .commitmentSec .content01 .inner .textBox .title {
  margin-bottom: 23px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
}
#main .commitmentSec .content01 .inner .textBox .title .small {
  margin-top: 7px;
  display: block;
  color: #D6C47A;
  letter-spacing: 0.13em;
  font-size: 1.3rem;
}
#main .commitmentSec .content01 .inner .textBox .txt {
  display: block;
  line-height: 2.05;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#main .commitmentSec .content01 .inner01 {
  margin-bottom: 0;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#main .commitmentSec .content01 .inner02 {
  margin-top: 90px;
}
#main .commitmentSec .content01 .inner02 .infoPho {
  display: block;
  padding-bottom: 42.11%;
  background: url("../img/index/photo24.jpg") no-repeat center top;
  background-size: 150% auto;
  box-sizing: border-box;
}
#main .seatingSec {
  padding: 136px 0 105px;
}
#main .seatingSec .content {
  box-sizing: border-box;
  max-width: 1140px;
  width: 100%;
}
#main .seatingSec .headLine02 {
  margin-left: 36px;
  float: left;
  height: 298px;
  padding-left: 25px;
}
#main .seatingSec .headLine02 .jp {
  color: #232923;
  height: 298px;
  padding: 0 10px 0 0;
  letter-spacing: 0.4em;
}
#main .seatingSec .headLine02 .en {
  height: 298px;
  color: #B9A121;
}
#main .seatingSec .headLine02:before {
  left: 0;
  height: 0;
  right: -15px;
  background: rgba(82, 82, 82, 0.6);
}
#main .seatingSec .headLine02.visible:before {
  height: 298px;
}
#main .seatingSec .headLine02:after {
  background: rgba(82, 82, 82, 0.6);
  right: auto;
  bottom: 20px;
  left: -44px;
}
#main .seatingSec .rBox {
  /*	padding-top: 30px;*/
  width: calc(100% - 292px);
  float: right;
}
#main .seatingSec .rBox .textBox .headLine01 {
  margin-bottom: 29px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
}
#main .seatingSec .rBox .textBox .txt {
  font-size: 1.5rem;
  line-height: 2.3;
  letter-spacing: 0.09em;
}
#main .floorSec {
  padding: 0 0 192px 119px;
  position: relative;
}
#main .floorSec .floorList {
  position: absolute;
  top: 0;
  left: 0;
}
#main .floorSec .floorList li a {
  color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  border: 1px solid #1D1D1D;
  border-left: none;
  background: #1D1D1D;
}
#main .floorSec .floorList li a:after {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 6px;
  height: 10px;
  background: url("../img/common/icon05.png") no-repeat left center;
  background-size: 6px 10px;
  content: "";
  margin-top: -5px;
}
#main .floorSec .floorList li:first-child a {
  border-bottom: none;
}
#main .floorSec .floorList li:last-child a {
  border-top: none;
}
#main .floorSec .floorList .on a {
  color: #848484;
  border-color: #989898;
  background: none;
}
#main .floorSec .floorList li:first-child.on a:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  /*	height: 1px;*/
  background: #1D1D1D;
  content: "";
}
#main .floorSec .floorList li:last-child.on a:before {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  /*	height: 1px;*/
  background: #1D1D1D;
  content: "";
}
/*
#main .floorSec .rSec .tabBox01 .innerFade {
    opacity: 0;
    transition: opacity .9s cubic-bezier(.455,.03,.515,.955);
}
*/
/*
#main .floorSec .rSec.visible .innerFade.show {
    opacity: 1;
}
*/
#main .floorSec .rSec {
  position: relative;
}
#main .floorSec .rSec .tabBox02 {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}
#main .floorSec .rSec img {
  width: 100%;
}
#main .floorSec .rSec .topPho {
  margin-bottom: 0.8%;
}
#main .floorSec .rSec .photoList li {
  width: 33.8%;
  position: relative;
}
#main .floorSec .rSec .photoList li:first-child {
  transition-delay: 0.35s;
}
#main .floorSec .rSec .photoList li:last-child {
  transition-delay: 0.7s;
}
#main .floorSec .rSec .photoList li .ttl {
  position: absolute;
  left: 30px;
  font-size: 1.5rem;
  color: #fff;
  bottom: 22px;
  z-index: 10;
}
#main .floorSec .rSec .photoList li:nth-child(2n) {
  width: 65.4%;
}
#main .storeSec {
  padding: 100px 0 120px;
  background: url("../img/index/bg02.jpg") center;
  background-size: cover;
}
#main .storeSec .imgBox {
  align-items: center;
}
#main .storeSec .imgBox .mapBox {
  width: 49.594%;
}
#main .storeSec .imgBox .mapBox .topMap {
  margin-bottom: 18px;
}
#main .storeSec .imgBox .mapBox .pBox {
  margin-right: 30px;
}
#main .storeSec .imgBox .mapBox .pBox .txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
#main .storeSec .imgBox .mapBox .pBox .link {
  padding-top: 3px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
#main .storeSec .imgBox .mapBox .pBox .link a {
  color: #252B25;
  display: inline-block;
  position: relative;
}
#main .storeSec .imgBox .mapBox .pBox .link a:before, #main .storeSec .imgBox .mapBox .pBox .link a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: right;
  transform: scaleX(1) translateZ(0);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
}
#main .storeSec .imgBox .mapBox .pBox .link a:after {
  transform-origin: left;
  transform: scaleX(0) translateZ(0);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
}
#main .storeSec .imgBox .textBox {
  padding-top: 10px;
  width: 50%;
}
#main .storeSec .imgBox .textBox .infoBox {
  max-width: 460px;
  margin: 0 10% 0 auto;
}
#main .storeSec .imgBox .textBox .logoImg {
  margin-bottom: 50px;
  text-align: center;
}
#main .storeSec .imgBox .textBox .ttl {
  margin-bottom: 63px;
  color: #A37E03;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
}
#main .storeSec .imgBox .textBox dt {
  float: left;
}
#en #main .storeSec .imgBox .textBox dd {
  padding-left: 120px;
}
#main .storeSec .imgBox .textBox dd {
  padding: 0 0 12px 6.1em;
}
#main .reservationSec {
  color: #fff;
  position: relative;
  background: url("../img/index/bg03.jpg") repeat left top;
  background-size: auto;
}
#main .reservationSec:before {
  position: absolute;
  left: 10px;
  top: 0;
  border-left: 1px solid rgba(242, 239, 234, 0.3);
  content: "";
  width: 1px;
  bottom: 0;
}
#main .reservationSec:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  border-top: 1px solid rgba(242, 239, 234, 0.3);
  content: "";
  height: 1px;
}
#main .reservationSec .infoSec {
  position: relative;
  padding: 92px 0 125px;
}
#main .reservationSec .infoSec:before {
  position: absolute;
  right: 10px;
  top: 0;
  border-right: 1px solid rgba(242, 239, 234, 0.3);
  content: "";
  width: 1px;
  bottom: 0;
}
#main .reservationSec .infoSec:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  border-bottom: 1px solid rgba(242, 239, 234, 0.3);
  content: "";
  height: 1px;
}
#main .reservationSec .headLine03 {
  margin-bottom: 50px;
}
#main .reservationSec .headLine03 .jp {
  color: #fff;
  height: 110px;
}
/*
#main .reservationSec .headLine03 .en {
	color: #D3BE84;
}
*/
.headLine04{
	font-size: 2.8rem;
	text-align:center;
	/* max-width:280px; */
	margin-bottom: 60px;
	letter-spacing: 0.16em;
}
.headLine04 span{
	color:#232923;
}
#a06 .headLine04 span{
	color:#fff;
}
#main .reservationSec .txtUl {
  width: 314px;
  margin: 0 auto 38px;
}
#main .reservationSec .txtUl li {
  padding: 30px 10px;
  width: 314px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  letter-spacing: 0.1em;
}
#main .reservationSec .txtUl li .topSpan {
  margin-bottom: 14px;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
#main .reservationSec .txtUl li .topSpan .en {
  margin: 0 0 0 20px;
  font-size: 1.3rem;
  color: #B9A052;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: 'EB Garamond', serif;
}
#main .reservationSec .txtUl li .txtSpan {
  display: block;
  font-size: 1.6rem;
}
#main .reservationSec .txt {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.1em;
}
#main .reservationSec .priceTxt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  /*	width: 800px;*/
  margin: 0 auto 20px;
  padding: 28px 0 30px;
  border-bottom: 1px solid #464C3B;
  border-top: 1px solid rgba(191, 184, 147, 0.5);
  letter-spacing: 0.12em;
  line-height: 1.8;
}
#main .reservationSec .price {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
#main .reservationSec .telBox {
  width: 640px;
  margin: 0 auto;
  padding: 20px 0 32px 27px;
  align-items: flex-start;
}
#main .reservationSec .telBox .ttl {
  padding-top: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#main .reservationSec .telBox .tel {
  margin: 0 47px;
}
#main .reservationSec .telBox .tel a {
  padding: 0 34px 0 0;
  color: #B9A052;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  display: inline-block;
  background: url("../img/common/tel.png") no-repeat right top 5px;
  background-size: 30px 30px;
}
#main .reservationSec .telBox .tel .time {
  margin-top: 5px;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}
#main .reservationSec .btn a {
  padding: 24px 10px;
  display: block;
  width: 436px;
  color: #B9A052;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
  box-sizing: border-box;
  background: url("../img/common/icon04.png") no-repeat right 27px center;
  background-color: rgba(185, 160, 82, 0.06);
  background-size: 17px auto;
  border: 1px solid rgba(191, 184, 147, 0.8);
  letter-spacing: 0.12em;
  margin-bottom: 1em;
}
#main .reservationSec .btn a:hover {
  opacity: 0.7;
}
#main .detailSec {
  padding: 152px 0 0;
}
#main .detailSec .content {
  width: 100%;
  max-width: 1140px;
  box-sizing: border-box;
}
#main .detailSec .innerBox {
  padding-bottom: 56px;
  margin-bottom: 56px;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
}
#main .detailSec .innerBox .rBox {
  width: 910px;
  align-items: center;
}
#main .detailSec .innerBox .textBox {
  width: 500px;
}
#main .detailSec .innerBox .textBox .txt {
  margin-bottom: 20px;
  color: #232923;
  line-height: 2;
  letter-spacing: 0.04em;
}
#main .detailSec .innerBox .textBox .linkTxt a {
  display: inline-block;
  position: relative;
}
#main .detailSec .innerBox .textBox .linkTxt a:hover {
  opacity: 0.7;
}
#main .detailSec .innerBox .textBox .linkTxt {
  font-weight: 500;
  letter-spacing: 0.04em;
}
#main .detailSec .innerBox .textBox .linkTxt img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 9px;
  height: 13px;
}
#main .detailSec .innerBox .textBox .linkTxt .info {
  display: inline-block;
  position: relative;
}
#main .detailSec .innerBox .textBox .linkTxt .info:after, #main .detailSec .innerBox .textBox .linkTxt .info:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: right;
  transform: scaleX(1) translateZ(0);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
}
#main .detailSec .innerBox .textBox .linkTxt .info:after {
  transform-origin: left;
  transform: scaleX(0) translateZ(0);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
}
#main .detailSec .innerBox01 {
  border-bottom: none;
}
#main .detailSec .innerBox .photoBox {
  width: 352px;
}
@media all and (min-width: 1101px) {
  #main .newsSec .topBox .lBox .newsList dd a:hover:after {
    transform: scaleX(1);
    transform-origin: left center 0;
  }
  #main .detailSec .innerBox .textBox .linkTxt a:hover .info:before {
    transform: scaleX(0) translateZ(0);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  }
  #main .detailSec .innerBox .textBox .linkTxt a:hover .info:after {
    transform: scaleX(1) translateZ(0);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
  }
  #main .storeSec .imgBox .mapBox .pBox .link a:hover:before {
    transform: scaleX(0) translateZ(0);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  }
  #main .storeSec .imgBox .mapBox .pBox .link a:hover:after {
    transform: scaleX(1) translateZ(0);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
  }
  #main .floorSec .floorList li.on a:hover {
    border-color: #000;
    color: #fff;
    background: #1C1C1C;
  }
  #main .newsSec .topBox .faceBook a:hover .txtSpan:before, #main .newsSec .topBox .newsAll a:hover .txtSpan:before {
    transform: scaleX(0) translateZ(0);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  }
  #main .newsSec .topBox .faceBook a:hover .txtSpan:after, #main .newsSec .topBox .newsAll a:hover .txtSpan:after {
    transform: scaleX(1) translateZ(0);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  #main .seatingSec .headLine02 {
    padding-left: 65px;
  }
  #main .seatingSec .headLine02:after {
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .mainVisual {
    height: 373px;
  }
  .mainVisual .backstretch {
    height: 373px;
  }
  .mainVisual .title {
    left: 14px;
    bottom: 16px;
    font-size: 1.24rem;
  }
  #main .newsSec .topBox {
    display: block;
    padding: 25px 14px 10px;
  }
  #main .newsSec .topBox .lBox {
    display: block;
  }
  #main .newsSec .topBox .lBox h2 {
    width: auto;
    margin: 0 0 11px 1px;
    font-size: 1.6rem;
  }
  #main .newsSec .topBox .lBox .newsList dt {
    float: none;
    margin-bottom: 3px;
  }
  #main .newsSec .topBox .lBox .newsList dd {
    padding: 0 0 13px;
    line-height: 1.65;
  }
  #main .newsSec .topBox .lBox .newsList dd a {
    color: #000;
    position: relative;
    display: inline-block;
  }
  #main .newsSec .topBox .lBox .newsList dd a::after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #main .newsSec .topBox .faceBook {
    margin: -3px 4px 0 0;
    float: right;
  }
  #main .newsSec .inner {
    padding-top: 52px;
    margin: 0 13px 88px;
  }
  #main .newsSec .inner .content {
    display: block;
  }
  #main .newsSec .inner .photoBox {
    padding: 0;
    margin: 0 auto 37px;
    width: 85%;
    text-align: center;
  }
  #main .newsSec .inner .photoBox img {
    width: 100%;
  }
  #main .newsSec .inner .textBox {
    width: 100%;
  }
  #main .newsSec .inner .textBox .infoBox {
    max-width: inherit;
    margin: 0;
  }
  #main .newsSec .inner .textBox .headLine01 {
    margin-bottom: 26px;
  }
  #main .newsSec .inner .textBox .txt {
    margin: 0 -10px;
    font-weight: 500;
    line-height: 2.4;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.07em;
  }
  #main .newsSec .photoList {
    margin-bottom: -1px;
  }
  #main .newsSec .photoList li {
    width: 100%;
  }
  #main .newsSec .photoList li .photo {
    padding-bottom: 78.93%;
  }
  #main .commitmentSec {
    padding: 75px 0 100px;
    background: url("../img/index/sp_bg.jpg") repeat left top;
    background-size: 100% auto;
  }
  #main .commitmentSec .topContent {
    margin-bottom: 60px;
  }
  #main .commitmentSec .topContent .headLine02 {
    float: none;
    padding-right: 0;
    margin-bottom: 66px;
  }
  #main .commitmentSec .topContent .textBox {
    float: none;
    width: auto;
    margin: 0 -6px;
  }
  #main .commitmentSec .topContent .textBox .headLine01 {
    margin-bottom: 27px;
    font-size: 2.1rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  #main .commitmentSec .topContent .textBox .txt {
    line-height: 2.2;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  #main .commitmentSec .innerBox {
    margin: 0 13px 94px;
  }
  #main .commitmentSec .innerBox .photoBox {
    float: none;
    width: auto;
    margin: 0 -13px 90px;
  }
  #main .commitmentSec .innerBox .textBox {
    float: none;
    width: 100%;
    padding: 0;
  }
  #main .commitmentSec .innerBox .textBox .infoBox {
    max-width: inherit;
    margin: 0;
  }
  #main .commitmentSec .innerBox .textBox .pho {
    margin: 0 auto 12px;
    width: 70%;
  }
  #main .commitmentSec .innerBox .textBox .name {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.2em;
  }
  #main .commitmentSec .innerBox .textBox .name .info {
    margin-top: 20px;
  }
  #main .commitmentSec .innerBox01 {
    margin-bottom: 94px;
  }
  #main .commitmentSec .innerBox01 .photoBox {
    float: none;
    width: auto;
    margin: 0 -13px;
  }
  #main .commitmentSec .innerBox01 .textBox {
    float: none;
    margin-bottom: 60px;
    padding: 0;
  }
  #main .commitmentSec .innerBox01 .textBox .infoBox {
    margin: 0;
    max-width: inherit;
  }
  #main .commitmentSec .innerBox01 .textBox .headLine01 {
    line-height: 1.75;
    margin-bottom: 40px;
  }
  #main .commitmentSec .innerBox01 .textBox .pho {
    margin-bottom: 46px;
    width: auto !important;
  }
  #main .commitmentSec .innerBox .textBox .pho img {
    width: 100%;
  }
  #main .commitmentSec .innerBox01 .textBox .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
  #main .commitmentSec .content01 {
    width: auto;
    margin: 0 13px;
    padding: 0;
    max-width: inherit;
  }
  #main .commitmentSec .content01 .headLine01 {
    margin-bottom: 17px;
    font-size: 2.2rem;
  }
  #main .commitmentSec .content01 .topTxt {
    margin-bottom: 40px;
    line-height: 2;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #main .commitmentSec .content01 .inner {
    display: block;
    margin-bottom: 78px;
  }
  #main .commitmentSec .content01 .inner02 {
    margin-top: 78px;
  }
  #main .commitmentSec .content01 .inner02 .infoPho {
    padding-bottom: 68.97%;
    background-image: url("../img/index/sp_photo10.jpg");
  }
  #main .commitmentSec .content01 .inner01 {
    margin-bottom: 0;
  }
  #main .commitmentSec .content01 .inner .photoBox {
    width: 100%;
    margin-bottom: 31px;
  }
  #main .commitmentSec .content01 .inner .textBox {
    width: 100%;
  }
  #a03 > section.content.content01 > div:nth-child(3) > .textBox {
    padding-left: 0;
  }
  #a03 > section.content.content01 > div.inner.inner01 > .textBox {
    padding-right: 0;
  }
  #main .commitmentSec .content01 .inner .photoBox .infoPho {
    width: 100%;
    float: none;
  }
  #main .commitmentSec .content01 .inner .textBox .title {
    margin-bottom: 22px;
    font-size: 2rem;
  }
  #main .commitmentSec .content01 .inner .textBox .title .small {
    margin-top: 3px;
    font-size: 1.3rem;
  }
  #main .commitmentSec .content01 .inner .textBox .txt {
    line-height: 2.05;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  #main .seatingSec {
    padding: 76px 0 87px;
  }
  #main .seatingSec .headLine02 {
    float: none;
    width: 148px;
    height: 244px;
    padding: 0;
    margin: 0 auto;
  }
  #main .seatingSec .headLine02 .jp {
    height: 244px;
    font-size: 2.3rem;
    padding: 0;
    letter-spacing: 0.3em;
  }
  #main .seatingSec .headLine02 .en {
    height: 244px;
    margin: 0 22px 0 -3px;
    letter-spacing: 0.05em;
  }
  #main .seatingSec .headLine02:before {
    left: 0;
    right: 7px;
  }
  #main .seatingSec .headLine02.visible:before {
    height: 240px;
  }
  #main .seatingSec .headLine02:after {
    left: 12px;
    bottom: 20px;
    right: auto;
  }
  #main .seatingSec .headLine02.visible:after {
    width: 146px;
  }
  #main .seatingSec .rBox {
    padding-top: 40px;
    width: auto;
    float: none;
  }
  #main .seatingSec .rBox .photoBox {
    float: none;
    width: 84%;
    margin: 0 auto 38px;
  }
  #main .seatingSec .rBox .photoBox .notes {
    margin-top: 5px;
  }
  #main .seatingSec .rBox .textBox {
    margin: 0 -6px;
  }
  #main .seatingSec .rBox .textBox .headLine01 {
    margin-bottom: 17px;
    font-size: 2.1rem;
    line-height: 1.95;
    letter-spacing: 0.05em;
  }
  #main .seatingSec .rBox .textBox .txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  #main .floorBox {
    margin-bottom: 85px;
  }
  #main .floorBox .jsBox:nth-child(2) {
    display: none;
  }
  #main .floorBox .jsBox .slick-prev {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #main .floorBox .jsBox .slick-next {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #main .floorBox .jsBox .slick-dots {
    margin-top: 15px;
    text-align: center;
  }
  #main .floorBox .jsBox .slick-dots li {
    margin: 0 9px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(112, 112, 112, 0.45);
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
  }
  #main .floorBox .jsBox .slick-dots li.slick-active {
    border-color: rgba(112, 112, 112, 1);
  }
  #main .floorBox .jsBox .slick-dots li button {
    display: none;
  }
  #main .floorBox .jsBox .slick-prev, #main .floorBox .jsBox .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 14px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
  }
  #main .floorBox .jsBox .slick-prev {
    left: 20px;
    background: url("../img/common/sp_prev.png") no-repeat left center;
    background-size: 14px 20px;
  }
  #main .floorBox .jsBox .slick-next {
    right: 20px;
    background: url("../img/common/sp_next.png") no-repeat left center;
    background-size: 14px 20px;
  }
  #main .floorBox .floorList {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  #main .floorBox .floorList li {
    width: 50%;
    position: relative;
    text-align: center;
  }
  #main .floorBox .floorList li a {
    display: block;
    font-size: 2rem;
    position: relative;
    padding: 10px 0;
    color: rgba(0, 0, 0, 0.4);
  }
  #main .floorBox .floorList .on a {
    color: #000;
    position: relative;
  }
  #main .floorBox .floorList li:before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 1px;
    background: #C9C9C9;
    content: "";
  }
  #main .floorBox .floorList li:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #707070;
    content: "";
  }
  #main .floorBox .floorList .on:before {
    background: #707070;
  }
  #main .floorBox .floorList .on:after {
    background: #fff;
  }
  #main .floorBox .floorList li:first-child.on a:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #707070;
    content: "";
    z-index: 10;
  }
  #main .floorBox .floorList li:last-child.on a:before {
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #707070;
    content: "";
    z-index: 10;
  }
  #main .floorBox .phoBox {
    position: relative;
  }
  #main .floorBox .phoBox img {
    width: 100%;
  }
  #main .floorBox .phoBox .txtSpan {
    display: block;
    position: absolute;
    left: 20px;
    color: #fff;
    font-size: 1.5rem;
    bottom: 20px;
  }
  #main .storeSec {
    padding: 53px 0 85px;
    background: url("../img/index/sp_bg02.jpg") center;
    background-size: cover;
  }
  #main .storeSec .headLine03 {
    margin-bottom: 55px;
  }
  #main .storeSec .imgBox {
    display: block;
  }
  #main .storeSec .imgBox .mapBox {
    width: 100%;
  }
  #main .storeSec .imgBox .mapBox .topMap {
    margin-bottom: 23px;
  }
  #main .storeSec .imgBox .mapBox .pBox {
    margin: 0 15px;
    display: block;
  }
  #main .storeSec .imgBox .mapBox .pBox .txt {
    font-size: 1.2rem;
    line-height: 2.15;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  #main .storeSec .imgBox .mapBox .pBox .link {
    padding-top: 3px;
    text-align: center;
    font-size: 1.4rem;
  }
  #main .storeSec .imgBox .mapBox .pBox .link a:before {
    bottom: -3px;
  }
  #main .storeSec .imgBox .mapBox .pBox .link a:hover:before {
    width: 100%;
  }
  #main .storeSec .imgBox .textBox {
    padding-top: 10px;
    width: 100%;
  }
  #main .storeSec .imgBox .textBox .infoBox {
    max-width: inherit;
    margin: 0;
  }
  #main .storeSec .imgBox .textBox .logoImg {
    margin-bottom: 20px;
  }
  #main .storeSec .imgBox .textBox .ttl {
    margin-bottom: 38px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.9;
  }
  #main .storeSec .imgBox .textBox dl {
    text-align: center;
    margin-bottom: 33px;
  }
  #main .storeSec .imgBox .textBox dt {
    float: none;
    margin-bottom: 2px;
  }
  #main .storeSec .imgBox .textBox dd {
    padding: 0 0 16px;
  }
  #main .reservationSec {
    background: url("../img/index/sp_bg03.jpg") repeat left top;
    background-size: 100% auto;
  }
  #main .reservationSec .infoSec {
    padding: 59px 20px 72px;
  }
  #main .reservationSec .headLine03 {
    margin-bottom: 39px;
  }
  #main .reservationSec .headLine03 .jp {
    font-size: 2.4rem;
    height: 102px;
  }
  #main .reservationSec .priceTxt {
    width: auto;
    margin: 0 26px 25px;
    font-size: 1.6rem;
    padding: 26px 0 23px;
    line-height: 1.7;
  }
  #main .reservationSec .price {
    font-size: 1.4rem;
  }
  #main .reservationSec .txtUl {
    width: 100%;
    margin-bottom: 26px;
    display: block;
  }
  #main .reservationSec .txtUl li {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  #main .reservationSec .txtUl li:last-child {
    margin-bottom: 0;
  }
  #main .reservationSec .txtUl li .topSpan {
    margin-bottom: 4px;
    font-size: 1.2rem;
  }
  #main .reservationSec .txtUl li .topSpan .en {
    margin-left: 7px;
    font-size: 1.2rem;
  }
  #main .reservationSec .txtUl li .txtSpan {
    font-size: 1.4rem;
  }
  #main .reservationSec .infoSec .content {
    padding: 0;
  }
  #main .reservationSec .txt {
    margin-bottom: 21px;
    font-size: 1.1rem;
    line-height: 2;
  }
  #main .reservationSec .telBox {
    width: auto;
    display: block;
    text-align: center;
    padding: 17px 0 32px;
  }
  #main .reservationSec .telBox .tel {
    margin: 3px 0 0 0;
    display: block;
  }
  #main .reservationSec .telBox .tel a {
    padding: 0 26px 0 0;
    font-size: 2.5rem;
    background: url("../img/common/tel.png") no-repeat right top 6px;
    background-size: 30px 30px;
  }
  #main .reservationSec .telBox .tel .time {
    font-size: 1.1rem;
  }
  #main .reservationSec .btn a {
    width: 100%;
    padding: 24px 10px;
    max-width: 286px;
    letter-spacing: 0.06em;
    background-position: right 16px center;
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
  #main .detailSec {
    padding: 87px 0 54px;
    display: block;
  }
  #main .detailSec .content {
    padding: 0;
    max-width: inherit;
  }
  #main .detailSec .innerBox {
    padding-bottom: 0;
    margin-bottom: 74px;
    display: block;
    border-bottom: none;
  }
  #main .detailSec .innerBox .logoImg {
    text-align: center;
    margin-bottom: 28px;
  }
  #main .detailSec .innerBox .rBox {
    width: 100%;
    display: block;
  }
  #main .detailSec .innerBox .textBox {
    width: auto;
    margin: 0 13px 50px;
  }
  #main .detailSec .innerBox .textBox .txt {
    margin-bottom: 25px;
    line-height: 2.05;
  }
  #main .detailSec .innerBox .textBox .linkTxt {
    padding-left: 18px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #main .detailSec .innerBox .textBox .linkTxt img {
    margin: -3px 0 0 9px;
    letter-spacing: 0.04em;
  }
  #main .detailSec .innerBox .textBox .linkTxt .info {
    display: inline-block;
    position: relative;
  }
  #main .detailSec .innerBox .textBox .linkTxt a:hover .info:before {
    width: 100%;
  }
  #main .detailSec .innerBox .photoBox {
    margin: 0 12px;
  }
  #main .detailSec .innerBox01 {
    margin-bottom: 0;
    border-bottom: none;
  }
  #main .detailSec .innerBox .photoBox {
    width: auto;
  }
  #main .detailSec .innerBox .photoBox img {
    width: 100%;
  }
  #main .detailSec .innerBox .textBox .cp {
    margin-bottom: 14px !important;
    font-size: 1.05em !important;
    font-weight: bold !important;
    text-align: center;
  }
}
@media all and (max-width: 365px) {
  #main .newsSec .inner .textBox .txt {
    letter-spacing: 0;
    margin: 0 -20px;
  }
  #main .commitmentSec .topContent .textBox .headLine01 {
    font-size: 1.9rem;
  }
  #main .seatingSec .rBox .textBox .headLine01 {
    font-size: 2rem;
  }
  #main .reservationSec .infoSec {
    padding: 59px 30px 96px;
  }
  #main .reservationSec .priceTxt {
    margin: 0 12px 25px;
  }
  .mainVisual .title {
    font-size: 1.2rem;
  }
  #main .reservationSec .priceTxt {
    font-size: 1.5rem;
  }
  .content_price {
    padding: 0 !important;
  }
}
.backstretch img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: transform 5.5s;
  -moz-transition: transform 5.5s;
  -webkit-transition: -webkit-transform 5.5s;
  transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.backstretch .img0 {
  right: 0 !important;
}
.backstretch .img0.active {
  transform: scale(1.2) translate3d(100px, 0, 0);
  -moz-transform: scale(1.2) translate3d(100px, 0, 0);
  -webkit-transform: scale(1.2) translate3d(100px, 0, 0);
}
.backstretch .img1.active {
  transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
}
.backstretch .img2 {
  transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
}
.backstretch .img2.active {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
#main .detailSec .innerBox .textBox .cp {
  margin-bottom: 10px;
  color: #232923;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-size: 1.2em;
  font-weight: bold;
}
/*220120*/
#a05 > div > div.textBox > div > dl > dd:nth-child(8) {
  font-size: 13px
}
@media all and (max-width: 767px) {
  #a05 > div > div.textBox > div > dl > dd:nth-child(8) {
    font-size: 12px;
    line-height: 2;
  }
}
@media all and (max-width: 320px) {
  #a05 > div > div.textBox > div > dl > dd:nth-child(8) {
    font-size: 10.5px
  }
}
/*220713*/
.content_price {
  margin: 0 auto;
  width: 800px;
  padding: 0 20px;
}
.flexbox_price {
  justify-content: space-between;
  display: flex;
  text-align: center;
  width: 800px;
}
.price_box {
  width: 50%;
}
.price_title {
  color: #C4B77E;
}
.price_title01 {
  display: block;
}
.price_txt2 {
  color: #C4B77E;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  margin-top: 10px;
}
.price_txt3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.price_txt4 {
  font-size: 11px;
  font-weight: 500;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  border-bottom: 1px solid #464C3B;
  padding-bottom: 30px;
}
.price_txt5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.priceTxt .price {
  padding-right: 20px;
}
.price_box:nth-child(1) .priceTxt {
  padding-left: 30px !important;
}
.last_border {
  border-bottom: 1px solid rgba(191, 184, 147, 0.5);
  margin-bottom: 20px !important;
}
.flexbox02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.box01 {
  width: 48%;
}
@media all and (max-width: 767px) {
  .content_price {
    width: auto;
    padding: 0 10px;
  }
  .price_sp {
    line-height: 1;
  }
  .price_txt2 {
    line-height: 1.9;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .price_txt3 {
    line-height: 1.7;
  }
  .price_txt4 {
    margin-top: 20px;
  }
  .flexbox_price {
    display: block;
  }
  .price_box, .flexbox_price {
    width: auto;
  }
  .price_box:nth-child(1) .priceTxt {
    border-bottom: none;
    margin-bottom: 0;
    padding-left: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  #main .reservationSec .priceTxt {
    margin: 0;
    letter-spacing: 0.1em;
  }
  .priceTxt .price {
    padding-right: 0;
    letter-spacing: 0.1em;
    font-size: 1, 4rem;
  }
  /*
	.price_box:nth-child(2){
        margin-bottom: 30px;
    }
*/
  .price_box:nth-child(2) .priceTxt {
    border-top: none !important;
    /*        padding-left: 4% !important;*/
  }
  /*
    .price_box:nth-child(1) .priceTxt{
        padding-left: 2% !important;

    }
*/
  .price_txt5 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  #main .reservationSec .priceTxtL {
    margin: 0;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
  }
}
/*20231201*/
#main .reservationSec .comTtl {
  padding: 15px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
#main .reservationSec .priceTxtL {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  /*    margin: 0 auto 20px;*/
  padding: 20px 0 30px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.drink{
	display:flex;
	justify-content: space-around;
	gap:15px;
}
.drink div{

}
@media all and (min-width: 768px) and (max-width: 1200px) {
  #main .reservationSec .priceTxtL {
    width: auto;
    margin: 0 26px 25px;
    font-size: 1.6rem;
    padding: 26px 0 23px;
    line-height: 1.7;
  }
}
@media all and (max-width: 365px) {
  #main .reservationSec .comTtl {
    font-size: 2rem;
  }
  #main .reservationSec .priceTxtL {
    margin: 0 12px 25px;
    font-size: 1.5rem;
  }
  .container {
    overflow-x: hidden;
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  #main .reservationSec .priceTxtL {
    margin: 0;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .box01 {
    width: 100%;
  }
  .w100 {
    width: 100%;
  }
}
/******/
.fv-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fv-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  /* opacityのtransitionはJS側で動的に設定 */
}
.fv-slider .slide.active {
  pointer-events: auto;
  z-index: 2;
}
.fv-slider .slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform;
}
/* アニメーション（少し長め） */
@keyframes pan-right {
  0% {
    transform: scale(1.25) translateX(0);
  }
  100% {
    transform: scale(1.25) translateX(-10%);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.18);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1.0);
  }
}
.fv-slider .pan-right {
  animation: pan-right 7s ease-in-out forwards;
}
.fv-slider .zoom-in {
  animation: zoom-in 7s ease-in-out forwards;
}
.fv-slider .zoom-out {
  animation: zoom-out 7s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .fv-slider {
    height: 500px;
  }
}