@font-face {
  font-family: Garamond;
  font-weight: 400;
  src: url("../fonts/CormorantGaramond.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  font-weight: 700;
  src: url("../fonts/ShipporiMincho-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  font-weight: 500;
  src: url("../fonts/ShipporiMincho-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  font-weight: 400;
  src: url("../fonts/ShipporiMincho-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  src: url("../fonts/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../fonts/ZenOldMincho-Regular.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 66px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 84px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2A2A2A;
}
body.MenuOpen {
  overflow: hidden;
}

a {
  color: initial;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

img {
  display: inline-block;
  height: auto;
  line-height: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

button, input {
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

figure {
  margin-inline: auto;
  margin-top: 0;
}

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

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .section-title {
    font-size: 2.5rem;
  }
}

.wordbreak {
  display: inline-block;
}

.ly-footer {
  padding-inline: 20px;
  padding-top: 48px;
  padding-bottom: 32px;
  background-color: #EFEDE9;
}
@media screen and (min-width: 1024px) {
  .ly-footer {
    padding-top: 72px;
    padding-bottom: 48px;
  }
}

.ly-footer-inner {
  display: grid;
  gap: 16px;
  max-width: 1250px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ly-footer-inner {
    grid-template-columns: 1fr auto;
    gap: 0;
  }
}
.ly-footer-inner .ly-footer-nav {
  justify-items: end;
}
.ly-footer-inner .ly-footer-copy {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .ly-footer-inner .ly-footer-copy {
    margin-top: 14px;
  }
}

.ly-footer-nav-list {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .ly-footer-nav-list {
    gap: 32px;
  }
}

.ly-header {
  position: fixed;
  top: 0;
  z-index: 2;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px;
}
@media screen and (min-width: 768px) {
  .ly-header {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .ly-header {
    padding-right: 13.88%;
    padding-left: 5.55%;
  }
}

@media screen and (min-width: 768px) {
  .ly-header-icon-wrap {
    display: none;
  }
}

.ly-header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .ly-header-nav {
    display: block;
  }
}

.ly-header-nav-link {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  justify-content: end;
}

.ly-access {
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .ly-access {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.ly-access-inner {
  display: grid;
  gap: 16px;
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ly-access-inner {
    grid-template-columns: 1fr 57.4%;
  }
}

.ly-access-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 321/146;
}
@media screen and (min-width: 768px) {
  .ly-access-map iframe {
    aspect-ratio: 597/314;
  }
}

.ly-access-add {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .ly-access-add {
    gap: 0;
    margin-top: 32px;
  }
}

.ly-access-traffic {
  display: grid;
  gap: 4px;
  margin-top: 21px;
  margin-left: 1.5em;
  list-style-type: inherit;
}
@media screen and (min-width: 1024px) {
  .ly-access-traffic {
    margin-top: 16px;
  }
}

.ly-kv {
  position: relative;
  height: 194.8717948718vw;
  container-type: inline-size;
  background: url("../images/kv.webp") no-repeat top 0 left 78%;
  background-size: cover;
}
.ly-kv::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 95, 208, 0.4);
}
@media screen and (min-width: 768px) {
  .ly-kv {
    height: 760px;
    background-position: top 0 left 50%;
  }
}
@media screen and (min-width: 1024px) {
  .ly-kv {
    width: 100%;
    height: auto;
    aspect-ratio: 36/25;
    background-position: top 100% left 50%;
  }
}
@media screen and (min-width: 1980px) {
  .ly-kv {
    height: 1170px;
  }
}

.ly-kv-wrap {
  position: relative;
  top: 33.8461538462vw;
}
@media screen and (min-width: 768px) {
  .ly-kv-wrap {
    top: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .ly-kv-wrap {
    top: 296px;
  }
}

.ly-kv-lead {
  width: 82.0512820513vw;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .ly-kv-lead {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .ly-kv-lead {
    margin-top: 32px;
  }
}

.ly-kv-reservation-btn-wrap {
  position: fixed;
  right: 0;
  bottom: 13.8461538462vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .ly-kv-reservation-btn-wrap {
    bottom: 45.9635416667vw;
  }
}
@media screen and (min-width: 1024px) {
  .ly-kv-reservation-btn-wrap {
    bottom: 190px;
  }
}

.ly-kv-scrollNav {
  position: absolute;
  bottom: 138px;
  left: 6.59%;
  display: none;
}
@media screen and (min-width: 1024px) {
  .ly-kv-scrollNav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.ly-gnavSP {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100vh;
  padding: 12.8205128205vw;
  background-color: #24201F;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.ly-gnavSP.Open {
  transform: translateX(0%);
}
@media screen and (min-width: 768px) {
  .ly-gnavSP {
    display: none;
  }
}

.ly-gnavSP-closeBtn-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.ly-gnavSP-nav-list {
  display: grid;
  gap: 8.2051282051vw;
  margin-top: 12.3076923077vw;
}

.ly-gnavSP-btn-wrap {
  margin-top: 14.358974359vw;
}

.ly-gnavSP-logo {
  margin-top: 25.641025641vw;
  text-align: center;
}

.ly-lead {
  position: relative;
  z-index: 0;
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 72px;
  background: url("../images/lead-bg.webp") no-repeat bottom 0 left 50%;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .ly-lead {
    height: 910px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.ly-lead::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.9);
}

.ly-lead-wrap {
  width: 73.5897435897vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ly-lead-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 287px;
    height: 100%;
    margin-inline: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .ly-lead-wrap {
    width: 960px;
    height: 80%;
    margin-inline: auto;
  }
}

.ly-lead-txt {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .ly-lead-txt {
    margin-top: 64px;
  }
}

.ly-lead-img {
  text-align: right;
  margin-inline: -20px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .ly-lead-img {
    margin-inline: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.ly-feature {
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .ly-feature {
    padding-top: 120px;
  }
}

.ly-feature-list {
  display: grid;
  gap: 10px;
  padding-left: 1.5em;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .ly-feature-list {
    gap: 8px;
    margin-top: 24px;
  }
}

.ly-feature-topCards {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .ly-feature-topCards {
    grid-template-columns: 1fr 56%;
  }
}
@media screen and (min-width: 1024px) {
  .ly-feature-topCards {
    gap: 40px;
  }
}

.ly-feature-topCard-img {
  position: relative;
  height: 285px;
}
@media screen and (min-width: 1024px) {
  .ly-feature-topCard-img {
    height: 533px;
  }
}
.ly-feature-topCard-img > img {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .ly-feature-topCard-item:nth-child(1) {
    order: 2;
  }
}
.ly-feature-topCard-item:nth-child(2) {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .ly-feature-topCard-item:nth-child(2) {
    align-self: center;
    order: 1;
    padding-left: 0;
  }
}

.ly-feature-bottomCards {
  display: grid;
  gap: 24px;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .ly-feature-bottomCards {
    grid-template-columns: 56% 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .ly-feature-bottomCards {
    gap: 40px;
    margin-top: 80px;
  }
}

.ly-feature-bottomCard-img {
  position: relative;
  height: 288px;
}
@media screen and (min-width: 1024px) {
  .ly-feature-bottomCard-img {
    height: 533px;
  }
}
.ly-feature-bottomCard-img > img {
  position: absolute;
}

.ly-feature-bottomCard-item:nth-child(2) {
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .ly-feature-bottomCard-item:nth-child(2) {
    align-self: center;
    padding-right: 0;
  }
}

.ly-feature-note {
  margin-top: 64px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 1024px) {
  .ly-feature-note {
    margin-top: 120px;
  }
}

.ly-feature-inner {
  max-width: 1040px;
  margin-inline: auto;
}

.ly-sauna {
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .ly-sauna {
    padding-top: 120px;
  }
}

.ly-sauna-inner {
  max-width: 1040px;
  margin-inline: auto;
}

.ly-sauna-header-txt {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .ly-sauna-header-txt {
    margin-top: 24px;
  }
}

.ly-asuna-images {
  display: grid;
  gap: 56px 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .ly-asuna-images {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .ly-asuna-images {
    margin-top: 56px;
  }
}

.ly-sauna-note {
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .ly-sauna-note {
    margin-top: 120px;
  }
}

.ly-room {
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 32px;
  background-color: #EFEDE9;
}
@media screen and (min-width: 1024px) {
  .ly-room {
    padding-top: 120px;
  }
}

.ly-room-inner {
  max-width: 1040px;
  margin-inline: auto;
}

.ly-room-header-txt {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .ly-room-header-txt {
    margin-top: 24px;
  }
}

.ly-room-slider-wrap {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .ly-room-slider-wrap {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .ly-room-slider-wrap {
    margin-top: 48px;
  }
}

.ly-room-tab-wrap {
  max-width: 860px;
  margin-inline: auto;
  margin-top: 24px;
  border-bottom: 1px solid #A8A8A8;
}
@media screen and (min-width: 1024px) {
  .ly-room-tab-wrap {
    margin-top: 56px;
  }
}

.ly-room-tab {
  width: 100%;
  max-width: 365px;
  margin-inline: auto;
}

.ly-room-note {
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .ly-room-note {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .ly-room-swiper-nav {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 930px;
    padding-inline: 20px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ly-room-swiper-nav {
    padding-inline: inherit;
  }
}
@media screen and (min-width: 768px) {
  .ly-room-swiper-nav .room-swiper-nav-prev,
  .ly-room-swiper-nav .room-swiper-nav-next {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url("../images/icon-swiper.svg") no-repeat;
    background-size: contain;
  }
  .ly-room-swiper-nav .room-swiper-nav-next {
    transform: rotate(180deg);
  }
}
.ly-reservation {
  position: relative;
  z-index: 0;
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 32px;
  background: url("../images/reservation-bg.webp") no-repeat top 0 left 50%;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .ly-reservation {
    padding-top: 80px;
  }
}
.ly-reservation::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}

.reservation-header-txt {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .reservation-header-txt {
    margin-top: 24px;
  }
}

.ly-reservation-contact-body {
  display: flex;
  flex-direction: column;
  gap: 24px 40px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .ly-reservation-contact-body {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .ly-reservation-contact-body {
    margin-top: 40px;
  }
}

.ly-reservation-thanks-btn {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .ly-reservation-thanks-btn {
    margin-top: 40px;
  }
}

.ly-reservation-form-note {
  max-width: 863px;
  padding: 10px;
  margin-inline: auto;
  margin-top: 32px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #EFEDE9;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .ly-reservation-form-note {
    padding: 16px 24px;
    font-size: 1rem;
    line-height: 2;
  }
}

.ly-reservation-form-wrap {
  padding: 32px 15px;
  background-color: #FFF;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .ly-reservation-form-wrap {
    padding: 40px;
  }
}

.ly-reservation-body {
  display: grid;
  gap: 56px 8.26%;
  max-width: 1040px;
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .ly-reservation-body {
    margin-top: 56px;
  }
}

.ly-reservation-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px 24px;
  max-width: 853px;
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .ly-reservation-form {
    grid-template-columns: 27.8% 13.9% calc(13.9% - 24px) 1fr;
    gap: 24px 32px;
  }
}
.ly-reservation-form .ly-reservation-form-item:nth-of-type(1),
.ly-reservation-form .ly-reservation-form-item:nth-of-type(2),
.ly-reservation-form .ly-reservation-form-item:nth-of-type(3),
.ly-reservation-form .ly-reservation-form-item:nth-of-type(4),
.ly-reservation-form .ly-reservation-form-item:nth-of-type(7),
.ly-reservation-form .ly-reservation-form-item:nth-of-type(8),
.ly-reservation-form .ly-reservation-form-item:last-of-type {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .ly-reservation-form .ly-reservation-form-item:nth-of-type(7),
  .ly-reservation-form .ly-reservation-form-item:nth-of-type(8) {
    grid-column: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .ly-reservation-form .ly-reservation-form-item:nth-of-type(1),
  .ly-reservation-form .ly-reservation-form-item:nth-of-type(5) {
    grid-column: 1/2;
  }
  .ly-reservation-form .ly-reservation-form-item:nth-of-type(2),
  .ly-reservation-form .ly-reservation-form-item:nth-of-type(6) {
    grid-column: 2/4;
  }
  .ly-reservation-form .ly-reservation-form-item:nth-of-type(3) {
    grid-column: 4/6;
  }
  .ly-reservation-form .ly-reservation-form-item:nth-of-type(7) {
    grid-column: 1/3;
  }
  .ly-reservation-form .ly-reservation-form-item:nth-of-type(8) {
    grid-column: 3/5;
  }
  .ly-reservation-form .ly-reservation-form-item:nth-of-type(4),
  .ly-reservation-form .ly-reservation-form-item:last-of-type {
    grid-column: 1/6;
  }
}

.ly-reservation-form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.ly-reservation-form-btn {
  margin-top: 16px;
}

.ly-form-date {
  display: flex;
  gap: 20px;
}

.ly-form-date-item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ly-reservation-support {
  margin-top: 64px;
  font-size: 0.75rem;
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .ly-reservation-support {
    margin-top: 120px;
  }
}

.ly-reservation-note {
  max-width: 1040px;
  margin-inline: auto;
  margin-top: 32px;
  color: #FFF;
}

.ly-reservation-note-info {
  margin-top: 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .ly-reservation-note-info {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .ly-reservation-note-info {
    font-size: 1rem;
  }
}

.ly-form-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ly-reservation-form-alert {
  grid-column: 1/3;
}
@media screen and (min-width: 1024px) {
  .ly-reservation-form-alert {
    grid-column: 1/6;
  }
}

/* ===============================================
# footer
=============================================== */
.footer-nav-list-item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.footer-nav-list-item a {
  text-decoration: none;
}
.footer-nav-list-item a:hover {
  text-decoration: underline;
}

.footer-copy {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.footer-logo {
  width: 192px;
}
@media screen and (min-width: 1024px) {
  .footer-logo {
    width: 349px;
  }
}

/* ===============================================
# header
=============================================== */
.header-logo {
  width: 154px;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 221px;
  }
}

.header-icon {
  width: 48px;
  height: 48px;
  background: url("../images/icon-hamburger.svg") no-repeat;
  background-size: contain;
}

.heaader-nav-link-item a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #FFF;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.heaader-nav-link-item a:hover {
  opacity: 0.6;
}

/* ===============================================
# access
=============================================== */
.access-add {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .access-add {
    font-size: 1rem;
    line-height: 2;
  }
}

.access-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access-title {
    text-align: inherit;
  }
}

.access-traffic-item {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .access-traffic-item {
    font-size: 1rem;
    line-height: 2;
  }
}

/* ===============================================
# kv
=============================================== */
.kv-ttl {
  margin: 0;
  font-size: 2rem;
  line-height: 1.7;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv-ttl {
    font-size: 3.125rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.kv-lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .kv-lead {
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}

.kv-reservation-btn {
  display: inline-block;
  padding: 32px 17px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.2em;
  text-decoration: none;
  background-color: #C04085;
  border-radius: 3px 0 0 3px;
}
.kv-reservation-btn span {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1024px) {
  .kv-reservation-btn {
    padding: 70px 22px;
    font-size: 1.125rem;
  }
}
.kv-reservation-btn::before {
  position: relative;
  right: -2px;
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 8px;
  content: "";
  background: url("../images/icon-calendar.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .kv-reservation-btn::before {
    width: 24px;
    height: 24px;
  }
}

.kv-scrollNav {
  font-family: Garamond, serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #FFF;
  writing-mode: vertical-rl;
}

.kv-scrollNav-img {
  display: inline-block;
  width: 3px;
  height: 83px;
  background: url("../images/line-scroll.svg") no-repeat;
  background-size: contain;
  animation: custum-animation 3s linear infinite;
}
@keyframes custum-animation {
  0% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(15px);
  }
  65% {
    transform: translateY(0);
  }
}

/* ===============================================
# gnav
=============================================== */
.gnavSP-closeBtn {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: Garamond, serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.gnavSP-closeBtn::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background: url("../images/icon-close.svg") no-repeat;
  background-size: contain;
}

.gnavSP-nav-list-item a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  color: #FFF;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.gnavSP-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-size: 0.875rem;
  line-height: 2;
  color: #FFF;
  letter-spacing: 0.02em;
  text-decoration: none;
  background-color: #C04085;
  border-radius: 3px;
}
.gnavSP-btn::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../images/icon-calendar.svg") no-repeat;
  background-size: contain;
}

.gnavSP-logo {
  width: 154px;
}

/* ===============================================
# lead
=============================================== */
.lead-title {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 1024px) {
  .lead-title {
    font-size: 2rem;
  }
}

.lead-txt {
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.lead-img {
  width: 248px;
}
@media screen and (min-width: 1024px) {
  .lead-img {
    width: 500px;
  }
}

/* ===============================================
# feature
=============================================== */
.feature-topCard-img01 {
  right: 0;
  width: 258px;
}
@media screen and (min-width: 1024px) {
  .feature-topCard-img01 {
    width: 480px;
  }
}

.feature-topCard-img02 {
  top: 177px;
  right: 155px;
  width: 180px;
}
@media screen and (min-width: 1024px) {
  .feature-topCard-img02 {
    top: 333px;
    right: 245px;
    width: 336px;
  }
}

.feature-ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .feature-ttl {
    font-size: 2rem;
    line-height: 2;
  }
}

.feature-list-item {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .feature-list-item {
    font-size: 1rem;
  }
}
.feature-list-item::before {
  position: absolute;
  top: 0.3em;
  left: -1.5em;
  display: inline-block;
  width: 12px;
  height: 0.5em;
  content: "";
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .feature-list-item::before {
    width: 16px;
  }
}

.feature-bottomCard-img01 {
  width: 259px;
}
@media screen and (min-width: 1024px) {
  .feature-bottomCard-img01 {
    width: 480px;
  }
}

.feature-bottomCard-img02 {
  top: 180px;
  left: 133px;
  width: 180px;
}
@media screen and (min-width: 1024px) {
  .feature-bottomCard-img02 {
    top: 333px;
    left: 245px;
    width: 336px;
  }
}

.feature-note {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* ===============================================
# sauna
=============================================== */
.sauna-header-ttl {
  font-size: 1.5rem;
  line-height: 1.85;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .sauna-header-ttl {
    font-size: 2.5rem;
  }
}

.sauna-header-txt {
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .sauna-header-txt {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .sauna-header-txt {
    line-height: 2;
  }
}

.sauna-img figcaption {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .sauna-img figcaption {
    margin-top: 16px;
  }
}

.sauna-note {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* ===============================================
# room
=============================================== */
.room-header-ttl {
  font-size: 1.5rem;
  line-height: 1.85;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .room-header-ttl {
    font-size: 2.5rem;
  }
}

.room-header-txt {
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .room-header-txt {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .room-header-txt {
    line-height: 2;
  }
}
.room-header-txt br {
  display: none;
}
@media screen and (min-width: 768px) {
  .room-header-txt br {
    display: inline;
  }
}

.room-tab .swiper-slide {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  color: #7F7F7F;
  text-align: center;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .room-tab .swiper-slide {
    font-size: 1.25rem;
    line-height: 2;
  }
}
.room-tab .swiper-slide-thumb-active {
  font-weight: 700;
  color: #2A2A2A;
}

.room-tab-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.room-tab-line::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #C04085;
  transform: scaleX(50%);
}

.swiper-slide:first-child.swiper-slide-thumb-active ~ .room-tab-line {
  transform: translateX(-40%) scaleX(20%);
}

.swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .room-tab-line {
  transform: translateX(-20%) scaleX(20%);
}

.swiper-slide:nth-child(3).swiper-slide-thumb-active ~ .room-tab-line {
  transform: translateX(0%) scaleX(20%);
}

.swiper-slide:nth-child(4).swiper-slide-thumb-active ~ .room-tab-line {
  transform: translateX(20%) scaleX(20%);
}

.swiper-slide:nth-child(5).swiper-slide-thumb-active ~ .room-tab-line {
  transform: translateX(40%) scaleX(20%);
}

.swiper-pagination {
  display: flex;
  gap: 17px;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background-color: #D0D0D0;
  opacity: inherit;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C04085;
}

@media screen and (min-width: 768px) {
  .swiper {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper {
    padding-bottom: 56px;
  }
}

.room-note {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #7F7F7F;
  letter-spacing: 0.02em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.room-img figcaption {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (min-width: 1024px) {
  .room-img figcaption {
    font-size: 1.125rem;
  }
}

.room-txt {
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .room-txt {
    font-size: 1rem;
  }
}

/* ===============================================
# reservation
=============================================== */
.reservation-header-ttl {
  color: #FFF;
  text-align: center;
}

.reservation-header-txt {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .reservation-header-txt {
    text-align: center;
  }
}

.reservation-note-ttl {
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.reservation-note-txt {
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .reservation-note-txt {
    font-size: 1rem;
  }
}

.reservation-contact-txt {
  margin-top: 24px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .reservation-contact-txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .reservation-contact-txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
  }
}

.reservation-sub-ttl {
  padding: 10px;
  margin: -32px -15px 0;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: #EFEDE9;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 1024px) {
  .reservation-sub-ttl {
    margin: -40px -40px 0;
    font-size: 1.5rem;
  }
}

.reservation-form-item .name {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .reservation-form-item .name {
    font-size: 1rem;
  }
}
.reservation-form-item .label {
  display: inline-block;
  padding: 2px 6px;
  margin-right: 7px;
  font-size: 0.625rem;
  color: #FFF;
  background-color: #A30708;
  border-radius: 2px;
}
@media screen and (min-width: 1024px) {
  .reservation-form-item .label {
    position: relative;
    top: -2px;
  }
}
.reservation-form-item .form {
  font-weight: 500;
}
.reservation-form-item .form .note {
  margin-top: 8px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.reservation-form-item .form-input,
.reservation-form-item .form-textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #A8A8A8;
  border-radius: 5px;
}
.reservation-form-item .form-textarea {
  height: 120px;
}
@media screen and (min-width: 1024px) {
  .reservation-form-item .form-textarea {
    height: 150px;
  }
}
.reservation-form-item ::-moz-placeholder {
  font-weight: 400;
  color: #A8A8A8;
}
.reservation-form-item ::placeholder {
  font-weight: 400;
  color: #A8A8A8;
}

.reservation-form-btn {
  display: block;
  width: 100%;
  max-width: 374px;
  padding: 16px;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7;
  color: #C04085;
  text-align: center;
  cursor: pointer;
  background-color: #FFF;
  border: 1.5px solid #C04085;
  border-radius: 3px;
}
.reservation-form-btn:hover {
  color: #FFF;
  background-color: #C04085;
}

.reservation-form-policy {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .reservation-form-policy {
    font-size: 1rem;
  }
}
.reservation-form-policy input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
}
.reservation-form-policy input[type=checkbox] + span::before {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1.2em;
  aspect-ratio: 1/1;
  margin-right: 8px;
  content: "";
  border: 1px solid #A8A8A8;
  border-radius: 2px;
}
.reservation-form-policy input[type=checkbox]:checked + span::before {
  background: url("../images/icon-check.svg") no-repeat;
}

.reservation-contact-ttl {
  display: block;
  padding: 16px;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  background-color: #C04085;
}
@media screen and (min-width: 768px) {
  .reservation-contact-ttl {
    width: 260px;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .reservation-contact-ttl {
    pointer-events: none;
  }
}

.reservation-contact-item-tel {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .reservation-contact-item-tel {
    font-size: 1.5rem;
    text-align: left;
  }
}

.reservation-contact-item-time {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .reservation-contact-item-time {
    text-align: left;
  }
}

.form-select-wrap {
  position: relative;
}
.form-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 9px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: url("../images/icon-down.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.form-select {
  width: 100%;
  padding: 14px 30px 14px 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #A8A8A8;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .form-select {
    font-size: 1rem;
  }
}

.reservation-note-ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .reservation-note-ttl {
    font-size: 1.25rem;
  }
}

.reservation-note-txt {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .reservation-note-txt {
    font-size: 1rem;
  }
}

.reservation-note-info .bold {
  font-size: 128.5%;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .reservation-note-info .sm {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 768px) {
  .reservation-note-info .wordbreak + .wordbreak {
    display: inline-block;
    margin-left: 24px;
  }
}

.reservation-thanks-btn {
  display: block;
  padding: 16px;
  font-size: 1.125rem;
  color: #FFF;
  text-decoration: none;
  background-color: #C04085;
  border: 1.5px solid #C04085;
}
@media screen and (min-width: 768px) {
  .reservation-thanks-btn {
    max-width: 320px;
    margin-inline: auto;
  }
}

.form-checkbox input[type=checkbox] {
  position: absolute;
}
.form-checkbox input[type=checkbox] + span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-checkbox input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  width: 1.3em;
  aspect-ratio: 1/1;
  border: 1px solid #A8A8A8;
  border-radius: 2px;
}
.form-checkbox input[type=checkbox]:checked + span::before {
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 88%;
}

.reservation-form-alert-txt {
  background-color: #f8d3d3;
  padding: 10px;
  font-size: 0.8125rem;
  margin-top: 10px;
  border-radius: 5px;
}/*# sourceMappingURL=style-base.css.map */