@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*
min-font-size ($font_size, $min_font_size)
$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/* ----------------------------------------------------------------------- 

	common layout 共通レイアウト

----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- 
	settings
----------------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.78vw;
  font-weight: 400;
  color: #1E1E1E;
  text-align: left;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6em;
  background-color: #F4E7DC;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 3.7vw;
  }
}
body.scroll-lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  position: relative;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

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

div ul p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*-------------------------------------------------------------------
  Header
-------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  z-index: 9999;
  background-color: #F4E7DC;
  border-bottom: 1px solid #999;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  padding-top: env(safe-area-inset-top);
}
@media screen and (max-width: 800px) {
  #header {
    height: 60px;
  }
}
#header .headerIn {
  width: 100%;
  margin: 0 auto;
  padding: 15px 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2vw;
  /* ====== Global Navigation ====== */
}
@media screen and (max-width: 800px) {
  #header .headerIn {
    padding: 0 3%;
    height: 60px;
  }
}
#header .headerIn .hBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* ハンバーガー */
}
@media screen and (max-width: 800px) {
  #header .headerIn .hBlock {
    width: 100%;
    gap: 12px;
  }
}
#header .headerIn .hBlock .hLogo {
  width: 18vw;
  max-width: 360px;
  min-width: 160px;
}
@media print, screen and (max-width: 900px) {
  #header .headerIn .hBlock .hLogo {
    width: 28vw;
  }
}
@media screen and (max-width: 800px) {
  #header .headerIn .hBlock .hLogo {
    width: 56vw;
    min-width: 140px;
  }
}
#header .headerIn .hBlock .hLogo img {
  display: block;
  width: 100%;
  height: auto;
}
#header .headerIn .hBlock .spNavBtn {
  display: none;
}
@media screen and (max-width: 800px) {
  #header .headerIn .hBlock .spNavBtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44px;
    height: 44px;
    position: relative;
    margin-left: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  #header .headerIn .hBlock .spNavBtn .bar {
    position: absolute;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #1E1E1E;
    border-radius: 3px;
    -webkit-transition: opacity 0.2s ease, top 0.25s ease, bottom 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.2s ease, top 0.25s ease, bottom 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease, bottom 0.25s ease;
    transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease, bottom 0.25s ease, -webkit-transform 0.25s ease;
  }
  #header .headerIn .hBlock .spNavBtn .bar:first-child {
    top: 14px;
  }
  #header .headerIn .hBlock .spNavBtn .bar:nth-child(2) {
    bottom: 14px;
  }
  #header .headerIn .hBlock .spNavBtn.active .bar:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(22.5deg);
            transform: translateY(-50%) rotate(22.5deg);
  }
  #header .headerIn .hBlock .spNavBtn.active .bar:nth-child(2) {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-22.5deg);
            transform: translateY(-50%) rotate(-22.5deg);
  }
}
#header .headerIn #gNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    padding: 24px 6%;
    background: #F4E7DC;
    border-top: 1px solid #999;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s ease;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 10000;
  }
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi.is-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
#header .headerIn #gNavi #mainContentMenu {
  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;
  gap: 0;
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi #mainContentMenu {
    display: block;
    width: 100%;
  }
}
#header .headerIn #gNavi #mainContentMenu > li {
  position: relative;
  padding: 0 1.2vw;
  text-align: center;
  white-space: nowrap;
  /* 区切り線（PCのみ） */
}
#header .headerIn #gNavi #mainContentMenu > li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #1E1E1E;
  opacity: 0.25;
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi #mainContentMenu > li {
    text-align: left;
    padding: 18px 0;
    border-bottom: 1px solid #1E1E1E;
  }
  #header .headerIn #gNavi #mainContentMenu > li:last-child {
    border-bottom: none;
  }
  #header .headerIn #gNavi #mainContentMenu > li:not(:first-child)::before {
    display: none;
  }
}
#header .headerIn #gNavi #mainContentMenu > li a {
  padding: 6px 0;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi #mainContentMenu > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 2px 0;
  }
}
#header .headerIn #gNavi #mainContentMenu > li a span {
  display: block;
  opacity: 0.85;
}
#header .headerIn #gNavi #mainContentMenu > li a span.menuEn {
  font-size: 1.25vw;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  #header .headerIn #gNavi #mainContentMenu > li a span.menuEn {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi #mainContentMenu > li a span.menuEn {
    font-size: 3.75vw;
  }
}
#header .headerIn #gNavi #mainContentMenu > li a span.menuJa {
  font-size: 0.75vw;
  font-weight: 500;
}
@media screen and (min-width: 1333.3333333333px) {
  #header .headerIn #gNavi #mainContentMenu > li a span.menuJa {
    font-size: 10px;
  }
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi #mainContentMenu > li a span.menuJa {
    font-size: 2.75vw;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi #mainContentMenu > li a span {
    display: inline-block;
    font-size: 3.2vw;
    opacity: 0.9;
  }
}
#header .headerIn #gNavi #mainContentMenu > li.is-current a {
  border-color: #1E1E1E;
  background: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi #mainContentMenu > li.is-current a {
    background: transparent;
  }
}
#header .headerIn #gNavi #mainContentMenu > li.bookingBtn {
  display: none;
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi #mainContentMenu > li.bookingBtn {
    display: block;
    margin: 30px auto 0;
    width: 90%;
    max-width: 320px;
    padding: 0.9em 1.2em;
    background-color: #1E1E1E;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 9999px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #header .headerIn #gNavi #mainContentMenu > li.bookingBtn a {
    width: 100%;
    display: block;
    width: 100%;
    text-align: center;
  }
  #header .headerIn #gNavi #mainContentMenu > li.bookingBtn:hover {
    background-color: rgb(55.5, 55.5, 55.5);
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
#header .headerIn #gNavi #mainContentMenu > li.snsInstagram {
  padding: 0 0 0 1.2vw;
}
#header .headerIn #gNavi #mainContentMenu > li.snsInstagram::before {
  display: none;
}
#header .headerIn #gNavi #mainContentMenu > li.snsInstagram a {
  border-bottom: none;
  padding: 0;
}
#header .headerIn #gNavi #mainContentMenu > li.snsInstagram img {
  width: 32px;
  height: auto;
  display: block;
}
@media screen and (max-width: 800px) {
  #header .headerIn #gNavi #mainContentMenu > li.snsInstagram {
    padding: 16px 0 0;
  }
  #header .headerIn #gNavi #mainContentMenu > li.snsInstagram img {
    width: 40px;
    margin: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  #header * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/*-------------------------------------------------------------------
  footer
-------------------------------------------------------------------*/
#footer {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #999;
}
#footer .footerInfo {
  padding: 4vw 2vw;
}
@media screen and (max-width: 800px) {
  #footer .footerInfo {
    font-size: 3.2vw;
  }
}
#footer .footerInfo .fLogo {
  width: 16.38vw;
}
@media screen and (max-width: 800px) {
  #footer .footerInfo .fLogo {
    width: 50vw;
  }
}
#footer .footerInfo .fTxtAdd {
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 800px) {
  #footer .footerInfo .fTxtAdd {
    margin: 5px 0 0 5px;
  }
}
#footer .footerInfo .fTxtTel {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #footer .footerInfo .fTxtTel {
    margin-left: 5px;
  }
}
#footer .footerInfo .fmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
#footer .footerInfo .fmenu li {
  padding: 1px 10px;
}
#footer .footerInfo .fmenu li + li {
  border-left: 1px solid #1E1E1E;
}
#footer .fCopy {
  height: 20px;
  text-align: right;
  font-size: 0.625vw;
}
@media screen and (max-width: 800px) {
  #footer .fCopy {
    height: auto;
    font-size: 8px;
    line-height: 1.4em;
    letter-spacing: -0.005em;
    padding: 3px 0 8px;
    margin: 0 5%;
  }
}

.linkCarender {
  position: fixed;
  width: 50px;
  right: -10px;
  top: 50%;
}
@media screen and (max-width: 800px) {
  .linkCarender {
    display: none;
  }
}
.linkCarender a {
  display: block;
  width: 40px;
  background-color: #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #FFF;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.2em;
  padding: 25px 12px 25px 7px;
}

.pageTop {
  position: fixed;
  right: 30px;
  bottom: 25px;
}
@media screen and (max-width: 800px) {
  .pageTop {
    right: 10px;
    bottom: 15px;
  }
}
.pageTop a {
  display: inline-block;
}

/* ----------------------------------------------------------------------- 
	common layout
----------------------------------------------------------------------- */
.content {
  position: relative;
  padding-top: 70px;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .content {
    padding-top: 60px;
  }
}

.contentIn {
  margin: 0 auto;
  max-width: 1200px;
}
.contentIn:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .contentIn {
    padding: 0 4vw;
  }
}

.page_mgn {
  margin: 5vw auto;
}
@media screen and (max-width: 800px) {
  .page_mgn {
    margin: 5vw auto;
  }
}

/* ----------------------------------------------------------------------- 
	Doc layout
----------------------------------------------------------------------- */
.doc {
  padding: clamp(40px, 5vw, 60px) clamp(10px, 4vw, 120px);
  font-size: 14px;
  line-height: 1.8;
}
.doc.docPage--legal {
  padding: clamp(40px, 5vw, 60px) clamp(10px, 10vw, 120px);
}
@media (min-width: 768px) {
  .doc {
    font-size: 15px;
  }
}
.doc__lead {
  margin-bottom: 32px;
}
.doc__section {
  margin-top: 32px;
}
.doc__section:first-of-type {
  margin-top: 24px;
}
.doc__section--summary {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.doc__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  row-gap: 0.25em;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .doc__heading {
    font-size: 17px;
  }
}
.doc__heading-num {
  white-space: nowrap;
}
.doc__heading-text {
  /* 必要なら letter-spacing など足してもOK */
}
.doc__list {
  margin: 8px 0 0;
  padding-left: 1.2em;
  list-style: disc;
}
.doc__list li {
  margin-bottom: 4px;
  list-style: inside;
}