:root {
  --ink: #24312c;
  --muted: #586760;
  --green: #286451;
  --green-dark: #194738;
  --green-soft: #eaf3ef;
  --cream: #faf8f2;
  --line: #d8e1dc;
  --white: #fff;
  --shadow: 0 12px 32px rgba(25, 71, 56, .08);
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif; font-size: 17px; line-height: 1.8; letter-spacing: .02em; }
img { max-width: 100%; height: auto; }
a { color: var(--green-dark); text-underline-offset: .2em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.45; letter-spacing: .035em; }
h1 { font-size: clamp(2rem, 8vw, 3.7rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.65rem, 6vw, 2.5rem); margin-bottom: 1.25rem; }
h3 { font-size: 1.2rem; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: 72px 0; }
.section-tint { background: var(--green-soft); }
.section-label, .eyebrow { margin-bottom: .55rem; color: var(--green); font-weight: 700; font-size: .9rem; letter-spacing: .12em; }
.section-intro { margin-bottom: 2rem; font-size: 1.08rem; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 8px 12px; transform: translateY(-150%); background: var(--white); border: 2px solid var(--green); }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 20px; }
.brand { display: flex; flex-direction: column; color: var(--ink); text-decoration: none; line-height: 1.25; }
.brand-name { font-size: 1.25rem; font-weight: 800; letter-spacing: .08em; }
.brand-area { color: var(--muted); font-size: .7rem; }
.global-nav { display: flex; gap: 20px; margin-left: auto; }
.global-nav a { color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 600; }
.menu-button { display: none; margin-left: auto; padding: 8px 10px; background: transparent; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); font: inherit; font-size: .85rem; }
.menu-button span { display: block; line-height: 1.2; }

.hero { padding: 64px 0 72px; background: var(--cream); }
.hero-grid, .two-column, .access-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.hero-lead { max-width: 42rem; font-size: 1.08rem; }
.hero-facts { margin: 28px 0; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; grid-template-columns: 8.5rem 1fr; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hero-facts dt { color: var(--muted); font-weight: 600; }
.hero-facts dd { margin: 0; font-weight: 700; }
.photo-placeholder { min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; color: var(--muted); text-align: center; background: #eef1ef; border: 1px solid var(--line); border-radius: var(--radius); }
.photo-placeholder::before { content: ""; width: 54px; height: 42px; margin-bottom: 14px; border: 2px solid #87978f; border-radius: 5px; background: linear-gradient(145deg, transparent 50%, #c8d1cc 51%); }
.photo-placeholder span { font-weight: 700; }
.photo-placeholder small { margin-top: 4px; }
.portrait { min-height: 400px; }
.site-photo { min-height: 340px; margin: 0; overflow: hidden; background: #eef1ef; border-radius: var(--radius); box-shadow: var(--shadow); }
.site-photo picture { height: 100%; min-height: inherit; display: block; }
.site-photo img { width: 100%; height: 100%; min-height: inherit; display: block; object-fit: cover; }
.hero-photo img { object-position: 58% center; }
.exterior-photo img { object-position: center; }
.portrait img { object-position: center 28%; }
.parking-photo img { object-position: center top; }

.button-group { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; color: var(--white); background: var(--green); border: 2px solid var(--green); border-radius: 8px; font-weight: 700; text-align: center; text-decoration: none; }
.button:hover, .button:focus-visible { background: var(--green-dark); border-color: var(--green-dark); }
.button-outline { color: var(--green-dark); background: var(--white); }
.button-small { min-height: 42px; padding: 7px 16px; font-size: .9rem; }
.full-width { width: 100%; }

.concerns { text-align: center; }
.concern-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 2rem 0; padding: 0; list-style: none; }
.concern-list li { padding: 15px 8px; background: var(--green-soft); border-radius: 8px; font-weight: 700; }
.note { padding: 14px 16px; color: var(--muted); background: #f4f5f4; border-left: 4px solid #87978f; font-size: .95rem; text-align: left; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 8px 0; padding-left: 1.8rem; }
.check-list li::before { content: ""; position: absolute; top: .62em; left: .2rem; width: .45rem; height: .8rem; border-right: 3px solid var(--green); border-bottom: 3px solid var(--green); transform: rotate(45deg); }
.card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.card-grid.single-card { grid-template-columns: 1fr; }
.card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.card p { margin-bottom: 0; }
.caution { margin-top: 24px; padding: 22px; background: var(--cream); border: 1px solid #dfd9c9; border-radius: 10px; }
.caution h3 { margin-bottom: .5rem; }
.caution p { margin-bottom: 0; }

.flow-list { margin: 2rem 0; padding: 0; list-style: none; }
.flow-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.flow-list li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-weight: 700; }
.flow-list h3 { margin-bottom: .15rem; }
.flow-list p { margin-bottom: 0; }
.time-note { padding: 20px; background: var(--green-soft); border-radius: 10px; }
.profile-facts div { display: grid; grid-template-columns: 7rem 1fr; padding: 16px 0; border-bottom: 1px solid var(--line); }
.profile-facts dt { color: var(--muted); font-weight: 600; }
.profile-facts dd { margin: 0; font-weight: 700; }

.price-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--green); }
.price-table th, .price-table td { padding: 22px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.price-table th { font-weight: 400; text-align: left; }
.price-table td { text-align: right; }
.price-label, .price-amount { display: flex; flex-direction: column; }
.price-amount { color: var(--green-dark); font-size: 1.4rem; text-align: right; }
.price-table small { color: var(--muted); font-size: .8rem; font-weight: 500; }
.payment { margin-top: 28px; text-align: center; }
.payment h3 { margin-bottom: .2rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { background: var(--white); border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 46px 20px 18px; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; position: absolute; top: 25px; right: 20px; width: 16px; height: 16px; background: linear-gradient(var(--green), var(--green)) center / 16px 2px no-repeat, linear-gradient(var(--green), var(--green)) center / 2px 16px no-repeat; }
.faq-list details[open] summary::after { background: linear-gradient(var(--green), var(--green)) center / 16px 2px no-repeat; }
.faq-list details p { padding: 0 18px 20px; margin: 0; }

.access-grid { align-items: stretch; }
.access-info dl { margin: 0 0 24px; }
.access-info dl div { display: grid; grid-template-columns: 8rem 1fr; padding: 13px 0; border-bottom: 1px solid var(--line); }
.access-info dt { color: var(--muted); font-weight: 600; }
.access-info dd { margin: 0; }
.map-placeholder { min-height: 100%; }
.reserve-section { padding: 72px 0; color: var(--white); background: var(--green-dark); text-align: center; }
.reserve-section .section-label { color: #cfe5dc; }
.centered { justify-content: center; }
.button-light { color: var(--green-dark); background: var(--white); border-color: var(--white); }
.button-phone { color: var(--white); background: transparent; border-color: var(--white); }
.reserve-note { margin: 14px 0 0; color: #dcebe5; font-size: .9rem; }
.site-footer { padding: 32px 0 110px; background: #17241f; color: #dce5e1; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.site-footer address { margin-top: 5px; font-style: normal; font-size: .85rem; }
.mobile-actions { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: none; grid-template-columns: 1fr 1fr; padding: 8px max(8px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); background: rgba(255,255,255,.98); border-top: 1px solid var(--line); box-shadow: 0 -5px 20px rgba(0,0,0,.08); }
.mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 55px; color: var(--white); background: var(--green-dark); text-decoration: none; font-weight: 700; }
.mobile-actions a:last-child { background: var(--green); }
.mobile-actions small { font-size: .68rem; font-weight: 500; }

@media (max-width: 860px) {
  body { font-size: 16px; }
  .container { width: min(100% - 32px, 720px); }
  .section { padding: 56px 0; }
  .hero { padding: 44px 0 56px; }
  .hero-grid, .two-column, .access-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-photo { order: -1; min-height: 230px; }
  .global-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 8px 16px 18px; background: var(--white); border-bottom: 1px solid var(--line); }
  .global-nav.is-open { display: flex; }
  .global-nav a { padding: 13px; border-bottom: 1px solid var(--line); }
  .menu-button { display: block; }
  .header-reserve { display: none; }
  .practitioner-layout .portrait { min-height: 300px; }
  .mobile-actions { display: grid; }
}

@media (max-width: 600px) {
  body { line-height: 1.75; }
  .section { padding: 48px 0; }
  .hero-facts div { grid-template-columns: 1fr; gap: 2px; }
  .button-group .button { width: 100%; }
  .concern-list { grid-template-columns: 1fr 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .card { padding: 22px; }
  .access-info dl div, .profile-facts div { grid-template-columns: 1fr; gap: 3px; }
  .footer-inner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
