:root {
  --navy: #171b59;
  --ink: #222342;
  --paper: #fffefa;
  --sage: #d3dac7;
  --sage-light: #eef1e9;
  --sage-deep: #aab996;
  --wood: #b48a56;
  --line: #d8ddcd;
  --red: #df4547;
  --bath-mist: #e7efec;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #e7e9e3; color: var(--ink); font: 15px/1.9 var(--sans); line-break: strict; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--navy); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4, .cta { font-family: var(--serif); }
.sp-only { display: none; }
.lp { width: min(748px, 100%); margin-inline: auto; overflow: hidden; background: var(--paper); box-shadow: 0 0 26px rgb(35 42 34 / 10%); }
.section { position: relative; padding: 72px 48px; }
.section-inner { width: min(100%, 652px); min-width: 0; margin-inline: auto; }
.section-title { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 42px; color: var(--navy); text-align: center; font-size: 27px; font-weight: 600; line-height: 1.55; letter-spacing: .05em; }
.section-title::before, .section-title::after { content: ""; width: 84px; height: 1px; flex: 0 1 84px; background: var(--line); }
.section-title b { color: var(--wood); font-size: 36px; font-weight: 500; line-height: 1; }
.leaf { position: absolute; width: 78px; opacity: .33; pointer-events: none; }
.num-badge { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--sage-deep); color: #fff; font: 700 12px/1 var(--sans); letter-spacing: .04em; }

.hero { position: relative; height: 590px; overflow: hidden; background: var(--paper); }
.hero::after { display: none; }
.hero__photo { position: absolute; inset: 0 0 0 38%; background: url("images/fv.png") 59% 50% / cover no-repeat; }
.hero__photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--paper) 0, rgb(255 254 250 / 96%) 10%, rgb(255 254 250 / 58%) 31%, transparent 56%); }
.hero__photo::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, transparent 74%, rgb(255 254 250 / 55%) 89%, var(--paper) 100%); }
.hero__copy { position: relative; z-index: 4; width: 385px; padding: 34px 0 0 42px; }
.hero__brand { margin-bottom: 11px; color: var(--navy); font: 600 43px/1.28 var(--serif); letter-spacing: .09em; }
.hero h1 { width: 310px; margin-bottom: 12px; color: var(--navy); font-size: 19px; font-weight: 500; line-height: 1.75; letter-spacing: .04em; white-space: nowrap; }
.hero__rule { width: 320px; height: 1px; margin-bottom: 13px; background: linear-gradient(90deg, var(--line) 0 72%, transparent 72%); background-size: 7px 1px; }
.hero__date { display: flex; margin-bottom: 8px; align-items: center; gap: 8px; color: var(--navy); font-family: var(--serif); white-space: nowrap; }
.hero__year { font-size: 17px; font-weight: 600; letter-spacing: .02em; }
.hero__year small { margin-left: 2px; font-size: 10px; }
.hero__date > strong { font-size: 40px; font-weight: 600; line-height: 1; letter-spacing: .035em; }
.hero__weekday { display: flex; gap: 5px; align-items: center; }
.hero__weekday i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font: 700 13px/1 var(--sans); font-style: normal; }
.hero__weekday i:last-child { background: var(--red); }
.hero__times { margin: 0 0 12px 8px; padding: 0; color: var(--navy); list-style: none; font: 600 16px/1.9 var(--serif); letter-spacing: .04em; }
.hero__times li { display: flex; align-items: center; gap: 8px; }
.hero__times b { display: grid; width: 42px; height: 23px; place-items: center; border-radius: 4px; background: var(--navy); color: #fff; font: 700 11px/1 var(--sans); }
.hero__meta { display: grid; width: 330px; grid-template-columns: 1fr 1.15fr; border: 1px solid rgb(23 27 89 / 30%); background: rgb(255 254 250 / 78%); }
.hero__fee { display: grid; margin: 0; padding: 9px 13px 10px; color: var(--navy); }
.hero__fee span { font: 700 10px/1.2 var(--sans); letter-spacing: .08em; }
.hero__fee strong { font: 600 21px/1.45 var(--serif); }
.hero__benefit { display: flex; margin: 0; padding: 8px 10px; align-items: center; gap: 8px; border-left: 1px solid rgb(23 27 89 / 20%); color: var(--navy); font-size: 11px; font-weight: 600; line-height: 1.4; }
.hero__benefit img { width: 35px; height: 35px; object-fit: contain; }
.hero__benefit b { font-size: 13px; }
.cta { position: relative; display: flex; width: 292px; min-height: 54px; margin-top: 17px; padding: 10px 18px 10px 43px; align-items: center; justify-content: space-between; border: 1px solid #c8aa68; border-radius: 28px; background: linear-gradient(110deg, #17145a, #211d6d); box-shadow: 0 5px 0 #0d103c, 0 12px 22px rgb(22 26 84 / 20%); color: #fff; font-size: 17px; letter-spacing: .08em; text-decoration: none; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.cta svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.cta:hover { background: linear-gradient(110deg, #df4547, #ec5b4c); box-shadow: 0 7px 0 #9f2d31, 0 15px 26px rgb(159 45 49 / 23%); transform: translateY(-3px); }
.cta:active { box-shadow: 0 2px 0 #9f2d31, 0 7px 14px rgb(159 45 49 / 18%); transform: translateY(3px); }
.cta:focus-visible { outline: 3px solid var(--wood); outline-offset: 3px; }
.leaf--hero { z-index: 4; left: -18px; bottom: 74px; width: 86px; transform: rotate(16deg); }

.wave-divider { --wave-from: var(--paper); --wave-to: var(--paper); position: relative; z-index: 5; height: 52px; margin-block: -1px; overflow: hidden; background: var(--wave-from); pointer-events: none; }
.wave-divider::before, .wave-divider::after { content: ""; position: absolute; left: -8%; width: 116%; border-radius: 50% 50% 0 0 / 100% 100% 0 0; transform-origin: center; }
.wave-divider::before { z-index: 2; top: 19px; height: 55px; background: var(--wave-to); animation: wave-drift 9s ease-in-out infinite alternate; }
.wave-divider::after { z-index: 1; top: 11px; height: 45px; background: rgb(23 27 89 / 92%); animation: wave-drift 12s ease-in-out -2s infinite alternate-reverse; }
.wave-divider--benefit { --wave-from: var(--paper); --wave-to: #edf4f1; height: 64px; }
.wave-divider--paper { --wave-from: #dce8e3; --wave-to: var(--paper); }
.wave-divider--paper::after, .wave-divider--sage::after, .wave-divider--mist::after { background: rgb(170 185 150 / 46%); }
.wave-divider--sage { --wave-from: var(--paper); --wave-to: #d0d8c3; }
.wave-divider--mist { --wave-from: var(--paper); --wave-to: var(--sage-light); }
@keyframes wave-drift { from { transform: translateX(-1.4%) rotate(-.7deg); } to { transform: translateX(1.4%) rotate(.7deg); } }

.concerns { padding-top: 78px; background: var(--paper); }
.conversation { display: grid; width: min(calc(100% - 24px), 540px); margin-inline: auto; gap: 18px; }
.dialogue-row { display: flex; min-width: 0; gap: 18px; align-items: center; }
.dialogue-row--b { flex-direction: row-reverse; }
.person-avatar { width: 82px; height: 82px; flex: 0 0 82px; overflow: hidden; border: 4px solid #fff; border-radius: 50%; background-image: url("images/hukidasi.png"); background-repeat: no-repeat; background-size: 550px auto; box-shadow: 0 4px 16px rgb(23 27 89 / 12%); }
.person-avatar--a { background-position: 10% 12%; }
.person-avatar--b { background-position: 88% 77%; background-size: 450px auto; }
.speech-bubble { position: relative; min-width: 0; margin: 0; padding: 16px 22px; border: 2px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 5px 16px rgb(23 27 89 / 6%); font-size: 13px; line-height: 1.85; }
.speech-bubble::before, .speech-bubble::after { content: ""; position: absolute; top: 50%; width: 0; height: 0; border-style: solid; transform: translateY(-50%); }
.dialogue-row--a .speech-bubble::before { left: -14px; border-width: 10px 14px 10px 0; border-color: transparent var(--line) transparent transparent; }
.dialogue-row--a .speech-bubble::after { left: -11px; border-width: 8px 12px 8px 0; border-color: transparent #fff transparent transparent; }
.dialogue-row--b .speech-bubble::before { right: -14px; border-width: 10px 0 10px 14px; border-color: transparent transparent transparent var(--line); }
.dialogue-row--b .speech-bubble::after { right: -11px; border-width: 8px 0 8px 12px; border-color: transparent transparent transparent #fff; }
.concerns__closing { width: min(100%, 570px); margin: 42px auto 0; padding-top: 27px; border-top: 1px solid var(--line); color: var(--navy); text-align: center; font: 500 17px/2 var(--serif); letter-spacing: .03em; }
.concerns__closing strong { color: var(--wood); }

.foundation { overflow: hidden; background: linear-gradient(100deg, #d0d8c3, #e1e6d8 58%, #d1d9c4); }
.foundation__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 34px; align-items: center; }
.foundation h2 { margin-bottom: 25px; color: var(--navy); font-size: 26px; font-weight: 600; line-height: 1.6; letter-spacing: .04em; }
.foundation p { margin-bottom: 20px; font-size: 14px; line-height: 2; }
.foundation p:last-child { margin-bottom: 0; }
.foundation strong { color: var(--navy); }
.foundation__grid > img { width: 100%; border-radius: 8px; box-shadow: 0 10px 24px rgb(50 57 40 / 10%); }
.leaf--foundation { right: -8px; bottom: -12px; width: 115px; transform: rotate(-20deg); opacity: .18; }

.features { background: var(--paper); }
.features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { min-width: 0; }
.feature > img { width: 100%; aspect-ratio: 4 / 3; border-radius: 6px; object-fit: cover; box-shadow: 0 7px 18px rgb(34 35 66 / 8%); }
.feature:first-child > img { object-position: 50% 58%; }
.feature__copy { position: relative; padding: 24px 3px 0 39px; }
.feature__copy .num-badge { position: absolute; top: 21px; left: 1px; }
.feature h3 { min-height: 32px; margin-bottom: 13px; color: var(--navy); font-size: 15px; font-weight: 600; line-height: 1.65; }
.feature p { margin: 0 0 0 -36px; color: var(--ink); font-size: 12px; line-height: 1.95; }

.changes { overflow: hidden; background: #fff; }
.changes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.changes article { position: relative; z-index: 1; padding: 22px 15px 0; border-top: 2px solid var(--sage-deep); text-align: left; }
.changes .num-badge { margin-bottom: 15px; }
.changes h3 { min-height: 62px; margin-bottom: 14px; color: var(--navy); font-size: 16px; font-weight: 600; line-height: 1.65; }
.changes article p { margin: 0; font-size: 12px; line-height: 1.95; }
.leaf--change-left { left: 18px; bottom: 28px; transform: scaleX(-1) rotate(-20deg); }
.leaf--change-right { right: 18px; bottom: 28px; transform: rotate(-20deg); }

.benefit { overflow: hidden; padding-top: 58px; background: radial-gradient(circle at 15% 24%, rgb(255 255 255 / 72%) 0 1px, transparent 2px 100%), linear-gradient(115deg, #edf4f1, var(--bath-mist) 52%, #dce8e3); background-size: 44px 44px, auto; text-align: center; }
.benefit__headline { margin: 0 auto 14px; color: var(--navy); font-size: 27px; font-weight: 600; line-height: 1.55; letter-spacing: .055em; }
.benefit__label { display: inline-block; margin-bottom: 22px; padding: 10px 34px 11px; border: 0; border-radius: 2px; background: var(--navy); box-shadow: 0 7px 18px rgb(23 27 89 / 20%); color: #fff; font: 700 21px/1.5 var(--serif); letter-spacing: .12em; }
.benefit__intro { width: min(100%, 600px); margin: 0 auto 27px; padding: 0; border: 0; background: transparent; box-shadow: none; font-size: 14px; font-weight: 600; line-height: 1.9; }
.benefit__intro strong { color: var(--navy); font-size: 18px; }
.benefit__intro b { color: var(--wood); font-size: 19px; }
.bath-ticket { position: relative; display: grid; width: min(100%, 590px); min-height: 188px; margin-inline: auto; grid-template-columns: 1fr 160px; overflow: hidden; border: 1px solid rgb(180 138 86 / 72%); background: #fffaf0; box-shadow: 0 15px 30px rgb(23 27 89 / 17%); color: var(--navy); text-align: left; }
.bath-ticket::before, .bath-ticket::after { content: ""; position: absolute; z-index: 2; top: -7px; bottom: -7px; width: 13px; background: radial-gradient(circle, var(--sage) 0 4.5px, transparent 5px) center top / 13px 17px repeat-y; }
.bath-ticket::before { left: -7px; }
.bath-ticket::after { right: -7px; }
.bath-ticket__main { display: flex; min-width: 0; padding: 25px 20px 22px 28px; align-items: center; gap: 17px; }
.bath-ticket__onsen { display: block; width: 73px; height: 73px; flex: 0 0 73px; object-fit: contain; }
.bath-ticket__main div { display: grid; min-width: 0; }
.bath-ticket__main span { font: 600 15px/1.45 var(--serif); letter-spacing: .12em; }
.bath-ticket__main strong { font: 600 31px/1.25 var(--serif); letter-spacing: .1em; white-space: nowrap; }
.bath-ticket__stub { display: grid; padding: 18px; place-items: center; align-content: center; gap: 7px; border-left: 2px dashed var(--navy); }
.bath-ticket__sento { display: block; width: 116px; height: 90px; object-fit: contain; }
.bath-ticket__stub span { font-size: 15px; font-weight: 700; line-height: 1.2; letter-spacing: .1em; }
.bath-ticket__stub small { color: #555968; font-size: 10px; font-weight: 600; line-height: 1.2; letter-spacing: .04em; white-space: nowrap; }
.benefit__message-title { margin: 38px 0 28px; color: var(--navy); font-size: 23px; font-weight: 600; line-height: 1.7; letter-spacing: .05em; }
.benefit__subtitle { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 25px; color: var(--navy); font-size: 20px; font-weight: 600; }
.benefit__subtitle::before, .benefit__subtitle::after { content: ""; width: 80px; height: 1px; background: rgb(112 126 94 / 38%); }
.synergy { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; text-align: left; }
.synergy article { min-width: 0; padding: 30px 26px 28px; border: 1px solid rgb(180 138 86 / 14%); border-radius: 20px; background: #fff; box-shadow: 0 10px 26px rgb(23 27 89 / 8%); }
.synergy__icon-wrap { position: relative; display: inline-block; margin-bottom: 16px; }
.synergy__icon { display: block; width: 80px; height: 80px; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 6px 16px rgb(23 27 89 / 10%), inset 0 0 0 1px rgb(170 185 150 / 30%); }
.synergy__icon img { width: 100%; height: 100%; object-fit: cover; }
.synergy__icon-wrap .num-badge { position: absolute; right: -6px; bottom: -6px; box-shadow: 0 0 0 3px #fff; }
.synergy h4 { margin-bottom: 10px; color: var(--navy); font-size: 15px; font-weight: 600; }
.synergy p { margin: 0; font-size: 13px; line-height: 1.95; }
.benefit__closing { width: min(100%, 570px); margin: 34px auto 0; padding-top: 27px; border: 0; border-top: 1px solid rgb(126 140 106 / 34%); background: transparent; color: var(--navy); font: 500 17px/2 var(--serif); letter-spacing: .03em; }
.benefit__closing strong { color: var(--wood); }

.overview { background: var(--paper); }
.overview__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; margin: 0; border-top: 1px solid var(--line); }
.overview__grid > div { display: grid; grid-template-columns: 100px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.overview dt { color: var(--navy); font: 700 12px/1.7 var(--sans); }
.overview dd { margin: 0; font-size: 13px; line-height: 1.9; }
.overview dd small { color: #5a5b68; font-size: 11px; }
.overview dd a { text-underline-offset: 3px; }
.venue-title { display: flex; align-items: center; justify-content: center; gap: 15px; margin: 48px 0 24px; color: var(--navy); font-size: 19px; font-weight: 600; }
.venue-title::before, .venue-title::after { content: ""; width: 80px; height: 1px; background: var(--line); }
.venue-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 22px; }
.venue-photos img { width: 100%; height: 170px; border-radius: 8px; object-fit: cover; box-shadow: 0 7px 16px rgb(34 35 66 / 8%); }
.venue-card { padding: 28px 30px 30px; border-radius: 14px; background: var(--sage-light); }
.venue-card__name { margin: 0; color: var(--navy); font: 600 24px/1.3 var(--serif); letter-spacing: .05em; }
.venue-card__name small { font: 500 12px/1.4 var(--sans); letter-spacing: 0; }
.venue-card__address { margin: 6px 0 18px; font-size: 13px; line-height: 1.9; }
.venue-card__map { display: block; margin-bottom: 18px; overflow: hidden; border-radius: 8px; box-shadow: 0 6px 16px rgb(34 35 66 / 10%); }
.venue-card__map img { display: block; width: 100%; height: auto; aspect-ratio: 1024 / 678; object-fit: contain; background: #fff; transition: transform .35s ease; }
.venue-card__map:hover img { transform: scale(1.03); }
.venue-card__link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border: 1px solid var(--navy); border-radius: 22px; color: var(--navy); font: 600 13px/1 var(--sans); letter-spacing: .04em; text-decoration: none; transition: background .2s ease, color .2s ease; }
.venue-card__link svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.venue-card__link:hover { background: var(--navy); color: #fff; }
.venue-credit { margin: 0; color: var(--navy); font: 600 13px/1.6 var(--sans); letter-spacing: .04em; text-align: center; }
.venue-credit a { color: var(--navy); text-underline-offset: 3px; }
.venue-credit a:hover { color: var(--wood); }

.recommend { overflow: hidden; padding-block: 58px; background: var(--sage-light); }
.recommend .section-title { margin-bottom: 32px; }
.recommend__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; width: min(100%, 620px); margin: 0 auto; padding: 0; list-style: none; }
.recommend__grid li { display: grid; min-width: 0; justify-items: center; gap: 14px; color: var(--navy); text-align: center; font-size: 15px; font-weight: 700; }
.recommend__grid img {
  display: block;
  width: 132px;
  height: 132px;
  margin: -13px;
  clip-path: circle(39.4% at 47.5% 51.5%);
  filter: drop-shadow(0 5px 10px rgb(65 78 48 / 12%));
}
.leaf--recommend-left { left: 54px; bottom: 19px; transform: scaleX(-1) rotate(-21deg); }
.leaf--recommend-right { right: 54px; bottom: 19px; transform: rotate(-21deg); }

.previous { background: var(--paper); }
.previous__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.previous__grid img { width: 100%; aspect-ratio: 4 / 3; border-radius: 5px; object-fit: cover; box-shadow: 0 6px 16px rgb(34 35 66 / 8%); }
.previous__caption { margin: 26px 0 0; color: var(--navy); text-align: center; font: 500 15px/1.9 var(--serif); }

.instructor { overflow: hidden; padding-top: 68px; background: #fff; }
.instructor__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 225px 1fr; gap: 42px; align-items: start; }
.instructor__photo { width: 225px; height: 330px; border-radius: 5px; object-fit: cover; object-position: 50% 45%; box-shadow: 0 8px 20px rgb(34 35 66 / 9%); }
.instructor__role { margin-bottom: 3px; color: var(--wood); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.instructor__copy h3 { margin-bottom: 5px; color: var(--navy); font-size: 26px; font-weight: 600; letter-spacing: .06em; }
.instructor__copy h3 small { font: 500 12px/1.4 var(--sans); letter-spacing: 0; }
.instructor__link { display: inline-block; margin-bottom: 18px; font-size: 12px; text-underline-offset: 3px; }
.qualifications { display: grid; grid-template-columns: 1fr; gap: 6px; margin: 0 0 24px; padding: 18px 0 18px 20px; border-block: 1px solid var(--line); font-size: 12px; }
.instructor__story p { margin-bottom: 16px; font-size: 13px; line-height: 2; }
.instructor__story p:last-child { margin-bottom: 0; }
.leaf--instructor { right: 12px; bottom: 16px; width: 105px; transform: rotate(-20deg); opacity: .25; }

.faq { background: var(--paper); }
.faq__list { display: grid; gap: 12px; }
.faq__item { border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: box-shadow .25s ease; }
.faq__item[open] { box-shadow: 0 7px 18px rgb(23 27 89 / 6%); }
.faq__item summary { position: relative; padding: 18px 40px 18px 22px; color: var(--navy); font-size: 15px; font-weight: 600; line-height: 1.7; letter-spacing: .02em; list-style: none; cursor: pointer; }
.faq__item summary::marker, .faq__item summary::-webkit-details-marker { display: none; content: ""; }
.faq__item summary::before { content: "Q"; margin-right: 10px; color: var(--wood); font: 700 13px/1 var(--serif); }
.faq__item summary::after { content: ""; position: absolute; top: 50%; right: 22px; width: 13px; height: 13px; margin-top: -7px; background: linear-gradient(var(--sage-deep), var(--sage-deep)) center / 100% 2px no-repeat, linear-gradient(var(--sage-deep), var(--sage-deep)) center / 2px 100% no-repeat; transition: transform .25s ease; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { margin: 0; padding: 14px 22px 20px 45px; color: var(--ink); font-size: 13px; line-height: 1.95; border-top: 1px solid var(--line); }
.faq__item p a { text-underline-offset: 3px; }

.reserve { padding: 49px 48px; background: linear-gradient(100deg, #d0d8c3, #e1e6d8 58%, #cfd8c1); }
.reserve__inner { display: grid; grid-template-columns: 1fr 92px 150px; gap: 25px; align-items: center; }
.reserve__action > p { margin-bottom: 3px; color: var(--wood); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.reserve h2 { margin-bottom: 16px; color: var(--navy); font-size: 25px; font-weight: 600; letter-spacing: .06em; }
.reserve .cta { width: 280px; margin: 0; padding-left: 54px; }
.reserve__qr { width: 92px; height: 92px; padding: 6px; background: #fff; object-fit: contain; }
.reserve__note { margin: 0; font-size: 12px; font-weight: 600; line-height: 1.85; }

html.js .reveal-target { opacity: 0; transform: translateY(24px); transition: opacity .85s cubic-bezier(.22, 1, .36, 1), transform .85s cubic-bezier(.22, 1, .36, 1); }
html.js .reveal-target.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 620px) {
  .pc-only { display: none; }
  .sp-only { display: initial; }
  body { background: var(--paper); }
  .lp { box-shadow: none; }
  .section { padding: 58px 24px; }
  .section-title { position: relative; display: block; margin-bottom: 34px; padding-inline: 42px; overflow-wrap: anywhere; font-size: 23px; }
  .section-title::before, .section-title::after { position: absolute; top: 50%; width: 32px; }
  .section-title::before { left: 0; }
  .section-title::after { right: 0; }
  .hero { height: 780px; }
  .hero__photo { inset: 0; height: 385px; background-position: 62% 50%; }
  .hero__photo::before { background: linear-gradient(180deg, rgb(255 254 250 / 12%) 44%, var(--paper) 100%); }
  .hero__copy { width: 100%; padding: 24px 24px 0; }
  .hero__brand { margin: 4px 0 3px; font-size: 35px; }
  .hero h1 { width: 290px; margin-bottom: 3px; font-size: 16px; line-height: 1.7; white-space: normal; }
  .hero__rule { width: 100%; margin-top: 258px; }
  .hero__date > strong { font-size: 36px; }
  .hero__weekday i { width: 28px; height: 28px; }
  .hero__times { margin-left: 0; }
  .hero__meta { width: 100%; }
  .hero .cta { width: 100%; justify-content: center; gap: 50px; padding-left: 24px; }
  .leaf--hero { bottom: 235px; }
  .wave-divider { height: 44px; }
  .wave-divider--benefit { height: 54px; }
  .conversation { min-width: 0; gap: 21px; }
  .dialogue-row { gap: 11px; align-items: flex-start; }
  .person-avatar { width: 62px; height: 62px; flex-basis: 62px; border-width: 3px; background-size: 416px auto; }
  .person-avatar--b { background-size: 340px auto; }
  .speech-bubble { padding: 12px 14px; border-radius: 15px; font-size: 12px; line-height: 1.8; }
  .speech-bubble::before, .speech-bubble::after { top: 28px; }
  .concerns__closing { margin-top: 34px; font-size: 15px; }
  .foundation__grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .foundation__copy { min-width: 0; }
  .foundation h2, .foundation p { overflow-wrap: anywhere; }
  .foundation h2 { font-size: 23px; }
  .foundation__grid > img { width: 100%; }
  .features__grid { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .feature { display: grid; min-width: 0; grid-template-columns: 42% minmax(0, 1fr); gap: 18px; align-items: start; }
  .feature > img { aspect-ratio: 3 / 4; }
  .feature__copy { padding-top: 0; padding-left: 34px; }
  .feature__copy .num-badge { top: 0; left: 0; }
  .feature h3 { min-height: 0; margin-bottom: 11px; font-size: 14px; }
  .feature p { margin-left: -34px; padding-top: 12px; font-size: 12px; }
  .changes__grid { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .changes article { display: block; min-width: 0; padding: 18px 8px 0; }
  .changes .num-badge { margin-bottom: 12px; }
  .changes h3 { min-height: 0; margin-bottom: 10px; font-size: 16px; }
  .changes article p { font-size: 12px; }
  .leaf--change-left, .leaf--change-right { display: none; }
  .benefit__headline { font-size: 21px; }
  .benefit__label { margin-bottom: 18px; padding: 9px 20px 10px; font-size: 18px; letter-spacing: .08em; }
  .benefit__intro { padding: 15px 12px 16px; font-size: 13px; }
  .benefit__intro strong { font-size: 15px; }
  .benefit__intro b { font-size: 16px; }
  .bath-ticket { min-height: 156px; grid-template-columns: 1fr 98px; }
  .bath-ticket__main { padding: 18px 10px 17px 20px; gap: 9px; }
  .bath-ticket__onsen { width: 46px; height: 46px; flex-basis: 46px; }
  .bath-ticket__main span { font-size: 11px; }
  .bath-ticket__main strong { font-size: 21px; letter-spacing: .05em; }
  .bath-ticket__stub { padding: 13px 7px; gap: 5px; }
  .bath-ticket__sento { width: 82px; height: 64px; }
  .bath-ticket__stub span { font-size: 12px; }
  .bath-ticket__stub small { font-size: 9px; letter-spacing: 0; }
  .benefit__message-title { margin: 25px 0 27px; font-size: 19px; }
  .benefit__subtitle { font-size: 18px; }
  .benefit__subtitle::before, .benefit__subtitle::after { width: 18px; flex: 0 0 18px; }
  .synergy { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .synergy article { padding: 26px 22px 24px; }
  .synergy__icon-wrap { margin-bottom: 14px; }
  .synergy__icon { width: 68px; height: 68px; border-radius: 15px; }
  .synergy__icon svg { width: 28px; height: 28px; }
  .benefit__closing { font-size: 15px; }
  .overview__grid { grid-template-columns: minmax(0, 1fr); }
  .overview__grid > div { min-width: 0; grid-template-columns: 90px minmax(0, 1fr); }
  .venue-title::before, .venue-title::after { width: 30px; }
  .venue-photos { gap: 9px; margin-bottom: 18px; }
  .venue-photos img { height: 130px; }
  .venue-card { padding: 22px 18px 24px; }
  .venue-card__name { font-size: 21px; }
  .recommend__grid { grid-template-columns: minmax(0, 1fr); gap: 27px; padding-inline: 38px; }
  .recommend__grid li { grid-template-columns: 86px minmax(0, 1fr); align-items: center; justify-items: start; gap: 19px; text-align: left; }
  .recommend__grid img { width: 108px; height: 108px; margin: -11px; }
  .leaf--recommend-left, .leaf--recommend-right { display: none; }
  .previous__grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .previous__grid img { aspect-ratio: 16 / 10; }
  .instructor__grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .instructor__photo { width: 210px; height: 285px; margin-inline: auto; }
  .instructor__copy h3 { font-size: 24px; }
  .leaf--instructor { display: none; }
  .faq__item summary { padding: 16px 36px 16px 18px; font-size: 14px; }
  .faq__item summary::after { right: 18px; }
  .faq__item p { padding: 12px 18px 18px 36px; font-size: 12px; }
  .reserve { padding: 44px 24px; }
  .reserve__inner { grid-template-columns: 1fr 82px; gap: 18px; }
  .reserve__action { grid-column: 1 / -1; }
  .reserve .cta { width: 100%; justify-content: center; gap: 48px; padding-left: 24px; }
  .reserve__qr { justify-self: end; width: 82px; height: 82px; }
  .reserve__note { font-size: 11px; }
}

@media (max-width: 420px) {
  .benefit__subtitle { gap: 8px; font-size: 17px; white-space: nowrap; }
  .benefit__subtitle::before, .benefit__subtitle::after { width: 12px; flex-basis: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta { transition: none; }
  .wave-divider::before, .wave-divider::after { animation: none; }
  html.js .reveal-target { opacity: 1; transform: none; transition: none; }
}
