@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  background: url(../img/bg.jpg);
  font-family: sans-serif;
  min-width: initial;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.ttl {
  margin-bottom: 10%;
  text-align: center;
}

.ttl img {
  width: 34%;
}

.link {
  text-align: center;
}

.linkBtn {
  background: #b97d00;
  color: #fff;
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 4.27vw;
  padding: 4% 0;
  width: 78%;
}

#loader-bg {
  background: #860a00;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#loader {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#loader img {
  -webkit-transform: translate(50%, 50%);
  bottom: 50%;
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
  width: 40%;
}

.header {
  margin-bottom: 25%;
  position: relative;
}

.headerWrap {
  -webkit-transition: 0.3s ease-in-out;
  height: 70px;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 999;
}

.headerWrap.active {
  background: rgba(0, 0, 0, 0.7);
}

.header__logo {
  height: 10px;
  margin: 12px;
  width: 100px;
  z-index: 1;
}

.header .slick__img {
  background-position: center;
  background-size: cover;
  height: 90vh;
  width: 100%;
}

.header .slick__img01 {
  background-image: url(../img/kv_01.jpg);
}

.header .slick__img02 {
  background-image: url(../img/kv_02.jpg);
}

.header .slick__img03 {
  background-image: url(../img/kv_03.jpg);
}

.headerInfoKv {
  background-image: url(../img/kv_info.jpg);
  background-position: left;
  background-size: cover;
  height: 45vh;
  width: 100%;
}

.headerMenuKv {
  background-image: url(../img/kv_menu.jpg);
  background-position: center;
  background-size: cover;
  height: 45vh;
  width: 100%;
}

.header .kv_logo {
  -webkit-transform: translate(50%, 50%);
  bottom: 50%;
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
  width: 50%;
}

.header .kv_map {
  position: fixed;
  right: 60px;
  top: 12px;
  width: 30px;
  z-index: 999;
}

/* ハンバーガーボタン */
.hamburger {
  cursor: pointer;
  display: block;
  height: 42px;
  position: fixed;
  right: 13px;
  text-align: center;
  top: 12px;
  width: 42px;
  z-index: 999;
}

.hamburger span {
  -webkit-transition: 0.3s ease-in-out;
  background: #fff;
  display: block;
  height: 2px;
  left: 6px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 30px;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(315deg);
  left: 6px;
  top: 16px;
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-315deg);
  top: 16px;
  transform: rotate(-315deg);
}

.globalMenuSp {
  -webkit-transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  padding: 30% 4% 0;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}

.globalMenuSp ul.navList {
  margin: 0 0 14% 5%;
}

.globalMenuSp ul.navList li {
  color: #fff;
  list-style-type: disc;
}

.globalMenuSp ul.navList li:not(:last-child) {
  margin-bottom: 4%;
}

.globalMenuSp ul.navList li a {
  color: #fff;
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 4.8vw;
}

.globalMenuSp .headerTel {
  margin-bottom: 10%;
  text-align: center;
}

.globalMenuSp .headerTel__txt {
  color: #fff;
  font-size: 3.47vw;
  letter-spacing: 2px;
  margin-bottom: 6%;
  position: relative;
}

.globalMenuSp .headerTel__txt:before {
  background: #fff;
  content: "";
  height: 1px;
  left: calc(50% - 35%);
  position: absolute;
  top: 50%;
  width: 10%;
}

.globalMenuSp .headerTel__txt:after {
  background: #fff;
  content: "";
  height: 1px;
  left: calc(50% + 25%);
  position: absolute;
  top: 50%;
  width: 10%;
}

.globalMenuSp .headerTel__num {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 6.67vw;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}

.globalMenuSp .headerTel__num:before {
  background: url(../img/ico_tel-wh.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: -15%;
  position: absolute;
  top: 0;
  width: 10%;
}

.globalMenuSp .headerInfo {
  text-align: center;
}

.globalMenuSp .headerInfo:not(:last-child) {
  margin-bottom: 8%;
}

.globalMenuSp .headerInfo dt {
  color: #fff;
  font-size: 4.27vw;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 2%;
}

.globalMenuSp .headerInfo dd {
  color: #fff;
  font-size: 4.27vw;
  line-height: 1.4;
  text-align: justify;
}

.globalMenuSp .headerInfo dd ul {
  text-align: center;
}

.globalMenuSp .headerInfo dd p {
  text-align: center;
}

.globalMenuSp .headerInfo dd p a {
  color: #fff;
  text-decoration: underline;
}

.globalMenuSp .headerSNS {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 11%;
}

.globalMenuSp .headerSNS li {
  width: 10%;
}

.globalMenuSp .headerSNS li:not(:last-child) {
  margin-right: 2%;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mov {
  margin-bottom: 16%;
  padding: 0 4%;
}

.mov.mb {
  margin-bottom: 10%;
  padding: 0;
}

.mov__inner {
  left: 0;
  padding-top: 56%;
  position: relative;
  top: 0;
  width: 100%;
}

.mov__inner iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.summary__lead {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  background: #252423;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 4.27vw;
  letter-spacing: 2px;
  line-height: 1.7;
  padding: 10% 8%;
  width: 100%;
  writing-mode: vertical-rl;
}

.summary__lead p:first-child {
  margin-left: 6%;
}

.feature {
  background: #860a00;
  overflow: hidden;
  padding: 16% 0;
}

.featureItems {
  margin-bottom: 8%;
  padding: 0 4%;
}

.featureItems__img {
  margin-bottom: 8%;
}

.featureItems:nth-child(odd) img.animationTarget {
  -webkit-transform: translate(-50px);
  -webkit-transition: 1s;
  opacity: 0;
  transform: translate(-50px);
  transition: 1s;
}

.featureItems:nth-child(even) img.animationTarget {
  -webkit-transform: translateX(50px);
  -webkit-transition: 1s;
  opacity: 0;
  transform: translateX(50px);
  transition: 1s;
}

.featureItems__img img.animationTarget.show {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
}

.featureItems__txt {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 4.27vw;
  line-height: 1.7;
  padding: 0 7%;
  text-align: justify;
}

.block {
  padding: 10% 4%;
}

.block__ttl {
  margin-bottom: 4%;
  width: 80%;
}

.block__img {
  margin-bottom: 8%;
}

.block__txt {
  font-size: 4.27vw;
  line-height: 1.7;
}

.inside {
  padding-top: 90%;
  width: 100%;
}

.inside.img01 {
  background: url(../img/img_03.jpg) no-repeat;
  background-position: center;
  background-size: 210%;
}

.inside.img02 {
  background: url(../img/img_04.jpg) no-repeat;
  background-position: center;
  background-size: 210%;
}

.inside.mb {
  margin-bottom: 16%;
}

.seat {
  margin-bottom: 37%;
  overflow: hidden;
}

.seat__lead {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 3.74vw;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 8%;
  text-align: center;
}

.seat__num {
  display: inline-block;
  margin: 0 2%;
  width: 10%;
}

.seatContainer {
  position: relative;
}

.seatContainer:before {
  -webkit-transform: translateY(-50%);
  background: #252423;
  content: "";
  height: 87%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.seatContainer__img {
  width: 67%;
}

.seatContainer__img.firstFloor {
  margin-bottom: 8%;
}

.seatContainer__img.secondFloor {
  margin-left: auto;
}

.seatContainer__img.firstFloor img.animationTarget {
  -webkit-transform: translate(-20px, -20px);
  -webkit-transition: 1s;
  opacity: 0;
  transform: translate(-20px, -20px);
  transition: 1s;
}

.seatContainer__img.secondFloor img.animationTarget {
  -webkit-transform: translate(20px, 20px);
  -webkit-transition: 1s;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: 1s;
}

.seatContainer__img img.animationTarget.show {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
}

.seatContainerItem {
  padding: 0 4%;
}

.seatContainer__txt {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 4.27vw;
  line-height: 1.7;
  margin-bottom: 8%;
  padding: 0 4%;
}

.seatContainer__sketch {
  margin-bottom: 8%;
}

.footer {
  background: #860a00;
  padding: 16% 4%;
}

.footer__logo {
  margin-bottom: 15%;
  text-align: center;
}

.footer__logo img {
  width: 34%;
}

.footer__img {
  margin-bottom: 10%;
}

.footerTel {
  margin-bottom: 10%;
  text-align: center;
}

.footerTel__txt {
  color: #fff;
  font-size: 3.47vw;
  letter-spacing: 2px;
  margin-bottom: 6%;
  position: relative;
}

.footerTel__txt:before {
  background: #fff;
  content: "";
  height: 1px;
  left: calc(50% - 35%);
  position: absolute;
  top: 50%;
  width: 10%;
}

.footerTel__txt:after {
  background: #fff;
  content: "";
  height: 1px;
  left: calc(50% + 25%);
  position: absolute;
  top: 50%;
  width: 10%;
}

.footerTel__num {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 6.67vw;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}

.footerTel__num:before {
  background: url(../img/ico_tel-wh.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: -15%;
  position: absolute;
  top: 0;
  width: 10%;
}

.footerSNS {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 11%;
}

.footerSNS li {
  width: 10%;
}

.footerSNS li:not(:last-child) {
  margin-right: 2%;
}

.footerInfo dl:not(:last-child) {
  margin-bottom: 8%;
}

.footerInfo dt {
  color: #fff;
  font-size: 4.27vw;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 2%;
}

.footerInfo dd {
  color: #fff;
  font-size: 4.27vw;
  line-height: 1.4;
  text-align: justify;
}

.footerInfo dd a {
  color: #fff;
  text-decoration: underline;
}

.footerCopy {
  background: #6d0300;
  padding: 5% 4%;
}

.footerCopy small {
  color: #fff;
  font-size: 2.4vw;
}

.fixedTel {
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
}

.fixedTel__btn {
  background: #b97d00;
  color: #fff;
  display: block;
  font-size: 4.27vw;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6% 0;
  position: relative;
}

.fixedTel__btn:before {
  background: url(../img/ico_tel-bk.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 60%;
  left: calc(50% - 31%);
  position: absolute;
  top: 28%;
  width: 6%;
}

.menuAnker {
  background: #252423;
}

.menuAnkerList li {
  padding: 4.5% 0;
  text-align: center;
}

.menuAnkerList li:not(:last-child) {
  border-bottom: solid 1px #fff;
}

.menuAnkerList li a {
  color: #fff;
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 4.54vw;
}

.menuIntro {
  background: #b97d00;
  margin-bottom: 16%;
  padding: 6% 0;
  text-align: center;
}

.menuIntro__lead {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 5.87vw;
  font-weight: bold;
  letter-spacing: -2px;
  margin-bottom: 3%;
}

.menuIntro__price {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 4.27vw;
  margin-bottom: 7%;
}

.menuIntro__price .yen {
  font-size: 3.2vw;
}

.menuIntro__price .inc {
  font-size: 3.2vw;
}

.menuIntro__txt {
  font-size: 2.67vw;
}

.menu__ttl {
  margin-bottom: 10%;
  position: relative;
  text-align: center;
}

.menu__ttl:before {
  -webkit-transform: translateY(-50%);
  background: #860a00;
  content: "";
  display: inline-block;
  height: 2px;
  left: calc(50% - 45%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13.5%;
}

.menu__ttl:after {
  -webkit-transform: translateY(-50%);
  background: #860a00;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: calc(50% - 45%);
  top: 50%;
  transform: translateY(-50%);
  width: 13.5%;
}

.menu__ttl img {
  width: 56%;
}

.menu__inner {
  display: none;
  padding: 0 11%;
}

.menuBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #860a00;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 4.27vw;
  margin: 0 auto;
  outline: none;
  padding: 5% 0;
  text-align: center;
  width: 78%;
}

.menuIchioshi {
  margin-bottom: 16%;
}

.menuIchioshiContainer {
  background: #860a00;
  padding: 16% 0;
}

.menuIchioshiContainer__inner {
  padding: 0 4%;
}

.menuIchioshiContainer__img {
  margin-bottom: 10%;
}

.menuIchioshiContainer__txtInner {
  padding: 0 7%;
}

.menuIchioshiContainer__ttlWrap {
  font-size: 5.2vw;
  line-height: 1.2;
  margin-bottom: 9%;
}

.menuIchioshiContainer__ttl {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-weight: bold;
  margin-bottom: 4%;
}

.menuIchioshiContainer__price {
  color: #fff;
  text-align: right;
}

.menuIchioshiContainer__price .yen {
  font-size: 3.2vw;
}

.menuIchioshiContainer__price .tax {
  letter-spacing: -1px;
}

.menuIchioshiContainer__price .inc {
  font-size: 3.2vw;
}

.menuIchioshiContainer__txt {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 4.27vw;
  line-height: 1.7;
  text-align: justify;
}

.menuIchioshiContainerList li {
  color: #fff;
  font-size: 4.27vw;
}

.menuIchioshiContainerList li:not(:last-child) {
  margin-bottom: 4%;
}

.menuRegular {
  margin-bottom: 16%;
}

.menuRegular__img {
  margin-bottom: 10%;
}

.menuRegularList {
  border-top: solid 2px #000;
  margin-bottom: 10%;
  padding-top: 4%;
}

.menuRegularListItems {
  font-size: 3.74vw;
  line-height: 1.4;
}

.menuRegularListItems:not(:last-child) {
  margin-bottom: 2%;
}

.menuRegularListItems dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.menuRegularListItems dt {
  width: 36%;
}

.menuRegularListItems dt.red {
  color: #860a00;
}

.menuRegularListItems dt.clear {
  width: 80%;
}

.menuRegularListItems dd {
  text-align: right;
}

.menuRegularListItems dd.red {
  color: #860a00;
}

.menuRegularListItems dd:first-of-type {
  font-size: 2.94vw;
  line-height: 1.8;
  width: 44%;
}

.menuRegularListItems dd:last-of-type {
  width: 20%;
}

.menuSide {
  margin-bottom: 16%;
}

.menuSide__img {
  margin-bottom: 10%;
}

.menuSide__img img {
  margin-bottom: 4%;
}

.menuSideContainer {
  background: #b97d00;
  margin-bottom: 10%;
  padding: 16% 0;
}

.menuSideContainer__inner {
  padding: 0 4%;
}

.menuSideContainer__txtInner {
  padding: 0 7%;
}

.menuSideContainer__ttlWrap {
  font-size: 5.2vw;
  line-height: 1.2;
  margin-bottom: 9%;
}

.menuSideContainer__ttl {
  color: #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-weight: bold;
  margin-bottom: 4%;
}

.menuSideContainer__ttl .fs {
  font-size: 3.74vw;
}

.menuSideContainer__price {
  color: #000;
  text-align: right;
}

.menuSideContainer__price .yen {
  font-size: 3.2vw;
}

.menuSideContainer__price .tax {
  letter-spacing: -1px;
}

.menuSideContainer__price .inc {
  font-size: 3.2vw;
}

.menuSideContainer__txt {
  color: #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 4.27vw;
  line-height: 1.7;
  text-align: justify;
}

.menuSideContainer__txt .red {
  color: #860a00;
}

.menuSideList {
  border-top: solid 2px #000;
  margin-bottom: 10%;
  padding-top: 4%;
}

.menuSideListItems {
  font-size: 3.74vw;
  line-height: 1.4;
}

.menuSideListItems:not(:last-child) {
  margin-bottom: 2%;
}

.menuSideListItems dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.menuSideListItems dt {
  width: 80%;
}

.menuSideListItems dt.red {
  color: #860a00;
}

.menuSideListItems dt p:not(:last-child) {
  margin-bottom: 2%;
}

.menuSideListItems dd {
  text-align: right;
  width: 20%;
}

.menuSideListItems dd.red {
  color: #860a00;
}

.menuDrink {
  margin-bottom: 16%;
}

.menuDrinkList {
  border-top: solid 2px #000;
  margin-bottom: 10%;
  padding-top: 4%;
}

.menuDrinkListItems {
  font-size: 3.74vw;
  line-height: 1.4;
}

.menuDrinkListItems:not(:last-child) {
  margin-bottom: 2%;
}

.menuDrinkListItems dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.menuDrinkListItems dt {
  white-space: nowrap;
  width: 36%;
}

.menuDrinkListItems dt.clear {
  width: 80%;
}

.menuDrinkListItems dd {
  text-align: right;
  width: 20%;
}

.menuDrinkListItems dd:first-of-type {
  font-size: 2.94vw;
  line-height: 1.8;
  width: 44%;
}

.menuDrinkListItems dd:last-of-type {
  font-size: 3.74vw;
  width: 20%;
}

.menuNote {
  margin-bottom: 10%;
  text-align: right;
}

.menuNote li {
  font-size: 3.2vw;
}

.menuNote li:not(:last-child) {
  margin-bottom: 2%;
}

.menuNote li.red {
  color: #860a00;
  font-weight: bold;
}

.menuCorse {
  margin-bottom: 37%;
}

.menuCorse__lead {
  text-align: center;
}

.menuCorse__lead img {
  width: 60%;
}

.menuCorse__Bg {
  background: #252423;
}

.menuCorse__inner {
  padding: 16% 4%;
}

.menuCorse__img {
  margin-bottom: 15%;
}

.menuCorse__img img {
  margin-bottom: 2%;
}

.menuCorse__img p {
  color: #fff;
  font-size: 3.2vw;
  text-align: right;
}

.menuCorseTxt__inner {
  padding: 0 7%;
}

.menuCorseContainer {
  margin-bottom: 10%;
}

.menuCorseContainer__ttl {
  color: #fff;
  font-size: 5.34vw;
  line-height: 1.2;
  margin-bottom: 7%;
}

.menuCorseContainer__ttl span {
  font-size: 4.54vw;
}

.menuCorseContainer__price {
  color: #fff;
  font-size: 4.27vw;
  text-align: right;
}

.menuCorseContainer__price .yen {
  font-size: 3.2vw;
}

.menuCorseContainer__price .inc {
  font-size: 3.2vw;
}

.menuCorseDetail__ttl {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  font-size: 4.27vw;
  margin-bottom: 8%;
  position: relative;
  text-align: center;
}

.menuCorseDetail__ttl:before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  left: calc(50% - 18%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8%;
}

.menuCorseDetail__ttl:after {
  -webkit-transform: translateY(-50%);
  background: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: calc(50% - 18%);
  top: 50%;
  transform: translateY(-50%);
  width: 8%;
}

.menuCorseDetailList {
  margin-bottom: 13%;
}

.menuCorseDetailList li {
  color: #fff;
  font-size: 4.27vw;
}

.menuCorseDetailList li:not(:last-child) {
  margin-bottom: 4%;
}

.menuCorseDetailNote small {
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.4;
}

.info {
  margin-bottom: 37%;
}

.info__inner {
  padding: 0 4%;
}

.info__img {
  margin-bottom: 15%;
}

.info__inner dl:not(:last-child) {
  border-bottom: solid 2px #000;
  margin-bottom: 6%;
}

.info__inner dl:not(:last-child) dd {
  margin-bottom: 6%;
}

.info__inner dt {
  font-size: 4.27vw;
  font-weight: bold;
  margin-bottom: 3%;
}

.info__inner dd {
  font-size: 4.27vw;
  line-height: 1.4;
}

.info__inner dd ul li {
  font-size: 4.27vw;
  line-height: 1.4;
}

.info__inner dd a {
  color: #000;
  font-size: 4.27vw;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .ttl {
    margin-bottom: 55px;
  }
  .ttl img {
    width: 220px;
  }
  .link {
    text-align: center;
  }
  .linkBtn {
    -webkit-transition: 0.3s ease-in-out;
    font-size: 16px;
    padding: 17px 0;
    transition: 0.3s ease-in-out;
    width: 260px;
  }
  .linkBtn:hover {
    background: #946500;
  }
  #loader img {
    width: 200px;
  }
  .header {
    margin-bottom: 160px;
  }
  .header .slick__img {
    height: 742px;
  }
  .headerInfoKv {
    background-position: center;
    height: 500px;
  }
  .header .kv_logo {
    height: 261px;
    width: 210px;
  }
  .headerWrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    justify-content: space-between;
  }
  .header__logo {
    -webkit-transition: 0.3s ease-in-out;
    height: 60px;
    margin: 20px;
    transition: 0.3s ease-in-out;
    width: 130px;
  }
  .header__logo:hover {
    opacity: 0.7;
  }
  .headerMenuWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 0 0;
  }
  .headerMenuItems {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 17px;
  }
  .headerMenu__map {
    margin-right: 20px;
    text-align: center;
  }
  .headerMenu__map a {
    -webkit-transition: 0.3s ease-in-out;
    background: #860a00;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 4px 0;
    transition: 0.3s ease-in-out;
    width: 100px;
  }
  .headerMenu__map a:hover {
    opacity: 0.7;
  }
  .headerMenu__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headerMenu__sns li:not(:last-child) {
    margin-right: 5px;
  }
  .headerMenu__sns li a img {
    width: 15px;
  }
  .headerMenu__nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 280px;
  }
  .headerMenu__nav li:not(:last-child) {
    border-right: solid 1px #fff;
    padding-right: 25px;
  }
  .headerMenu__nav li a {
    -webkit-transition: 0.3s ease-in-out;
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
      "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s ease-in-out;
  }
  .headerMenu__nav li a:hover {
    color: #b97d00;
  }
  .headerTel {
    text-align: right;
    width: 230px;
  }
  .headerTel a {
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
      "Hiragino Mincho Pro", serif;
    font-size: 28px;
    font-weight: bold;
    pointer-events: none;
    position: relative;
  }
  .headerTel a:before {
    -webkit-transform: translateY(-50%);
    background: url(../img/ico_tel-wh.png) no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 24px;
    left: -25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
  }
  .headerTel__info li {
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
      "Hiragino Mincho Pro", serif;
    font-size: 10px;
    line-height: 1.4;
  }
  .mov {
    cursor: pointer;
    margin: 0 auto 120px;
    padding: 0;
    width: 640px;
  }
  .mov.mb {
    cursor: pointer;
    margin: 0;
    width: 520px;
  }
  .mov__inner {
    padding-top: 360px;
  }
  .mov.mb .mov__inner {
    padding-top: 292px;
  }
  .summary__bg {
    background: url(../img/img_bg.jpg) no-repeat;
    background-size: cover;
    height: 680px;
    width: 100%;
  }
  .summary__inner {
    height: 680px;
    margin: 0 auto;
    position: relative;
    width: 900px;
  }
  .summary__lead {
    background: none;
    display: inline-block;
    font-size: 18px;
    height: 380px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 280px;
    width: auto;
  }
  .feature {
    padding: 120px 0;
  }
  .featureContainer {
    margin: 0 auto 60px;
    width: 900px;
  }
  .featureItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0;
  }
  .featureItems:not(:last-child) {
    margin-bottom: 30px;
  }
  .featureItems:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .featureItems__img {
    margin-bottom: 0;
    width: 500px;
  }
  .featureItems__txt {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 2;
    padding: 30px 30px 0;
    writing-mode: vertical-rl;
  }
  .block {
    margin: 0 auto;
    padding: 120px 0;
    width: 900px;
  }
  .block__ttl {
    margin-bottom: 25px;
    width: 325px;
  }
  .blockContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blockItem {
    padding-left: 75px;
    width: 480px;
  }
  .block__img {
    margin-bottom: 0;
    width: 420px;
  }
  .block__txt {
    font-size: 16px;
  }
  .inside {
    height: 520px;
    padding-top: 0;
    width: 100%;
  }
  .inside.img01 {
    background-attachment: fixed;
    background-size: cover;
  }
  .inside.img02 {
    background-attachment: fixed;
    background-size: cover;
  }
  .inside.mb {
    margin-bottom: 120px;
  }
  .seat {
    margin-bottom: 240px;
  }
  .seat__lead {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
  .seat__num {
    margin: 0 10px;
    width: 47px;
  }
  .seatContainer__inner {
    margin: 0 auto;
    width: 900px;
  }
  .seatContainer:before {
    height: 92%;
  }
  .seatContainer__img {
    height: 400px;
    width: 600px;
  }
  .seatContainer__img.firstFloor {
    margin-bottom: 70px;
  }
  .seatContainerItem {
    padding: 0;
    position: relative;
  }
  .seatContainer__txt {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    writing-mode: vertical-rl;
  }
  .seatContainer__txt:first-of-type {
    display: inline-block;
    position: absolute;
    right: 120px;
    top: -350px;
  }
  .seatContainer__txt:last-of-type {
    height: 240px;
    left: 80px;
    position: absolute;
    top: 530px;
  }
  .seatContainer__txt--num {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    line-height: 1;
    text-combine-upright: all;
    vertical-align: baseline;
  }
  .seatContainer__sketch {
    margin-bottom: 70px;
    text-align: center;
  }
  .seatContainer__sketch img {
    height: 415px;
    width: 825px;
  }
  .footer {
    padding: 120px 0;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 900px;
  }
  .footer__left {
    width: 300px;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer__logo img {
    height: 137px;
    width: 110px;
  }
  .footer__img {
    margin-bottom: 25px;
  }
  .footer__img img {
    width: 300px;
  }
  .footerTel {
    margin-bottom: 30px;
  }
  .footerTel__txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footerTel__txt:before {
    left: calc(50% - 120px);
  }
  .footerTel__txt:after {
    left: calc(50% + 90px);
  }
  .footerTel__num {
    font-size: 28px;
    letter-spacing: 1px;
    margin-left: 20px;
    pointer-events: none;
  }
  .footerTel__num:before {
    height: 26px;
    left: -30px;
    top: 3px;
    width: 20px;
  }
  .footerSNS {
    margin-bottom: 0;
  }
  .footerSNS li {
    width: 25px;
  }
  .footerSNS li:not(:last-child) {
    margin-right: 10px;
  }
  .footerInfo {
    padding-left: 100px;
    width: 600px;
  }
  .footerInfo dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerInfo dl:not(:last-child) {
    margin-bottom: 35px;
  }
  .footerInfo dt {
    font-size: 14px;
    margin-bottom: 0;
    width: 160px;
  }
  .footerInfo dd {
    font-size: 14px;
    width: 340px;
  }
  .footerInfo dd a {
    -webkit-transition: 0.3s ease-in-out;
    color: #fff;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
  }
  .footerInfo dd a:hover {
    color: #b97d00;
  }
  .footerCopy {
    padding: 22px 0;
  }
  .footerCopy small {
    display: block;
    font-size: 12px;
    margin: 0 auto;
    width: 900px;
  }
  .menuAnkerList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 900px;
  }
  .menuAnkerList li {
    padding: 25px 0;
    width: calc(100% / 5);
  }
  .menuAnkerList li:not(:last-child) {
    border-bottom: none;
  }
  .menuAnkerList li a {
    -webkit-transition: 0.3s ease-in-out;
    font-size: 16px;
    padding: 2px 0;
    transition: 0.3s ease-in-out;
  }
  .menuAnkerList li:not(:last-child) a {
    border-right: solid 1px #fff;
  }
  .menuAnkerList li a:hover {
    color: #b97d00;
  }
  .menuIntro {
    margin-bottom: 120px;
    padding: 43px 0;
  }
  .menuIntro__lead {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .menuIntro__price {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .menuIntro__price .yen {
    font-size: 14px;
  }
  .menuIntro__price .inc {
    font-size: 14px;
  }
  .menuIntro__txt {
    font-size: 12px;
  }
  .menu__ttl {
    margin-bottom: 55px;
  }
  .menu__ttl:before {
    left: calc(50% - 250px);
    width: 115px;
  }
  .menu__ttl:after {
    right: calc(50% - 250px);
    width: 115px;
  }
  .menu__ttl img {
    width: 260px;
  }
  .menu__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 800px;
  }
  .menu__inner--left {
    width: 48%;
  }
  .menu__inner--right {
    width: 48%;
  }
  .menuBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #860a00;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 4.27vw;
    outline: none;
    padding: 5% 0;
    text-align: center;
    width: 100%;
  }
  .menuIchioshi {
    margin-bottom: 120px;
  }
  .menuIchioshiContainer {
    padding: 80px 0;
  }
  .menuIchioshiContainer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 900px;
  }
  .menuIchioshiContainer__img {
    margin-bottom: 0;
    width: 520px;
  }
  .menuIchioshiContainer__txtInner {
    padding: 40px 0 0 40px;
    width: 380px;
  }
  .menuIchioshiContainer__ttlWrap {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .menuIchioshiContainer__ttl {
    margin-bottom: 15px;
  }
  .menuIchioshiContainer__price .yen {
    font-size: 14px;
  }
  .menuIchioshiContainer__price .inc {
    font-size: 14px;
  }
  .menuIchioshiContainer__txt {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .menuIchioshiContainerList li {
    font-size: 14px;
  }
  .menuIchioshiContainerList li:not(:last-child) {
    margin-bottom: 10px;
  }
  .menuRegular {
    margin: 0 auto;
    margin-bottom: 120px;
    padding: 0;
    width: 800px;
  }
  .menuRegular__img {
    margin-bottom: 55px;
  }
  .menuRegularList {
    border-top: solid 1px #000;
    margin-bottom: 30px;
    padding-top: 25px;
  }
  .menuRegularListItems {
    font-size: 16px;
  }
  .menuRegularListItems:not(:last-child) {
    margin-bottom: 15px;
  }
  .menuRegularListItems dt {
    width: 200px;
  }
  .menuRegularListItems dt.clear {
    width: auto;
  }
  .menuRegularListItems dd {
    text-align: right;
  }
  .menuRegularListItems dd:first-of-type {
    font-size: 14px;
    line-height: 1.5;
    width: 115px;
  }
  .menuRegularListItems dd:last-of-type {
    width: 74px;
  }
  .menuSide {
    margin-bottom: 120px;
    padding: 0;
  }
  .menuSide__img {
    margin: 0 auto 55px;
    width: 640px;
  }
  .menuSide__img img {
    cursor: pointer;
    margin-bottom: 20px;
  }
  .menuSideContainer {
    margin-bottom: 55px;
    padding: 80px 0;
  }
  .menuSideContainer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    padding: 0;
    width: 900px;
  }
  .menuSideContainer__txtInner {
    padding: 40px 40px 0 0;
    width: 380px;
  }
  .menuSideContainer__ttlWrap {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .menuSideContainer__ttl {
    margin-bottom: 15px;
  }
  .menuSideContainer__ttl .fs {
    font-size: 16px;
  }
  .menuSideContainer__price .yen {
    font-size: 14px;
  }
  .menuSideContainer__price .inc {
    font-size: 14px;
  }
  .menuSideContainer__txt {
    font-size: 15px;
    line-height: 1.7;
  }
  .menuSideContainer__txt .red {
    color: #860a00;
  }
  .menuSideList {
    border-top: solid 1px #000;
    margin-bottom: 30px;
    padding-top: 25px;
  }
  .menuSideListItems {
    font-size: 16px;
  }
  .menuSideListItems:not(:last-child) {
    margin-bottom: 15px;
  }
  .menuSideListItems dt {
    width: 310px;
  }
  .menuSideListItems dt p:not(:last-child) {
    margin-bottom: 10px;
  }
  .menuSideListItems dd {
    width: 74px;
  }
  .menuDrink {
    margin: 0 auto;
    margin-bottom: 120px;
    padding: 0;
    width: 800px;
  }
  .menuDrinkList {
    border-top: solid 1px #000;
    margin-bottom: 30px;
    padding-top: 25px;
  }
  .menuDrinkListItems {
    font-size: 16px;
  }
  .menuDrinkListItems:not(:last-child) {
    margin-bottom: 15px;
  }
  .menuDrinkListItems dt {
    width: 200px;
  }
  .menuDrinkListItems dt.clear {
    width: 310px;
  }
  .menuDrinkListItems dd {
    width: 20%;
  }
  .menuDrinkListItems dd:first-of-type {
    font-size: 14px;
    line-height: 1.5;
    width: 110px;
  }
  .menuDrinkListItems dd:last-of-type {
    font-size: 16px;
    width: 74px;
  }
  .menuNote {
    margin-bottom: 0;
  }
  .menuNote li {
    font-size: 12px;
  }
  .menuNote li:not(:last-child) {
    margin-bottom: 5px;
  }
  .menuCorse {
    margin-bottom: 240px;
  }
  .menuCorse__lead img {
    width: 300px;
  }
  .menuCorse__inner {
    margin: 0 auto;
    padding: 80px 0;
    width: 800px;
  }
  .menuCorse__img {
    margin-bottom: 60px;
  }
  .menuCorse__img img {
    margin-bottom: 10px;
  }
  .menuCorse__img p {
    font-size: 12px;
  }
  .menuCorseTxt__inner {
    padding: 0;
  }
  .menuCorseContainer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
  }
  .menuCorseContainer__ttl {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .menuCorseContainer__ttl span {
    font-size: 18px;
  }
  .menuCorseContainer__price {
    font-size: 24px;
  }
  .menuCorseContainer__price .yen {
    font-size: 14px;
  }
  .menuCorseContainer__price .inc {
    font-size: 14px;
  }
  .menuCorseDetail__ttl {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .menuCorseDetail__ttl:before {
    left: calc(50% - 80px);
    width: 50px;
  }
  .menuCorseDetail__ttl:after {
    right: calc(50% - 80px);
    width: 50px;
  }
  .menuCorseDetailList {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .menuCorseDetailList li {
    font-size: 14px;
    width: 33%;
  }
  .menuCorseDetailList li:not(:last-child) {
    margin-bottom: 15px;
  }
  .menuCorseDetailNote small {
    font-size: 12px;
  }
  .info {
    margin-bottom: 240px;
  }
  .info__inner {
    margin: 0 auto;
    padding: 0;
    width: 700px;
  }
  .info__img {
    margin-bottom: 140px;
    text-align: center;
  }
  .info__img img {
    height: 380px;
    width: 500px;
  }
  .info__inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info__inner dl:not(:last-child) {
    border-bottom: solid 1px #000;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .info__inner dl:not(:last-child) dd {
    margin-bottom: 0;
  }
  .info__inner dt {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    width: 225px;
  }
  .info__inner dd {
    font-size: 16px;
    line-height: 1.4;
    width: 475px;
  }
  .info__inner dd ul li {
    font-size: 16px;
  }
  .info__inner dd ul li span {
    display: inline-block;
    margin-right: 10px;
  }
  .info__inner dd a {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .header .slick__img {
    height: 85vh;
  }
}
