@charset "UTF-8";
/* =========================================================
   Nakamura Dental Office — Cosmosquare
   ========================================================= */

:root{
  --navy:#1f3f74; --navy-deep:#16294a; --navy-soft:#33568f;
  --sky:#7cb8e3; --sky-pale:#dcecf7; --sea:#276b98;
  --coral:#e2673f; --gold:#c8a45c;
  --paper:#fff; --sand:#f6f2ea; --sand-2:#efe8db; --mist:#eef3f7;
  --line:#e4ddd0; --ink:#23303f; --ink-soft:#566475; --ink-faint:#8a94a1;
  --f-gothic:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  --f-mincho:"Shippori Mincho","Hiragino Mincho ProN","Yu Mincho",serif;
  --f-latin:"Jost","Zen Kaku Gothic New",sans-serif;
  --wrap:1180px; --gutter:clamp(20px,5vw,56px); --radius:18px;
  --shadow-sm:0 4px 18px rgba(22,41,74,.06);
  --shadow-md:0 18px 50px rgba(22,41,74,.10);
  --shadow-lg:0 40px 90px rgba(22,41,74,.16);
  --ease:cubic-bezier(.22,.61,.36,1);
  --header-h:84px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:var(--f-gothic);color:var(--ink);background:var(--paper);
  line-height:1.9;letter-spacing:.02em;font-feature-settings:"palt" 1;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0;background:none}
ul{list-style:none;margin:0;padding:0}
h1,h2,h3,h4,h5,p{margin:0}

.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding:clamp(72px,11vw,140px) 0}

.eyebrow{font-family:var(--f-latin);font-weight:500;font-size:.74rem;letter-spacing:.36em;
  text-transform:uppercase;color:var(--sky);display:inline-flex;align-items:center;gap:.7em}
.eyebrow::before{content:"";width:34px;height:1px;background:currentColor;opacity:.7}
.sec-head{margin-bottom:clamp(34px,5vw,60px)}
.sec-head .ja{font-family:var(--f-mincho);font-weight:600;font-size:clamp(1.9rem,4.6vw,3rem);
  color:var(--navy-deep);line-height:1.25;letter-spacing:.06em;margin-top:.5rem}
.sec-head .en{font-family:var(--f-latin);font-weight:500;color:var(--ink-faint);
  letter-spacing:.14em;margin-left:.6em;font-size:.5em}
.sec-head.center{text-align:center}
.sec-head.center .eyebrow{justify-content:center}

.btn{display:inline-flex;align-items:center;gap:.7em;font-weight:500;font-size:.95rem;
  padding:.95em 2.1em;border-radius:999px;letter-spacing:.08em;transition:.4s var(--ease)}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 26px rgba(31,63,116,.28)}
.btn-primary:hover{background:var(--navy-deep);transform:translateY(-3px)}
.btn-ghost{border:1px solid var(--line);color:var(--navy-deep)}
.btn-ghost:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
.btn .arw{transition:transform .4s var(--ease)}
.btn:hover .arw{transform:translateX(4px)}

/* ===================== ANIMATIONS (yanagida-style) ===================== */
.reveal{opacity:0;transform:translateY(34px);transition:opacity 1s var(--ease),transform 1s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal[data-d="1"]{transition-delay:.12s}
.reveal[data-d="2"]{transition-delay:.24s}
.reveal[data-d="3"]{transition-delay:.36s}

/* line-by-line clip reveal */
.lines .ln{display:block;overflow:hidden}
.lines .ln > span{display:block;transform:translateY(110%);transition:transform 1.05s var(--ease)}
.lines.in .ln > span{transform:none}
.lines.in .ln:nth-child(2) > span{transition-delay:.1s}
.lines.in .ln:nth-child(3) > span{transition-delay:.2s}
.lines.in .ln:nth-child(4) > span{transition-delay:.3s}

/* character stagger */
.chars .ch{display:inline-block;opacity:0;transform:translateY(.5em);
  transition:opacity .7s var(--ease),transform .7s var(--ease)}
.chars.in .ch{opacity:1;transform:none}

/* image segment wipe */
.wipe{position:relative;overflow:hidden}
.wipe::after{content:"";position:absolute;inset:0;background:var(--sand);
  transform:scaleX(1);transform-origin:right;transition:transform 1.1s var(--ease)}
.wipe.in::after{transform:scaleX(0)}
.wipe img{transform:scale(1.14);transition:transform 1.6s var(--ease)}
.wipe.in img{transform:none}

@media(prefers-reduced-motion:reduce){
  .reveal,.lines .ln>span,.chars .ch,.wipe img{opacity:1!important;transform:none!important;transition:none!important}
  .wipe::after{display:none}
}

/* ===================== HEADER ===================== */
.site-header{position:fixed;inset:0 0 auto 0;z-index:60;height:var(--header-h);display:flex;align-items:center;
  transition:background .45s var(--ease),box-shadow .45s var(--ease),height .45s var(--ease)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;width:100%}
.site-header.solid{background:rgba(255,255,255,.92);backdrop-filter:blur(14px);
  box-shadow:0 1px 0 rgba(22,41,74,.06);height:70px}
.brand{display:flex;align-items:center;gap:.85rem}
.brand .logo-mark{width:44px;height:44px;flex:none}
.brand .logo-mark .ring{fill:none;stroke:var(--navy);stroke-width:5}
.brand .logo-mark .dot{fill:var(--navy)}
.brand .name{line-height:1.15}
.brand .name b{display:block;font-family:var(--f-latin);font-weight:600;font-size:1.02rem;letter-spacing:.04em;color:var(--navy)}
.brand .name span{display:block;font-size:.64rem;letter-spacing:.24em;color:var(--ink-faint)}
.on-photo .brand .name b{color:#fff}
.on-photo .brand .name span{color:rgba(255,255,255,.75)}
.on-photo .brand .logo-mark .ring{stroke:#fff}
.on-photo .brand .logo-mark .dot{fill:#fff}
.nav{display:flex;align-items:center;gap:2rem}
.nav a{font-size:.9rem;font-weight:500;letter-spacing:.06em;position:relative;padding:.4em 0;transition:color .3s}
.nav a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1.5px;background:var(--sky);transition:width .4s var(--ease)}
.nav a:hover::after,.nav a.current::after{width:100%}
.on-photo .nav a{color:rgba(255,255,255,.94)}
.header-tel{display:flex;align-items:center;gap:.6rem;padding:.6em 1.35em;border-radius:999px;
  background:var(--coral);color:#fff!important;font-family:var(--f-latin);font-weight:600;
  letter-spacing:.04em;box-shadow:0 8px 22px rgba(226,103,63,.32);transition:.35s var(--ease)}
.header-tel:hover{transform:translateY(-2px)}
.header-tel svg{width:16px;height:16px}
.burger{display:none;width:46px;height:46px;border-radius:50%;position:relative;z-index:80}
.burger span{position:absolute;left:12px;right:12px;height:2px;background:var(--navy-deep);transition:.4s var(--ease)}
.burger span:nth-child(1){top:17px}.burger span:nth-child(2){top:23px}.burger span:nth-child(3){top:29px}
.on-photo .burger span{background:#fff}
body.menu-open .burger span{background:var(--navy-deep)}
body.menu-open .burger span:nth-child(1){top:23px;transform:rotate(45deg)}
body.menu-open .burger span:nth-child(2){opacity:0}
body.menu-open .burger span:nth-child(3){top:23px;transform:rotate(-45deg)}

.drawer{position:fixed;inset:0;z-index:70;background:rgba(15,29,51,.98);backdrop-filter:blur(6px);
  display:flex;flex-direction:column;justify-content:center;padding:0 var(--gutter);
  opacity:0;visibility:hidden;transition:.5s var(--ease);overflow-y:auto}
body.menu-open .drawer{opacity:1;visibility:visible}
.drawer a{color:#fff;font-family:var(--f-mincho);font-size:1.32rem;padding:.6rem 0;letter-spacing:.1em;
  border-bottom:1px solid rgba(255,255,255,.1);opacity:0;transform:translateY(16px);transition:.5s var(--ease)}
.drawer a .en{display:block;font-family:var(--f-latin);font-size:.58rem;letter-spacing:.2em;color:var(--sky);margin-top:.2em}
body.menu-open .drawer a{opacity:1;transform:none}
body.menu-open .drawer a:nth-child(1){transition-delay:.08s}
body.menu-open .drawer a:nth-child(2){transition-delay:.13s}
body.menu-open .drawer a:nth-child(3){transition-delay:.18s}
body.menu-open .drawer a:nth-child(4){transition-delay:.23s}
body.menu-open .drawer a:nth-child(5){transition-delay:.28s}
body.menu-open .drawer a:nth-child(6){transition-delay:.33s}
.drawer .d-tel{margin-top:1.6rem;color:var(--coral);font-family:var(--f-latin);font-size:1.5rem;border:0}

/* ===================== HERO (3-photo fade) ===================== */
/* 高さを固定し、街並みシルエットが必ず画面内に収まるようにする */
.hero{position:relative;height:100svh;min-height:560px;max-height:1000px;
  overflow:hidden;display:flex;align-items:flex-end;background:var(--navy-deep)}
.hero-slides{position:absolute;inset:0}
.hero-slides .slide{position:absolute;inset:0;opacity:0;transition:opacity 1.8s var(--ease)}
.hero-slides .slide.on{opacity:1}
.hero-slides img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);
  transition:transform 9s linear}
.hero-slides .slide.on img{transform:scale(1.16)}
/* portrait sources — tune focal point for the wide desktop crop */
.hero-slides .slide:nth-child(1) img{object-position:center 46%}
.hero-slides .slide:nth-child(2) img{object-position:center 54%}
.hero-slides .slide:nth-child(3) img{object-position:center 34%}
@media(max-aspect-ratio:1/1){.hero-slides img{object-position:center center!important}}
.hero::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:2;
  background:linear-gradient(180deg,rgba(12,28,52,.34) 0%,rgba(12,28,52,.06) 30%,rgba(12,28,52,.30) 100%)}

/* 街並みシルエット：空を抜いてあるので写真が透ける（建物の形で切り抜き） */
/* SVGの比率(430/1440 = 29.86%)に高さを合わせ、コスモタワーの頭まで見せる */
.hero-skyline{position:absolute;left:0;right:0;bottom:0;z-index:3;pointer-events:none;
  height:clamp(130px,21.9vw,420px)}
.hero-skyline svg{width:100%;height:100%;display:block}

.hero-copy{position:relative;z-index:5;width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;gap:clamp(.6rem,2.2vw,2rem);
  padding:calc(var(--header-h) + 1rem) var(--gutter) clamp(78px,13.5vw,215px);
  min-height:0}
.hero-vert{writing-mode:vertical-rl;font-family:var(--f-mincho);font-weight:600;color:#fff;
  letter-spacing:.18em;line-height:1.7;font-size:clamp(1.05rem,2.25vw,1.8rem);margin:0;
  text-shadow:0 2px 30px rgba(10,24,44,.55),0 1px 4px rgba(10,24,44,.45)}
.hero-vert:nth-of-type(2){font-size:clamp(.95rem,1.85vw,1.42rem)}
.hero-vert:nth-of-type(3){font-size:clamp(.95rem,1.85vw,1.42rem)}
.scroll-cue{position:absolute;left:clamp(18px,4vw,52px);top:50%;transform:translateY(-50%);
  z-index:6;writing-mode:vertical-rl;font-family:var(--f-latin);letter-spacing:.34em;
  font-size:.64rem;color:#fff;display:flex;flex-direction:column;align-items:center;gap:1rem;
  text-shadow:0 1px 10px rgba(10,24,44,.5)}
.scroll-cue::after{content:"";width:1px;height:64px;
  background:linear-gradient(#fff,rgba(255,255,255,0));animation:cue 2.4s var(--ease) infinite}
@keyframes cue{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}
  51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}
.place-tag{position:absolute;top:calc(var(--header-h) + 14px);left:var(--gutter);z-index:6;
  display:flex;align-items:center;gap:.6rem;color:#fff;font-size:.72rem;letter-spacing:.18em;
  text-shadow:0 1px 10px rgba(10,24,44,.6)}
.place-tag svg{width:14px;height:14px}
.hero-dots{position:absolute;right:var(--gutter);top:50%;transform:translateY(-50%);z-index:6;
  display:flex;flex-direction:column;gap:.8rem}
.hero-dots button{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.45);transition:.4s}
.hero-dots button.on{background:#fff;transform:scale(1.5)}

/* ===================== TRAM BAND (illustration world) ===================== */
.tramband{position:relative;background:linear-gradient(180deg,#cfe6f4,#eef7fc);overflow:hidden}
.tram-scene{position:relative;width:100%;height:clamp(360px,48vw,580px)}
.tram-scene svg{position:absolute;inset:0;width:100%;height:100%}
.tramband .band-copy{display:none}
.tramband .band-copy .en{font-family:var(--f-latin);letter-spacing:.3em;font-size:.72rem;color:var(--navy);opacity:.8}
.tramband .band-copy h2{font-family:var(--f-mincho);font-weight:600;color:var(--navy-deep);
  font-size:clamp(1.3rem,3.4vw,2.2rem);letter-spacing:.1em;margin-top:.5rem;
  text-shadow:0 2px 20px rgba(255,255,255,.8)}
.tramband .band-copy p{margin-top:.8rem;font-size:.92rem;color:var(--navy-deep);opacity:.85;
  text-shadow:0 2px 14px rgba(255,255,255,.9)}
.cloud{animation:drift 46s linear infinite}
.cloud.c2{animation-duration:64s}.cloud.c3{animation-duration:80s}
@keyframes drift{from{transform:translateX(0)}to{transform:translateX(160px)}}
.tram{animation:tram 17s cubic-bezier(.55,0,.45,1) infinite}
@keyframes tram{0%{transform:translateX(-380px)}46%,54%{transform:translateX(430px)}100%{transform:translateX(1260px)}}
.bird{animation:flap 2.4s ease-in-out infinite}
.bird.b2{animation-delay:.4s}.bird.b3{animation-delay:.8s}
@keyframes flap{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
.glimmer{animation:glim 5s ease-in-out infinite}
@keyframes glim{0%,100%{opacity:.25}50%{opacity:.7}}

/* ===================== NEWS ===================== */
.news{background:var(--sand)}
.news-item{display:grid;grid-template-columns:150px 118px 1fr auto;align-items:center;gap:1.4rem;
  padding:1.5rem .4rem;border-top:1px solid var(--line);transition:.35s var(--ease)}
.news-item:last-child{border-bottom:1px solid var(--line)}
.news-item:hover{background:rgba(255,255,255,.6);padding-inline:1.2rem;border-radius:12px}
.news-date{font-family:var(--f-latin);font-weight:500;color:var(--ink-soft);letter-spacing:.06em;font-size:.92rem}
.news-cat{justify-self:start;font-size:.7rem;letter-spacing:.12em;padding:.35em 1.1em;border-radius:999px;
  background:var(--navy);color:#fff;font-weight:500;white-space:nowrap}
.news-cat.info{background:var(--sky)}.news-cat.holiday{background:var(--coral)}
.news-title{font-weight:500;color:var(--navy-deep)}
.news-item .arw{color:var(--sky);transition:transform .35s var(--ease)}
.news-item:hover .arw{transform:translateX(5px)}
.news-empty{padding:2rem;color:var(--ink-faint);text-align:center;border-top:1px solid var(--line)}

/* ===================== ABOUT ===================== */
.about{background:var(--paper)}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,6vw,5rem);align-items:center}
.about-figure{position:relative}
.about-figure .wipe{border-radius:var(--radius);box-shadow:var(--shadow-md)}
.about-figure img{aspect-ratio:4/5;object-fit:cover;width:100%}
.about-figure .frame{position:absolute;inset:22px -22px -22px 22px;border:1px solid var(--sky);border-radius:var(--radius);z-index:-1}
.about-figure .badge{position:absolute;left:-26px;bottom:36px;background:var(--navy);color:#fff;
  border-radius:50%;width:132px;height:132px;display:grid;place-content:center;text-align:center;
  box-shadow:var(--shadow-md);line-height:1.3;z-index:2}
.about-figure .badge b{font-family:var(--f-latin);font-size:2.4rem;font-weight:600;display:block}
.about-figure .badge span{font-size:.66rem;letter-spacing:.14em}
.about-body h3{font-family:var(--f-mincho);font-weight:600;line-height:1.65;
  font-size:clamp(1.4rem,3vw,2rem);color:var(--navy-deep);margin:.7em 0 .9em;letter-spacing:.04em}
.about-body h3 .soft{color:var(--sky)}
.about-body p{color:var(--ink-soft);margin-bottom:1.3em}

/* ===================== SERVICE ===================== */
.service{background:var(--mist)}
.svc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
/* 実サイト同様のアイコンカード */
.svc-card{display:flex;flex-direction:column;align-items:center;text-align:center;
  background:#fff;border-radius:var(--radius);padding:2.6rem 1.6rem 2rem;
  box-shadow:var(--shadow-sm);border:1px solid rgba(228,221,208,.6);transition:.45s var(--ease)}
.svc-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}
.svc-ic{width:96px;height:96px;border-radius:50%;background:var(--sand);display:grid;place-content:center;
  color:var(--navy-deep);margin-bottom:1.4rem;transition:.45s var(--ease)}
.svc-ic svg{width:56px;height:56px}
.svc-card:hover .svc-ic{background:var(--navy);color:#fff}
.svc-card h4{font-family:var(--f-mincho);font-weight:600;font-size:1.24rem;color:var(--navy-deep)}
.svc-card .en{font-family:var(--f-latin);font-size:.66rem;letter-spacing:.18em;color:var(--sky);
  display:block;margin:.25rem 0 .9rem}
.svc-card p{font-size:.88rem;color:var(--ink-soft);line-height:1.85}
.svc-card .more{margin-top:auto;padding-top:1.3rem;display:inline-flex;align-items:center;gap:.4em;
  color:var(--navy);font-size:.85rem;font-weight:500}
.svc-card .more .arw{transition:transform .35s var(--ease)}
.svc-card:hover .more .arw{transform:translateX(4px)}

/* 診療時間テーブル（実サイト準拠） */
.hours-wrap{overflow-x:auto;background:rgba(255,255,255,.06);border-radius:12px}
table.hours{width:100%;border-collapse:collapse;min-width:420px;font-size:.9rem}
table.hours th,table.hours td{border:1px solid rgba(255,255,255,.18);padding:.65rem .4rem;text-align:center}
table.hours thead th{background:rgba(255,255,255,.1);font-weight:500;color:#fff}
table.hours tbody th{font-family:var(--f-latin);font-weight:400;white-space:nowrap;
  background:rgba(255,255,255,.06);color:rgba(255,255,255,.9);padding-inline:.9rem}
table.hours td{color:var(--sky);font-size:.95rem}
table.hours td.tri{color:#ffd9a1}
.hours-note{font-size:.84rem;color:rgba(255,255,255,.72);margin-top:.6rem}
.hours-note .tri{color:#ffd9a1}
.blk-ttl{font-family:var(--f-mincho);font-size:1.14rem;color:#fff;letter-spacing:.08em;
  padding-bottom:.6rem;border-bottom:1px solid rgba(255,255,255,.24);margin-bottom:1rem}
.blk-note{font-weight:500;color:#fff;margin-bottom:.8rem;font-size:.94rem}
.blk-body{color:rgba(255,255,255,.9);font-size:.96rem}
.blk-body .sub{display:block;color:rgba(255,255,255,.6);font-size:.84rem;margin-top:.5em}
.blk-body .ul{border-bottom:1px solid rgba(255,255,255,.4);font-family:var(--f-latin);letter-spacing:.04em}
.about-body .barrier{margin-top:1.6rem;padding:1.1rem 1.3rem;background:var(--mist);
  border-radius:12px;font-size:.9rem;color:var(--ink-soft)}

/* スタッフ（トップ：写真＋メッセージ） */
.staff-feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.staff-feature-fig{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}
.staff-feature-fig img{width:100%;aspect-ratio:4/3;object-fit:cover}
.staff-feature-body h3{font-family:var(--f-mincho);font-weight:600;line-height:1.7;
  font-size:clamp(1.2rem,2.6vw,1.6rem);color:var(--navy-deep);margin-bottom:1.1rem;letter-spacing:.04em}
.staff-feature-body p{color:var(--ink-soft)}
.more-link{display:inline-flex;align-items:center;gap:.5em;margin-top:1.4rem;
  color:var(--navy);font-weight:500;font-size:.92rem}
.more-link .arw{transition:transform .35s var(--ease)}
.more-link:hover .arw{transform:translateX(4px)}

/* ===================== STAFF ===================== */
.staff{background:var(--sand)}
.staff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.staff-card{text-align:center}
.staff-photo{aspect-ratio:3/4;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);margin-bottom:1rem}
.staff-photo img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}
.staff-card:hover .staff-photo img{transform:scale(1.06)}
.staff-card .role{font-family:var(--f-latin);font-size:.66rem;letter-spacing:.18em;color:var(--sky)}
.staff-card .nm{font-family:var(--f-mincho);font-size:1.16rem;color:var(--navy-deep);margin:.15rem 0 .3rem;letter-spacing:.08em}
.staff-card .cm{font-size:.84rem;color:var(--ink-soft);line-height:1.8}
.staff-hero-photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);margin-bottom:clamp(2rem,5vw,3.4rem)}
.staff-hero-photo img{width:100%;aspect-ratio:16/7;object-fit:cover}

/* ===================== ACCESS ===================== */
.access{background:var(--navy-deep);color:#fff;position:relative;overflow:hidden}
.access::before{content:"";position:absolute;inset:0;background:
  radial-gradient(60% 60% at 85% 15%,rgba(124,184,227,.18),transparent 70%),
  radial-gradient(50% 50% at 10% 90%,rgba(226,103,63,.14),transparent 70%)}
.access .wrap{position:relative}
.access .sec-head .ja{color:#fff}
.access .sec-head .en{color:rgba(255,255,255,.5)}
.access-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}
.access-map{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);
  border:1px solid rgba(255,255,255,.12);aspect-ratio:4/3}
.access-map iframe{width:100%;height:100%;border:0}
.info-row{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:1.4rem 0;border-bottom:1px solid rgba(255,255,255,.14)}
.info-row:first-of-type{border-top:1px solid rgba(255,255,255,.14)}
.info-row dt{font-family:var(--f-latin);letter-spacing:.14em;font-size:.78rem;color:var(--sky)}
.info-row dd{margin:0;color:rgba(255,255,255,.9);font-size:.98rem}
.info-row dd .big{font-size:1.5rem;font-family:var(--f-latin);letter-spacing:.04em;font-weight:600}
.info-row .sub{color:rgba(255,255,255,.6);font-size:.82rem;margin-top:.2em;display:block}

/* ===================== CTA / FOOTER ===================== */
.cta{background:var(--sky-pale);text-align:center;padding:clamp(56px,9vw,96px) 0}
.cta .en{font-family:var(--f-latin);letter-spacing:.2em;color:var(--sky);font-size:.8rem}
.cta h3{font-family:var(--f-mincho);font-size:clamp(1.4rem,3.4vw,2rem);color:var(--navy-deep);margin:.6rem 0 1.6rem}
.cta .tel{font-family:var(--f-latin);font-weight:600;font-size:clamp(2.4rem,7vw,3.6rem);
  color:var(--navy-deep);letter-spacing:.04em;display:inline-flex;align-items:center;gap:.5rem}
.cta .tel svg{width:.7em;height:.7em}
.cta .hours{color:var(--ink-soft);margin-top:.6rem;font-size:.9rem}

.site-footer{background:#0f1d33;color:rgba(255,255,255,.72);padding:clamp(56px,8vw,88px) 0 2rem}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand .brand .name b{color:#fff}
.foot-brand .brand .name span{color:rgba(255,255,255,.5)}
.foot-brand .brand .logo-mark .ring{stroke:#fff}.foot-brand .brand .logo-mark .dot{fill:#fff}
.foot-brand p{margin-top:1.3rem;font-size:.86rem;line-height:1.9;color:rgba(255,255,255,.6)}
.foot-col h5{font-family:var(--f-latin);letter-spacing:.16em;font-size:.72rem;color:var(--sky);margin-bottom:1.2rem}
.foot-col a{display:block;padding:.5em 0;font-size:.9rem;color:rgba(255,255,255,.72);transition:.3s;letter-spacing:.04em}
.foot-col a:hover{color:#fff;padding-left:.4em}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.8rem;
  font-size:.74rem;color:rgba(255,255,255,.4);flex-wrap:wrap;gap:1rem}

/* ===================== SUB PAGE ===================== */
.page-hero{position:relative;min-height:clamp(320px,46vw,470px);display:flex;align-items:flex-end;
  overflow:hidden;background:var(--navy-deep)}
.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.08);
  animation:phz 14s var(--ease) forwards}
@keyframes phz{to{transform:scale(1)}}
.page-hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(12,28,52,.5),rgba(12,28,52,.22) 45%,rgba(12,28,52,.62))}
.page-hero .wrap{position:relative;z-index:3;padding-bottom:clamp(34px,6vw,64px);padding-top:calc(var(--header-h) + 40px)}
.page-hero .eyebrow{color:var(--sky)}
.page-hero h1{font-family:var(--f-mincho);font-weight:600;color:#fff;
  font-size:clamp(1.9rem,5vw,3.2rem);letter-spacing:.1em;margin-top:.4rem;
  text-shadow:0 2px 30px rgba(10,24,44,.5)}
.page-hero .sub{color:rgba(255,255,255,.85);font-size:.9rem;margin-top:.6rem;letter-spacing:.06em}

.crumb{background:var(--sand);font-size:.76rem;color:var(--ink-faint)}
.crumb .wrap{display:flex;gap:.6em;align-items:center;padding-block:.9rem;flex-wrap:wrap}
.crumb a:hover{color:var(--navy)}

.lead-block{max-width:820px;margin-inline:auto;text-align:center}
.lead-block h2{font-family:var(--f-mincho);font-weight:600;color:var(--navy-deep);
  font-size:clamp(1.35rem,3.2vw,2rem);line-height:1.7;letter-spacing:.06em;margin-bottom:1.2rem}
.lead-block p{color:var(--ink-soft)}

/* ===== 診療ページ（実サイト準拠：白カード＋アイコン見出し） ===== */
.svc-page{background:var(--sand)}
.svc-card-lg{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-sm);
  padding:clamp(1.8rem,4vw,3.2rem);margin-bottom:clamp(1.6rem,3vw,2.6rem);
  max-width:880px;margin-inline:auto;scroll-margin-top:calc(var(--header-h) + 20px)}
.svc-card-head{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.6rem}
.svc-card-ic{flex:none;width:64px;height:64px;border-radius:50%;background:var(--mist);
  display:grid;place-content:center;color:var(--navy-deep)}
.svc-card-ic svg{width:38px;height:38px}
.svc-card-head h2{font-family:var(--f-mincho);font-weight:600;font-size:clamp(1.3rem,3vw,1.75rem);
  color:var(--navy-deep);letter-spacing:.06em;line-height:1.4}
.svc-sub{display:block;font-size:.86rem;color:var(--ink-faint);margin-top:.25rem;letter-spacing:.04em}
.svc-card-body p{color:var(--ink);font-weight:500;margin-bottom:1.1em;line-height:1.95}
.svc-card-body p:last-child{margin-bottom:0}
.svc-card-body b{color:var(--navy-deep)}

/* before / after */
.ba{display:flex;align-items:center;gap:.9rem;margin:1.8rem 0}
.ba-img{margin:0;flex:1;border-radius:10px;overflow:hidden;background:var(--mist)}
.ba-img img{width:100%;aspect-ratio:4/3;object-fit:cover}
.ba-ph{flex:1;aspect-ratio:4/3;border:1px dashed var(--line);border-radius:10px;background:var(--mist);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;text-align:center;padding:1rem}
.ba-ph span{font-family:var(--f-latin);font-size:.72rem;letter-spacing:.2em;color:var(--sky);font-weight:600}
.ba-ph em{font-style:normal;font-size:.78rem;color:var(--ink-faint)}
.ba-arw{flex:none;color:var(--navy);font-size:1.3rem}

/* 治療情報（医療広告ガイドライン対応） */
.tinfo{margin-top:1.6rem;padding:1.2rem 1.4rem;background:var(--mist);border-radius:12px}
.tinfo dl{margin:0}
.tinfo dl > div{display:flex;gap:.8rem;font-size:.9rem;margin-bottom:.4em}
.tinfo dt{flex:none;width:5.5em;color:var(--ink-faint)}
.tinfo dd{margin:0;color:var(--navy-deep);font-weight:500}
.tinfo .risk{margin-top:.8rem;font-size:.84rem;color:var(--ink-soft)}
.case-note{margin-top:1rem;font-size:.78rem;color:var(--ink-faint);line-height:1.8}

/* 診療ページ本文（見出し＋本文＋チェックカード） */
.svc-block{max-width:820px;margin:0 auto clamp(3rem,6vw,4.6rem)}
.svc-block-ttl{font-family:var(--f-mincho);font-weight:600;font-size:clamp(1.3rem,2.8vw,1.8rem);
  color:var(--navy-deep);line-height:1.6;letter-spacing:.04em;margin-bottom:1.1rem;
  padding-left:.9rem;border-left:4px solid var(--sky)}
.svc-block-body p{color:var(--ink-soft);margin-bottom:1em;font-size:1rem}
.blk-fig{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);margin:1.8rem 0}
.blk-fig img{width:100%;aspect-ratio:16/10;object-fit:cover}

.chk-cards{margin-top:1.6rem;display:grid;gap:.9rem}
.chk-card{display:flex;gap:1rem;align-items:flex-start;background:var(--mist);
  border-radius:14px;padding:1.25rem 1.4rem;transition:.4s var(--ease)}
.chk-card:hover{background:var(--sky-pale);transform:translateX(4px)}
.chk-ic{flex:none;width:30px;height:30px;color:var(--navy);margin-top:.1rem}
.chk-ic svg{width:100%;height:100%}
.chk-txt b{display:block;font-weight:500;color:var(--navy-deep);font-size:1rem;margin-bottom:.2em}
.chk-txt span{display:block;color:var(--ink-soft);font-size:.92rem;line-height:1.8}

/* FAQ */
.faq{background:var(--mist)}
.faq-item{background:#fff;border-radius:14px;margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow-sm)}
.faq-q{width:100%;display:flex;gap:1rem;align-items:flex-start;padding:1.3rem 1.6rem;text-align:left;
  font-weight:500;color:var(--navy-deep);font-size:1rem}
.faq-q .qm{flex:none;width:28px;height:28px;border-radius:50%;background:var(--navy);color:#fff;
  font-family:var(--f-latin);font-size:.82rem;display:grid;place-content:center}
.faq-q .tg{margin-left:auto;flex:none;color:var(--sky);transition:transform .4s var(--ease);font-size:1.1rem}
.faq-item.open .tg{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .5s var(--ease)}
.faq-a .inner{padding:0 1.6rem 1.4rem 4.6rem;color:var(--ink-soft);font-size:.94rem}

/* price table */
.price-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff}
table.price{width:100%;border-collapse:collapse;min-width:560px}
table.price th,table.price td{padding:1.05rem 1.4rem;text-align:left;border-bottom:1px solid var(--line);font-size:.94rem}
table.price thead th{background:var(--navy);color:#fff;font-weight:500;letter-spacing:.08em;font-size:.8rem}
table.price tbody th{font-weight:500;color:var(--navy-deep)}
table.price td.yen{text-align:right;font-family:var(--f-latin);color:var(--navy-deep);white-space:nowrap}
table.price tbody tr:last-child th,table.price tbody tr:last-child td{border-bottom:0}
table.price tbody tr:hover{background:var(--sand)}
.price-note{margin-top:1.2rem;font-size:.82rem;color:var(--ink-faint)}

/* ===================== RESPONSIVE ===================== */
@media(max-width:1000px){
  .about-grid{grid-template-columns:1fr;gap:3rem}
  .about-figure{max-width:440px;margin-inline:auto}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .staff-grid{grid-template-columns:repeat(3,1fr)}
  .staff-feature{grid-template-columns:1fr;gap:1.8rem}
  .access-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
  .nav,.header-tel{display:none}
  .burger{display:block}
}

/* 2026-07-27 visual consistency fixes */
.hero-copy{
  align-items:center;
  justify-content:center;
  padding:calc(var(--header-h) + 1rem) var(--gutter) clamp(230px,24vw,440px);
}
.hero-vert{
  display:flex;
  flex-direction:column;
  writing-mode:vertical-rl;
  text-orientation:mixed;
  white-space:nowrap;
  background:none!important;
  padding:0!important;
  border-radius:0!important;
}
.hero-vert span{display:block;writing-mode:vertical-rl;text-orientation:mixed}
.hero-vert--sub{margin-top:2.6rem}
.hero-skyline{height:clamp(230px,21.94vw,430px)!important}
.tramband{overflow:hidden}
.tram-scene{
  width:100%;
  height:auto!important;
  aspect-ratio:1440/740;
  min-height:0;
}
.tram-scene svg{width:100%;height:100%;object-fit:contain;overflow:visible}
.svc-feature-photo{
  margin:1.35rem 0 1.6rem;
  overflow:hidden;
  border-radius:14px;
  background:var(--mist);
}
.svc-feature-photo img{
  width:100%;
  height:clamp(220px,33vw,390px);
  object-fit:cover;
}
.case-photo-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
  padding:1rem;
  border-radius:14px;
  background:#f3f7fa;
}
.case-photo-pair .ba-real{margin:0}
.case-photo-pair .ba-real img{height:100%;object-fit:cover}
@media(max-width:820px){
  .hero-copy{padding:calc(var(--header-h) + 1rem) .8rem 190px}
  .hero-skyline{height:180px!important}
  .hero-vert--sub{margin-top:1.3rem}
  .hero-vert--main{font-size:clamp(1.2rem,5.3vw,1.6rem)}
  .hero-vert--sub{font-size:clamp(.86rem,3.7vw,1.08rem)}
  .case-photo-pair{grid-template-columns:1fr}
  .svc-feature-photo img{height:230px}
}
@media(max-width:640px){
  :root{--header-h:70px}
  .news-item{grid-template-columns:auto 1fr;gap:.5rem 1rem;padding:1.2rem .2rem}
  .news-item:hover{padding-inline:.6rem}
  .news-date{grid-column:1}.news-cat{grid-column:2;justify-self:end}
  .news-title{grid-column:1/-1}.news-item .arw{display:none}
  .svc-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}
  .svc-card{padding:1.8rem 1rem 1.4rem}
  .svc-ic{width:74px;height:74px}
  .svc-ic svg{width:42px;height:42px}
  .staff-grid{grid-template-columns:repeat(2,1fr);gap:1rem}
  .foot-grid{grid-template-columns:1fr;gap:2rem}
  .hero-copy .wrap{justify-content:center}
  .hero-lead,.scroll-cue,.hero-dots{display:none}
  .about-figure .badge{width:104px;height:104px;left:-14px}
  .about-figure .badge b{font-size:1.9rem}
  .faq-a .inner{padding-left:1.6rem}
  .ba{flex-direction:column;gap:.5rem}
  .ba-arw{transform:rotate(90deg)}
  .svc-card-head{gap:.9rem}
  .svc-card-ic{width:52px;height:52px}
  .svc-card-ic svg{width:30px;height:30px}
  .tinfo dl > div{flex-direction:column;gap:.1rem}
  .tinfo dt{width:auto}
}

/* =========================================================
   2次改修（実ロゴ / 写真なしヒーロー / 実写BA / スタッフ / 料金カード）
   ========================================================= */

/* 実ロゴ画像（ダーク背景では白に反転） */
.brand .logo-mark{width:auto;height:38px;flex:none}
.site-header.solid .brand .logo-mark{filter:none}
.on-photo .brand .logo-mark{filter:brightness(0) invert(1)}
.foot-brand .brand .logo-mark{filter:brightness(0) invert(1)}

/* 写真なしのページヒーロー */
.page-hero--plain{min-height:clamp(230px,30vw,320px);
  background:linear-gradient(120deg,#1b3a6b 0%,#16294a 60%,#12213c 100%)}
.page-hero--plain::after{display:none}
.page-hero--plain .ph-deco{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.page-hero--plain .ph-deco::before{content:"";position:absolute;right:-6%;top:-40%;width:460px;height:460px;
  border-radius:50%;background:radial-gradient(circle,rgba(124,184,227,.28),transparent 62%)}
.page-hero--plain .ph-deco::after{content:"";position:absolute;left:-4%;bottom:-55%;width:360px;height:360px;
  border-radius:50%;background:radial-gradient(circle,rgba(226,103,63,.18),transparent 62%)}
.page-hero--plain .wrap{padding-top:calc(var(--header-h) + 34px);padding-bottom:clamp(28px,4vw,48px)}

/* 実写 before/after（合成写真をそのまま全幅） */
.ba-real{margin:1.8rem 0 0;border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm);
  background:var(--mist);position:relative}
.ba-real img{width:100%;display:block}
.ba-real figcaption{position:absolute;left:12px;top:12px;font-family:var(--f-latin);font-size:.66rem;
  letter-spacing:.14em;color:#fff;background:rgba(22,41,74,.72);padding:.35em .9em;border-radius:999px}
.ba-real + .ba-real{margin-top:1rem}

/* スタッフ（実サイト準拠：円形写真＋氏名） */
.member-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.4rem,3vw,2.4rem)}
.member{text-align:center}
.member-photo{width:clamp(130px,15vw,180px);aspect-ratio:1;margin:0 auto 1.1rem;border-radius:50%;
  overflow:hidden;box-shadow:var(--shadow-sm);background:var(--sand-2)}
.member-photo img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}
.member:hover .member-photo img{transform:scale(1.06)}
.member-name{font-family:var(--f-mincho);font-weight:600;font-size:1.4rem;color:var(--navy-deep);letter-spacing:.08em}
.member-role{font-size:.82rem;color:var(--navy);margin:.3rem 0 .7rem;font-weight:500}
.member-role span{color:var(--ink-faint);font-family:var(--f-latin);font-size:.9em;letter-spacing:.02em}
.member-cm{font-size:.86rem;color:var(--ink-soft);line-height:1.85;max-width:22em;margin:0 auto}

/* 料金カード（参考画像準拠） */
.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}
.price-card{background:#fff;border-radius:16px;box-shadow:var(--shadow-sm);padding:1.8rem 1.8rem 1.6rem;
  border:1px solid rgba(228,221,208,.55)}
.price-card--wide{grid-column:1/-1}
.price-card-head{display:flex;align-items:center;gap:.9rem;margin-bottom:1.2rem;
  padding-bottom:1rem;border-bottom:1px solid var(--line)}
.price-ic{flex:none;width:52px;height:52px;border-radius:50%;background:var(--sky-pale);
  display:grid;place-content:center;color:var(--navy)}
.price-ic svg{width:30px;height:30px}
.price-card-head h3{font-family:var(--f-mincho);font-weight:600;font-size:1.24rem;color:var(--navy-deep);letter-spacing:.04em}
.pc-sub{font-size:.76rem;color:var(--sky);letter-spacing:.04em}
.price-items{display:grid;gap:.2rem}
.price-card--wide .price-items{grid-template-columns:1fr 1fr;gap:.2rem 2.4rem}
.price-items li{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;
  padding:.6rem .2rem;border-bottom:1px dashed var(--line)}
.price-items li:last-child{border-bottom:0}
.pi-name{font-size:.92rem;color:var(--ink)}
.pi-yen{font-family:var(--f-latin);font-weight:600;color:var(--navy-deep);white-space:nowrap}
.price-note{margin-top:1.8rem;font-size:.82rem;color:var(--ink-faint);line-height:1.9}

/* フッター上部トラム帯を短く */
.tram-scene{height:clamp(190px,26vw,330px)}

@media(max-width:900px){
  .member-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.2rem}
  .price-grid{grid-template-columns:1fr}
  .price-card--wide .price-items{grid-template-columns:1fr}
}
@media(max-width:520px){
  .member-grid{grid-template-columns:repeat(2,1fr)}
  .member-name{font-size:1.2rem}
}

/* 2026 public launch improvements */
.hero-copy{display:flex;align-items:center;justify-content:flex-start;padding:var(--header-h) 0 5vh}
.hero-message{width:min(590px,calc(100% - 3rem));margin-left:max(6vw,calc((100vw - 1180px)/2));color:#fff;
  padding:clamp(1.5rem,3vw,2.7rem);border-radius:20px;background:linear-gradient(120deg,rgba(14,31,55,.78),rgba(14,31,55,.42));
  backdrop-filter:blur(5px);box-shadow:0 20px 60px rgba(8,20,38,.18)}
.hero-kicker{font-family:var(--f-gothic);font-size:.82rem;font-weight:600;letter-spacing:.12em;color:#dcecff;margin-bottom:1rem}
.hero-message h1{font-family:var(--f-mincho);font-size:clamp(2rem,4.2vw,4.2rem);line-height:1.35;letter-spacing:.06em;text-shadow:0 2px 20px rgba(0,0,0,.2)}
.hero-summary{max-width:42em;margin-top:1rem;font-size:clamp(.9rem,1.2vw,1.05rem);line-height:1.9;color:rgba(255,255,255,.92)}
.hero-actions{display:flex;gap:.8rem;margin-top:1.5rem;flex-wrap:wrap}
.hero-btn{display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:.8rem 1.15rem;border:1px solid rgba(255,255,255,.65);
  border-radius:999px;color:#fff;font-weight:600;font-size:.9rem;transition:.25s}
.hero-btn:hover{background:#fff;color:var(--navy-deep)}
.hero-btn--primary{background:var(--coral);border-color:var(--coral)}
.hero-skyline{height:min(24vh,210px)}
.visit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.visit-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.7rem;box-shadow:var(--shadow-sm)}
.visit-card b{font-family:var(--f-latin);color:var(--coral);font-size:.85rem;letter-spacing:.14em}
.visit-card h3{font-family:var(--f-mincho);color:var(--navy-deep);font-size:1.15rem;margin:.6rem 0}
.visit-card p{font-size:.9rem;color:var(--ink-soft);line-height:1.85}
.treatment-notice{border-left:4px solid var(--sky);margin-top:1.6rem}
.treatment-notice h3{font-family:var(--f-mincho);color:var(--navy-deep);font-size:1.1rem;margin-bottom:.9rem}
.privacy-link{color:inherit;text-decoration:underline;text-underline-offset:3px}
.mobile-contact-bar{display:none}
@media(max-width:820px){
  body{padding-bottom:66px}
  .hero{min-height:720px}
  .hero-copy{align-items:flex-end;padding-bottom:150px}
  .hero-message{margin:0 auto;width:calc(100% - 2rem);padding:1.35rem;background:linear-gradient(120deg,rgba(14,31,55,.84),rgba(14,31,55,.56))}
  .hero-message h1{font-size:clamp(1.8rem,8vw,2.6rem)}
  .hero-summary{font-size:.88rem}
  .hero-actions{display:none}
  .hero-skyline{height:145px}
  .visit-grid{grid-template-columns:1fr}
  .mobile-contact-bar{position:fixed;z-index:90;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;height:66px;
    padding:7px;background:rgba(255,255,255,.96);box-shadow:0 -5px 24px rgba(12,32,55,.16);backdrop-filter:blur(8px)}
  .mobile-contact-bar a{display:flex;align-items:center;justify-content:center;font-size:.92rem;font-weight:700;letter-spacing:.04em}
  .mcb-call{background:var(--coral);color:#fff;border-radius:12px 0 0 12px}
  .mcb-map{background:var(--navy);color:#fff;border-radius:0 12px 12px 0}
}

/* 2026-07 requested refinements */
.hero-copy{justify-content:center;background:none;pointer-events:none}
.hero-vert{color:#fff;text-shadow:0 2px 18px rgba(16,38,64,.42)}
.hero-vert--main{font-size:clamp(1.45rem,2.1vw,2.05rem)}
.hero-vert--sub{font-size:clamp(1rem,1.4vw,1.35rem);margin-top:3.5rem}
.svc-card{padding:1.55rem 1.2rem 1.35rem}
.svc-ic{width:72px;height:72px;margin-bottom:.75rem}
.svc-ic svg{width:40px;height:40px}
.svc-card h4{margin-bottom:.15rem}
.svc-card p{margin-top:.55rem;line-height:1.65}
.svc-card .more{margin-top:.75rem}
.access-grid,.access-grid>*{min-width:0}
.hours-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.hours{min-width:560px}
.access-map iframe{display:block;width:100%;max-width:100%}
.blk-body{overflow-wrap:anywhere}
.tram-scene{height:auto!important;min-height:0;aspect-ratio:1440/740;background-size:contain!important;background-position:center bottom!important}
.tramband{overflow:visible}
.tramband--home{margin-top:0}
.case-disclosure{margin-top:1rem;padding:1rem 1.2rem;border-radius:10px;background:#f3f7fa;color:var(--ink);font-size:.88rem;line-height:1.75}
.case-disclosure dt{font-weight:700;color:var(--navy);float:left;clear:left;margin-right:.5em}
.case-disclosure dd{margin:0}
.price-link-wrap{text-align:center;margin-top:2rem}
.case-heading{margin:2.2rem 0 .8rem;font-family:var(--f-mincho);font-size:1.35rem;color:var(--navy)}
.case-note{margin-top:1rem;font-size:.78rem;color:var(--ink-faint)}
.service-directory{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.service-directory a{display:flex;min-height:130px;padding:1.4rem;flex-direction:column;justify-content:center;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-sm);transition:.25s}
.service-directory a:hover{transform:translateY(-3px);border-color:var(--sky)}
.service-directory b{font-family:var(--f-mincho);font-size:1.2rem;color:var(--navy)}
.service-directory span{margin-top:.45rem;font-size:.82rem;color:var(--ink-faint)}
@media(max-width:820px){
  .hero-copy{justify-content:center;padding:0 1rem}
  .hero-vert{writing-mode:vertical-rl;background:rgba(20,45,76,.16);padding:.7rem .45rem;border-radius:2px}
  .hero-vert--sub{margin-top:2.2rem}
  .svc-card{padding:1.3rem .9rem 1.15rem}
  .svc-ic{width:60px;height:60px}.svc-ic svg{width:34px;height:34px}
  .hours{min-width:500px}
  .access .btn{width:100%;max-width:100%;padding-left:1rem;padding-right:1rem}
  .service-directory{grid-template-columns:repeat(2,1fr)}
  .service-directory a{min-height:105px;padding:1rem}
}

/* 2026-07-30 mobile layout repair */
body{overflow-x:hidden}

/* Keep the hero within the viewport and use one consistent vertical setting. */
.hero-copy{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:clamp(.65rem,2vw,1.5rem);
  padding:calc(var(--header-h) + 14px) var(--gutter) clamp(190px,22vw,380px);
}
.hero-vert,
.hero-vert span{
  writing-mode:vertical-rl!important;
  text-orientation:upright;
  white-space:nowrap;
}
.hero-vert{
  display:block;
  width:auto;
  max-height:62%;
  line-height:1.65;
  letter-spacing:.13em;
  margin:0!important;
}
.hero-vert--sub{transform:translateY(2.2rem)}

/* Compact service tiles: title, English label and link only. */
.svc-card{
  min-height:245px;
  padding:1.45rem 1rem 1.25rem;
}
.svc-card p{display:none}
.svc-card .en{margin:.2rem 0 .35rem}
.svc-card .more{padding-top:.5rem}

/* A clean editorial treatment-information block instead of a tinted AI card. */
.treatment-notice{
  margin-top:2rem;
  padding:0;
  border:0;
  border-top:1px solid var(--navy);
  border-bottom:1px solid var(--line);
  border-radius:0;
  background:#fff;
}
.treatment-notice h3{
  margin:0;
  padding:1rem 0;
  border-bottom:1px solid var(--line);
  font-size:1.12rem;
}
.treatment-notice dl{margin:0}
.treatment-notice dl > div{
  display:grid;
  grid-template-columns:9rem 1fr;
  gap:1.2rem;
  margin:0;
  padding:.85rem 0;
  border-bottom:1px solid var(--line);
}
.treatment-notice dt{width:auto;color:var(--navy);font-weight:700}
.treatment-notice dd{font-weight:400;line-height:1.75}
.treatment-notice .risk{
  margin:0;
  padding:1rem 0 1.2rem;
  color:var(--ink-soft);
  line-height:1.8;
}
.svc-feature-photo--implant img{
  object-fit:cover;
  object-position:center;
}

@media(max-width:640px){
  :root{--gutter:18px}
  .site-header .wrap{padding-inline:18px}
  .brand{gap:.65rem;min-width:0}
  .brand .logo-mark{height:34px}
  .brand .name b{font-size:.94rem;white-space:nowrap}
  .brand .name span{font-size:.56rem}

  .hero{
    width:100%;
    min-height:620px;
    height:calc(100svh - 1px);
    max-height:850px;
  }
  .hero-copy{
    width:100%;
    gap:.5rem;
    padding:calc(var(--header-h) + 10px) 12px 172px;
  }
  .hero-vert{
    max-height:390px;
    line-height:1.55;
    letter-spacing:.08em;
  }
  .hero-vert--main{font-size:clamp(1.15rem,5vw,1.45rem)}
  .hero-vert--sub{
    font-size:clamp(.78rem,3.5vw,.98rem);
    transform:translateY(1.6rem);
  }
  .hero-skyline{height:165px!important}

  .section{padding:64px 0}
  .sec-head .ja{font-size:clamp(1.55rem,7vw,2rem);white-space:nowrap}
  .sec-head .en{font-size:.42em;margin-left:.35em}
  .svc-grid{gap:10px}
  .svc-card{
    min-height:170px;
    padding:1rem .45rem .9rem;
    border-radius:14px;
  }
  .svc-ic{width:54px;height:54px;margin-bottom:.55rem}
  .svc-ic svg{width:30px;height:30px}
  .svc-card h4{font-size:1rem;white-space:nowrap}
  .svc-card .en{font-size:.56rem}
  .svc-card .more{font-size:.74rem}

  /* Every treatment-page title stays on one line. */
  .page-hero--plain{min-height:240px}
  .page-hero--plain .wrap{
    padding-top:calc(var(--header-h) + 30px);
    padding-bottom:28px;
  }
  .page-hero h1{
    font-size:clamp(1.55rem,7.2vw,2rem);
    letter-spacing:.035em;
    white-space:nowrap;
  }
  .page-hero .sub{font-size:.8rem;letter-spacing:.02em}

  /* Hours table fits on a phone without clipping or horizontal scrolling. */
  .hours-wrap{overflow:visible;border-radius:10px}
  table.hours,.hours{width:100%;min-width:0!important;table-layout:fixed;font-size:.72rem}
  table.hours th,table.hours td{padding:.55rem .12rem}
  table.hours thead th:first-child{width:34%}
  table.hours tbody th{padding-inline:.15rem;font-size:.68rem;white-space:nowrap}
  table.hours td{font-size:.8rem}

  .svc-card-lg{
    width:100%;
    padding:1.25rem;
    border-radius:14px;
  }
  .svc-card-head h2{font-size:1.3rem;white-space:nowrap}
  .svc-feature-photo img{height:210px}
  .svc-feature-photo--implant img{object-fit:cover}
  .treatment-notice dl > div{
    grid-template-columns:1fr;
    gap:.2rem;
    padding:.75rem 0;
  }
}

/* 2026-07-30 concise hero statement */
.hero-copy{
  padding-inline:max(22px,env(safe-area-inset-left));
}
.hero-vert--single{
  display:flex;
  flex-direction:row-reverse;
  align-items:flex-start;
  gap:.4em;
  max-height:none;
  font-size:clamp(1.3rem,2.15vw,2rem);
  line-height:1.75;
  letter-spacing:.14em;
  writing-mode:horizontal-tb!important;
  text-orientation:upright;
  white-space:nowrap;
}
.hero-vert--single span{
  display:block;
  writing-mode:vertical-rl!important;
  text-orientation:upright;
}
@media(max-width:640px){
  .hero-copy{
    align-items:center;
    padding:calc(var(--header-h) + 18px) 18px 170px;
  }
  .hero-vert--single{
    font-size:clamp(1.15rem,5vw,1.38rem);
    line-height:1.65;
    letter-spacing:.08em;
  }

  /* First Visit: give the Japanese title and English label separate rows. */
  .first-visit .sec-head{
    margin-bottom:28px;
    padding-inline:6px;
  }
  .first-visit .sec-head .eyebrow{
    font-size:.68rem;
    letter-spacing:.26em;
  }
  .first-visit .sec-head .ja{
    font-size:clamp(1.5rem,6.8vw,1.9rem);
    line-height:1.45;
    white-space:normal;
    text-wrap:balance;
  }
  .first-visit .sec-head .en{
    display:block;
    margin:.5rem 0 0;
    font-size:.42em;
    letter-spacing:.12em;
  }
  .first-visit .visit-grid{gap:12px}
  .first-visit .visit-card{
    min-height:0;
    padding:1.2rem 1.25rem;
    border-radius:14px;
  }
  .first-visit .visit-card b{font-size:.75rem}
  .first-visit .visit-card h3{
    margin:.3rem 0 .35rem;
    font-size:1.08rem;
  }
  .first-visit .visit-card p{
    font-size:.86rem;
    line-height:1.72;
  }
}
