@charset "UTF-8";

/* Iyashinoie-inspired presentation, with the existing PHP content and local assets.
 * One light theme is intentional: the reference palette is the requested brand.
 * DESIGN_VARIANCE: 4; MOTION_INTENSITY: 4; VISUAL_DENSITY: 4.
 * Layers: content 1, back-to-top 20, reservation 30, header 40, menu 50.
 * Corners: square gold-framed surfaces; 2px buttons. Base CSS owns vendor utilities.
 */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../fonts/jp/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fffaf0;
  --surface: #fffdf8;
  --sand: #f4e6c4;
  --sand-deep: #e7cf92;
  --gold-gradient: linear-gradient(100deg, #cc9b2b 0%, #f0cc61 38%, #d1a43d 70%, #bf8e20 100%);
  --title-band: linear-gradient(90deg, #f2dfb1, #f7ecd2);
  --ink: #382d21;
  --muted: #675640;
  --gold: #b3882b;
  --gold-dark: #80500f;
  --heading: #98601b;
  --line: #dec995;
  --font-display: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-body: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --font-ui: "Yu Gothic", Meiryo, sans-serif;
  --content-width: 1240px;
  --header-height: 74px;
  --section-space: clamp(28px, 3vw, 42px);
}

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body.es-site {
  margin: 0;
  color: var(--ink);
  background: var(--paper) url("../../images/main_bg.jpg") center top / 100% auto repeat-y fixed;
  font: 15px/1.9 var(--font-body);
  overflow-wrap: break-word;
}
*, *::before, *::after { box-sizing: border-box; }
a { color: inherit; text-decoration: none; transition: color .2s, background-color .2s; }
a:hover { color: var(--gold-dark); text-decoration: none; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--gold-dark);
  outline-offset: 5px;
}
button { font: inherit; }
button:active, .reservation-link:active { transform: translateY(1px); }
img { max-width: 100%; height: auto; vertical-align: middle; }
figure, p, dl, dd { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
figure.figure { display: block; }
.figure-img { margin: 0; }
.container, .container-fluid { width: 100%; }
.container { max-width: var(--content-width); margin-inline: auto; padding-inline: 24px; }
.pagewraper, .mastContent, .mastMain { width: 100%; min-width: 0; }
.mastSide:empty, .figure-caption:empty, .therapist-work:empty,
.global-insert-header:empty, .global-insert-footer:empty { display: none; }

/* Shared header and responsive menu. */
.mastHead {
  position: relative;
  z-index: 40;
  width: 100%;
  background: var(--gold-gradient);
}
.header-brand {
  max-width: var(--content-width);
  height: var(--header-height);
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* The desktop wordmark lives in the main visual; the mobile header keeps its logo. */
.logo { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); font-weight: 400; line-height: 1; }

.brand-link { display: inline-flex; align-items: center; justify-content: center; }
.brand-link img { max-width: 175px; max-height: 62px; object-fit: contain; }
.brand-fallback { display: none; font-family: var(--font-display); color: var(--gold-dark); letter-spacing: .18em; }
.brand-link .brand-fallback { font-size: 38px; }
.asset-fallback > img { display: none; }
.asset-fallback > .brand-fallback { display: block; }
.headerlinks { flex: 1; min-width: 0; }
.sitenavi .sitenavi-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.sitenavi-link { display: block; text-align: center; }
.sitenavi .sitenavi-link { display: flex; flex-direction: column; padding: 11px 7px; position: relative; line-height: 1.6; color: #50330c; }
.sitenavi .sitenavi-item + .sitenavi-item { border-left: 1px dotted rgb(255 253 248 / 65%); }
.sitenavi-link-text { font-family: var(--font-display); font-size: 12px; letter-spacing: .08em; }
.sitenavi-link-slug { display: block; font: 600 16px/1.5 Georgia, var(--font-display); letter-spacing: .055em; }
.sitenavi .sitenavi-link-slug { order: -1; }
.sitenavi .sitenavi-link:hover, .sitenavi .sitenavi-link[aria-current="page"] { background: rgb(255 253 248 / 26%); }

.navbar-toggle { display: none; }
.navbar-collapse { display: none; }
.menu-backdrop { display: none; }
/* Main navigation and the mobile drawer replace the duplicate navigation row. */
.secondary-navigation { display: none; }

/* The original photographs sit above a gold navigation band, as in the reference. */
.hero { position: relative; background: var(--sand); }
.hero-stage { position: relative; isolation: isolate; }
.hero-picture { position: absolute; inset: 0; z-index: -2; }
.hero-picture, .hero-picture img { display: block; width: 100%; height: 100%; }
.hero-picture img { object-fit: cover; object-position: center 40%; }
.hero-stage::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgb(255 247 219 / 72%), transparent 60%); }
.hero-visual { height: clamp(440px, 44vw, 660px); display: flex; justify-content: center; align-items: flex-end; width: min(1240px, 100%); margin: auto; padding: 90px 24px; }
.mainimg-logo { width: min(540px, 52%); text-align: center; }
.mainimg-logo img { width: 100%; max-height: 270px; object-fit: contain; }
.mainimg-logo .brand-fallback { font-size: clamp(72px, 8.5vw, 132px); line-height: 1.45; text-shadow: 0 2px 20px var(--surface); }
.header-info { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px 30px; padding: 13px 24px; background: var(--sand); border-bottom: 1px solid var(--line); font: 18px/1.7 var(--font-display); color: var(--gold-dark); letter-spacing: .04em; }
.header-info span { font-size: .8em; margin-right: 6px; }
.header-info a { font: 24px/1.5 Georgia, var(--font-display); }
.header-station { font-size: 16px; }
.page-inner .hero-visual { height: 300px; }
.page-inner .mainimg-logo { width: 350px; }
.page-inner .mainimg-logo img { max-height: 170px; }
.page-inner .mainimg-logo .brand-fallback { font-size: 76px; }

/* Pale gold, left-aligned bilingual title bands. */
.headline { border-bottom: 1px solid var(--line); background: rgb(255 253 248 / 90%); padding: 13px 0; }
.headline dl { display: grid; grid-template-columns: 205px minmax(0, 1fr); align-items: center; }
.headline dt { border-right: 1px solid var(--line); font: 18px/1.3 Georgia, serif; letter-spacing: .13em; color: var(--gold-dark); }
.headline dt span { display: block; font: 10px/1.8 var(--font-body); letter-spacing: .06em; }
.headline dd { padding-left: 24px; min-width: 0; font-size: 13px; }
.headline marquee { display: block; }
.headline marquee[hidden], .headline-static[hidden] { display: none; }
.headline-static { white-space: normal; }
.headline .notepad-content { line-height: 1.8; }
.page-title { margin: 0 0 20px; }
.mastContent > .page-title { max-width: var(--content-width); margin: 0 auto 24px; padding: var(--section-space) 24px 0; }
.block-title { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin: 0; padding: 13px 26px; background: var(--title-band); border-left: 4px solid var(--gold); text-align: left; font-weight: 400; line-height: 1.4; }
.blocktitle-head, .intro .blocktitle-desc { display: block; font: 600 28px/1.4 var(--font-ui); letter-spacing: .025em; color: var(--heading); }
.blocktitle-desc { display: block; font: 600 14px/1.6 var(--font-display); letter-spacing: .07em; color: var(--gold-dark); }
.title-japanese .blocktitle-desc { order: -1; font: 600 28px/1.4 var(--font-ui); letter-spacing: .025em; color: var(--heading); }
.title-japanese .blocktitle-head { font: 600 14px/1.6 var(--font-display); letter-spacing: .07em; color: var(--gold-dark); }

/* Home follows the reference order: campaign, new faces, news, therapists, access. */
.event { width: 100%; max-width: var(--content-width); padding: 28px 24px 0; margin: auto; text-align: center; }
.event img { width: 100%; display: block; }
.event .swiper-container { border: 1px solid var(--line); padding: 5px; background: var(--surface); }
.event .link-item { margin: 0; }
.schedule { padding: var(--section-space) 0 0; }
.schedule-box { margin-top: 22px; }
.today-schedule { padding-bottom: var(--section-space); }
.home-news, .home-access { max-width: var(--content-width); padding: var(--section-space) 24px 0; margin: auto; }
.home-access { padding-top: 0; padding-bottom: var(--section-space); }
.top-access-in { display: grid; grid-template-columns: 1fr 1.3fr; gap: 24px 32px; }
.top-access-in > .page-title { grid-column: 1 / -1; margin: 0; }

.therapist-section { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0; }
.therapist-section .therapist-item { display: block; margin: 0; min-width: 0; }
.listbox { height: 100%; }
.therapist-thumb { margin: 0; overflow: hidden; border: 1px solid var(--line); padding: 5px; background: var(--surface); }
.therapist-thumb a { display: block; overflow: hidden; }
.therapist-thumb-img { display: block; width: 100%; aspect-ratio: 2 / 3; object-fit: cover; transition: transform .4s; }
.therapist-thumb a:hover img { transform: scale(1.025); }
.therapist-body { padding: 13px 8px; text-align: center; border: 1px solid var(--line); border-top: 0; background: var(--surface); }
.therapist-name { font: 20px/1.8 var(--font-display); color: var(--gold-dark); }
.therapist-name .age { margin-left: 8px; font: 12px var(--font-body); color: var(--muted); }
.therapist-size { color: var(--muted); font: 12px/1.8 var(--font-body); margin-top: 5px; overflow-wrap: anywhere; }
.therapist-list:empty { display: none; }
.staff-list { padding-bottom: var(--section-space); }
.news-box { background: rgb(255 253 248 / 94%); border: 1px solid var(--line); padding: 28px; max-height: 440px; overflow-y: auto; scrollbar-color: var(--line) var(--paper); scrollbar-width: thin; }

.newslist-item + .newslist-item { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line); }
.newslist-datetime { font: 13px/1.7 Georgia, serif; color: var(--gold-dark); margin-bottom: 8px; }
.newslist-title { font: 19px/1.8 var(--font-display); color: var(--gold-dark); margin-bottom: 12px; }
.newslist-desc { font: 14px/2 var(--font-body); color: var(--muted); }
.news-photos { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; }
.news_photo { max-width: 100%; }
.news_photo img { object-fit: contain; }
.new_mark { color: var(--gold-dark); font-size: 12px; }
.access-item { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 16px; margin: 0; font-size: 14px; }
.access-item + .access-item { margin-top: 14px; }
.access-list-item-label { font-weight: 400; color: var(--muted); }
.access-info { background: var(--surface); border: 1px solid var(--line); padding: 26px; }
.top-access .access-info { height: 100%; }
.access-iframemap:not(:has(iframe)) { display: none; }
.access-iframemap iframe { width: 100%; height: 390px; display: block; border: 1px solid var(--line); }
.top-access .access-iframemap iframe { height: 340px; }
.access-iframemap + .access-iframemap { margin-top: 20px; }
.page-access .access-box .box-body { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.3fr); gap: 32px; align-items: start; }
.other-links { max-width: var(--content-width); margin: auto; padding: 0 24px var(--section-space); }
.other-links ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.other-links a { display: block; position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.other-links .img { overflow: hidden; aspect-ratio: 16 / 10; }
.other-links img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.other-links a:hover img { transform: scale(1.035); }
.other-links .destit { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 17px 12px; text-align: center; color: #fff; background: rgb(34 26 17 / 38%); text-shadow: 0 1px 4px rgb(0 0 0 / 85%); }
.other-links .en { display: block; font: 21px/1.4 Georgia, serif; letter-spacing: .09em; }
.other-links .ja { display: block; font-size: 11px; color: inherit; letter-spacing: .13em; margin-top: 5px; }

/* Swiper 6: campaign crossfade and responsive new-face slides. */
.swiper-container { position: relative; overflow: hidden; width: 100%; margin: auto; z-index: 1; list-style: none; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; box-sizing: content-box; transition-property: transform; }
.swiper-slide { position: relative; width: 100%; height: 100%; flex-shrink: 0; transition-property: transform; }
.swiper-container-horizontal { touch-action: pan-y; }
.swiper-container-fade .swiper-slide { pointer-events: none; transition-property: opacity; }
.swiper-container-fade .swiper-slide-active { pointer-events: auto; }
.swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1; }
#gallery2 .swiper-slide a { display: block; padding: 5px; background: var(--surface); border: 1px solid var(--line); }
#gallery2 .swiper-slide img { display: block; width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.carousel-controls { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 18px; }
.carousel-arrow, .carousel-pause { border: 1px solid var(--line); background: var(--surface); color: var(--ink); min-width: 44px; height: 44px; padding: 0 10px; border-radius: 2px; cursor: pointer; }
.carousel-arrow { font: 24px/1 Georgia, serif; }
.carousel-pause { font: 12px/1 var(--font-body); }
.carousel-arrow:hover, .carousel-pause:hover { background: var(--sand); border-color: var(--gold); }
.carousel-position { min-width: 36px; font: 13px Georgia, serif; color: var(--muted); text-align: center; }
.carousel-arrow:disabled { opacity: .4; cursor: default; }

/* Inner pages. */
.page-inner .mastMain { padding-bottom: var(--section-space); }
.system-cost-box { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 32px; }
.system-cost { border: 1px solid var(--line); margin: 0; background: var(--surface); }
.block-system-title { background: var(--title-band); border-bottom: 1px solid var(--line); padding: 22px 18px; text-align: center; color: var(--gold-dark); }
.systemtitle-head { font: 19px/1.9 var(--font-display); color: var(--ink); }
.systemtitle-desc { font-size: 12px; color: var(--muted); margin-top: 5px; }
.systemtitle-desc:empty { display: none; }
.system-cost-data { padding: 12px 24px 22px; }
.cost-data-bundle { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 12px; padding: 15px 0; }
.cost-data-bundle:nth-child(even) { background: var(--paper); }
.cost-data-label { margin: 0; color: var(--muted); font-size: 16px; font-weight: 400; }
.cost-data-price { text-align: right; font: 24px/1.6 Georgia, var(--font-display); color: var(--gold-dark); }
.cost-data-heading .cost-data-price, .cost-data-heading .cost-data-label { font: 12px var(--font-body); color: var(--muted); }
.system-cont { margin-bottom: 30px; }
.system-cont-box { padding: 26px; background: var(--sand); border: 1px solid var(--line); }
.notepad-title { font: 23px/1.6 var(--font-display); margin-bottom: 16px; }
.notepad-content { font-size: 14px; line-height: 2; }
.notepad-content p + p { margin-top: 12px; }
.system-notice { padding-top: 25px; }
.recruit-list { border-top: 1px solid var(--line); }
.recruit-item { display: grid; grid-template-columns: 180px minmax(0, 1fr); border-bottom: 1px solid var(--line); margin: 0; }
.recruit-label { padding: 25px 22px; background: var(--title-band); font: 17px/1.8 var(--font-display); color: var(--gold-dark); }
.recruit-context { padding: 28px 30px; background: var(--surface); font-size: 14px; line-height: 2; }
.interior-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.interior-item { padding: 7px; border: 1px solid var(--line); background: var(--surface); }
.interior-item img { width: 100%; display: block; }
.staff-detail .row { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: 50px; margin: 0; }
.staff-detail .imgbox, .staff-detail .des { min-width: 0; }
.page-therapist-thumb { border: 1px solid var(--line); padding: 7px; background: var(--surface); }
.page-therapist-img { width: 100%; display: block; }
.page-therapist-gallery-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.page-therapist-gallery-list .list-inline-item { margin: 0; }
.ptgl-link { display: block; border: 1px solid var(--line); padding: 3px; }
.ptgl-link:hover, .ptgl-link[aria-current="true"] { border-color: var(--gold-dark); }
.page-therapist-row { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.page-therapist-label { font-weight: 400; color: var(--muted); }
.ptc-name { font: 27px/1.5 var(--font-display); }
.intro { margin-top: 40px; }
.intro .blocktitle-head:empty { display: none; }
.intro-box { padding: 24px; background: var(--sand); font-size: 14px; line-height: 2.2; }
.links-self-item { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 20px; border-bottom: 1px solid var(--line); }

/* Footer and persistent reservation. */
.mastFoot { background: var(--sand); border-top: 4px solid var(--gold); padding: 38px 0 24px; }
.footer-box { text-align: center; }
.footlogo .figure { max-width: 230px; margin: auto; }
.footlogo img { max-height: 125px; object-fit: contain; }
.footlogo .brand-fallback { font-size: 54px; }
.footer-navi { margin: 28px 0; }
.footer-navi .sitenavi-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 30px; }
.footer-navi .sitenavi-link-text { font-size: 13px; }
.footer-navi .sitenavi-link-slug { font-size: 10px; }
.footer-info { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 24px; font-family: var(--font-display); font-size: 16px; }
.footer-info a { font: 21px/1.7 Georgia, serif; }
.footer-info span { font-size: 12px; margin-right: 6px; }
.footer-copyright { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 24px; text-align: center; color: var(--muted); }
.footer-copyright .notepad-content { font-size: 11px; }
.footer-copyright .notepad-content p + p { margin-top: 4px; }
.link-link3 { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; margin-top: 22px; font-size: 10px; }
.link-link3 .link-item { max-width: 180px; margin: 0; }
.link-link3 img { max-height: 45px; width: auto; }
.reservation-bar { position: fixed; right: 0; top: 42%; z-index: 30; }
.reservation-link { display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--surface); background: linear-gradient(130deg, #916117, #785010); border: 1px solid var(--gold); padding: 18px 13px; box-shadow: 0 4px 20px rgb(110 78 23 / 12%); }
.reservation-link span { writing-mode: vertical-rl; letter-spacing: .18em; font: 15px/1.7 var(--font-display); }
.reservation-link strong { display: none; }
.reservation-icon, .reservation-nav-link { display: none; }
.reservation-link:hover { color: var(--surface); background: var(--ink); }
.scrollUp { position: fixed; right: 22px; bottom: 24px; z-index: 20; }
.scrollUp a { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; background: #564835; color: var(--surface); border-radius: 2px; }
.scrollUp a:hover { background: var(--ink); }
.scrollUpIcon svg { width: 18px; height: 18px; }
.scrollUpIcon path { fill: currentColor; }
/* The vendor bundle inserts another back-to-top control; use the original one. */
.few-backtohead { display: none !important; }

/* Tablet and mobile use the same colours, type and components. */
@media (max-width: 1023px) {
  :root { --header-height: 72px; }
  .mastContent { padding-top: var(--header-height); }
  .mastHead { position: fixed; inset: 0 0 auto; }
  .header-brand { gap: 10px; }
  .logo { position: static; width: 150px; height: auto; margin: 0; overflow: visible; clip-path: none; }
  .brand-link img { max-width: 145px; max-height: 56px; }
  .headerlinks { flex: initial; }
  .headerlinks .sitenavi { display: none; }
  .navbar-toggle { display: block; width: 52px; height: 54px; padding: 8px; border: 0; background: none; color: var(--ink); cursor: pointer; }
  .hamburger { display: grid; justify-items: center; gap: 7px; }
  .hamburger-box { position: relative; display: block; width: 25px; height: 18px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { position: absolute; width: 25px; height: 1px; left: 0; background: currentColor; transition: transform .22s, opacity .22s; }
  .hamburger-inner { top: 8px; }
  .hamburger-inner::before, .hamburger-inner::after { content: ""; }
  .hamburger-inner::before { transform: translateY(-7px); }
  .hamburger-inner::after { transform: translateY(7px); }
  .hamburger > span { font: 9px/1 Georgia, serif; letter-spacing: .14em; }
  .navbar-toggle[aria-expanded="true"] .hamburger-inner { background: transparent; }
  .navbar-toggle[aria-expanded="true"] .hamburger-inner::before { background: var(--ink); transform: rotate(45deg); }
  .navbar-toggle[aria-expanded="true"] .hamburger-inner::after { background: var(--ink); transform: rotate(-45deg); }
  .navbar-collapse { display: block; position: fixed; z-index: 50; top: var(--header-height); right: 0; bottom: 0; width: min(360px, 90vw); overflow-y: auto; overscroll-behavior: contain; background: var(--paper); border-left: 1px solid var(--line); padding: 22px 28px 100px; visibility: hidden; transform: translateX(100%); transition: transform .25s, visibility .25s; }
  .navbar-collapse.is-open { visibility: visible; transform: translateX(0); }
  .navbar-collapse .footer-navi { margin: 0; }
  .navbar-collapse .footer-navi .sitenavi-list { display: block; }
  .navbar-collapse .sitenavi-link { text-align: left; padding: 18px 4px; border-bottom: 1px solid var(--line); }
  .navbar-collapse .footer-navi .sitenavi-link-text { font-size: 17px; }
  .navbar-collapse .footer-navi .sitenavi-link-slug { margin-top: 5px; font-size: 11px; }
  .menu-backdrop.is-open { display: block; position: fixed; inset: var(--header-height) 0 0; background: rgb(110 78 23 / 25%); z-index: 40; border: 0; }
  body.menu-open { overflow: hidden; }
  .top-access-in { gap: 24px; }
  .therapist-section { gap: 18px; }
  .therapist-name { font-size: 16px; }
  .other-links ul { gap: 14px; }
  .other-links .en { font-size: 18px; }
  .reservation-bar { top: auto; bottom: 0; right: 0; left: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #dfd2bf; border-top: 0; border-radius: 0 0 8px 8px; overflow: hidden; }
  .reservation-link, .reservation-nav-link { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: calc(64px + env(safe-area-inset-bottom)); gap: 6px; padding: 8px 6px calc(9px + env(safe-area-inset-bottom)); border: 0; box-shadow: none; }
  .reservation-link { color: #fff; background: #80591f; }
  .reservation-link:hover { background: #704b18; }
  .reservation-nav-link { color: #783e08; border-left: 1px solid #e8dccb; }
  .reservation-therapist { background: #fffdfb; }
  .reservation-access { background: #fcf1e2; }
  .reservation-nav-link:hover { color: #783e08; background: var(--sand); }
  .reservation-link span, .reservation-nav-link span { writing-mode: initial; font: 11px/1.4 var(--font-ui); letter-spacing: .04em; }
  .reservation-icon { display: block; height: 21px; font-size: 20px; line-height: 21px; }
  .reservation-link:focus-visible, .reservation-nav-link:focus-visible { outline: 2px solid currentColor; outline-offset: -4px; }
  .mastFoot { padding-bottom: calc(94px + env(safe-area-inset-bottom)); }
  .scrollUp { bottom: calc(82px + env(safe-area-inset-bottom)); right: 16px; }
}

@media (max-width: 767px) {
  :root { --header-height: 62px; --section-space: 26px; }
  body.es-site { font-size: 14px; }
  .container { padding-inline: 18px; }
  .mastContent > .page-title { padding-inline: 18px; }
  .header-brand { padding-inline: 18px; }
  .brand-link img { max-height: 51px; }
  .brand-link .brand-fallback { font-size: 32px; }
  .hero-visual { height: clamp(320px, 90vw, 500px); padding: 0 18px 80px; }
  .hero-picture img { object-position: center 24%; }
  .hero-stage::before { background: linear-gradient(0deg, rgb(255 247 219 / 80%), transparent 55%); }
  .hero-stage::after { inset: 8px; }
  .mainimg-logo { width: 100%; }
  .mainimg-logo img { width: min(400px, 100%); max-height: 270px; }
  .mainimg-logo .brand-fallback { font-size: clamp(72px, 22vw, 110px); }
  .header-info { flex-direction: column; gap: 2px; padding: 10px 16px; font-size: 15px; }
  .header-station { font-size: 13px; }
  .header-info a { font-size: 21px; }
  .page-inner .hero-visual { height: 230px; padding-bottom: 14px; }
  .page-inner .hero-picture img { object-position: center 34%; }
  .page-inner .mainimg-logo { width: 100%; }
  .page-inner .mainimg-logo img { max-height: 125px; width: 200px; }
  .page-inner .mainimg-logo .brand-fallback { font-size: 66px; }
  .headline { padding: 15px 0; }
  .headline dl { grid-template-columns: 110px minmax(0, 1fr); }
  .headline dt { font-size: 14px; letter-spacing: .08em; }
  .headline dt span { font-size: 8px; letter-spacing: 0; }
  .headline dd { padding-left: 15px; font-size: 12px; }
  .event { padding: 20px 18px 0; }
  .event .swiper-container { padding: 3px; }
  .block-title { padding: 11px 14px; gap: 5px 10px; }
  .blocktitle-head, .title-japanese .blocktitle-desc, .intro .blocktitle-desc { font-size: 21px; letter-spacing: .01em; }
  .blocktitle-desc, .title-japanese .blocktitle-head { font-size: 12px; letter-spacing: .03em; }
  .schedule-box { margin-top: 18px; }
  .home-news, .home-access { padding-inline: 18px; }
  .top-access-in { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .top-access-in > .page-title { grid-column: auto; }
  .carousel-controls { gap: 12px; margin-top: 12px; }

  .therapist-section { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 27px 15px; }
  .therapist-thumb { padding: 4px; }
  .therapist-body { padding-top: 11px; }
  .therapist-name { font-size: 16px; }
  .therapist-name .age { margin-left: 4px; font-size: 10px; }
  .therapist-size { font-size: 10px; }
  .page-title { margin-bottom: 18px; }
  .news-box { padding: 19px; max-height: 390px; }
  .newslist-title { font-size: 16px; }
  .newslist-desc { font-size: 13px; }
  .access-item { grid-template-columns: 74px minmax(0, 1fr); gap: 12px; font-size: 13px; }
  .access-info { padding: 20px; }
  .page-access .access-box .box-body { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .access-iframemap iframe { height: 320px; }
  .other-links { padding: 0 18px 28px; }
  .other-links ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .other-links .destit { padding: 13px 6px; }
  .other-links .en { font-size: 17px; }
  .other-links .ja { font-size: 10px; letter-spacing: .05em; }
  .system-cost-box { grid-template-columns: minmax(0, 1fr); gap: 25px; }
  .block-system-title { padding: 19px 10px; }
  .systemtitle-head { font-size: 16px; }
  .system-cost-data { padding: 10px 18px 16px; }
  .cost-data-price { font-size: 22px; }
  .recruit-item { grid-template-columns: minmax(0, 1fr); }
  .recruit-label { padding: 13px 18px; font-size: 16px; }
  .recruit-context { padding: 19px 18px; font-size: 13px; }
  .interior-gallery { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .staff-detail .row { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .staff-detail .imgbox { max-width: 450px; width: 100%; margin: auto; }
  .intro { margin-top: 30px; }
  .links-self-item { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .mastFoot { padding-top: 35px; }
  .footer-navi .sitenavi-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 10px; }
  .footer-navi .sitenavi-link-text { font-size: 11px; }
  .footer-navi .sitenavi-link-slug { font-size: 9px; letter-spacing: .03em; }
  .footer-info { flex-direction: column; gap: 5px; }
  .link-link3 { gap: 18px 12px; }
  .link-link3 .link-item { width: 145px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
