/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*-------------------------------------------------------------
Variables
-------------------------------------------------------------*/
/* Layout */
/* Color */
/* Font */
/*-------------------------------------------------------------
Mixin
-------------------------------------------------------------*/
/* Breakpoints */
/*-------------------------------------------------------------
Text
-------------------------------------------------------------*/
.txt-en {
  font-family: "DM Sans", sans-serif;
}

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

.ttl-section .txt-sub {
  font-family: "DM Sans", sans-serif;
  display: block;
  line-height: 1;
}
.ttl-section .txt-sub + * {
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .ttl-section {
    font-size: 1.2rem;
  }
}

/*-------------------------------------------------------------
Common
-------------------------------------------------------------*/
/* Base */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #FFFFFF;
  color: #2F2F2F;
  font-family: "Gothic Medium BBB", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(1.4rem, 3.6cqw, 1.6rem);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body ::-moz-selection {
  background: #2F2F2F;
  color: #FFFFFF;
}
body ::selection {
  background: #2F2F2F;
  color: #FFFFFF;
}

img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #2F2F2F;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

.area-cmn-main p:not(:first-child),
.area-cmn-main ul:not(:first-child),
.area-cmn-main ol:not(:first-child),
.area-cmn-main dl:not(:first-child),
.area-cmn-main table:not(:first-child),
.area-cmn-main pre:not(:first-child),
.area-cmn-main blockquote:not(:first-child) {
  margin-top: 1.6em;
}

@media (min-width: 768px) {
  .hide-tablet {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hide-desktop-s {
    display: none;
  }
}

.show-desktop-s {
  display: none;
}
@media (min-width: 1024px) {
  .show-desktop-s {
    display: block;
  }
}

/*-------------------------------------------------------------
Layout
-------------------------------------------------------------*/
.wrapper {
  position: relative;
}

.area-content {
  background-color: #F8F7F7;
  container-type: inline-size;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .area-content {
    padding: 0 5vw;
    width: 100%;
    max-width: initial;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .area-content {
    max-width: 564px;
    padding: 0 72px 72px;
  }
}

.container {
  margin: 0 auto;
  width: 86.1538461538%;
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
  }
}

.txt-shopinfo {
  font-size: 1.2rem;
  position: fixed;
  bottom: 64px;
  left: 64px;
}

/*-------------------------------------------------------------
Section/Block
-------------------------------------------------------------*/
/*-------------------------------------------------------------
Materials
-------------------------------------------------------------*/
.btn-cmn {
  font-size: 1.6rem;
}

.btn-reservation-fixed {
  font-size: 1.6rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.btn-reservation-fixed a {
  background-color: #2F2F2F;
  color: #FFFFFF;
  display: block;
  padding: 0.8em;
  text-decoration: none;
}

/*-------------------------------------------------------------
Styles
-------------------------------------------------------------*/
.list-cmn-dl .item-list-cmn-dl:not(:first-child) {
  border-top: 1px dashed #2F2F2F;
  padding-top: 16px;
}
.list-cmn-dl .item-list-cmn-dl dt {
  color: #868686;
}
.list-cmn-dl .item-list-cmn-dl + .item-list-cmn-dl {
  margin-top: 16px;
}

/*-------------------------------------------------------------
Header
-------------------------------------------------------------*/
.header-cmn {
  position: absolute;
  top: 48px;
  right: 24px;
  z-index: 999;
}
@media (min-width: 1024px) {
  .header-cmn {
    position: fixed;
    top: 64px;
    right: auto;
    left: 64px;
  }
  .header-cmn .logo img {
    width: 144px;
  }
}

/*-------------------------------------------------------------
Footer
-------------------------------------------------------------*/
.footer-mobile {
  margin: 112px 0 96px;
}

/*-------------------------------------------------------------
Navigation
-------------------------------------------------------------*/
.nav-global {
  color: #FFFFFF;
  position: fixed;
  top: 24px;
  left: 24px;
  mix-blend-mode: exclusion;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: 999;
}
.nav-global .list-nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-global .list-nav-mobile .item-list-nav-mobile a {
  color: #FFFFFF;
  text-decoration: none;
}
.nav-global .list-nav-mobile .item-list-nav-mobile + .item-list-nav-mobile:before {
  content: "/";
  margin: 0 0.4em;
}
@media (min-width: 1024px) {
  .nav-global {
    top: auto;
    left: auto;
    bottom: 64px;
    right: 64px;
    -webkit-transform: none;
            transform: none;
  }
  .nav-global .list-nav-mobile {
    display: block;
    line-height: 1;
    text-align: right;
  }
  .nav-global .list-nav-mobile .item-list-nav-mobile + .item-list-nav-mobile {
    margin-top: 32px;
  }
  .nav-global .list-nav-mobile .item-list-nav-mobile + .item-list-nav-mobile:before {
    display: none;
  }
}

/*---------------------------------------------------------------
home
---------------------------------------------------------------*/
body.home {
  /*-------------------------------------------------------------*/
  /*-------------------------------------------------------------*/
}
body.home .area-fv {
  padding-top: 152px;
}
body.home .area-fv img {
  border-radius: 0;
}
@media (min-width: 1024px) {
  body.home .area-fv {
    padding-top: 72px;
  }
}
body.home .sec-about {
  padding-top: 64px;
}
body.home .sec-about .ttl-about + * {
  margin-top: 24px;
}
body.home .sec-about .txt-about {
  line-height: 2;
}
body.home .sec-gallery {
  padding-top: 80px;
}
body.home .sec-gallery .ttl-gallery {
  position: relative;
  z-index: 2;
}
body.home .sec-gallery .swiper-slide {
  height: auto;
}
body.home .sec-gallery .swiper-slide .swiper-slide-item {
  height: 100%;
}
body.home .sec-gallery .mod-slider {
  margin-top: -16px;
}
body.home .sec-gallery .mod-slider a {
  background-color: #FFFFFF;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
}
body.home .sec-gallery .mod-slider a img {
  border-radius: 0;
  width: 100%;
}
body.home .sec-gallery .btn-more {
  margin-top: 48px;
}
body.home .sec-plan {
  padding-top: 104px;
  position: relative;
}
body.home .sec-plan .ttl-plan {
  position: absolute;
  top: 72px;
  right: 8px;
}
body.home .sec-plan .box-plan {
  border: 1px solid #2F2F2F;
  border-radius: 8px;
  height: auto;
  padding: 32px 24px;
}
body.home .sec-plan .box-plan .ttl-box-plan .txt-sub {
  display: block;
  line-height: 1;
}
body.home .sec-plan .box-plan .ttl-box-plan .txt-sub + * {
  margin-top: 0.5em;
}
body.home .sec-plan .box-plan .ttl-box-plan .txt-main {
  display: block;
  font-size: 2rem;
  line-height: 1;
}
body.home .sec-plan .box-plan .img-thumb {
  margin-top: 24px;
}
body.home .sec-plan .box-plan .img-thumb img {
  border-radius: 0;
}
body.home .sec-plan .box-plan .txt-description {
  margin-top: 24px;
}
body.home .sec-plan .box-plan .list-overview {
  margin-top: 24px;
}
body.home .sec-plan .box-plan .btn-reservation {
  margin-top: 24px;
}
body.home .sec-plan .txt-caution {
  font-size: 1.2rem;
  margin-top: 32px;
}
body.home .sec-information {
  margin-top: 80px;
}
body.home .sec-information .ttl-information + * {
  margin-top: 24px;
}
body.home .sec-information .box-map {
  border-radius: 16px;
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
}
body.home .sec-information .box-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.home .sec-information .txt-overview {
  margin-top: 32px;
}

/*---------------------------------------------------------------
404
---------------------------------------------------------------*/