@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: url("../img/shared/body-bg.jpg") repeat center top;
   color: #3b3b3b;
   font-family: "Noto Serif JP", serif;
   font-weight: 200;
   font-style: normal;
   font-size: 15px;
   letter-spacing: 0.1em;
   line-height: 29px;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

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

/*=============================================
 * 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-garamond {
   font-family: "EB Garamond", serif;
   font-style: normal;
}

.fnt-sawarabi-mincho {
   font-family: "Sawarabi Mincho", serif;
   font-weight: 400;
   font-style: normal;
}

.is-mac .fnt-sawarabi-mincho {
   font-family: "Noto Serif JP", serif;
}

.red {
   color: #ff3939;
}
/*=============================================
   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-blue {
   color: #133449;
}

.cl-black {
   color: #1f1d1d;
}

.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;
   justify-content: center;
   font-weight: 500;
   letter-spacing: 0.3em;
   color: #fff;
   position: relative;
   box-sizing: border-box;
   border-bottom: 1px solid #fff;
}

.button a:before {
   content: '';
   background: url("../img/shared/btn-arrow-wh.png") no-repeat center top/cover;
   display: block;
   transition: all 0.3s;
}

.button a:after {
   content: '';
   width: 100%;
   height: 0;
   border-bottom: 1px solid #fff;
   position: absolute;
   bottom: 3px;
   left: 0;
}

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

   .button a {
      gap: 2.6vw;
      width: 86.8vw;
      font-size: 4.4vw;
      line-height: 1;
      padding: 0 0 6vw;
   }

   .button a:before {
      width: 2vw;
      height: 3.2vw;
   }
}

@media only screen and (min-width: 768px) {
   .button a {
      gap: 12px;
      padding-bottom: 14px;
   }

   .button a:before {
      width: 9px;
      height: 15px;
   }

   .button a:hover:before {
      transform: translateX(5px);
   }
}

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

/* --- --- */
@media only screen and (max-width: 767px) {
   .h-28 {
      font-size: 5.3vw;
      line-height: 2;
      letter-spacing: 0.38em;
   }

   .h-34 {
      font-size: 6vw;
      line-height: 2;
      letter-spacing: 0.38em;
   }

   .price {
      font-size: 4vw;
      line-height: 2;
      letter-spacing: 0.1em;
   }

   .price span {
      font-size: 5vw;
   }
}

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

   .h-34 {
      font-size: 34px;
      line-height: 70px;
      letter-spacing: 0.38em;
   }

   .price {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.1em;
   }

   .price span {
      font-size: 25px;
   }
}

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

@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 6.6vw;
      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-weight: 400;
   letter-spacing: 0.15em;
}

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

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

.tel small {
   letter-spacing: 0;
   color: #3b3b3b;
}

.btn-reserve a {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: #1f1d1d;
   border: 1px solid #1f1d1d;
   box-sizing: border-box;
}

.btn-reserve a:after {
   content: '';
   background: url("../img/shared/btn-arrow.png") no-repeat center top/cover;
   display: block;
}

.btn-reserve.wh a {
   color: #fff;
   border-color: #fff;
}

.btn-reserve.wh a:after {
   background-image: url("../img/shared/btn-arrow-wh.png");
}

@media only screen and (max-width: 767px) {
   .tel {
      font-size: 4vw;
      letter-spacing: 0.15em;
      line-height: 1.5;
      text-align: center;
   }

   .tel span {
      font-size: 10vw;
      line-height: 1;
      background-size: 5.6vw auto;
      padding-left: 8vw;
   }

   .tel small {
      font-size: 12px;
   }

   .btn-reserve {
      text-align: center;
   }

   .btn-reserve a {
      gap: 5.2vw;
      width: 70.6vw;
      height: 16vw;
      font-size: 4.8vw;
      line-height: 2;
      letter-spacing: 0.1em;
   }

   .btn-reserve a:after {
      width: 2.4vw;
      height: 4vw;
      position: relative;
      top: 2px;
   }
}

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

   .tel span {
      display: inline-block;
      background-size: 15px auto;
      font-size: 25px;
      line-height: 30px;
      padding-left: 20px;
   }

   .tel small {
      display: inline-block;
      font-size: 12px;
      letter-spacing: 0;
   }

   .btn-reserve a {
      gap: 15px;
      width: 220px;
      height: 50px;
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0.1em;
      position: relative;
      z-index: 1;
      overflow: hidden;
   }

   .btn-reserve a:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      border-radius: 100%;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
   }

   .btn-reserve a:after {
      width: 9px;
      height: 15px;
   }

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

   .btn-reserve a:hover:before {
      -webkit-transform: scale(2);
      transform: scale(2);
   }

   .btn-reserve a:hover:after {
      background-image: url("../img/shared/btn-arrow.png");
   }

   .btn-reserve.wh:before {
      background-color: #1f1d1d;
   }

   .btn-reserve.wh:hover {
      color: #fff;
   }

   .btn-reserve.wh:hover:after {
      background-image: url("../img/shared/btn-arrow-wh.png");
   }
}

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

header h1 {
   font-weight: 100;
   letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
   header h1 {
      font-size: 10px;
      line-height: 16px;
      color: #9f6464;
      position: absolute;
      top: 3vw;
      right: 6.6vw;
      left: 35vw;
   }

   header .logo {
      width: 22vw;
      position: absolute;
      top: 6.6vw;
      left: 6.6vw;
   }

   #menu-toggle {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100vh;
      background: url("../img/shared/footer-bg.jpg") repeat center top;
      color: #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: 15vw 6.6vw;
      z-index: 1;
      text-align: center;
   }

   #menu-toggle .nav {
      font-weight: 300;
      font-size: 4.4vw;
      line-height: 3.4;
      letter-spacing: 0.1em;
   }

   #menu-toggle .nav a {
      border-bottom: 1px solid transparent;
   }

   #menu-toggle .nav a.current {
      border-bottom-color: #fff;
   }

   #menu-toggle .btn-insta {
      width: 9.3vw;
      margin: 0 auto;
      padding-top: 10vw;
   }

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

   .nav-fixed {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   header {
      height: 950px;
   }

   header .logo {
      width: 149px;
      margin-left: auto;
      padding: 39px 48px 0 0;
   }

   header h1 {
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      position: absolute;
      top: 20px;
      left: 30px;
      color: rgba(31, 29, 29, 0.3);
   }

   header .nav {
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0.1em;
   }

   header .nav a {
      border-bottom: 1px solid transparent;
   }

   header .nav a:hover,
   header .nav a.current {
      border-bottom-color: #fff;
   }

   header .map {
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0.1em;
      line-height: 20px;
      text-transform: uppercase;
   }

   header .map a {
      display: inline-block;
      background: url("../img/shared/icon-location-wh.png") no-repeat center top;
      padding-top: 26px;
   }

   header .col-l {
      position: absolute;
      top: 41px;
      left: 28px;
   }

   header .col-l .tel {
      display: flex;
      align-items: center;
      gap: 5px;
   }

   header .col-l .btn-reserve {
      padding-top: 4px;
   }

   header .col-l .btn-news {
      padding-top: 14px;
   }

   header .col-l .btn-news a {
      display: inline-block;
      background: url("../img/shared/btn-arrow-wh.png") no-repeat center right/auto 12px;
      padding-right: 18px;
      letter-spacing: 0.2em;
   }

   header .col-l .btn-insta {
      width: 34px;
      position: absolute;
      bottom: 0;
      left: 107px;
   }

   #menu-toggle {
      width: 200px;
      height: auto !important;
      text-align: right;
      margin-left: auto;
      padding: 43px 38px 0 0;
      position: relative;
      z-index: 1;
   }

   #menu-toggle .nav {
      display: grid;
      gap: 19px;
   }

   #menu-toggle .map {
      padding-top: 23px;
   }

   .nav-fixed {
      display: flex;
      align-items: center;
      gap: 15px;
      width: 100%;
      height: 80px;
      background: url("../img/shared/footer-bg.jpg") repeat center top;
      color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      padding: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
   }

   .nav-fixed .wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
   }

   .nav-fixed .nav {
      display: flex;
      gap: 30px;
      font-size: 17px;
   }

   .nav-fixed .tel {
      text-align: right;
   }

   .nav-fixed .btn-rsv {
      position: absolute;
      top: 100%;
      right: 0;
      margin-top: 105px;
   }

   .nav-fixed .btn-rsv a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      width: 30px;
      height: 250px;
      background-color: #1f1d1d;
      font-weight: 500;
      font-size: 17px;
      letter-spacing: 0.1em;
      line-height: 30px;
      padding: 0 20px;
      cursor: pointer;
      position: relative;
      z-index: 1;
      overflow: hidden;
   }

   .nav-fixed .btn-rsv a:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      border-radius: 100%;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
   }

   .nav-fixed .btn-rsv a:after {
      content: '';
      width: 9px;
      height: 15px;
      background: url("../img/shared/btn-arrow-wh.png") no-repeat center top/cover;
   }

   .nav-fixed .btn-rsv a:hover {
      color: #1f1d1d;
      opacity: 1;
   }

   .nav-fixed .btn-rsv a:after {
      background-image: url("../img/shared/btn-arrow.png");
   }

   .nav-fixed .btn-rsv a:hover:before {
      -webkit-transform: scale(2);
      transform: scale(2);
   }

   .nav-fixed.fixed {
      opacity: 1;
      visibility: visible;
   }
}

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

#key {
   width: 100%;
   box-sizing: border-box;
}

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

@media only screen and (max-width: 767px) {
   #key {
      height: 190vw;
   }
}

@media only screen and (min-width: 768px) {
   #key {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
   }
}

/*=============================================
   footer
*=============================================*/
footer {
   background: url("../img/shared/footer-bg.jpg") repeat center top;
   color: #fff;
}

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

   footer .wrap {
      padding: 0 11vw 15vw;
   }

   footer .box {
      margin: 0 -5vw;
      padding-bottom: 12vw;
   }

   footer .logo {
      border-bottom: 1px solid #fff;
      padding: 14vw 0 4vw;
   }

   footer .logo img {
      max-width: 31.6vw;
   }

   footer .logo figcaption {
      line-height: 24px;
      padding-top: 8vw;
   }

   footer .box .tel {
      padding-top: 5vw;
   }

   footer .box .tel small {
      color: #fff;
      letter-spacing: 0;
   }

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

   footer .box .txt-info {
      padding-top: 12vw;
      text-align: left;
   }

   footer .box .txt-info dl {
      display: grid;
      grid-template-columns: 84px 1fr;
   }

   footer .box .txt-info dl+dl {
      padding-top: 8vw;
   }

   footer nav {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
      line-height: 2.5;
      text-align: left;
   }

   footer nav a {
      border-bottom: 1px solid transparent;
   }

   footer nav a.current {
      border-bottom-color: #fff;
   }

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

   footer .btn-copy a {
      display: inline-block;
      background: url("../img/shared/icon-url.png") no-repeat center left 6px/18px auto;
      border-bottom: 1px solid #fff;
      padding: 10px 12px 10px 32px;
   }

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

   footer address {
      padding-top: 2.6vw;
   }

   .pagetop {
      width: 16vw;
      right: 3.3vw;
      bottom: 16vw;
   }

   .navOpen .pagetop {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   footer {
      line-height: 32px;
      padding: 98px 0 62px;
   }

   footer .box {
      display: flex;
      padding: 0 0 80px 19px;
   }

   footer .box .col {
      width: 345px;
   }

   footer .box .logo {
      border-bottom: 1px solid #fff;
   }

   footer .box .logo img {
      max-width: 133px;
      position: relative;
      left: 14px;
   }

   footer .box .logo figcaption {
      line-height: 25px;
      padding: 25px 0 18px;
   }

   footer .box .tel {
      padding-top: 8px;
   }

   footer .box .tel span {
      background-position: top 10px left 4px;
   }

   footer .box .tel small {
      color: #fff;
   }

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

   footer .box .btn-reserve a {
      background-color: #1f1d1d;
      border-color: #1f1d1d;
   }

   footer .box .txt-info {
      width: 450px;
      line-height: 25px;
      text-align: left;
      padding: 38px 0 0 137px;
   }

   footer .box .txt-info dl {
      display: grid;
      grid-template-columns: 120px 1fr;
   }

   footer .box .txt-info dl+dl {
      padding-top: 25px;
   }

   footer .box .txt-info dl dd a {
      display: inline-block;
      background: url("../img/shared/icon-location-wh.png") no-repeat center left/14px auto;
      font-weight: 700;
      font-size: 13px;
      line-height: 20px;
      margin-left: 10px;
      padding-left: 20px;
   }

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

   footer nav {
      display: flex;
      justify-content: center;
      gap: 26px;
      font-size: 15px;
   }

   footer nav a {
      border-bottom: 1px solid transparent;
   }

   footer nav a.current,
   footer nav a:hover {
      border-bottom-color: #fff;
   }

   footer .btn-copy {
      padding-top: 32px;
   }

   footer .btn-copy a {
      display: inline-block;
      border-bottom: 1px solid;
      background: url("../img/shared/icon-url.png") no-repeat center left 6px/18px auto;
      padding: 5px 12px 5px 28px;
   }

   footer .btn-copy a:hover {
      border-bottom-color: transparent;
   }

   footer .btn-cookie {
      font-size: 13px;
      line-height: 20px;
   }

   footer .btn-cookie a {
      border-bottom: 1px solid;
   }

   footer .btn-cookie a:hover {
      border-bottom-color: transparent;
   }

   footer #socialbuttons {
      padding-top: 20px;
   }

   footer address {
      font-size: 17px;
   }

   .pagetop {
      width: 70px;
      right: 15px;
      bottom: 15px;
   }
}

@media only screen and (min-width: 1241px) {
   footer .top .col-l {
      width: 650px;
   }

   footer .tel {
      width: auto;
   }

   footer .sns {
      padding-left: 12px;
   }
}

/*=============================================
   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: url("../img/shared/footer-bg.jpg") repeat center top;
}

#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;
}

/* 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) + 15vw);
   }

   .pagetop {
      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) + 15vw);
   }

   .pagetop {
      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) + 15vw);
   }

   .pagetop {
      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) + 15vw);
   }

   .pagetop {
      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) + 15vw);
   }

   .pagetop {
      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;
   border-radius: 50%;
}

.slick-arrow:after {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   border: 1px solid #102d3d;
   border-radius: 50%;
   box-sizing: border-box;
}

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

.slick-prev:hover {
   background-image: url("");
}

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

.slick-next:hover {
   background-image: url("");
}

.slick-dots {
   display: flex;
   margin: 0 auto;
   width: 150px;
}

.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: 1px solid #1f1d1d;
   background-color: #fff;
   -webkit-appearance: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   border-radius: 10px;
   transition: all 0.3s;
}

.slick-dots .slick-active button {
   background-color: #1f1d1d;
}

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

   .slick-prev {
      left: 0;
   }

   .slick-next {
      right: 0;
   }

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

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

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

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

   .slick-dots {
      gap: 14px;
   margin: 30px auto 0 auto;
   }

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

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

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

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

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

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

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

.list-menu dl.type-1 {
   flex-direction: column;
   gap: 22px;
}

.list-menu dl.type-1 dd {
   text-align: left;
}

.list-menu .ttl {
   font-weight: 500;
   letter-spacing: 0.15em;
   color: #222;
   border-bottom: 1px solid;
   text-align: center;
}

@media only screen and (max-width: 767px) {
   .list-menu {
      display: flex;
      flex-direction: column;
      gap: 15px;
   }

   .list-menu .ttl {
      font-size: 4.5vw;
      line-height: 2;
      text-align: center;
      margin-top: 8vw;
      margin-bottom: 15px;
      padding-bottom: 15px;
   }
}

@media only screen and (min-width: 768px) {
   .list-menu {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 35px;
      font-weight: 600;
      font-size: 15px;
      line-height: 23px;
      letter-spacing: 0.12em;
   }

   .list-menu .ttl {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 25px;
      padding-bottom: 14px;
   }

   .list-menu .ttl:not(:first-child) {
      padding-top: 37px;
   }
}

/* -- -- */
[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;
}

.popup-about-lunch {
   background-color: #fff;
   border: 5px solid #213150;
   position: relative;
}

.popup-about-lunch:before {
   content: '';
   border: 3px solid #213150;
   position: absolute;
}

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

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

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

   button.remodal-close.bottom {
      background: url("../img/shared/popup-close.png") no-repeat center top/6vw auto;
      width: auto;
      height: auto;
      margin: 12vw auto 0;
      padding-top: 9vw;
      font-weight: 400;
      font-size: 4.5vw;
      line-height: 1;
      letter-spacing: 0;
      color: #010304;
   }

   .popup-about-lunch {
      padding: 12vw 0;
   }

   .popup-about-lunch:before {
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
   }

   .popup-about-lunch .remodal-close-top {
      position: absolute;
      top: 4vw;
      right: 4vw;
      bottom: 4vw;
   }

   .popup-about-lunch .sub {
      background-color: #133449;
      color: #fff;
      font-weight: 500;
      font-size: 4vw;
      letter-spacing: 0.2em;
      line-height: 2;
      margin: 0 auto;
      text-align: center;
   }

   .popup-about-lunch h2 {
      font-weight: 400;
      font-size: 6vw;
      line-height: 1.5;
      letter-spacing: 0.3em;
      padding-top: 4vw;
   }

   .popup-about-lunch .box {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8vw;
      padding-top: 8vw;
   }

   .popup-about-lunch .box .txt p+p {
      padding-top: 6vw;
   }

   .popup-about-lunch .list {
      padding-top: 12vw;
   }

   .popup-about-lunch .list h3 {
      background-color: #133449;
      color: #fff;
      font-weight: 500;
      font-size: 5vw;
      letter-spacing: 0.2em;
      line-height: 2;
      margin: 0 auto 4vw;
      padding: 2vw 0;
      text-align: center;
   }

   .popup-about-lunch .list dl {
      text-align: left;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: 0.05em;
      border-top: 1px solid #b1b1b1;
      border-bottom: 1px solid #b1b1b1;
      padding: 15px 0;
   }

   .popup-about-lunch .list dl+dl {
      border-top: 0;
   }

   .popup-about-lunch .list dl dd {
      text-align: right;
   }

   .popup-body {
      padding: 12vw 0;
   }

   .popup-body .remodal-close-top {
      position: absolute;
      top: 4vw;
      right: 2vw;
      bottom: 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;
   }
}

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

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

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

   button.remodal-close.bottom {
      display: block;
      background: url("../img/shared/popup-close.png") no-repeat center top/37px auto;
      width: auto;
      height: auto;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.15em;
      line-height: 30px;
      margin: 70px auto 0;
      padding-top: 45px;
      color: #221815;
   }

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

   .remodal-close-top {
      position: absolute;
      top: 90px;
      right: 15px;
   }

   .popup-about-lunch {
      padding: 90px 30px;
      position: relative;
   }

   .popup-about-lunch:before {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
   }

   .popup-about-lunch .sub {
      width: 440px;
      background-color: #133449;
      color: #fff;
      font-weight: 500;
      font-size: 25px;
      letter-spacing: 0.2em;
      line-height: 48px;
      margin: 0 auto;
      text-align: center;
   }

   .popup-about-lunch .wrap {
      width: 100%;
      max-width: 1000px;
   }

   .popup-about-lunch h2 {
      font-weight: 400;
      font-size: 35px;
      line-height: 50px;
      letter-spacing: 0.3em;
      padding-top: 40px;
   }

   .popup-about-lunch .box {
      display: flex;
      align-items: center;
      gap: 50px;
      padding-top: 50px;
   }

   .popup-about-lunch .box figure {
      width: 500px;
   }

   .popup-about-lunch .box .txt {
      width: 406px;
   }

   .popup-about-lunch .box .txt p+p {
      padding-top: 40px;
   }

   .popup-about-lunch .list {
      padding-top: 70px;
   }

   .popup-about-lunch .list h3 {
      width: 440px;
      background-color: #133449;
      color: #fff;
      font-weight: 500;
      font-size: 25px;
      letter-spacing: 0.2em;
      line-height: 48px;
      margin: 0 auto 35px;
      padding: 10px 0;
      text-align: center;
   }

   .popup-about-lunch .list dl {
      display: flex;
      align-items: flex-end;
      width: 718px;
      margin: 0 auto;
      text-align: left;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: 0.05em;
      border-top: 1px solid #b1b1b1;
      border-bottom: 1px solid #b1b1b1;
      padding: 14px 20px;
   }

   .popup-about-lunch .list dl+dl {
      border-top: 0;
      padding-top: 15px;
   }

   .popup-about-lunch .list dl dt {
      flex: 1 0 0;
   }

   .popup-about-lunch .list dl dd {
      text-align: right;
   }

   .popup-body {
      padding: 140px 0 50px;
   }

   .popup-body .remodal-close-top {
      top: 70px;
      right: 30px;
      bottom: 70px;
   }

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

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

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

@media only screen and (min-width: 1241px) {
   .remodal-close-top {
      right: 75px;
   }
}

/*=============================================
 * fadeIn
 *=============================================*/
@-webkit-keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 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;
}