@charset "UTF-8";
/*=============================
reset
=============================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #2E2E2E;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

p {
  line-height: 1.6;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

body {
  line-height: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #2E2E2E;
  text-decoration: none;
  transition: 0.3s;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

img, iframe {
  width: 100%;
  max-width: 100%;
}

.commonBlock1 .box a .imgBox.sp {
  display: none;
}

/*=============================
common
=============================*/
.df {
  display: flex;
}

.subTit {
  font-size: 12px;
  font-family: "noto-serif", serif;
}

.scroll {
  padding-top: 100px;
  margin-top: -100px;
}

body {
  opacity: 0;
  transition: 4s;
}

body.on {
  opacity: 1;
}

.dots {
  -webkit-text-emphasis: filled;
          text-emphasis: filled;
  font-family: "noto-serif", serif;
}

.mb18 {
  margin-bottom: 0;
}

.slide1.swiper {
  margin-bottom: 163px;
}

.slide1.swiper::after {
  width: 71.7%;
  height: 1px;
  background-color: #DBDBDB;
  display: block;
  content: "";
  margin-top: 135px;
}

/* スライドの動き等速 */
.slide1 .swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/*=============================
header
=============================*/
header {
  width: 100%;
  height: 131px;
  background-color: #F4F4F4;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
header.sp {
  display: none;
}
header nav {
  position: absolute;
  top: 43.1px;
  left: 63px;
}
header nav ul li {
  margin-bottom: 0.5em;
  transition: 0.3s;
}
header nav ul li:last-child {
  margin-bottom: 0;
}
header nav ul li a {
  font-family: "noto-serif", serif;
  font-size: 14px;
}
header nav ul li:hover a {
  font-weight: 700;
}
.langBox {
  margin-bottom: 0;
  padding: 10px;
  background: #f4f4f4;
}
.langBox.on {
  margin-bottom: 20px;
}
.langBox div {
  opacity: 0;
  height: 0;
  transition: .3s;
}
.langBox.on div {
  opacity: 1;
  height: auto;
}
.langBox p {
  cursor: pointer;
}
.langBox p img {
  width: 12px;
  margin-right: 8px;
}
.langBox div a {
  display: block;
  font-size: 14px;
  margin: 0;
  pointer-events: none;
}
.langBox.on div a {
  margin: 10px 0;
  pointer-events: unset;
}
.reserveWrap.pc {
  position: fixed;
  top: 8px;
  right: 0;
  z-index: 999;
}
.reserveWrap.pc .reservrBtn {
  background-color: #5D7580;
  width: 143px;
  height: 31px;
  margin-bottom: 5px;
}
.reserveWrap.pc .reservrBtn a {
  font-family: "noto-serif", serif;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.reserveWrap.pc .langTxt {
  font-size: 10px;
  text-align: center;
  color: #768791;
}

.accessBtn {
  position: fixed;
  bottom: 60px;
  left: 68px;
  width: 12.54px;
  height: 17.47px;
}

.lodingDisplay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F4F4F4;
  z-index: 1000;
}
.lodingDisplay .imgBox {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.lodingDisplay p {
  font-size: 17px;
  letter-spacing: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  opacity: 0;
  font-family: "noto-serif", serif;
}

.backMovie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
}
.backMovie .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  background: #F4F4F4;
  width: 100%;
  height: 100vh;
}
.backMovie .imgBox .imgBoxInner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mainBox {
  width: 71.6%;
  position: absolute;
  top: 0;
  left: 28.4%;
}
.mainBox .titBox {
  width: 100%;
  height: 100vh;
  position: relative;
}
.mainBox .titBox > p {
  display: none;
}
.mainBox .titBox .videoBlockPc {
  width: 16.1%;
  position: absolute;
  top: 131px;
  right: 0;
  height: calc(100% - 131px);
  -o-object-fit: cover;
     object-fit: cover;
}
.mainBox .titBox .titBoxInner {
  width: 51.4%;
}
.mainBox h1 {
  width: 405px;
  margin-bottom: 205px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.mainBox .videoBlock_sp {
  display: none;
}
.mainBox .block1 {
  margin-bottom: 111px;
  width: 71.7%;
}
.mainBox .block1 .subTit {
  margin-bottom: 79px;
}
.mainBox .block1 p:nth-child(2) {
  font-size: 28px;
  margin-bottom: 124px;
  font-family: "noto-serif", serif;
}
.mainBox .block1 p:nth-child(3) {
  font-size: 14px;
  margin-bottom: 89px;
  line-height: 32px;
}
.mainBox .block1 p:nth-child(4) {
  font-size: 10px;
  width: 90%;
  max-width: 339px;
}
.mainBox .block2 {
  margin-bottom: 152.5px;
  width: 71.7%;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 151.5px;
}
.mainBox .block2 .subTit {
  margin-bottom: 63px;
}
.mainBox .block2 .box {
  margin-bottom: 190px;
}
.mainBox .block2 .box:last-child {
  margin-bottom: 0;
}
.mainBox .block2 .box > p {
  font-size: 18px;
  margin-bottom: 35px;
  align-items: center;
  font-family: "noto-serif", serif;
}
.mainBox .block2 .box > p span {
  font-size: 12px;
  margin-left: 18px;
  font-family: "noto-serif", serif;
}
.mainBox .block2 .box .boxInner h3 {
  font-size: 23px;
  min-width: 258px;
  font-family: "noto-serif", serif;
}
.mainBox .block2 .box .boxInner h3 span {
  color: #43515F;
  font-size: 14px;
  display: block;
}
.mainBox .block2 .box .boxInner h3 span:first-child {
  margin-top: 30px;
}
.mainBox .block2 .box .boxInner .price {
  font-size: 23px;
  font-family: "noto-serif", serif;
}
.mainBox .block2 .box.night.no1{
  margin-bottom: 137px;
}
.mainBox .block2 .box.night.no2{
  margin-bottom: 197px;
}
.mainBox .block2 .box.night .boxInner {
  margin-bottom: 61px;
}
.mainBox .block2 .box.night .limit{
  font-size: 18px;
  color: #FF0000;
  font-weight: 400;
  margin-bottom: 36px;
}
.mainBox .block2 .box.night .imgBox {
  margin-bottom: 43px;
}
.mainBox .block2 .box.night.no2 .imgBox{
  margin-bottom: 0;
}
.mainBox .block2 .box.night.no2 .caption{
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 60px;
  margin-top: 10px;
}
.mainBox .block2 .box.night .bigTxt{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}
.mainBox .block2 .box.night .jp{
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 44px;
}
.mainBox .block2 .box.night .en{
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 22px;
}
.dinnerSlide {
  height: 600px;
}
.dinnerSlide iframe {
  height: 100%;
  width: 100%;
}
.movieBox .sp {
  display: none;
}
.movieBox .pc {
  height: 470px;
}
.mainBox .block2 .boxWrap {
  margin-bottom: 116px;
  justify-content: space-between;
}
.mainBox .block2 .boxWrap:nth-child(3) {
  margin-bottom: 203px;
}
.mainBox .block2 .boxWrap .box > p {
  margin-bottom: 64px;
}
.mainBox .block2 .boxWrap .box .boxInner {
  margin-bottom: 93px;
}
.mainBox .block2 .boxWrap .box .boxInner h3 span :first-child {
  margin-top: 30px;
}
.mainBox .block2 .boxWrap .box .memoWrap .txt1 {
  font-size: 18px;
  margin-bottom: 17px;
}
.mainBox .block2 .boxWrap .box .memoWrap p:nth-child(2) {
  margin-bottom: 14px;
}
.mainBox .block2 .boxWrap .box .memoWrap p:nth-child(3) {
  margin-bottom: 18px;
}
.mainBox .block2 .boxWrap .box .memo.ver2 {
  background: transparent;
  border-left: 0;
  padding: 0;
  font-size: 90%;
}
.mainBox .block2 .boxWrap .box .memoWrap .red {
  font-size: 12px;
  color: #FF0000;
}
.mainBox .block2 .boxWrap .box .memo,
.mainBox .block2 .boxWrap .imgBoxWrap p span {
  font-size: 15px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 16px 4px 13px;
  box-sizing: border-box;
  /* text-align: center; */
  border-left: 4px solid #43515F;
  margin-bottom: 0;
}
.mainBox .block2 .boxWrap .imgBoxWrap p span {
  display: block;
}
.mainBox .block2 .boxWrap .box .memoWrap .txt2 {
  font-size: 18px;
  margin: 30px 0 17px;
}
.mainBox .block2 .boxWrap .imgBoxWrap .imgBox {
  width: 100%;
}
.takikoiBox .txt1 span {
  margin-top: 12px;
}
.mainBox .block2 .boxWrap .imgBoxWrap p {
  font-size: 12px;
}
.mainBox .mapBox {
  margin-bottom: 168px;
  filter: grayscale(1);
  width: 71.7%;
}
.mainBox .block3,
.mainBox .block4 {
  width: 71.7%;
}
.mainBox .block3 .subTit,
.mainBox .block4 .subTit {
  margin-bottom: 38px;
}
.mainBox .block3 p,
.mainBox .block4 p {
  font-size: 14px;
  font-family: "noto-serif", serif;
}
.mainBox .block3 {
  margin-bottom: 139px;
}
.mainBox .block4 {
  margin-bottom: 137px;
}
.mainBox .block5 {
  width: 71.1%;
  height: 57px;
  box-sizing: border-box;
  border: 1px solid #707070;
  margin-bottom: 309.5px;
  transition: 0.3s;
}
.takikoiBox {
  align-items: center;
  margin: 16px 0;
}
.takikoiBox .txt1 {
  width: 55%;
  margin-right: 5%;
}
.takikoiBox > img {
  width: 40%;
}
.takikoiBox{
  align-items: center;
}
.mainBox .block2 .boxWrap .box {
  width: 45%;
}
.mainBox .block2 .boxWrap .imgBoxWrap {
  width: 50%;
}
.mainBox .block5:hover {
  background-color: #fff;
}
.mainBox .block5 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: "noto-serif", serif;
}
.drinkMenuLink {
  font-family: "noto-serif", serif;
  font-size: 23px;
  border-bottom: 1px solid #0A0A0A;
}
footer {
  padding-bottom: 212.4px;
  width: 71.7%;
}
footer .logo {
  width: 187.94px;
  margin-bottom: 153.4px;
}
footer .logoMine {
  width: 95.4px;
  margin-bottom: 7.4px;
}
footer p:last-child {
  font-size: 10px;
  font-family: "noto-serif", serif;
}
.qaBpx{
  width: 71.7%;
  margin-bottom: 223.5px;
}
.qaBpx h2{
  font-size: 23px;
  margin-bottom: 57.9px;
}
.qaBpx ul{
  border-top: 1px solid #DBDBDB;
  padding-top: 51.5px;
}
.qaBpx li{
  position: relative;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 50.5px;
  margin-bottom: 51.5px;
  cursor: pointer;
}
.qaBpx li::before{
  width: 14px;
  height: 2px;
  background-color: #000;
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
}
.qaBpx li::after{
  width: 2px;
  height: 14px;
  background-color: #000;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 6px;
  transition: .3s;
}
.qaBpx li.open::after{
  transform: rotate(-90deg);
  opacity: 0;
}
.qaBpx li:last-child{
  margin-bottom: 0;
}
.qaBpx li .qBox{
  font-size: 15px;
  font-family: shippori-mincho, sans-serif;
}
.qaBpx li .aBox{
  font-size: 14px;
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: .3s;
  width: 90%;
  color: #43515F;
  font-family: shippori-mincho, sans-serif;
}
.qaBpx li.open .aBox{
  max-height: 500px;
  padding-top: 24px;
}
.night.no2 h3 br{
  display: none;
}
.komeBlock1 {
    width: 71.6%;
    margin: 0 0 300px;
}
.komeBlock1 h2 {
    font-family: "noto-serif", serif;
    font-size: 28px;
    margin: 50px 0 30px;
}
.komeBlock1 .txt2 {
    font-size: 14px;
    line-height: 2;
}
.komeBlock1 .komeSlideMain {
    margin: 130px 0 0;
}
.menuPage{
  background-color: #768791;
}
.menuPage *{
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.menuPage .langBox p{
  color: #000;
}
.menuPage header{
  background-color: #768791;
}
.menuPage .menuContent{
  padding: 315px 0 212px;
  width: 90%;
  max-width: 378px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.menuPage .menuContent h1{
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
.menuPage .menuContent .month{
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 64px;
}
.menuPage .menuContent .menuCat{
  padding: 0 5%;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 164px;
}
.menuPage .menuContent .menuCat li{
  border-bottom: 1px solid #fff;
  margin-bottom: 14px;
  transition: .3s;
}
.menuPage .menuContent .menuCat li:hover{
  background-color: #fff;
}
.menuPage .menuContent .menuCat li:last-child{
  margin-bottom: 0;
}
.menuPage .menuContent .menuCat li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
}
.menuPage .menuContent .menuCat li a .icon{
  display: block;
  width: 10px;
  height: 10px;
  background: url('/wp-content/themes/a/img/menu_arrow.svg') no-repeat center;
  background-size: contain;
}
.menuPage .menuContent .menuCat li:hover a{
  color: #000;
}
.menuPage .menuContent .menuCat li:hover a .icon{
  background: url('/wp-content/themes/a/img/menu_arrow_k.svg') no-repeat center;
}
.menuPage .menuContent .menuBox{
  margin-bottom: 154px;
}
.menuPage .menuContent .menuBox.no3{
  margin-bottom: 209px;
}
.menuPage .menuContent .menuBox h2{
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 26px;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 26px;
}
.menuPage .menuContent .menuBox .note{
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 54px;
  text-align: center;
}
.menuPage .menuContent .menuBox .menuList li{
  text-align: center;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
}
.menuPage .menuContent .txtLink{
  width: fit-content;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: 600;
}
.menuPage footer{
  padding-bottom: 56px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
}
.menuPage .smt{
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1100px) {
  .w90 {
    width: 90%;
    margin: 0 auto;
  }
  .subTit {
    padding: 0 0.5em 6px 0;
    border-bottom: 1px solid #5D7580;
    width: -moz-fit-content;
    width: fit-content;
  }
  .scroll {
    padding-top: 100px;
    margin-top: -100px;
  }
  header.pc {
    display: none;
  }
  header.sp {
    display: flex;
    height: auto;
    z-index: 997;
    padding: 0 0 10px 4%;
    box-sizing: border-box;
}
  header.sp .hbMenuWrap .hbMenuBtn {
    position: relative;
    z-index: 999;
  }
  header.sp .hbMenuWrap .hbMenuBtn span {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
  }
  header.sp .hbMenuWrap .hbMenuBtn span:nth-child(1) {
    margin-bottom: 6px;
  }
  header.sp .hbMenuWrap .hbMenuContent {
    width: 100%;
    height: 100vh;
    background-color: #5D7580;
    padding: 109.1px 12% 80.4px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.3s;
    z-index: 998;
  }
  header.sp .hbMenuWrap .hbMenuContent nav {
    position: static;
    margin-bottom: 64.9px;
  }
  header.sp .hbMenuWrap .hbMenuContent nav ul li {
    margin-bottom: 1em;
  }
  header.sp .hbMenuWrap .hbMenuContent nav ul li a {
    font-size: 16px;
    color: #fff;
  }
  header.sp .hbMenuWrap .hbMenuContent .hbBlock1 .subTit,
  header.sp .hbMenuWrap .hbMenuContent .hbBlock2 .subTit {
    color: #fff;
  }
  header.sp .hbMenuWrap .hbMenuContent .hbBlock1 p,
  header.sp .hbMenuWrap .hbMenuContent .hbBlock2 p {
    color: #fff;
    font-size: 14px;
  }
  header.sp .hbMenuWrap .hbMenuContent .hbBlock1 {
    margin-bottom: 43px;
  }
  header.sp .hbMenuWrap .hbMenuContent .hbBlock2 {
    margin-bottom: 64px;
  }
  header.sp .hbMenuWrap .hbMenuContent .hbReserve {
    width: 100%;
    height: 57px;
    margin-bottom: 56px;
    border: 1px solid #fff;
    background-color: #5D7580;
  }
  header.sp .hbMenuWrap .hbMenuContent .hbReserve a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: "noto-serif", serif;
    color: #fff;
  }
  header.sp .hbMenuWrap .hbMenuContent .logo {
    width: 132px;
  }
  header.sp .reserveWrap {
    margin: 0 0 0 auto;
  }
  header.sp .reservrBtn {
    width: 121px;
    height: 31px;
    position: relative;
    z-index: 999;
    margin: 0 0 3px auto;
    background-color: #5D7580;
  }
  header.sp .reservrBtn a {
    font-size: 12px;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
  }
  header.sp .reserveWrap .langTxt {
    font-size: 10px;
    text-align: center;
    color: #768791;
  }
  header.sp.on .hbMenuBtn span {
    background-color: #fff;
  }
  header.sp.on .hbMenuBtn span:nth-child(1) {
    margin-bottom: 0;
    transform: rotate(30deg);
  }
  header.sp.on .hbMenuBtn span:nth-child(2) {
    transform: rotate(-30deg);
  }
  header.sp.on .hbMenuContent {
    right: 0;
    overflow: scroll;
  }
  header.sp.on .reservrBtn a {
    color: #fff;
  }
  .langBox {
    padding: 10px 10px 4px;
  }
  .langBox p {
    font-size: 12px;
  }
  .langBox div a {
    font-size: 12px;
}
  .langBox p img {
      width: 9px;
      margin-right: 5px;
  }
  .reserveWrap.pc {
    display: none;
  }
  .backMovie video {
    display: none;
  }
  .backMovie .imgBox {
    width: 100%;
  }
  .backMovie .imgBox .imgBoxInner {
    top: 45%;
  }
  .accessBtn {
    display: none;
  }
  .mainBox {
    width: 100%;
    top: 0;
    left: 0;
  }
  .mainBox .titBox {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 88px;
  }
  .takikoiBox {
      align-items: center;
  }
  .mainBox .titBox > p {
    font-size: 15px;
    position: absolute;
    top: 90px;
    right: 5%;
    writing-mode: vertical-rl;
    display: block;
    font-family: "noto-serif", serif;
    letter-spacing: 0.5em;
  }
  .mainBox .titBox .titBoxInner {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .mainBox h1 {
    width: 243.56px;
    margin-bottom: 27.4px;
    padding-left: 4%;
    position: static;
  }
  .mainBox .titBox .videoBlockPc {
    display: none;
  }
  .mainBox .videoBlock_sp {
    display: block;
    width: 100%;
  }
  .mainBox .block1 {
    margin-bottom: 95.5px;
    width: 90%;
  }
  .mainBox .block1 .subTit {
    margin-bottom: 25px;
  }
  .mainBox .block1 p:nth-child(2) {
    font-size: 23px;
    margin-bottom: 46px;
  }
  .mainBox .block1 p:nth-child(3) {
    line-height: 24px;
    margin-bottom: 35px;
  }
  .mainBox .block2 {
    margin-bottom: 136px;
    width: 90%;
  }
  .mainBox .block2 .subTit {
    margin-bottom: 73px;
  }
  .mainBox .mapBox {
    margin-bottom: 96px;
    width: 100%;
  }
  .mainBox .block3 {
    margin-bottom: 55px;
    width: 90%;
  }
  .mainBox .block4 {
    margin-bottom: 38px;
    width: 90%;
  }
  .mainBox .block5 {
    margin: 0 auto 121.2px;
  }
  footer {
    padding-bottom: 38.4px;
    width: 100%;
  }
  footer .logo {
    width: 155.97px;
    margin-bottom: 77.4px;
  }
  .movieBox .pc {
    display: none;
  }
  .movieBox .sp {
    display: block;
    height: 115vw;
    margin-bottom: 10px;
  }   
  .qaBpx{
    width: 90%;
    margin: 0 auto 223.5px;
  }
}
@media (width < 820px) {
  .mainBox .block2 .box {
    margin-bottom: 80px;
  }
  .mainBox .block2 .boxWrap {
    flex-flow: column;
    margin-bottom: 90px;
  }
  .mainBox .block2 .boxWrap .box {
    margin-right: 0;
    margin-bottom: 24px;
    flex-wrap: wrap;
    width: 100%;
  }
  .mainBox .block2 .boxWrap .imgBoxWrap {
    width: 100%;
  }
  .mainBox .block2 .boxWrap .imgBoxWrap p span {
    font-size: 13px;
  }
  .mainBox .block2 .boxWrap .box > p:first-child {
    margin-bottom: 35px;
  }
  .mainBox .block2 .boxWrap:nth-child(3) {
    margin-bottom: 96px;
  }
  .mainBox .block2 .boxWrap .box .boxInner {
    margin-bottom: 40px;
  }
  .mainBox .block2 .box .boxInner h3 span {
    font-size: 12px;
  }
  .mainBox .block2 .box .boxInner h3 span:first-child {
    margin-top: 15px;
  }
  .mainBox .block2 .box.night .boxInner {
    margin-bottom: 29px;
  }
  .mainBox .block2 .box.night .imgBox {
    margin-bottom: 48px;
  }
  .mainBox .block2 .box.night p:nth-of-type(3) {
    margin-bottom: 28px;
    line-height: 24px;
  }
  .mainBox .block2 .box.night p:nth-of-type(6) br {
    display: none;
  }
  .slide1.swiper {
    margin-bottom: 83px;
  }
  .slide1.swiper::after {
    width: 100%;
    margin-top: 75px;
  }
  .mainBox .block2{
    padding-bottom: 75px;
    margin-bottom: 75px;
  }
  .qaBpx{
    margin-bottom: 110px;
  }
  .qaBpx h2{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .qaBpx ul{
    padding-top: 25.5px;
  }
  .qaBpx li{
    margin-bottom: 25.5px;
    padding-bottom: 25.5px;
  }
  .qaBpx li .qBox{
    font-size: 12px;
  }
  .qaBpx li .aBox{
    font-size: 11px;
  }
  .mainBox .block2 .box.night.no1{
    margin-bottom: 80px;
  }
  .mainBox .block2 .box.night.no2{
    margin-bottom: 80px;
  }
  .mainBox .block2 .box.night .limit{
    font-size: 16px;
  }
  .mainBox .block2 .box .boxInner h3{
    font-size: 22px;
  }
  .mainBox .block2 .box .boxInner .price{
    font-size: 22px;
  }
  .night.no2 h3 br{
    display: inline;
  }
  .night.no2 h3 span{
    margin-top: 20px;
  }
  .dinnerSlide {
    height: 114vw;
}
.komeBlock1 {
    width: 90%;
    margin: 0 auto 100px;
}
.komeBlock1 h2 {
    font-size: 20px;
}
.komeBlock1 .komeSlideMain {
    margin: 30px 0 0;
}
.menuPage .menuContent{
  padding: 128px 0 147px;
}
.menuPage .menuContent .menuCat{
  padding: 0;
  margin-bottom: 110px;
}
.menuPage .menuContent .menuBox .note{
  margin-bottom: 45px;
}
.menuPage .menuContent .menuBox{
  margin-bottom: 144px;
}
.menuPage .menuContent .menuBox.no3{
  margin-bottom: 171px;
}
}/*# sourceMappingURL=style.css.map */