@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #000;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 13px;
   letter-spacing: 0.1em;
   line-height: 30px;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

@media only screen and (min-width: 768px) {
   body {
      font-size: 15px;
      line-height: 35px;
   }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
   font-family: "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-noto-sans {
   font-family: "Noto Sans JP", sans-serif;
}

.fnt-noto-serif {
   font-family: "Noto Serif JP", serif;
}

.fnt-red-rose {
   font-family: "Red Rose", serif;
}

.fnt-shippori-mincho-b1 {
   font-family: "Shippori Mincho B1", serif;
   font-style: normal;
}

.fnt-shippori-mincho {
   font-family: "Shippori Mincho", serif;
   font-style: normal;
}

.fnt-zen-maru-gothic {
   font-family: "Zen Maru Gothic", sans-serif;
   font-style: normal;
}

.fnt-zen-kaku-gothic-new {
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-style: normal;
}

/*=============================================
   Custom
*=============================================*/
.pc {
   display: none;
}

.sp {
   display: block;
}

@media only screen and (min-width: 768px) {
   .pc {
      display: block;
   }

   .sp {
      display: none;
   }
}

/* -- -- */
.img-shadow {
   box-shadow: 0px 0px 22px 7.83px rgba(0, 0, 0, 0.18);
}

.text-shadow {
   text-shadow: 8px 11px 52px rgba(0, 0, 0, 0.3);
}

.cl-red {
   color: #d8000d;
}

.cl-brown {
   color: #392817;
}

.cl-yellow {
   color: #b29257;
}

.cl-white {
   color: #f3ece9;
}

.cl-black {
   color: #222;
}

.cl-orange {
   color: #ca3921;
}

.cl-purple {
   color: #884e79;
}

.txt-c {
   text-align: center;
}

.txt-r {
   text-align: right;
}

.uppercase {
   text-transform: uppercase;
}

a {
   transition: all 0.3s;
}

a img {
   transition: all 0.3s;
}

a:hover {
   text-decoration: none;
}

@media only screen and (min-width: 768px) {
   a:hover {
      opacity: 0.7;
   }
}

/* -- -- */
.button {
   position: relative;
}

.button a {
   display: inline-flex;
   align-items: center;
   background-color: #d8000d;
   color: #fff;
   font-family: "Shippori Mincho B1", serif;
   font-weight: 500;
   letter-spacing: 0.1em;
   line-height: 2;
   position: relative;
   box-sizing: border-box;
}

.button a:before {
   content: '';
   border: 2px solid #fff;
   position: absolute;
}

@media only screen and (max-width: 767px) {
   .button {
      text-align: center;
   }

   .button a {
      width: 76vw;
      height: 14.7vw;
      font-size: 4.8vw;
      line-height: 8vw;
      padding: 0 11vw;
   }

   .button a:before {
      border-width: 1px;
      top: 2px;
      right: 2px;
      bottom: 2px;
      left: 2px;
   }

   .button a:after {
      content: '';
      width: 10.9vw;
      height: 1.9vw;
      background: url("../img/shared/btn-arrow.png") no-repeat center top/100% auto;
      position: absolute;
      top: 50%;
      right: 4.8vw;
      transition: all 0.3s;
      transform: translateY(-50%);
   }

   .button a[data-remodal-target] {
      justify-content: center;
      padding: 0 2vw;
      text-align: center;
   }

   .button a[data-remodal-target]:after {
      background: url("../img/shared/icon-popup.png") no-repeat center top/cover;
      width: 4vw;
      height: 4vw;
      top: 2vw;
      right: 2vw;
      transform: translateY(0);
   }
}

@media only screen and (min-width: 768px) {
   .button a {
      width: 292px;
      height: 66px;
      font-size: 21px;
      padding: 0 42px;
   }

   .button a:before {
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 3px;
   }

   .button a:after {
      content: '';
      width: 44px;
      height: 8px;
      background: url("../img/shared/btn-arrow.png") no-repeat center top/100% auto;
      position: absolute;
      top: 50%;
      right: 22px;
      transition: all 0.3s;
      transform: translateY(-50%);
   }

   .button a:hover {
      background-color: #000;
      opacity: 1;
   }

   .button a[data-remodal-target] {
      justify-content: center;
      width: 361px;
      height: 63px;
      padding: 0 20px;
      text-align: center;
   }

   .button a[data-remodal-target]:after {
      background: url("../img/shared/icon-popup.png") no-repeat center top/cover;
      width: 16px;
      height: 16px;
      top: 12px;
      right: 12px;
      transform: translateY(0);
   }
}

/* -- -- */
.d-flex {
   display: flex;
}

/* --- --- */
@media only screen and (max-width: 767px) {
   .h-40 {
      font-weight: 400;
      font-size: 6vw;
      letter-spacing: 0.04em;
      line-height: 1.5;
   }

   .h-60 {
      font-weight: 700;
      font-size: 8vw;
      letter-spacing: 0.1em;
      line-height: 1.5;
   }

   .h-66 {
      font-weight: 500;
      font-size: 10vw;
      letter-spacing: 0.1em;
      line-height: 1.5;
   }
}

@media only screen and (min-width: 768px) {
   .h-40 {
      font-weight: 400;
      font-size: 40px;
      letter-spacing: 0.04em;
      line-height: 52px;
   }

   .h-60 {
      font-weight: 700;
      font-size: 60px;
      letter-spacing: 0.1em;
      line-height: 98px;
   }

   .h-66 {
      font-weight: 500;
      font-size: 66px;
      letter-spacing: 0.1em;
      line-height: 100px;
   }
}

/* -- -- */
.txt {
   text-align: justify;
}

@media only screen and (max-width: 767px) {
   .txt br {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   .txt-c .txt {
      text-align: center;
   }
}

.img-obj {
   object-fit: cover;
   width: 100%;
   max-width: inherit;
   height: 100%;
}

.ovh {
   overflow: hidden;
}

/*=============================================
   main
*=============================================*/
main {
   clear: both;
   width: 100%;
   position: relative;
   box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
   .wrap {
      width: 100%;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 5.2vw;
      position: relative;
   }

   img {
      width: 100%;
      height: auto;
   }
}

@media only screen and (min-width: 768px) {
   .wrap {
      width: 1000px;
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      padding: 0;
   }

   img {
      width: auto;
      max-width: 100%;
      height: auto;
   }
}

@media only screen and (min-width: 1241px) {
   .wr_1100 {
      width: 1100px;
   }

   .wr_1200 {
      width: 1200px;
   }
}

.non-over a:hover {
   opacity: 1;
}

.non-over a:hover img {
   opacity: 1;
}

#socialbuttons {
   display: flex;
   justify-content: center;
   gap: 10px;
   margin: 0;
}

#socialbuttons>* {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 25px;
   margin: 0;
}

.social-twitter {
   width: 77px;
}

.social-facebook {
   width: 102px;
   align-items: flex-start;
   position: relative;
   top: -1px;
}

.social-line {
   width: 64px;
}

.tel {
   font-family: "Shippori Mincho B1", serif;
   font-weight: 700;
}

.tel span {
   background: url("../img/shared/icon-tel.png") no-repeat center left;
   font-weight: 500;
   letter-spacing: 0.04em;
}

.btn-reserve {
   font-family: "Shippori Mincho B1", serif;
}

.btn-reserve a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   background-color: #d8000d;
   color: #fff;
   font-weight: 500;
   letter-spacing: 0.1em;
   position: relative;
}

.btn-reserve a:before {
   content: '';
   border: 2px solid #fff;
   position: absolute;
}

.btn-reserve a:hover {
   background-color: #000;
   opacity: 1;
}

@media only screen and (max-width: 767px) {
   .tel {
      font-size: 3.5vw;
      letter-spacing: 0.2em;
      line-height: 1.5;
   }

   .tel span {
      font-size: 6vw;
      background-size: 6vw auto;
      padding-left: 8vw;
   }

   .btn-reserve a {
      width: 78.8vw;
      height: 12vw;
      font-size: 4.8vw;
   }

   .btn-reserve a:before {
      border-width: 1px;
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 3px;
   }
}

@media only screen and (min-width: 768px) {
   .tel {
      font-size: 15px;
      letter-spacing: 0.1em;
      line-height: 28px;
   }

   .tel span {
      display: inline-block;
      background-size: 25px auto;
      font-size: 26px;
      letter-spacing: 0.04em;
      padding-left: 32px;
   }

   .btn-reserve a {
      width: 266px;
      height: 51px;
      font-size: 21px;
      line-height: 32px;
   }

   .btn-reserve a:before {
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 3px;
   }
}

/*=============================================
   header
*=============================================*/
header {
   width: 100%;
   box-sizing: border-box;
   position: relative;
   z-index: 100;
}

header h1 {
   font-weight: 500;
   letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
   header {
      padding: 10vw 0 0;
   }

   header h1 {
      color: #959595;
      font-size: 11px;
      line-height: 35px;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0 5.2vw 2vw;
      z-index: 1;
      text-align: center;
   }

   header .logo {
      width: 20vw;
      margin: 0 auto;
      padding-bottom: 8vw;
   }

   .header-nav .right,
   .header-nav .cv>*:not(.logo) {
      display: none;
   }

   #menu-toggle {
      width: 100%;
      height: 100vh;
      background: #fff;
      box-sizing: border-box;
      position: fixed;
      top: 0;
      left: 0;
      text-align: left;
      overflow-y: auto;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s linear;
      padding: 33vw 11.2vw;
      z-index: 1;
   }

   #menu-toggle .nav-sub {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      font-weight: 700;
      font-size: 3.5vw;
      letter-spacing: 0.1em;
      line-height: 1.5;
      text-align: center;
   }

   #menu-toggle .nav-sub img {
      display: block;
      width: auto;
      height: 6vw;
      margin: 0 auto 1vw;
   }

   #menu-toggle .nav-sub li {
      padding: 2vw 0;
   }

   #menu-toggle .nav-sub li+li {
      border-left: 1px solid #000;
   }

   #menu-toggle .nav {
      font-weight: 700;
      font-size: 5.2vw;
      letter-spacing: 0.1em;
      line-height: 2.4;
      padding-top: 10vw;
   }

   #menu-toggle .nav a {
      display: block;
      position: relative;
   }

   #menu-toggle .nav a:after {
      content: '';
      width: 18vw;
      height: 2px;
      background-color: #d8000d;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      opacity: 0;
   }

   #menu-toggle .nav a.current:after {
      opacity: 1;
   }

   #menu-toggle .btn-reserve {
      padding-top: 10vw;
   }

   #menu-toggle .tel {
      padding-top: 4vw;
   }

   #menu-toggle .list-sns {
      display: flex;
      justify-content: center;
      gap: 6.4vw;
      padding-top: 8vw;
   }

   #menu-toggle .list-sns li img {
      width: auto;
      height: 7vw;
   }

   .navOpen #menu-toggle {
      opacity: 1;
      visibility: visible;
   }
}

@media only screen and (min-width: 768px) {
   header h1 {
      width: 20px;
      height: 1000px;
      font-size: 13px;
      letter-spacing: 0.1em;
      line-height: 20px;
      color: #959595;
      position: absolute;
      top: 545px;
      left: 30px;
      z-index: 2;
   }

   header .nav,
   header .nav-sub {
      display: flex;
      font-weight: 700;
      font-size: 17px;
      letter-spacing: 0.1em;
      line-height: 17px;
   }

   header .nav a:hover,
   header .nav a.current,
   header .nav-sub a:hover,
   header .nav-sub a.current {
      color: #c90018;
      opacity: 1;
   }

   header .nav-sub {
      gap: 15px;
   }

   header .nav-sub li+li {
      border-left: 1px solid #000;
      padding-left: 15px;
   }

   header .nav-sub a {
      display: inline-flex;
      align-items: center;
      gap: 10px;
   }

   header .nav-sub a img {
      max-width: inherit;
      height: 17px;
   }

   header .nav-sub li:last-child a {
      gap: 2px;
   }

   header .nav li+li:before {
      content: '/';
      display: inline-block;
      margin: 0 9px;
   }

   header .list-sns {
      display: flex;
      justify-content: center;
      gap: 30px;
   }

   header .list-sns img {
      max-width: inherit;
      height: 30px;
   }

   header .logo {
      width: 115px;
      margin: 0 auto;
   }

   .header-nav {
      padding: 0 60px 55px 0;
      position: relative;
      z-index: 2;
   }

   .header-nav .cv {
      background-color: #fff;
      width: 330px;
      padding: 45px 5px 45px 0;
      position: absolute;
      top: 0;
      left: 0;
   }

   .header-nav .btn-reserve {
      padding-top: 40px;
   }

   .header-nav .tel {
      padding-top: 12px;
   }

   .header-nav .list-sns {
      padding-top: 28px;
   }

   .header-nav .right {
      padding-top: 66px;
   }

   .header-nav .nav,
   .header-nav .nav-sub {
      justify-content: flex-end;
   }

   .header-nav .nav {
      padding-top: 38px;
   }

   #menu-toggle {
      width: 100%;
      height: auto !important;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      padding-left: 60px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
   }

   #menu-toggle.fixed {
      opacity: 1;
      visibility: visible;
   }

   #menu-toggle .in {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
   }

   #menu-toggle .in:before {
      content: '';
      width: 100%;
      height: 90px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.06);
      z-index: -1;
   }

   #menu-toggle .nav-sub {
      position: absolute;
      top: 20px;
      left: 60px;
   }

   #menu-toggle .nav {
      padding-top: 56px;
   }

   #menu-toggle .cv {
      background-color: #f4f4f4;
      padding: 20px 12px;
   }

   #menu-toggle .tel {
      padding-top: 20px;
   }

   #menu-toggle .list-sns {
      position: absolute;
      top: 8px;
      left: 520px;
   }
}

/*=============================================
   section
*=============================================*/
section {
   position: relative;
}

#key {
   height: 100%;
   box-sizing: border-box;
   position: relative;
}

#key .slick-slider,
#key .slick-list,
#key .slick-track,
#key .slick-slide {
   width: 100%;
   height: 100%;
}

#key .slick-dots {
   display: none !important;
}

@media only screen and (min-width: 768px) {
   #key {
      padding: 0 80px;
   }
}

/*=============================================
   footer
*=============================================*/
footer {
   background-color: #000;
   color: #fff;
}

.footer-hochan{ width: 110px; position: absolute;top: 34px;left: 230px;}
.footer-hochan img{ width:100%; height: auto;}

@media only screen and (max-width: 767px) {
   footer {
      font-size: 12px;
      line-height: 20px;
      padding: 14vw 0 16vw;
   }

   footer .wrap {
      padding-bottom: 20vw;
   }
   .footer-hochan{ width: 70px; position: absolute;top: 7px;left:auto; right: 15px;}
   footer .logo {
      width: 20vw;
      margin: 0 auto;
      padding-bottom: 7vw;
   }

   footer .btn-reserve {
      padding-bottom: 4vw;
   }

   footer .tel span {
      background-image: url("../img/shared/icon-tel-wh.png");
   }

   footer .fax {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2vw;
      font-weight: 500;
      line-height: 1.5;
   }

   footer .fax code {
      font-size: 6vw;
   }

   footer .fax span {
      width: 10vw;
      font-size: 3.2vw;
      background-color: #fff;
      color: #000;
      text-align: center;
   }

   footer .txt-info {
      padding-top: 14vw;
   }

   footer .txt-info p {
      padding-bottom: 6vw;
   }

   footer .txt-info ul li {
      display: grid;
      grid-template-columns: auto 1fr;
   }

   footer .txt-info a {
      background: url("../img/shared/icon-location-wh.png") no-repeat center left/9px auto;
      padding-left: 12px;
   }

   footer .bnr {
      display: grid;
      gap: 2vw;
      width: 68vw;
      margin: 0 auto;
      padding-top: 12vw;
      font-weight: 500;
      font-size: 4vw;
      line-height: 2;
      letter-spacing: 0.1em;
   }

   footer .bnr a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 9.3vw;
      background-color: #d8000d;
      position: relative;
      box-sizing: border-box;
      padding: 0 10vw;
   }

   footer .bnr a:after {
      content: '';
      width: 10.9vw;
      height: 1.9vw;
      background: url("../img/shared/btn-arrow.png") no-repeat center top/100% auto;
      position: absolute;
      top: 50%;
      right: 4.8vw;
      transition: all 0.3s;
      transform: translateY(-50%);
   }

   footer nav .nav,
   footer nav .nav-sub {
      display: none;
   }

   footer .cookie {
      text-align: center;
      padding-top: 4vw;
   }

   footer .cookie a {
      display: inline-block;
      background: url("../img/shared/icon-cookei.png") no-repeat center right/11px auto;
      padding-right: 24px;
   }

   footer .btn-copy {
      text-align: center;
      padding-top: 12vw;
   }

   footer .btn-copy a {
      display: inline-block;
      background: url("../img/shared/icon-url.png") no-repeat center right/14px auto;
      padding-right: 24px;
   }

   footer #socialbuttons {
      padding-top: 10vw;
   }

   footer address {
      text-align: center;
      padding-top: 6vw;
   }

   .pagetop {
      width: 16.4vw;
      position: static;
      margin: 10vw auto 0;
      opacity: 1;
      visibility: visible;
   }
}

@media only screen and (min-width: 768px) {
   footer {
      font-size: 14px;
      line-height: 22px;
      padding: 70px 0 45px;
   }

   footer .wrap {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      width: 96%;
      min-width: 1000px;
      max-width: 1340px;
   }

   footer .break {
      width: 100%;
   }

   footer .logo {
      width: 120px;
      margin: 0 auto;
   }

   footer .btn-reserve {
      padding-top: 53px;
   }

   footer .tel {
      line-height: 32px;
      padding-top: 25px;
   }

   footer .tel span {
      background-image: url("../img/shared/icon-tel-wh.png");
   }

   footer .fax {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      padding-top: 5px;
   }

   footer .fax span {
      width: 38px;
      background-color: #fff;
      color: #000;
      font-size: 12px;
      line-height: 14px;
      position: relative;
      top: 2px;
   }

   footer .fax code {
      font-size: 26px;
   }

   footer .txt-info {
      flex: 1 0 0;
      padding: 152px 0 0 65px;
   }

   footer .txt-info a {
      background: url("../img/shared/icon-location-wh.png") no-repeat center left/11px auto;
      padding-left: 15px;
   }

   footer .txt-info a:hover {
      text-decoration: underline;
   }

   footer .txt-info p {
      padding-bottom: 22px;
   }

   footer .txt-info ul li {
      display: grid;
      grid-template-columns: auto 1fr;
   }

   footer nav {
      padding-top: 20px;
      position: relative;
   }

   footer nav .nav,
   footer nav .nav-sub {
      display: flex;
      justify-content: flex-end;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 0.1em;
      line-height: 15px;
   }

   footer nav .nav a:hover,
   footer nav .nav a.current,
   footer nav .nav-sub a:hover,
   footer nav .nav-sub a.current {
      color: #c90018;
      opacity: 1;
   }

   footer nav .nav-sub {
      gap: 13px;
   }

   footer nav .nav-sub li+li {
      border-left: 1px solid #fff;
      padding-left: 13px;
   }

   footer nav .nav-sub a {
      display: inline-flex;
      align-items: center;
      gap: 10px;
   }

   footer nav .nav-sub a img {
      max-width: inherit;
      height: 15px;
   }

   footer nav .nav-sub li:last-child a {
      gap: 2px;
   }

   footer nav .nav {
      width: max-content;
      padding-top: 26px;
      position: absolute;
      top: 34px;
      right: 0;
   }

   footer nav .nav li+li:before {
      content: '/';
      display: inline-block;
      margin: 0 10px;
   }

   footer nav .bnr {
      display: grid;
      gap: 7px;
      width: 292px;
      font-weight: 500;
      font-size: 18px;
      letter-spacing: 0.1em;
      margin-left: auto;
      padding-top: 197px;
   }

   footer nav .bnr a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 40px;
      background-color: #d8000d;
      position: relative;
      box-sizing: border-box;
      padding: 0 40px;
   }

   footer nav .bnr a:after {
      content: '';
      width: 44px;
      height: 8px;
      background: url("../img/shared/btn-arrow.png") no-repeat center top/100% auto;
      position: absolute;
      top: 50%;
      right: 22px;
      transition: all 0.3s;
      transform: translateY(-50%);
   }

   footer nav .bnr a:hover {
      background-color: #ccc;
      opacity: 1;
   }

   footer .cookie {
      text-align: right;
      padding-top: 14px;
   }

   footer .cookie a {
      display: inline-block;
      background: url("../img/shared/icon-cookei.png") no-repeat center right/12px auto;
      padding-right: 27px;
   }

   footer .cookie a:hover {
      text-decoration: underline;
   }

   footer .btn-copy {
      text-align: right;
      padding-top: 45px;
   }

   footer .btn-copy a {
      display: inline-block;
      background: url("../img/shared/icon-url.png") no-repeat center right/17px auto;
      padding-right: 27px;
   }

   footer .btn-copy a:hover {
      text-decoration: underline;
   }

   footer #socialbuttons {
      display: inline-flex;
      min-width: 330px;
      position: relative;
      top: -23px;
   }

   footer address {
      display: inline-flex;
      position: relative;
      top: -23px;
      text-align: left;
   }

   .pagetop {
      width: 70px;
      position: static;
      opacity: 1;
      visibility: visible;
      margin: 0 auto;
   }
}

/*=============================================
   css for ie 11 
*=============================================*/
#fixed-sp {
   width: 100%;
   box-sizing: border-box;
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 102;
   opacity: 1;
   visibility: visible;
}

#fixed-sp ul {
   display: flex;
}

#fixed-sp ul li {
   background: #fff;
}

#fixed-sp .hamburger {
   display: grid;
}

#fixed-sp .hamburger img {
   grid-area: 1/1;
}

#fixed-sp .hamburger img:nth-child(2) {
   opacity: 0;
}

#fixed-sp .hamburger.is-active img:nth-child(2) {
   opacity: 1;
}

.navOpen #fixed-sp li:not(:last-child) {
   opacity: 0;
   pointer-events: none;
}

/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   #fixed-sp ul li {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 16vw);
   }
}

/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
   #fixed-sp ul li {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 16vw);
   }
}

/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
   #fixed-sp ul li {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 16vw);
   }
}

@media only screen and (max-width: 767px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
   #fixed-sp ul li {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 16vw);
   }
}

@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
   #fixed-sp ul li {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 16vw);
   }
}

/*=============================================
   custom
*=============================================*/
/* -- slick -- */
.slick-arrow {
   display: block;
   background: transparent;
   border: 0;
   font-size: 0;
   cursor: pointer;
   position: absolute;
   z-index: 1;
}

.slick-prev {
   background: url("../img/shared/slider-prev.png") no-repeat center top/cover;
}

.slick-next {
   background: url("../img/shared/slider-next.png") no-repeat center top/cover;
}

.slick-dots {
   display: flex;
}

.slick-dots li {
   display: block;
   font-size: 0;
   cursor: pointer;
   position: relative;
}

.slick-dots button {
   font-size: 0;
   background: transparent;
   display: block;
   width: 100%;
   height: 100%;
   border: 0;
   background-color: #cbcbcb;
   -webkit-appearance: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   border-radius: 0;
   transition: all 0.3s;
   transform: scale(0.6875);
}

.slick-dots .slick-active button {
   background-color: #d8000d;
   transform: scale(1);
}

@media only screen and (max-width: 767px) {
   .slick-arrow {
      width: 10.8vw;
      height: 10.8vw;
   }

   .slick-prev {
      left: 0;
   }

   .slick-next {
      right: 0;
   }

   .slick-dots {
      justify-content: center;
      gap: 3vw;
   }

   .slick-dots li {
      width: 4vw;
      height: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   .slick-arrow {
      width: 66px;
      height: 66px;
   }

   .slick-arrow:hover {
      opacity: 0.7;
   }

   .slick-dots {
      gap: 20px;
   }

   .slick-dots li {
      width: 32px;
      height: 32px;
   }

   .slick-dots li button:hover {
      opacity: 0.5;
   }
}

/* -- -- */
.list-menu {
   text-align: left;
}

.list-menu dl {
   display: flex;
   border-bottom: 1px solid rgba(0, 0, 0, 0.5);
   padding: 0 0 12px;
}

.list-menu dl+dl {
   padding-top: 13px;
}

.list-menu dl dt {
   flex: 1 0 0;
}

.list-menu dl dd {
   text-align: right;
}

.list-menu .ttl {
   font-weight: 400;
   letter-spacing: 0.1em;
   text-align: center;
   border-bottom: 2px solid #000;
}

@media only screen and (max-width: 767px) {
   .list-menu {
      display: flex;
      flex-direction: column;
      line-height: 24px;
      letter-spacing: 0.05em;
   }

   .list-menu:has(.ttl) {
      gap: 12vw;
   }

   .list-menu .ttl {
      font-size: 5vw;
      line-height: 2;
      text-align: center;
      padding-bottom: 2vw;
      margin-bottom: 12px;
   }
}

@media only screen and (min-width: 768px) {
   .list-menu {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 35px;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.05em;
   }

   .list-menu .col {
      width: 33.33%;
      max-width: 310px;
   }

   .list-menu .ttl {
      font-size: 18px;
      margin-bottom: 13px;
      padding-bottom: 12px;
   }
}

/* -- -- */
[data-remodal-target] {
   cursor: pointer;
}

.remodal-wrapper {
   padding: 20px;
}

.remodal-overlay {
   background: rgba(0, 0, 0, 0.8);
}

button.remodal-close.bottom {
   position: relative;
}

.popup-body {
   background-color: #fff;
   border: 5px solid #b20000;
}

@media only screen and (max-width: 767px) {
   .remodal-wrapper {
      padding: 4vw;
   }

   .remodal {
      padding-top: 12vw;
   }

   .popup-body {
      border-width: 3px;
      padding: 10vw 4vw;
   }

   .popup-body h2 {
      font-weight: 500;
      font-size: 6vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
   }

   .popup-body .list-menu {
      padding-top: 8vw;
   }

   .popup-body .note {
      padding-top: 3vw;
   }

   button.remodal-close {
      background: url("../img/menu/popup-close-1.png") no-repeat center/100% auto;
      width: 8vw;
      height: 8vw;
   }

   button.remodal-close.top {
      position: absolute;
      top: 0;
      right: 0;
   }

   button.remodal-close.bottom {
      background: url("../img/menu/popup-close-2.png") no-repeat center left/auto 100%;
      width: auto;
      height: auto;
      margin: 10vw auto 0;
      padding-left: 8vw;
      font-weight: 400;
      font-size: 4vw;
      line-height: 1;
      letter-spacing: 0;
      color: #000;
   }

   .popup-body .drink {
      position: relative;
   }

   .popup-body .drink .slider-drink {
      position: static;
      padding: 0 5vw;
   }

   .popup-body .drink h3 {
      width: max-content;
      background: url("../img/index/sec5-deco-1.png") no-repeat center left/8vw auto, url("../img/index/sec5-deco-1.png") no-repeat center right/8vw auto;
      font-weight: 800;
      font-size: 6vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
      margin: 0 auto;
      padding: 0 10vw;
   }

   .popup-body .drink .price {
      font-weight: 700;
      font-size: 4vw;
      letter-spacing: 0.1em;
      line-height: 2;
   }

   .popup-body .drink .price span {
      font-size: 6vw;
   }

   .popup-body .drink .txt {
      padding-top: 6vw;
   }

   .popup-body .drink .slick-arrow {
      top: 50%;
      transform: translateY(-50%);
   }

   .popup-body .drink .slick-next {
      right: -8vw;
   }

   .popup-body .drink .slick-prev {
      left: -8vw;
   }
}

@media only screen and (min-width: 768px) {
   .remodal {
      max-width: 1200px;
      padding-top: 110px;
   }

   button.remodal-close {
      background: url("../img/menu/popup-close-1.png") no-repeat center/100% auto;
      width: 50px;
      height: 50px;
      transition: all 0.3s;
   }

   button.remodal-close.top {
      position: absolute;
      top: -110px;
      right: 0;
   }

   button.remodal-close.bottom {
      display: block;
      background: url("../img/menu/popup-close-2.png") no-repeat center left/18px auto;
      width: auto;
      height: auto;
      font-family: "Shippori Mincho", serif;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      letter-spacing: 0.15em;
      line-height: 30px;
      margin: 60px auto 0;
      padding-left: 30px;
      color: #000;
   }

   button.remodal-close:hover {
      opacity: 0.5;
   }

   .popup-body {
      padding: 80px 20px;
      position: relative;
   }

   .popup-body h2 {
      font-weight: 500;
      font-size: 40px;
      line-height: 55px;
      letter-spacing: 0.1em;
   }

   .popup-body .note {
      padding-top: 30px;
   }

   .popup-body .list-menu {
      padding-top: 60px;
   }

   .popup-body .food {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
   }

   .popup-body .drink {
      position: relative;
   }

   .popup-body .drink .slider-drink {
      width: 452px;
      margin: 0 auto;
      position: static;
   }

   .popup-body .drink h3 {
      background: url("../img/index/sec5-deco-1.png") no-repeat center left/40px auto, url("../img/index/sec5-deco-1.png") no-repeat center right/40px auto;
      font-weight: 800;
      font-size: 32px;
      line-height: 48px;
      letter-spacing: 0.1em;
   }

   .popup-body .drink .price {
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 0.1em;
      padding-top: 20px;
   }

   .popup-body .drink .price span {
      font-size: 24px;
   }

   .popup-body .drink .txt {
      padding-top: 40px;
   }

   .popup-body .drink .slick-arrow {
      top: 50%;
      transform: translateY(-50%);
   }

   .popup-body .drink .slick-next {
      right: -40px;
   }

   .popup-body .drink .slick-prev {
      left: -40px;
   }

   .popup-body .drink .note {
      position: absolute;
      bottom: 0;
      right: 20px;
      padding-top: 0;
   }
}

@media only screen and (min-width: 1241px) {
   .popup-body .drink .slick-next {
      right: -50px;
   }

   .popup-body .drink .slick-prev {
      left: -50px;
   }
}

/*=============================================
 * fadeIn
 *=============================================*/
@-webkit-keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

@keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
   animation-duration: 2s;
   animation-delay: 0.3s;
}

.smoke-animation {
   animation: smokeFade cubic-bezier(0.455, 0.03, 0.515, 0.955) 5000ms infinite;
   transform-origin: center center;
   opacity: 0;
}

@keyframes smokeFade {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   50% {
      opacity: 1;
   }

   89% {
      opacity: 0;
      -webkit-transform: translate3d(0, -60%, 0) scale(1.5) rotate(-10deg);
      -moz-transform: translate3d(0, -60%, 0) scale(1.5) rotate(-10deg);
      -o-transform: translate3d(0, -60%, 0) scale(1.5) rotate(-10deg);
      -ms-transform: translate3d(0, -60%, 0) scale(1.5) rotate(-10deg);
      transform: translate3d(0, -60%, 0) scale(1.5) rotate(-10deg);
   }

   90% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

.smokeZoom {
   animation: smokeZoom cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s infinite;
   transform-origin: center center;
   opacity: 0;
}

.smoke_delay {
   animation-delay: 2s !important;
}

@keyframes smokeZoom {
   0% {
      opacity: 0;
   }

   50% {
      opacity: 1;
   }

   89% {
      opacity: 0;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
   }

   90% {
      opacity: 0;
   }

   100% {
      opacity: 0;
   }
}