/* ====================================================================
1. ROOT TOKENS / RESET
==================================================================== */
:root{
	--accent:#DD7C2F;
	--ink:#102B49;
	--ink-deep:#0C2238;
	--font-heading:'Noto Serif JP','Yu Mincho','Hiragino Mincho ProN',serif;
	--font-body:'Zen Kaku Gothic New','Noto Sans JP',sans-serif;
	--font-mono:monospace;
	--section-pad-y:clamp(38px,4.5vw,60px);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html.site-root--instant-scroll{scroll-behavior:auto;}
body{
	margin:0;
	font-family:var(--font-body);
	color:#1B2A3A;
	background:#FCFCFB;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	line-height:1.5;
}
a{color:inherit;}
img{max-width:100%;}

/* prevent horizontal scroll bleed from the marquee / pins / labels */
html,body{max-width:100%;overflow-x:clip;}

/* body copy sitewide is Zen Kaku Gothic New (var(--font-body)); headings use Noto Serif JP (var(--font-heading)) */
.site-wrap{overflow-x:clip;}

/* mobile hero slogan reveal — concept C: blur-to-sharp focus, light ring, text pops */
.hero-m-badges > div{transform-origin:center;}
.hero-mobile.anim .hero-m-badges > div{opacity:0;transform:scale(.7) translateY(8px);}
.hero-mobile.anim.in-view .hero-m-badges > div{animation:badgePop .55s cubic-bezier(.2,.8,.2,1.2) both;}
.hero-mobile.anim.in-view .hero-m-badges > div:nth-child(1){animation-delay:.15s;}
.hero-mobile.anim.in-view .hero-m-badges > div:nth-child(2){animation-delay:.3s;}
@keyframes badgePop{0%{opacity:0;transform:scale(.7) translateY(8px)}60%{opacity:1;transform:scale(1.04) translateY(0)}100%{opacity:1;transform:scale(1) translateY(0)}}
.hero-m-ring{position:absolute;left:50%;top:46%;width:200px;height:200px;border-radius:50%;border:2px solid rgba(221,124,47,.5);transform:translate(-50%,-50%) scale(.4);opacity:0;pointer-events:none;z-index:0;}
.hero-mobile.anim .hero-m-glow{opacity:0;transform:translate(40px,40px) scale(.7);}
.hero-mobile.anim .hero-m-slogan{opacity:0;}
.hero-mobile.anim .hero-m-bar{opacity:0;transform:scaleX(0);transform-origin:right center;}
.hero-mobile.anim.in-view .hero-m-glow{animation:cmGlow .8s cubic-bezier(.22,.9,.3,1) both;}
.hero-mobile.anim.in-view .hero-m-ring{animation:cmRing 1s ease-out both .05s;}
.hero-mobile.anim.in-view .hero-m-slogan{animation:cmFocus .66s cubic-bezier(.2,.7,.2,1) both .06s;}
.hero-mobile.anim.in-view .hero-m-bar{animation:cmBar .5s ease both .34s;}
@keyframes cmGlow{0%{opacity:0;transform:translate(40px,40px) scale(.7)}100%{opacity:1;transform:translate(0,0) scale(1)}}
@keyframes cmRing{0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}30%{opacity:.55}100%{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}
@keyframes cmFocus{0%{opacity:0;filter:blur(13px);transform:translateY(14px) scale(1.06)}55%{opacity:1;filter:blur(0);transform:translateY(-2px) scale(1.012)}100%{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}
@keyframes cmBar{0%{opacity:0;transform:scaleX(0)}100%{opacity:1;transform:scaleX(1)}}
@media(prefers-reduced-motion:reduce){
	.hero-mobile.anim .hero-m-glow,
	.hero-mobile.anim .hero-m-slogan,
	.hero-mobile.anim .hero-m-bar,
	.hero-mobile.anim .hero-m-ring,
	.hero-mobile.anim .hero-m-badges > div{opacity:1!important;transform:none!important;animation:none!important;filter:none!important;}
}

/* home hero — headline (per-character) / info-strip gentle drop-in on page load */
@keyframes heroDropIn{0%{opacity:0;transform:translateY(-28px)}100%{opacity:1;transform:translateY(0)}}
@keyframes heroDropInChar{0%{opacity:0;transform:translateY(-18px)}100%{opacity:1;transform:translateY(0)}}
.hero-strip__item{opacity:0;font-family:var(--font-body);animation:heroDropIn .8s cubic-bezier(.16,.84,.3,1) both;}
.hero-strip__item:nth-of-type(1){animation-delay:.28s;}
.hero-strip__item:nth-of-type(2){animation-delay:.4s;}
.hero-strip__item:nth-of-type(3){animation-delay:.52s;}
.hero-headline__line{font-family:var(--font-body);}
.hero-headline__char{display:inline-block;opacity:0;animation:heroDropInChar .85s cubic-bezier(.16,.84,.3,1) both;}
.hero-headline__char--accent{color:var(--accent);font-size:1.4em;-webkit-text-stroke:0.6px var(--accent);}
.hero-headline__line:nth-of-type(1) .hero-headline__char:nth-child(1){animation-delay:.05s;}
.hero-headline__line:nth-of-type(1) .hero-headline__char:nth-child(2){animation-delay:.14s;}
.hero-headline__line:nth-of-type(1) .hero-headline__char:nth-child(3){animation-delay:.23s;}
.hero-headline__line:nth-of-type(1) .hero-headline__char:nth-child(4){animation-delay:.32s;}
.hero-headline__line:nth-of-type(1) .hero-headline__char:nth-child(5){animation-delay:.41s;}
.hero-headline__line:nth-of-type(2) .hero-headline__char:nth-child(1){animation-delay:.53s;}
.hero-headline__line:nth-of-type(2) .hero-headline__char:nth-child(2){animation-delay:.62s;}
.hero-headline__line:nth-of-type(2) .hero-headline__char:nth-child(3){animation-delay:.71s;}
.hero-headline__line:nth-of-type(2) .hero-headline__char:nth-child(4){animation-delay:.8s;}
.hero-headline__line:nth-of-type(2) .hero-headline__char:nth-child(5){animation-delay:.89s;}
.hero-headline__line:nth-of-type(2) .hero-headline__char:nth-child(6){animation-delay:.98s;}
.hero-headline__line:nth-of-type(2) .hero-headline__char:nth-child(7){animation-delay:1.07s;}
@media(prefers-reduced-motion:reduce){
	.hero-headline__char,
	.hero-strip__item{opacity:1!important;transform:none!important;animation:none!important;}
}

/* reveal-on-scroll — generic, reusable utility. JS (main.js) toggles
.reveal-armed (gate, only when IntersectionObserver exists — keeps
content visible with no JS) and .is-visible (once, on first
intersection). Odd children slide in from the left, even children
from the right; nth-child also drives the stagger. */
.reveal.reveal-armed{opacity:0;transition:opacity 1.1s cubic-bezier(.16,.84,.3,1),transform 1.1s cubic-bezier(.16,.84,.3,1);}
.reveal.reveal-armed:nth-child(odd){transform:translateX(-52px);}
.reveal.reveal-armed:nth-child(even){transform:translateX(52px);}
.reveal.reveal-armed.is-visible{opacity:1;transform:translateX(0);}
.reveal.reveal-armed:nth-child(1){transition-delay:0s;}
.reveal.reveal-armed:nth-child(2){transition-delay:.18s;}
.reveal.reveal-armed:nth-child(3){transition-delay:.36s;}
.reveal.reveal-armed:nth-child(4){transition-delay:.54s;}
.reveal.reveal-armed:nth-child(5){transition-delay:.72s;}
.reveal.reveal-armed:nth-child(n+6){transition-delay:.72s;}
/* subtle fade-up variant — for section titles rather than side slides */
.sec-head.reveal.reveal-armed.reveal-up{transform:translateY(24px);}
.sec-head.reveal.reveal-armed.reveal-up.is-visible{transform:translateY(0);}

/* section title — characters fade in one by one, driven by the same
.reveal-armed / .is-visible toggle as the surrounding .sec-head. */
.sec-head.reveal-armed .sec-title__char{display:inline-block;opacity:0;transition:opacity .5s ease-out;}
.sec-head.reveal-armed.is-visible .sec-title__char{opacity:1;}
.sec-head.reveal-armed .sec-title__char:nth-child(1){transition-delay:.1s;}
.sec-head.reveal-armed .sec-title__char:nth-child(2){transition-delay:.14s;}
.sec-head.reveal-armed .sec-title__char:nth-child(3){transition-delay:.18s;}
.sec-head.reveal-armed .sec-title__char:nth-child(4){transition-delay:.22s;}
.sec-head.reveal-armed .sec-title__char:nth-child(5){transition-delay:.26s;}
.sec-head.reveal-armed .sec-title__char:nth-child(6){transition-delay:.3s;}
.sec-head.reveal-armed .sec-title__char:nth-child(7){transition-delay:.34s;}
.sec-head.reveal-armed .sec-title__char:nth-child(8){transition-delay:.38s;}
.sec-head.reveal-armed .sec-title__char:nth-child(9){transition-delay:.42s;}
.sec-head.reveal-armed .sec-title__char:nth-child(10){transition-delay:.46s;}
@media(prefers-reduced-motion:reduce){
	.reveal.reveal-armed{opacity:1!important;transform:none!important;transition:none!important;}
	.sec-head.reveal-armed .sec-title__char{opacity:1!important;transition:none!important;}
}

/* curtain-reveal variant — the element itself never moves/fades (the
base .reveal opacity/slide is cancelled below); only its
__curtain child panel slides off, right to left, uncovering it. */
.reveal.reveal-armed.reveal--curtain{opacity:1;transform:none;transition:none;}
.doctor-photo-ring__curtain{position:absolute;inset:0;background:var(--ink);z-index:5;transform:translateX(-100%);}
.reveal.reveal-armed.reveal--curtain .doctor-photo-ring__curtain{transform:translateX(0);transition:transform .9s cubic-bezier(.65,0,.35,1);}
.reveal.reveal-armed.reveal--curtain.is-visible .doctor-photo-ring__curtain{transform:translateX(-100%);}
@media(prefers-reduced-motion:reduce){
	.doctor-photo-ring__curtain{transform:translateX(-100%)!important;transition:none!important;}
}

/* marker-underline — thick, translucent-orange highlighter-style underline
for calling out the one most important sentence in a section. */
.marker-underline{background-image:linear-gradient(to top, rgba(221,124,47,.22) 0, rgba(221,124,47,.22) 40%, rgba(221,124,47,0) 40%);background-repeat:no-repeat;}

/* ====================================================================
2. HOVER / INTERACTION STATES
(inline styles in the markup carry the base look; these add :hover)
==================================================================== */
.c-navlink:hover{color:var(--accent);}

/* Desktop nav dropdowns */
/* accordion-style reveal: the card rolls open top-to-bottom
(negative insets keep the drop shadow unclipped when open) */
.nav-drop{position:absolute;top:100%;left:50%;transform:translateX(-50%);padding-top:8px;z-index:70;opacity:0;visibility:hidden;clip-path:inset(-20px -60px 100% -60px);transition:opacity .18s ease,clip-path .28s ease,visibility .28s;pointer-events:none;}
.nav-drop--right{left:auto;right:-8px;transform:none;}
.nav-item:hover .nav-drop,.nav-item.is-open .nav-drop{opacity:1;visibility:visible;clip-path:inset(-20px -60px -60px -60px);pointer-events:auto;}
.nav-item:hover .nav-caret,.nav-item.is-open .nav-caret{transform:rotate(180deg);color:var(--accent);}
.nav-item:hover > .js-nav-trigger,.nav-item.is-open > .js-nav-trigger{color:var(--accent);}
.nav-drop-item{display:block;font-family:var(--font-body);font-weight:700;font-size:clamp(14px,0.95vw,16px);color:var(--ink);text-decoration:none;padding:9px 12px;border-radius:8px;transition:background .14s,color .14s;}
.nav-drop-item:hover{background:#FAF4EE;color:var(--accent);}
.c-btn-accent:hover{background:color-mix(in srgb,var(--accent) 84%,#000);}
.c-btn-ghost-light:hover{background:rgba(255,255,255,.1);}
.c-btn-outline-ink{display:inline-flex;align-items:center;gap:14px;border:1.5px solid var(--ink);color:var(--ink);text-decoration:none;font-weight:700;font-size:16px;padding:16px 40px;border-radius:8px;}
.c-btn-outline-ink:hover{background:var(--ink);color:#fff;}
.c-news-row:hover{background:#FAFBFC;}
.c-allnews:hover{color:var(--accent);border-color:var(--accent);}
.c-menu-card{transition:transform .18s ease,box-shadow .18s ease;}
.c-menu-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(16,43,73,.18);}
.c-sym-chip{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:15px 18px;border-radius:10px;background:linear-gradient(180deg,#E8934C,var(--accent));text-decoration:none;transition:background .15s ease,box-shadow .18s ease;}
.c-sym-chip:hover{background:var(--ink)!important;box-shadow:0 8px 20px rgba(16,43,73,.18);}
.c-sym-chip--lg{padding:18px 20px;}
.c-sym-chip__label{font-family:var(--font-body);font-weight:700;font-size:15px;color:#fff;}
.c-sym-chip__icon{flex:none;}
/* white + shadow variant — used by the Home symptom-finder chips (お困りの症状から探す) */
.c-sym-chip--white{background:#fff;box-shadow:0 4px 14px rgba(16,43,73,.12);}
.c-sym-chip--white:hover{background:#fff!important;box-shadow:0 8px 22px rgba(16,43,73,.2);}
.c-sym-chip--white .c-sym-chip__label{color:var(--ink);}
.c-sym-chip--white .c-sym-chip__icon{stroke:var(--accent);}
.c-sym-pin:hover{color:var(--accent);}
.c-sym-pin:hover .c-pin-dot{transform:scale(1.16);box-shadow:0 6px 18px rgba(221,124,47,.5);}
.sympin-dot{position:absolute;width:26px;height:26px;border-radius:50%;background:#fff;border:3px solid var(--accent);box-shadow:0 4px 12px rgba(16,43,73,.22);transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;z-index:3;}
.sympin-dot::after{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);}
.sympin-lbl{position:absolute;transform:translate(-50%,-50%);background:rgba(255,255,255,.96);border:1px solid #E6E9EE;border-radius:8px;padding:7px 12px;text-decoration:none;white-space:nowrap;box-shadow:0 4px 14px rgba(16,43,73,.12);z-index:4;line-height:1.18;transition:border-color .15s,box-shadow .15s;}
.sympin-lbl .jp{display:block;font-family:var(--font-body);font-weight:700;font-size:clamp(15px,1.3vw,19px);color:var(--ink);}
.sympin-lbl .en{display:block;font-family:var(--font-mono);font-size:clamp(9px,0.7vw,12px);letter-spacing:.1em;color:#9AA3AF;margin-top:1px;}
.sympin-lbl:hover{border-color:var(--accent);box-shadow:0 6px 18px rgba(221,124,47,.22);}
#symptom .two-col{justify-content:center;}
#symptom .two-col > div{max-width:560px;}
/* PICK UP (注力している診療): CTA arrow nudge */
.ksj-cta{display:inline-flex;align-items:center;gap:16px;padding:12px 8px;font-size:13px;font-weight:700;color:var(--ink);text-decoration:none;transition:transform .2s ease;}
.ksj-arrow{width:24px;height:24px;border-radius:50%;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;}
.ksj-cta:hover{transform:translateX(4px);}
.ksj-cta .ksj-arrow{animation:ksj-nudge 1.6s ease-in-out infinite;}
@keyframes ksj-nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(4px)}}
@media(prefers-reduced-motion:reduce){.ksj-cta{transition:none;}.ksj-cta .ksj-arrow{animation:none!important;}}
.c-foot-link{font-size:13px;color:rgba(16,43,73,.62);text-decoration:none;}
.c-foot-link:hover{color:var(--accent);}
.c-rail-tel{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;background:var(--ink);color:#fff;text-decoration:none;width:74px;}
.c-rail-tel:hover{background:#163a5d;}
.c-rail-web{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;background:var(--accent);color:#fff;text-decoration:none;width:74px;}
.c-rail-web:hover{background:color-mix(in srgb,var(--accent) 84%,#000);}
.c-rail-line{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;background:#06C755;color:#fff;text-decoration:none;width:74px;}
.c-rail-line:hover{background:#05b34d;}

/* ====================================================================
3. MOBILE MENU OVERLAY
==================================================================== */
.mobile-menu{display:flex;transform:translateX(100%);visibility:hidden;transition:transform .32s cubic-bezier(.25,.7,.3,1),visibility 0s linear .32s;will-change:transform;}
.acc .ico-plus{display:none;}
.acc.collapsed .ico-minus{display:none;}
.acc.collapsed .ico-plus{display:inline;}
/* accordion panels slide open/closed (max-height driven by main.js) */
.acc-panel{overflow:hidden;transition:max-height .3s ease;}
.acc.collapsed .acc-panel{max-height:0!important;}
.acc-item:active{background:#F3F5F7;}
.mobile-menu.is-open{transform:translateX(0);visibility:visible;transition:transform .32s cubic-bezier(.25,.7,.3,1);}
@media(prefers-reduced-motion:reduce){.mobile-menu{transition:none;}.mobile-menu.is-open{transition:none;}.acc-panel{transition:none;}}
body.menu-open{position:fixed;left:0;right:0;width:100%;overflow:hidden;}
body.menu-open header{position:fixed!important;top:0!important;left:0;right:0;z-index:60;}
body.menu-open .js-scroll-top{display:none!important;}
.js-scroll-top{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:none;background:var(--accent);color:#fff;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.28);transition:background .15s ease,transform .15s ease,box-shadow .15s ease;}
.js-scroll-top:hover{background:var(--ink)!important;transform:translateY(-3px);box-shadow:0 10px 22px rgba(0,0,0,.32);}
.js-scroll-top__label{display:none;font-weight:700;font-size:9.5px;letter-spacing:.04em;line-height:1;}
@media(min-width:981px){
	.js-scroll-top{position:fixed!important;right:32px!important;bottom:32px!important;z-index:45!important;}
}
/* the fixed bottom CTA bar (z-index:55) would cover the menu's
close button (menu is z-index:40) — hide it while the menu is open */
body.menu-open .bottom-cta{display:none!important;}
body.menu-open .mobile-menu{overscroll-behavior:contain;}

/* ====================================================================
4. RESPONSIVE
==================================================================== */
.bottom-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:55;border-radius:16px 16px 0 0;overflow:hidden;box-shadow:0 -6px 24px rgba(16,43,73,.22);}
.side-rail{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:40;display:flex;flex-direction:column;box-shadow:-6px 0 24px rgba(16,43,73,.16);border-radius:10px 0 0 10px;overflow:hidden;}

@media(max-width:980px){
	.desktop-nav{display:none!important;}
	.header-burger{display:flex!important;flex:none!important;}
	.topbar-hours{display:none!important;}
	.topbar-inner{justify-content:center!important;}
	.header-row{padding:0!important;}
	header{border-bottom:none!important;}
	.access-grid{grid-template-columns:68px 1fr!important;gap:0 14px!important;}
	.access-grid > p{padding:10px 0!important;line-height:1.5!important;align-self:stretch!important;}
	.access-grid > p:nth-child(even){font-size:12px!important;}
	.access-grid > p:nth-child(odd){font-size:12px!important;letter-spacing:.06em!important;}
	.day-en{display:none!important;}
	/* let the logo shrink/truncate instead of pushing the burger off-screen */
	.header-logo{padding:10px 14px!important;min-width:0!important;flex:1 1 auto!important;overflow:visible!important;}
	/* scrolled-down: keep the ORIGINAL MENU button design (dark square,
	three lines, "MENU" label) — just detach it and pin to top-right */
	.header-burger .js-menu-toggle{transition:box-shadow .2s ease;}
	header.header-collapsed{background:transparent!important;backdrop-filter:none!important;border-bottom:none!important;}
	header.header-collapsed .header-row{padding:0!important;pointer-events:none;}
	header.header-collapsed .header-logo{display:none!important;}
	header.header-collapsed .header-burger{position:fixed!important;top:10px!important;right:10px!important;z-index:70!important;pointer-events:auto;}
	header.header-collapsed .header-burger > a{display:none!important;}
	header.header-collapsed .header-burger .js-menu-toggle{height:auto!important;padding:11px 6px!important;border-radius:10px!important;box-shadow:0 6px 18px rgba(16,43,73,.30)!important;}
}
@media(max-width:840px){
	/* ACCESS logo: centered above the info table when columns stack */
	.access-logo{width:clamp(200px,60vw,280px)!important;margin:0 auto 16px!important;}
	.feat-row{flex-direction:column!important;}
	.two-col{flex-direction:column!important;}
	.access-cols{gap:12px!important;}
	.access-cols > div{flex:none!important;}
}
@media(max-width:680px){
	#access.sec-pad{padding-top:16px!important;}
	.ksj-br{display:none;}
	.sec-head{text-align:center!important;}
	#news .sec-head{flex-direction:column!important;align-items:center!important;}
	.hero-badge{display:none!important;}
	.hero-desktop{display:none!important;}
	.hero-mobile{display:block!important;}
	/* back-to-top: always visible, pinned above the CTA bar. Mobile shows a
	transparent navy-outlined circle with an arrowhead above a "TOP" label. */
	.js-scroll-top{position:fixed!important;right:16px!important;left:auto!important;bottom:92px!important;z-index:45!important;flex-direction:column!important;gap:1px!important;background:transparent!important;border:1.5px solid var(--ink)!important;color:var(--ink)!important;box-shadow:none!important;}
	.js-scroll-top__icon{display:block!important;}
	.js-scroll-top__label{display:block!important;color:var(--ink)!important;}
	.hero-title{font-size:clamp(30px,8.4vw,46px)!important;line-height:1.3!important;}
	.hero-lead{font-size:15px!important;}
	/* news rows: shrink date + label so the title fits without wrapping */
	.c-news-row{gap:10px!important;padding:13px 2px!important;}
	.news-date{font-size:11px!important;}
	.news-label{font-size:10px!important;padding:4px 7px!important;}
	.news-title{font-size:13.5px!important;line-height:1.5!important;}
	.c-news-row > span:last-child{display:none!important;}
	/* section headers: halve vertical rhythm on mobile (ratio kept) */
	.sec-pad{padding-top:clamp(19px,2.25vw,30px)!important;padding-bottom:clamp(19px,2.25vw,30px)!important;}
	.sec-eyebrow{margin-bottom:6px!important;}
	.sec-bar{margin-top:11px!important;}
	.sec-head{margin-bottom:16px!important;}
	/* clinic hours table: fit all 7 days on one mobile screen (down to ~425px) */
	.hours-table{min-width:0!important;}
	.hours-bar{min-width:0!important;}
	.hours-table th{padding:10px 2px!important;font-size:10px!important;line-height:1.3!important;}
	.hours-table th:first-child{padding:10px 4px!important;font-size:11px!important;}
	.hours-table td{padding:14px 2px!important;}
	.hours-table td:first-child{padding:14px 4px!important;font-size:12px!important;}
	.hours-table td .mm-dot{width:9px!important;height:9px!important;}
	/* menu: photo tiles stack in one column on mobile */
	.menu-grid{grid-template-columns:1fr!important;}
	.menu-grid .c-menu-card{min-height:180px!important;}
	/* symptom finder: dots + labels at the positions set in the editor, scaled for mobile */
	.sym-card{height:360px!important;border:none!important;}
	.hero-bg-d{display:none!important;}
	.page-hero__bg-img,.page-hero__overlay{display:block!important;}
	.page-toc{display:flex!important;top:var(--hdr-h,64px);}
	.hero-toc{display:none!important;}
	#a01,#a02,#a03,#a04,#a05{scroll-margin-top:calc(var(--hdr-h,64px) + 84px);}
	.dis-list{columns:1!important;}
	.dis-img{display:none!important;}
	.sympin-dot{width:20px!important;height:20px!important;}
	.sympin-dot::after{width:7px!important;height:7px!important;}
	.sympin-lbl{padding:5px 9px!important;}
	.sympin-lbl .jp{font-size:12px!important;}
	.sympin-lbl .en{font-size:8px!important;}
}
/* PICK UP: force equal-width columns at desktop so the image's inner
edge lands on the same vertical line across alternating rows. */
@media(min-width:981px){
	.pickup-row{display:grid!important;grid-template-columns:1fr 1fr;align-items:center;}
	.pickup-row--rev .pickup-media{order:2;}
	.pickup-row--rev .pickup-text{order:1;}
}
/* NEWS: slightly larger row text on desktop only. */
@media(min-width:981px){
	.news-date{font-size:15px!important;}
	.news-label{font-size:12px!important;padding:4px 12px!important;}
	.news-title{font-size:16px!important;}
}
/* ====================================================================
FLOATING CTA SWITCH: side rail needs ~74px clearance beside the
1180px container, so the rail shows only at ≥1330px; below that the
mobile bottom CTA bar takes over (site-wrap padding keeps the footer
from being covered by the fixed bar).
==================================================================== */
@media(max-width:1329px){
	.side-rail{display:none!important;}
	.bottom-cta{display:flex!important;}
	.site-wrap{padding-bottom:78px!important;}
}
/* ≥1330px: the header contact (tel / LINE予約 / WEB予約) is always visible,
so the side rail is redundant — show it only while the header is slid
away (LP scrolled past the hero, body.gnav-stuck) */
@media(min-width:1330px){
	.side-rail{display:none!important;}
	body.gnav-stuck .side-rail{display:flex!important;}
}

@media(max-width:420px){
	/* below ~425px the table would get too small: allow horizontal scroll again */
	.hours-table{min-width:560px!important;}
	.hours-bar{min-width:560px!important;}
	.hours-scroll-hint{display:flex!important;}
	.hero-title{font-size:28px!important;}
	.hero-lead{font-size:14px!important;letter-spacing:.02em!important;}
	.bottom-cta__br{display:block;}
}

/* ====================================================================
MOBILE HERO (adopted 案1a): 3-image crossfade slideshow + vertical copy
==================================================================== */
.hero-m-slide{opacity:0;animation:heroMSlide 9s linear infinite;}
.hero-m-slide:nth-child(2){animation-delay:3s;}
.hero-m-slide:nth-child(3){animation-delay:6s;}
@keyframes heroMSlide{0%{opacity:0}11%{opacity:1}33.3%{opacity:1}44.4%{opacity:0}100%{opacity:0}}
@media(prefers-reduced-motion:reduce){
	.hero-m-slide{animation:none!important;}
	.hero-m-slide:nth-child(1){opacity:1!important;}
}

/* ====================================================================
TOP page GLOBAL NAV (hero直下): peeks up over the hero as a rounded
card (desktop) — the peek that used to belong to #news moved here
==================================================================== */
.gnav-item{display:block;text-align:center;padding:16px 8px;border-left:1px solid #DDE4EB;text-decoration:none;white-space:nowrap;}
.gnav-item:hover{background:#F1F4F8;}
.nav-item{flex:1;position:relative;}
/* TOP page: the header menu bar is replaced by .gnav below the hero */
body.home .desktop-nav{display:none!important;}
@media(min-width:981px){
	body.home .gnav{position:sticky;top:0;z-index:3;margin-top:-88px;border-radius:64px 64px 0 0;box-shadow:0 -18px 44px rgba(16,43,73,.12);transition:border-radius .25s ease,box-shadow .25s ease;}
	/* scrolled to the header: the header slides away, the nav takes its place */
	body.home header{transition:transform .25s ease;}
	body.home.gnav-stuck header{transform:translateY(-100%);}
	body.home.gnav-stuck .gnav{z-index:60;border-radius:0;box-shadow:0 4px 18px rgba(16,43,73,.14);}
	/* anchors land below the stuck nav (~104px tall) */
	body.home section[id],body.home #top{scroll-margin-top:112px;}
}

/* ====================================================================
下層ページ: ヘッダー直下メニューバー (.gnav-sub, ロゴなし)
ヘッダー内のメニューバーは非表示にし、ヘッダーと一緒に追従する
==================================================================== */
body.has-subnav .desktop-nav{display:none!important;}
@media(min-width:981px){
	.gnav-sub{position:sticky;top:var(--hdr-h,76px);z-index:50;border-bottom:1px solid #EBEDF0;}
	/* the nav bar continues the header surface — no divider between them */
	body.has-subnav header{border-bottom:none!important;}
	body.has-subnav [id]{scroll-margin-top:calc(var(--hdr-h,76px) + 78px);}
}
@media(max-width:980px){
	/* mobile/tablet: header burger menu covers navigation */
	.gnav{display:none!important;}
}

/* ====================================================================
TOP redesign (6a): 4a header + marquee hero + scatter badges (3a)
==================================================================== */
@keyframes marqueeR{from{transform:translateX(-50%)}to{transform:translateX(0)}}
@keyframes heroScrollLine{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}55%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}
@media(prefers-reduced-motion:reduce){.hero-marquee-track{animation:none!important;}}
.hero-scatter{transform-origin:left bottom;}
@media(max-width:1440px){.hero-scatter{transform:scale(.88);}}
@media(max-width:1180px){.hero-scatter{transform:scale(.74);}}
.nav2-link{transition:border-color .15s ease,color .15s ease;}
.nav2-link:hover,.nav-item:hover > .nav2-link{border-bottom-color:var(--accent)!important;color:var(--accent)!important;}
@media(max-width:980px){
	.header-contact{display:none!important;}
}

/* ====================================================================
NEWS (single.php / home.php / archive.php / page.php)
.news-body はエディタ入力（WYSIWYG）の出力先のためインラインstyleにできず、
ここで本文タイポグラフィを定義する
==================================================================== */
.news-body{font-family:var(--font-body);font-size:clamp(14.5px,1.1vw,16px);color:#3C4654;line-height:2.05;}
.news-body > :first-child{margin-top:0;}
.news-body p{margin:0 0 1.6em;}
.news-body h2{display:flex;align-items:center;gap:10px;font-family:var(--font-heading);font-weight:900;font-size:clamp(19px,1.6vw,23px);color:var(--ink);line-height:1.6;margin:2.2em 0 1em;}
.news-body h2::before{content:"";flex:none;width:8px;height:8px;background:var(--accent);border-radius:2px;}
.news-body h3{font-family:var(--font-heading);font-weight:900;font-size:clamp(16.5px,1.3vw,19px);color:var(--ink);line-height:1.6;margin:2em 0 0.9em;padding-left:12px;border-left:3px solid var(--accent);}
.news-body h4{font-family:var(--font-heading);font-weight:700;font-size:clamp(15px,1.15vw,17px);color:var(--ink);margin:1.8em 0 0.8em;}
.news-body ul,.news-body ol{margin:0 0 1.6em;padding-left:1.6em;}
.news-body li{margin-bottom:0.4em;}
.news-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;}
.news-body a:hover{opacity:.75;}
.news-body img{height:auto;border-radius:12px;}
.news-body blockquote{margin:0 0 1.6em;padding:6px 0 6px 20px;border-left:3px solid #D6DBE1;color:#5C6675;}
.news-body table{border-collapse:collapse;width:100%;margin:0 0 1.6em;}
.news-body th,.news-body td{border:1px solid #E6E8EC;padding:10px 14px;text-align:left;}
.news-body th{background:#F3F5F7;font-weight:700;color:var(--ink);}
.news-body hr{border:none;border-top:1px solid #E6E8EC;margin:2em 0;}
.news-body .wp-caption{max-width:100%;}
.news-body .wp-caption-text{font-size:12px;color:#7A8492;margin-top:6px;}
.news-body .aligncenter{display:block;margin-left:auto;margin-right:auto;}

/* お知らせ一覧のページネーション（the_posts_pagination 出力用） */
.news-pagination{margin-top:36px;}
.news-pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;}
.news-pagination .page-numbers{font-family:var(--font-body);font-weight:700;font-size:14px;color:var(--ink);text-decoration:none;background:#fff;border:1px solid #E6E8EC;border-radius:8px;padding:10px 16px;display:inline-flex;transition:border-color .15s,color .15s;}
.news-pagination a.page-numbers:hover{border-color:var(--accent);color:var(--accent);}
.news-pagination .page-numbers.current{background:var(--ink);border-color:var(--ink);color:#fff;}
.news-pagination .page-numbers.dots{border:none;background:transparent;}
.news-pagination .screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);}

/* GREETING: decorative background circles. Reusable on other white sections via .sec-orb.
Mobile (base): small, fully inset within .greet-body (本文) corners so they don't clip or overlap on tall text content. .sec-orb--body-scope.
Desktop (>=981px): smaller, bleeding past #greeting's own edge into the neighboring sections
above/below — no overflow:hidden here. #greeting stays at z-index:auto (no explicit number), so
its position:absolute orb (z-index:0) paints above the neighbors' plain, non-positioned section
background regardless of DOM order, while each neighbor's own positioned content (cards etc. —
see #a01-features comment below for the full mechanism) still paints above the orb. */
#greeting{position:relative;}
#greeting .greet-wrap{position:relative;z-index:1;}
.greet-body{position:relative;overflow:hidden;}
.sec-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:0;}
.sec-orb--orange{background:var(--accent);opacity:.08;}
.sec-orb--navy{background:var(--ink);opacity:.07;}
.sec-orb--corner-tr{top:calc(var(--orb-size) * -0.28);right:calc(var(--orb-size) * -0.28);}
.sec-orb--corner-bl{bottom:calc(var(--orb-size) * -0.28);left:calc(var(--orb-size) * -0.28);}
.sec-orb--section-scope{display:none;}

.sec-orb--body-scope.sec-orb--orange{--orb-size:clamp(180px,50vw,260px);width:var(--orb-size);height:var(--orb-size);top:16px;right:16px;}
.sec-orb--body-scope.sec-orb--navy{--orb-size:clamp(180px,50vw,260px);width:var(--orb-size);height:var(--orb-size);bottom:16px;left:16px;}
.sec-orb--section-scope.sec-orb--orange{--orb-size:clamp(180px,34vw,380px);width:var(--orb-size);height:var(--orb-size);}
.sec-orb--section-scope.sec-orb--navy{--orb-size:clamp(160px,30vw,340px);width:var(--orb-size);height:var(--orb-size);}

/* FEATURE (当院の特徴): same subtle corner circles as GREETING desktop, shown at all breakpoints (no
body-scope split — no dedicated text-only sub-block here). No overflow:hidden — bleeds into the
neighboring sections the same way GREETING's orb does (see comment above GREETING). */
#feature{position:relative;}
#feature .feature-wrap{position:relative;z-index:1;}
.sec-orb--feature-scope.sec-orb--orange{--orb-size:clamp(180px,34vw,380px);width:var(--orb-size);height:var(--orb-size);}
.sec-orb--feature-scope.sec-orb--navy{--orb-size:clamp(160px,30vw,340px);width:var(--orb-size);height:var(--orb-size);}
@media(max-width:980px){
	.sec-orb--feature-scope.sec-orb--orange{--orb-size:clamp(540px,102vw,1140px);}
	.sec-orb--feature-scope.sec-orb--navy{--orb-size:clamp(480px,90vw,1020px);}
}

/* ORTHOPEDICS FEATURES (page-orthopedics.php #a01-features): circular-photo card variant.
Card/photo/badge sizing is new; h3/p keep the section's existing font-family/size/line-height unchanged.
Corner circles reuse the size/position given in the design reference (Claude Design "2c 円形フォト"), recolored orange/navy.
This section and its orb are deliberately left at z-index:auto (no explicit number) so the orb bleeds
OVER the plain background of the hero/next section (an auto-z-index positioned box paints above any
non-positioned sibling, regardless of DOM order) while staying BEHIND that neighbor's own real content —
the neighbor's content wrapper gets position:relative;z-index:1 (see page-orthopedics.php), which beats
an auto/0 orb no matter which one comes first in the DOM. Giving THIS section itself a numeric z-index
instead would make its whole box — orb AND background alike — outrank the neighbor's entire box, hiding
the bleed completely behind the neighbor's flat section background instead of just behind its content. */
#a01-features{position:relative;}
#a01-features > div{position:relative;z-index:1;}
.sec-orb--ortho-tr{top:-180px;right:-160px;width:520px;height:520px;}
.sec-orb--ortho-bl{bottom:-220px;left:-140px;width:560px;height:560px;}
@media(max-width:767px){
	.sec-orb--ortho-tr{top:-120px;right:-120px;width:300px;height:300px;}
	.sec-orb--ortho-bl{bottom:-160px;left:-120px;width:340px;height:340px;}
}
.feature-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:56px 18px;}
@media(max-width:680px){
	/* sec-head's own margin-bottom shrinks to 16px at this breakpoint (site-wide rule) — the photo's
	-46px overlap pull needs extra clearance above it here, and stacked cards need a bigger row gap
	than the 46px pull eats into, or the photo collides with the heading / the previous card's text.
	padding-top (not margin-top) — an outer margin here would collapse with sec-head's margin-bottom
	instead of adding to it, leaving the photo overlapping the sec-bar rule underneath the heading. */
	.feature-photo-grid{gap:100px 18px;padding-top:40px;}
}
.feature-photo-card{padding:0 22px 26px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:14px;box-shadow:0 6px 24px rgba(30,44,66,.08);}
.feature-photo-card__photo{position:relative;width:120px;height:120px;margin-top:-46px;flex:none;}
.feature-photo-card__ring{position:absolute;inset:-6px;border-radius:50%;background:#fff;box-shadow:0 4px 14px rgba(16,43,73,.12);}
.feature-photo-card__slot{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;background-image:repeating-linear-gradient(45deg,#EDEFF2,#EDEFF2 8px,#F4F6F8 8px,#F4F6F8 16px);display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box;}
.feature-photo-card__slot span{font-family:var(--font-mono);font-size:9px;line-height:1.5;color:#9AA3AF;text-align:center;}
.feature-photo-card__badge{position:absolute;right:0;bottom:0;width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:700;font-size:13px;pointer-events:none;}
.feature-photo-card h3{font-family:var(--font-heading);font-weight:900;font-size:clamp(16px,1.3vw,19px);color:var(--ink);margin:18px 0 0;}
.feature-photo-card p{font-size:14px;color:#5A6472;line-height:1.9;margin:10px 0 0;}

/* REHABILITATION FEATURES (page-rehabilitation.php #a01-features): same circular-photo card variant as a01-features above.
z-index:auto (no explicit number) on this section — see the #a01-features comment above for the mechanism. */
#a01-features{position:relative;}
#a01-features > div{position:relative;z-index:1;}
.sec-orb--rehab-tr{top:-180px;right:-160px;width:520px;height:520px;}
.sec-orb--rehab-bl{bottom:-220px;left:-140px;width:560px;height:560px;}
@media(max-width:767px){
	.sec-orb--rehab-tr{top:-120px;right:-120px;width:300px;height:300px;}
	.sec-orb--rehab-bl{bottom:-160px;left:-120px;width:340px;height:340px;}
}

/* GREETING: desktop two-column (text left / photo right) */
@media(min-width:981px){
	.sec-orb--section-scope{display:block;}
	.sec-orb--body-scope{display:none;}
	.greet-body{overflow:visible;}
	.greet-wrap{max-width:1180px!important;}
	.greet-inner{display:flex;flex-direction:row-reverse;align-items:stretch;gap:clamp(40px,4vw,72px);margin-top:52px;}
	.greet-photo{flex:0 0 clamp(308px,26.6vw,490px);display:flex;align-items:center;justify-content:center;}
	.greet-photo-inner{width:100%!important;max-width:490px;margin:0!important;}
	.greet-body{flex:1 1 0;min-width:0;}
	.greet-body > h3{font-size:clamp(24px,2vw,30px)!important;margin-bottom:14px!important;}
	.greet-body > p[style*="16.5px"]{font-size:15px!important;line-height:1.75!important;margin-bottom:12px!important;}
	.greet-body blockquote{margin-bottom:14px!important;font-size:13px!important;line-height:1.6!important;}
}

/* ====================================================================
HEADER (header.php): style="" からの1:1移行。宣言・値は無変更。
==================================================================== */
.site-header{position:sticky;top:0;z-index:60;background:rgba(252,252,251,.96);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid #EBEDF0;transition:background-color .25s ease;}
.site-header--scrolled{background:rgba(252,252,251,.78);}
.site-header__row{max-width:1680px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:clamp(16px,2vw,32px);padding:clamp(10px,0.8vw,14px) clamp(20px,5vw,72px);}
.site-header__logo-link{display:flex;align-items:center;min-width:0;text-decoration:none;}
.site-header__logo-img{width:clamp(200px,24vw,320px);max-width:100%;height:auto;display:block;}
.site-header__contact{display:flex;align-items:center;gap:clamp(12px,1.4vw,20px);white-space:nowrap;}
.site-header__tel-wrap{display:flex;flex-direction:column;align-items:flex-end;line-height:1.3;}
.site-header__tel-link{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-body);font-weight:700;font-size:clamp(18px,1.5vw,23px);color:var(--ink);letter-spacing:.03em;text-decoration:none;}
.site-header__hours-text{font-family:var(--font-body);font-size:clamp(10px,0.72vw,11.5px);color:#8A93A0;}
.site-header__cta-line{display:inline-flex;align-items:center;background:#06C755;color:#fff;font-family:var(--font-body);font-weight:700;font-size:clamp(13px,0.95vw,14.5px);padding:clamp(10px,0.8vw,12px) clamp(14px,1.2vw,18px);border-radius:8px;text-decoration:none;}
.site-header__cta-web{display:inline-flex;align-items:center;background:var(--accent);color:#fff;font-family:var(--font-body);font-weight:700;font-size:clamp(13px,0.95vw,14.5px);padding:clamp(10px,0.8vw,12px) clamp(14px,1.2vw,18px);border-radius:8px;text-decoration:none;}
.site-header__burger{display:none;align-self:stretch;align-items:stretch;}
.site-header__burger-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:clamp(50px,13vw,72px);background:var(--ink);color:#fff;text-decoration:none;}
.site-header__burger-label{font-family:var(--font-body);font-size:11px;font-weight:700;line-height:1;}
.site-header__burger-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:clamp(50px,13vw,72px);background:var(--ink);color:#fff;border:none;border-left:1px solid rgba(255,255,255,.18);cursor:pointer;font-family:inherit;padding:0;}

.site-header__nav{border-top:1px solid #EBEDF0;display:flex;align-items:stretch;justify-content:center;padding:0 clamp(20px,5vw,72px);white-space:nowrap;}
.site-header__nav-link--current{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:10px clamp(14px,1.8vw,26px);text-decoration:none;border-bottom:3px solid var(--accent);color:var(--accent);}
.site-header__nav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:10px clamp(14px,1.8vw,26px);text-decoration:none;border-bottom:3px solid transparent;color:var(--ink);}
.site-header__nav-link-jp{font-family:var(--font-body);font-weight:700;font-size:clamp(17px,1.05vw,16px);color:inherit;}
.site-header__nav-link-en{font-family:var(--font-body);font-size:7px;letter-spacing:.2em;color:var(--accent);font-weight:700;}
.site-header__nav-item{position:relative;}
.site-header__nav-drop{position:absolute;top:100%;left:-8px;padding-top:14px;z-index:70;}
.site-header__nav-drop--right{position:absolute;top:100%;right:-8px;padding-top:14px;z-index:70;}
.site-header__nav-drop-card--sm{background:#fff;border:1px solid #EBEDF0;border-radius:12px;box-shadow:0 20px 52px -14px rgba(20,30,45,.28);padding:12px;min-width:230px;}
.site-header__nav-drop-card--md{background:#fff;border:1px solid #EBEDF0;border-radius:12px;box-shadow:0 20px 52px -14px rgba(20,30,45,.28);padding:12px;min-width:420px;}
.site-header__nav-drop-card--lg{background:#fff;border:1px solid #EBEDF0;border-radius:12px;box-shadow:0 20px 52px -14px rgba(20,30,45,.28);padding:12px;min-width:460px;}
.site-header__nav-drop-eyebrow{display:block;font-family:var(--font-body);font-size:10px;letter-spacing:.18em;color:var(--accent);font-weight:700;padding:4px 12px 8px;}
.site-header__nav-drop-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 8px;}
.site-header__nav-drop-grid--start{display:grid;grid-template-columns:1fr 1fr;gap:0 8px;align-items:start;}

.mobile-menu__box{position:fixed;left:0;right:0;top:0;bottom:0;z-index:40;background:#fff;flex-direction:column;overflow-y:auto;}
.mobile-menu__inner{padding:14px clamp(20px,6vw,40px) 22px;}
.mobile-menu__home-link{display:block;font-family:var(--font-body);font-weight:900;font-size:18px;color:var(--ink);text-decoration:none;padding:4px 0 12px;border-bottom:1px solid #ECEEF1;}
.flex-col{display:flex;flex-direction:column;}
.mm-acc__head{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;text-align:left;padding:11px 0;border-bottom:1px solid #ECEEF1;font-family:inherit;}
.mm-acc__head-labels{display:flex;flex-direction:column;gap:2px;}
.mm-acc__eyebrow{font-family:var(--font-body);font-size:10.5px;letter-spacing:.18em;color:var(--accent);font-weight:700;}
.mm-acc__title{font-family:var(--font-body);font-size:18px;font-weight:900;color:var(--ink);}
.mm-acc__icon{color:var(--ink);line-height:0;}
.mm-acc__link{font-family:var(--font-body);font-size:15.5px;color:#3C4654;text-decoration:none;padding:13px 0 13px 14px;border-bottom:1px solid #ECEEF1;}
.mm-acc__link:active{color:var(--accent);}

.mobile-menu__hours{margin-top:26px;}
.mm-hours__heading{display:flex;align-items:center;gap:14px;font-family:var(--font-body);font-weight:700;color:var(--ink);font-size:15px;letter-spacing:.18em;margin:0 0 12px;}
.mm-hours__divider{flex:1;height:1px;background:#D6DBE1;}
.mm-hours__table{width:100%;table-layout:fixed;border-collapse:collapse;background:#fff;text-align:center;font-family:var(--font-body);}
.mm-hours__th--label{background:var(--ink);color:#fff;padding:10px 6px;font-size:12px;font-weight:500;letter-spacing:.08em;width:29%;border-right:3px solid #fff;}
.mm-hours__th--day{background:var(--ink);color:#fff;padding:10px 2px;font-size:13px;font-weight:500;border-right:3px solid #fff;}
.mm-hours__th--day-last{background:var(--ink);color:#fff;padding:10px 2px;font-size:13px;font-weight:500;}
.mm-hours__row-label{padding:13px 4px;font-size:11px;white-space:nowrap;color:#3A424D;letter-spacing:.02em;}
.mm-hours__row-note{font-size:9px;color:#9AA3AF;font-weight:500;}
.mm-hours__cell{padding:13px 2px;}
.mm-hours__dot{display:inline-block;width:11px;height:11px;border-radius:50%;background:var(--ink);}
.mm-hours__note-mark--inline{font-size:10px;color:#C1660F;font-weight:700;margin-left:2px;}
.mm-hours__cell--off{padding:13px 2px;font-size:13px;color:#8A93A0;}
.mm-hours__row--divider{border-top:1px solid #EEF0F3;}
.mm-hours__bar{height:4px;background:var(--ink);}
.mm-hours__footnote{font-family:var(--font-body);font-size:11.5px;color:#5C6675;line-height:1.7;margin:10px 0 0;}
.mm-hours__footnote-mark{color:#C1660F;font-weight:700;}
.mm-hours th.mm-hours__day--today{background:#DD7C2F;}
.mm-hours td.mm-hours__day--today{background:#FDF3E8;}
.mm-hours td.mm-hours__day--today .mm-dot{background:#DD7C2F;}

.mobile-menu__footer{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap;}
.mobile-menu__close-btn{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1.5px solid #D6DBE1;color:var(--ink);font-family:var(--font-body);font-weight:700;font-size:15px;padding:13px 22px;border-radius:8px;cursor:pointer;}

/* REHAB PHASE TIMELINE IMAGE (page-rehabilitation.php): shrink on desktop only, mobile keeps the wider 880px cap.
max-width lives here (not inline) so the desktop media query can actually override it — an inline
style attribute always beats an external stylesheet rule regardless of specificity or media query. */
.rehab-timeline-wrap{max-width:880px;}
@media(min-width:768px){
	.rehab-timeline-wrap{max-width:600px;}
}

/* ORTHO FLOW STEP 1 (page-orthopedics.php): my-number card icon, bigger on desktop only. */
.ortho-flow-mynumber-img{width:56px;height:56px;}
@media(min-width:768px){
	.ortho-flow-mynumber-img{width:96px;height:96px;}
}

/* ====================================================================
CSS移行 土台（2026-08-17）: PHP側のインラインstyleはまだ残ったまま
（テンプレート未編集）。ここで定義するのは今後のクラス移行先のみで、
インラインstyleが常にタグ既定より優先されるため、現時点では見た目に
影響しない。
==================================================================== */

/* --- 5-1. グローバル既定 --- */
p,li{margin:0;}
h1,h2,h3,h4{font-family:var(--font-heading);font-weight:900;color:var(--ink);}
h5,h6{font-family:var(--font-heading);}

/* --- 5-2. 症状リスト（既存の .dis-list を拡張。base定義はここが初出、
columns:1の上書きは本ファイル冒頭のレスポンシブ節に既存） --- */
.dis-list{list-style:none;margin:0;padding:0;columns:2;column-gap:44px;}
.dis-list__item{display:flex;gap:10px;align-items:flex-start;padding:6px 0;break-inside:avoid;}
.dis-list__marker{flex:none;width:7px;height:7px;border-radius:50%;background:var(--accent);margin-top:9px;}
.dis-list__text{font-family:var(--font-body);font-size:15.5px;color:#333D4A;line-height:1.8;font-weight:500;}
.dis-list__link{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--accent);text-decoration-thickness:2px;}
.dis-list__link:hover{opacity:.75;}

/* --- 5-3. 見出し装飾マーカー（h3=丸マーカー、h4=角マーカー。リストではない） --- */
.h3-marker{flex:none;width:11px;height:11px;border-radius:50%;border:3px solid var(--accent);background:#fff;}
.h4-marker{flex:none;width:8px;height:8px;background:var(--accent);border-radius:2px;}

/* --- 5-4. セクション見出し下線バー（既存の .sec-bar を拡張） --- */
.sec-bar{display:inline-block;width:48px;height:3px;background:var(--accent);border-radius:2px;margin-top:22px;}

/* --- 5-5. PAGE TOC チップ --- */
.toc-chip{font-family:var(--font-body);font-weight:700;font-size:13.5px;color:var(--ink);text-decoration:none;background:#fff;border:1px solid #E6E8EC;border-radius:999px;padding:9px 18px;}
.disease-chip{font-family:var(--font-body);font-weight:700;font-size:13.5px;color:var(--ink);text-decoration:none;background:#F7F8FA;border:1px solid #E6E8EC;border-radius:999px;padding:9px 18px;}

/* --- 5-6. カード --- */
.card{background:#fff;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:12px;padding:18px 22px;}
.card--lg{border-radius:14px;padding:24px;}
.card--row{display:flex;gap:12px;align-items:flex-start;border-radius:10px;padding:15px 18px;}
.card--accent-left{border-left:4px solid var(--accent);}
.card--soft{background:#FCFCFB;}
.card__text{font-size:15.5px;color:#333D4A;line-height:1.9;font-weight:500;}

/* --- 5-6b. カード派生（インラインstyle移行、2026-08-19） --- */
.detail-card{background:#FCFCFB;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:14px;padding:26px 24px;}
.profile-note-card{background:#FCFCFB;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:14px;padding:22px 24px;}
.note-card{background:#fff;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:12px;padding:20px 24px;}
.note-box{background:#fff;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:10px;padding:15px 18px;}
.step-card{display:flex;gap:16px;align-items:flex-start;background:#FCFCFB;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:12px;padding:20px 24px;}
.job-card{background:#FCFCFB;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:12px;}
.content-frame{background:#FCFCFB;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:12px;overflow:hidden;}
.content-frame--plain{border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:12px;overflow:hidden;}
.clinic-photo-frame{border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:14px;overflow:hidden;}
.clinic-info-table{width:100%;border-collapse:collapse;background:#fff;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:14px;overflow:hidden;}
.doctor-photo-ring{border:5px solid #fff;box-shadow:0 18px 44px rgba(16,43,73,.16);position:absolute;inset:0;border-radius:50%;overflow:hidden;background:linear-gradient(160deg,#EAEFF5,#D7E0EB);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;}
.map-frame{border:1px solid #E1E5EA;border-radius:14px;overflow:hidden;flex:1 1 420px;min-width:280px;min-height:clamp(280px,32vw,400px);}
.pin-badge{position:absolute;inset:0;border-radius:50%;border-style:solid;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.pin-badge--lg{border-width:3px;}
.pin-badge--sm{border-width:2.5px;}

/* --- 5-6c. ボタン・ピル（インラインstyle移行、2026-08-19） --- */
.pill-outline-accent{display:inline-block;font-size:12px;font-weight:700;color:var(--accent);border:1px solid var(--accent);border-radius:5px;padding:4px 10px;}
.btn-pill-outline{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px;color:var(--ink);text-decoration:none;border:1.5px solid #D6DBE1;border-radius:999px;padding:11px 22px;align-self:flex-start;}

/* --- 5-6d. お知らせラベル（インラインstyle移行、2026-08-19） --- */
.news-label--category-default{--news-label-color:var(--accent);}
.news-label--category-closed{--news-label-color:red;}
.news-label--category-blog{--news-label-color:var(--ink);}
.news-label--category-recruit{--news-label-color:#2E8B57;}
.news-label--solid{background:var(--news-label-color,var(--ink));}
.news-label--outline{border-style:solid;border-width:1px;border-color:currentColor;color:var(--news-label-color,var(--ink));}
.news-label.news-label--outline{color:var(--news-label-color,var(--ink));}

/* --- 5-8. 本文標準スタイル（2026-08-10改定の標準に合わせた単独段落） --- */
.text-body{font-size:15.5px;color:#333D4A;line-height:2;font-weight:500;}

/* --- 5-7. 丸数字バッジ（施術の流れSTEP等） --- */
.step-badge{flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--accent);color:#fff;font-family:var(--font-mono);font-weight:700;}
.step-badge--sm{width:26px;height:26px;font-size:13px;}
.step-badge--lg{width:32px;height:32px;font-size:15px;}

/* --- 5-9. PAGE TOC (モバイル sticky nav) のリンク --- */
.page-toc__link{flex:none;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-weight:700;font-size:12.5px;color:var(--ink);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px;text-decoration-color:var(--accent);padding:4px 0;}
.page-toc__arrow{color:var(--accent);font-size:9px;}

/* --- 5-10. 症状チェックグリッド（✓アイテム） --- */
.check-item{display:flex;gap:12px;align-items:center;justify-content:center;text-align:center;background:#FCFCFB;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);border-radius:10px;padding:16px 18px;}
.check-item__mark{flex:none;color:var(--accent);font-weight:700;line-height:1.9;}
.check-item__text{font-family:var(--font-body);font-size:14.5px;color:var(--ink);font-weight:700;line-height:1.9;}
.check-item--compact{padding:14px 20px;}

/* --- 5-11. セクション共通要素（既存の .sec-pad / .sec-head / .sec-eyebrow を拡張） --- */
.sec-pad{padding:var(--section-pad-y) clamp(20px,5vw,72px);}
.sec-pad--white{background:#fff;}
.sec-pad--gray{background:#F3F5F7;}
.sec-head{text-align:center;margin-bottom:36px;}
.sec-eyebrow{font-family:var(--font-body);letter-spacing:.4em;font-size:12px;color:#9AA3AF;margin:0 0 12px;font-weight:500;}

/* --- 5-12. 本文中の強調語（病名・キーワードのink色太字） --- */
.strong-ink{color:var(--ink);}

/* --- 5-13. FAQ Q&Aカード --- */
.faq-item{background:#fff;border:1px solid #fff;border-radius:14px;padding:20px 24px;box-shadow:0 6px 24px rgba(30,44,66,.08);}
.faq-item__q{display:flex;gap:12px;align-items:baseline;font-family:var(--font-body);font-weight:500;font-size:clamp(15px,1.15vw,16.5px);color:#333D4A;margin:0 0 14px;padding-bottom:14px;border-bottom:2px solid rgba(16,43,73,.15);}
.faq-item__q-mark{color:var(--accent);font-family:var(--font-mono);}
.faq-item__a{display:flex;gap:12px;align-items:baseline;font-size:clamp(15px,1.15vw,16.5px);font-weight:500;color:#333D4A;line-height:2;margin:0;}
.faq-item__a-mark{color:#9AA3AF;font-family:var(--font-mono);font-weight:700;}

/* --- 5-14. セクション内側の幅コンテナ --- */
.content-wrap{max-width:1180px;margin:0 auto;}
.content-wrap--narrow{max-width:880px;margin:0 auto;}

/* --- 5-15. 見出しタグの残りレイアウト（family/weight/colorはタグ既定に委譲済み） --- */
.h2-standard{font-size:clamp(26px,3.6vw,36px);margin:0;}
.section-sub{font-family:var(--font-body);font-size:14px;color:#7A8492;font-weight:500;margin:8px 0 0;}
.h3-row{display:flex;align-items:center;gap:12px;font-size:clamp(18px,1.7vw,23px);padding-bottom:12px;border-bottom:2px solid var(--accent);margin:0 0 6px;}
.h4-row{display:flex;align-items:center;gap:10px;font-size:16px;margin:24px 0 8px;}

/* --- 5-16. PAGE HERO --- */
.page-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#F7F9F8,#FCFCFB);border-bottom:1px solid #EEF1F4;padding:clamp(30px,4vw,56px) clamp(20px,5vw,72px) clamp(30px,4vw,56px);}
.page-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,250,249,.97) 0%,rgba(250,250,249,.92) 45%,rgba(250,250,249,.55) 100%);}
.page-hero__inner{max-width:1180px;margin:0 auto;position:relative;z-index:1;}
.page-hero__crumb{display:flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:12px;color:#9AA3AF;margin-bottom:clamp(18px,2vw,28px);}
.page-hero__eyebrow{font-family:var(--font-mono);letter-spacing:.35em;font-size:12px;color:var(--accent);margin:0 0 12px;font-weight:700;}
.page-hero__title{font-size:clamp(32px,4.6vw,48px);margin:0 0 18px;}
.page-hero__lead{font-family:var(--font-body);font-weight:700;font-size:clamp(16px,1.5vw,20px);color:var(--ink);line-height:1.9;margin:0 0 20px;}
.hero-toc{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.page-hero__bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;}
.page-hero__crumb-home{color:#9AA3AF;text-decoration:none;}
.page-hero__crumb-current{color:var(--ink);font-weight:700;}
.page-hero__logo{height:clamp(28px,3.4vw,40px);width:auto;display:block;}
.page-hero__title-row{display:flex;align-items:center;gap:14px;margin:0 0 18px;}
.page-hero__title-row .page-hero__title{margin:0;}

/* --- 5-16b. AUTHOR BOX（監修者情報。よくある質問セクション、または本文末尾の直後に設置） --- */
.author-box{max-width:1180px;margin:0 auto;padding:24px clamp(20px,5vw,72px) 32px;border-top:1px solid #EEF1F4;text-align:center;}
.author-box__text{font-size:12.5px;color:#7A8492;letter-spacing:.02em;}

/* --- 5-17. PAGE TOC（既存の .page-toc を拡張） --- */
.page-toc{display:none;position:sticky;z-index:30;background:rgba(252,252,251,.97);backdrop-filter:blur(8px);border-bottom:1px solid #ECEEF1;flex-wrap:wrap;padding:10px 16px;gap:4px 18px;}

/* --- 5-17b. PAGE TOC デスクトップ用サイドバー化（2026-08-19）: ≥981pxでは
.page-toc-layout(.page-toc + .page-toc-content の2カラムflex)を組み、
.page-toc は position:sticky で本文(.page-toc-content)の高さ分だけ追従する
（align-items:flex-startなのでcontentより背が低いサイドバーは自然に
本文末尾で止まる。JS不要）。top はヘッダー実測(--hdr-h)+下層ページ共通サブナビ
(.gnav-sub、既存の has-subnav 用スクロールオフセット定数 +78px を流用)+
セクション上padding(--section-pad-y、.sec-padと共通)の合算。これにより
サイドバーの停止位置がセクション見出し（ABOUTラベル）の上端と揃う。
ただしtopはstickyが張り付いた後にしか効かないため、スクロール前の初期位置は
margin-topで同じ量だけ下げて揃える（本文側は最初のsection自身の
padding-top:var(--section-pad-y)で既に見出しが同じだけ下がっている）。
サブナビの無いページ用フォールバックも用意。
.page-toc-layout の左padding は本文セクション自身の左右padding
（clamp(20px,5vw,72px)、.sec-pad と同じ値）と揃えて左右対称にする。
本文セクションは .page-toc-content の内側幅に収まってしまうと帯背景（白/グレー
交互）が右カラム幅で途切れるため、.page-toc-content > section だけ
width:100vw + 負のmargin-leftでビューポート全幅に張り出させる（背景のみ全幅化）。
このままだと中の.content-wrap等がビューポート全体基準で中央寄せされサイドバーと
重なるため、同じ量（--toc-rail: 左padding+サイドバー幅240px+gap40px）を
padding-leftとして押し戻す。border-box内で「左に張り出す→同じ分だけ右へ戻す」
ため中身の見た目は「サイドバーを除いた残り幅の中で中央」になる
（＝.content-wrap等・既存クラスは無改造、セクションのpadding-leftだけ上書き）。
.hero-toc（HERO内の目次チップ）はここで非表示。681-980pxのタブレット幅は
既存どおり.hero-toc（HERO内チップ）のまま、≤680pxは既存の.page-toc
（モバイルsticky横バー）のまま、どちらも変更しない。 --- */
@media(min-width:981px){
	body.has-page-toc-sidebar{--toc-rail:calc(clamp(20px,5vw,72px) + 240px + 40px);}
	body.has-page-toc-sidebar .hero-toc{display:none;}
	body.has-page-toc-sidebar .page-toc-layout{display:flex;align-items:flex-start;gap:40px;padding-left:clamp(20px,5vw,72px);}
	body.has-page-toc-sidebar .page-toc-content{flex:1;min-width:0;}
	body.has-page-toc-sidebar .page-toc-content > section{width:100vw;margin-left:calc(-1 * var(--toc-rail));padding-left:var(--toc-rail);}
	body.has-page-toc-sidebar .page-toc{
		display:flex!important;
		position:sticky;
		top:calc(var(--hdr-h,76px) + var(--section-pad-y));
		margin-top:var(--section-pad-y);
		flex-direction:column;
		flex-wrap:nowrap;
		flex:none;
		width:240px;
		background:#fff;
		box-shadow:0 6px 24px rgba(30,44,66,.08);
		border-bottom:none;
		border-radius:14px;
		padding:22px 20px;
		gap:6px;
		backdrop-filter:none;
		z-index:20;
	}
	body.has-subnav.has-page-toc-sidebar .page-toc{top:calc(var(--hdr-h,76px) + 78px + var(--section-pad-y));}
	body.has-page-toc-sidebar .page-toc__link{padding:10px 12px;border-radius:8px;font-size:14px;line-height:1.5;text-decoration:none;}
	body.has-page-toc-sidebar .page-toc__link:hover{background:#F7F8FA;color:var(--accent);}
	body.has-page-toc-sidebar .page-toc__link.is-active{color:var(--accent);}
	body.has-page-toc-sidebar .page-toc__arrow{display:inline-block;flex:none;width:6px;height:6px;border-radius:50%;background:var(--accent);font-size:0;line-height:0;}
}

/* --- 5-17c. PAGE TOC モバイル用ドロワー化（2026-08-20）: ≤680pxでは、5-17bと同じ
body.has-page-toc-sidebar 対象ページ全体（.toc-drawer/.toc-overlay はmain.jsが
.page-toc の直後に自動生成するのでページ側にマークアップ追加は不要）で、
既存の.page-toc横スクロールバーの代わりにヘッダー直下固定のドロワーを使う。
常時position:fixedでヘッダー下に表示し、グラバータップで開閉。デスクトップ
（5-17bのサイドバー、>=981px）・タブレット（.hero-toc chip、681-980px）は無変更。 --- */
body.has-page-toc-sidebar .toc-drawer,body.has-page-toc-sidebar .toc-overlay{display:none;}
@media(max-width:680px){
	body.has-page-toc-sidebar .page-toc{display:none!important;}

	body.has-page-toc-sidebar .toc-drawer{
		display:block;
		position:fixed;
		top:var(--hdr-h,64px);
		left:0;
		right:0;
		z-index:35;
	}
	body.has-page-toc-sidebar .toc-panel{
		background:#fff;
		border-radius:0 0 16px 16px;
		box-shadow:0 2px 8px rgba(16,43,73,.10);
		transition:box-shadow .45s cubic-bezier(.22,1,.36,1);
	}
	body.has-page-toc-sidebar .toc-drawer.is-open .toc-panel{box-shadow:0 18px 40px rgba(16,43,73,.28);}
	body.has-page-toc-sidebar .toc-list{
		overflow:hidden;
		max-height:0;
		transition:max-height .45s cubic-bezier(.22,1,.36,1);
	}
	body.has-page-toc-sidebar .toc-drawer.is-open .toc-list{max-height:60vh;overflow-y:auto;}
	body.has-page-toc-sidebar .toc-title{
		display:flex;align-items:center;gap:8px;
		font-family:var(--font-body);
		font-size:13px;font-weight:900;color:var(--ink);
		letter-spacing:.12em;
		padding:16px 20px 8px;
	}
	body.has-page-toc-sidebar .toc-title .badge{
		display:inline-flex;align-items:center;justify-content:center;
		min-width:18px;height:18px;padding:0 5px;
		border-radius:9px;background:var(--ink);color:#fff;
		font-size:11px;letter-spacing:0;
	}
	body.has-page-toc-sidebar .toc-list a{
		position:relative;
		display:flex;align-items:center;gap:14px;
		padding:13px 20px 13px 24px;
		font-family:var(--font-body);
		font-size:15px;font-weight:700;
		color:var(--ink);text-decoration:none;
		min-height:44px;
		transition:background .2s ease;
	}
	body.has-page-toc-sidebar .toc-list a + a{border-top:1px solid rgba(16,43,73,.07);}
	body.has-page-toc-sidebar .toc-list a .num{
		font-size:11px;font-weight:900;color:var(--ink);opacity:.45;
		letter-spacing:.06em;font-variant-numeric:tabular-nums;
		transition:color .2s ease;
	}
	/* current-section indicator: orange bar grows in on the active row */
	body.has-page-toc-sidebar .toc-list a::before{
		content:"";
		position:absolute;left:10px;top:50%;
		width:3px;height:0;border-radius:2px;
		background:var(--accent);
		transform:translateY(-50%);
		transition:height .25s ease;
	}
	body.has-page-toc-sidebar .toc-list a:active{background:rgba(221,124,47,.08);}
	body.has-page-toc-sidebar .toc-list a.is-current{color:var(--accent);}
	body.has-page-toc-sidebar .toc-list a.is-current .num{color:var(--accent);opacity:1;}
	body.has-page-toc-sidebar .toc-list a.is-current::before{height:18px;}

	body.has-page-toc-sidebar .toc-handle{
		display:flex;align-items:center;justify-content:center;
		width:100%;padding:12px 0 14px;
		background:transparent;border:0;cursor:pointer;
	}
	body.has-page-toc-sidebar .toc-handle .bar{
		width:44px;height:5px;
		background:#DDE4EB;border-radius:3px;
		transition:background .2s ease;
	}
	body.has-page-toc-sidebar .toc-handle:active .bar{background:#B9C2CC;}

	body.has-page-toc-sidebar .toc-overlay{
		display:block;
		position:fixed;
		top:var(--hdr-h,64px);left:0;right:0;bottom:0;
		background:rgba(16,43,73,.40);
		opacity:0;pointer-events:none;
		transition:opacity .45s ease;
		z-index:34;
	}
	body.has-page-toc-sidebar .toc-drawer.is-open ~ .toc-overlay{opacity:1;pointer-events:auto;}
	/* the collapsed drawer bar (~31px) sits fixed right under the header,
	covering the breadcrumb at the very top of the hero — push it clear. */
	body.has-page-toc-sidebar .page-hero__crumb{padding-top:40px;}
}

/* --- 5-18. 疾患詳細ブロック（画像プレースホルダー・行レイアウト） --- */
.dis-img{flex:none;width:clamp(220px,24vw,300px);height:clamp(150px,16vw,200px);border-radius:12px;background:repeating-linear-gradient(45deg,#EDEFF2,#EDEFF2 10px,#F4F6F8 10px,#F4F6F8 20px);border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);display:flex;align-items:center;justify-content:center;}
.placeholder-caption{font-family:var(--font-mono);font-size:11px;color:#9AA3AF;}

/* DOCTOR PROFILE PHOTO (page-doctor.php #a01): own class (not .dis-img) so it
stays visible at mobile widths — .dis-img is force-hidden there for the
disease-list rows, which would otherwise hide this photo too. */
/* FOOTER HOURS (footer.php): sitewide clinic-hours table, reuses .hours-wrap/.hours-table from CLINIC HOURS block above. */
.site-footer__hours{padding-bottom:48px;}

.doctor-photo-wrap{width:clamp(280px,60vw,520px);margin:0 auto 32px;}
.doctor-photo-placeholder{width:100%;aspect-ratio:16/9;border-radius:14px;background:repeating-linear-gradient(45deg,#EDEFF2,#EDEFF2 10px,#F4F6F8 10px,#F4F6F8 20px);display:flex;align-items:center;justify-content:center;}
@media(max-width:680px){
	.doctor-photo-wrap{width:min(94vw,420px);}
	.doctor-photo-placeholder{aspect-ratio:4/3;}
}
.disease-row{display:flex;gap:clamp(24px,3vw,44px);align-items:flex-start;}
.disease-row > :first-child{flex:1 1 auto;}
.check-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;}
.card-list{display:flex;flex-direction:column;gap:12px;}
.dis-img--photo{background:none;overflow:hidden;}
.dis-img__photo{width:100%;height:100%;object-fit:cover;display:block;}
.step-badge--navy{background:var(--ink);width:44px;height:44px;font-size:15px;display:flex;}
.stage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;}
.card--stage{border-radius:14px;padding:26px 24px;}
.disease-chip-nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:14px;}
.treatment-step{padding:30px 0;border-bottom:1px solid #E2E6EB;}
.treatment-step--first{padding:0 0 30px;}
.card--gray{background:#F7F8FA;}
.subtype-card__title{font-family:var(--font-body);font-weight:900;font-size:14px;color:var(--ink);margin:0 0 8px;}
.subtype-card__text{font-size:13.5px;color:#333D4A;line-height:2;margin:0;}
.stage-eyebrow{font-family:var(--font-mono);letter-spacing:.25em;font-size:11px;color:var(--accent);font-weight:700;margin:0 0 8px;}
.faq-list{display:flex;flex-direction:column;gap:14px;}
.dis-img--gallery{width:100%;height:auto;aspect-ratio:4/3;}
.gallery-caption{font-family:var(--font-body);font-weight:700;font-size:14.5px;color:var(--ink);margin:10px 0 0;text-align:center;}
.flow-step{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid #ECEEF1;}
.check-item--shadow{align-items:center;justify-content:center;background:#fff;border:none;box-shadow:0 6px 24px rgba(30,44,66,.08);}
.h3-plain{font-size:17px;margin:0 0 12px;}

/* --- 5-19. 原因別ブロック（idは各見出しの目次アンカー用に残す） --- */
.cause-block{padding:30px 0 34px;border-bottom:1px solid #E2E6EB;}
.cause-block__lead{font-family:var(--font-body);font-weight:700;font-size:14px;color:var(--accent);margin:14px 0 12px;}
.cause-block__panels{display:flex;flex-direction:column;gap:16px;margin-top:24px;}
.cause-block__panels .card > .h4-row:first-child{margin-top:0;}
.card--tint{background:#FCFCFB;}
.ortho-hero-m{display:none;width:100%;height:clamp(180px,48vw,240px);object-fit:cover;border-radius:12px;margin:0 0 20px;}

/* --- 5-20. 施術の流れ STEP（丸数字バッジ + タイトル + カード行） --- */
.step-title{font-family:var(--font-body);font-weight:900;font-size:16px;color:var(--ink);margin:0 0 6px;}
.card--row-wide{display:flex;gap:16px;align-items:flex-start;padding:20px 24px;}
.card--pad-lg{padding:20px 24px;}
.card__title{font-family:var(--font-body);font-weight:900;font-size:16px;color:var(--ink);margin:0 0 8px;}
.callout-title{font-family:var(--font-body);font-weight:900;font-size:15px;color:var(--ink);margin:0 0 10px;}
.text-block{max-width:880px;display:flex;flex-direction:column;gap:14px;font-size:clamp(15px,1.15vw,16.5px);color:#333D4A;font-weight:500;line-height:2;}
.text-block__note{font-size:13px;color:#7A8492;}
.notice-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;}
.notice-list__item{display:flex;gap:12px;align-items:flex-start;padding:12px 22px;border-bottom:1px solid #ECEEF1;background:#FCFCFB;}
.notice-list__item--last{border-bottom:none;}
.notice-list__mark{flex:none;color:var(--accent);font-weight:700;line-height:1.6;}
.notice-list__text{font-size:14px;color:#333D4A;line-height:1.6;font-weight:500;}
.info-marker{background:#FFF3D6;padding:0 3px;border-radius:3px;}

/* --- 5-21. フッター（インラインstyle移行、2026-08-21） --- */
.site-footer{background:#fff;color:rgba(16,43,73,.78);padding:clamp(56px,7vw,84px) clamp(30px,7.5vw,108px) 32px;}
.site-footer__bottom{border-top:1px solid rgba(16,43,73,.12);padding-top:26px;display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;}
.site-footer__copyright{font-size:13px;color:rgba(16,43,73,.5);}
.site-footer__bottom-links{display:flex;align-items:center;gap:24px;}

.bottom-cta__link{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:13px 6px 14px;color:#fff;text-decoration:none;}
.bottom-cta__link--tel{background:var(--ink);}
.bottom-cta__link--web{background:var(--accent);}
.bottom-cta__link--line{background:#06C755;}
.bottom-cta__icon{line-height:0;}
.bottom-cta__label{font-weight:700;font-size:13px;}
.bottom-cta__label--wide{letter-spacing:.1em;}
.bottom-cta__label--normal{letter-spacing:.08em;}
.bottom-cta__br{display:none;}
.bottom-cta__line-badge{display:flex;align-items:center;justify-content:center;width:34px;height:23px;background:#fff;border-radius:8px;}
.bottom-cta__line-badge-text{font-weight:900;font-size:10px;color:#06C755;letter-spacing:.02em;}

.c-rail-tel__icon,.c-rail-web__icon,.c-rail-line__icon{line-height:0;}
.c-rail-tel__label{font-size:11px;font-weight:700;letter-spacing:.08em;}
.c-rail-tel__sub{font-size:9px;color:rgba(255,255,255,.7);text-align:center;}
.c-rail-web__label,.c-rail-line__label{font-size:11px;font-weight:700;letter-spacing:.06em;}
.c-rail-web__sub,.c-rail-line__sub{font-size:9px;color:rgba(255,255,255,.85);}

/* --- 5-22. トップページ HERO（インラインstyle移行、2026-08-21） --- */
.home-hero{position:relative;overflow:hidden;}
.hero-desktop{position:relative;height:calc(100svh - 150px);min-height:560px;max-height:840px;overflow:hidden;background:#fff;}
.hero-mobile{display:none;background:#fff;position:relative;}
.hero-marquee{position:absolute;inset:0;display:flex;align-items:stretch;}
.hero-marquee-track{display:flex;gap:18px;height:100%;flex:none;padding-right:18px;align-items:center;animation:marqueeR 42s linear infinite;}
.hero-mobile .hero-marquee-track{gap:12px;padding-right:12px;animation:marqueeR 32s linear infinite;}
.hero-marquee__img{width:clamp(420px,56vw,700px);height:75%;object-fit:cover;object-position:center;flex:none;border-radius:16px;}
.hero-marquee__img--alt{object-position:center 70%;}
.hero-mobile .hero-marquee__img{width:clamp(270px,88vw,540px);height:86%;border-radius:14px;}

.hero-headline{position:absolute;right:clamp(100px,8vw,150px);top:clamp(14px,2.5vh,32px);z-index:2;margin:0;display:flex;flex-direction:row-reverse;gap:clamp(10px,1.4vw,18px);align-items:flex-start;}
.hero-headline__line{writing-mode:vertical-rl;font-weight:900;color:var(--ink);-webkit-text-stroke:0.6px var(--ink);font-size:clamp(27px,min(3.1vw,5vh),44px);line-height:1.6;letter-spacing:.1em;text-shadow:0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #fff, 0 0 16px #fff;}
.hero-headline__line--second{margin-top:clamp(16px,2.5vh,28px);}
@media(max-width:680px){
	.home-hero > .hero-headline{right:16px;top:18px;gap:9px;}
	.home-hero > .hero-headline .hero-headline__line{font-size:clamp(22px,6.2vw,31px);line-height:1.55;text-shadow:0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4.5px #fff, 0 0 4.5px #fff, 0 0 7px #fff, 0 0 9px #fff, 0 0 12px #fff;}
	.home-hero > .hero-headline .hero-headline__line--second{margin-top:16px;}
}

.hero-strip{position:absolute;right:clamp(390px,41vw,580px);top:clamp(18px,3.5vh,40px);z-index:2;display:flex;flex-direction:row-reverse;gap:clamp(8px,1.1vw,14px);align-items:flex-start;}
.hero-mobile .hero-strip{position:absolute;left:14px;top:auto;right:auto;bottom:186px;flex-direction:column;gap:8px;align-items:flex-start;}
.hero-strip__item{writing-mode:vertical-rl;font-weight:700;color:var(--ink);font-size:clamp(17px,1.6vw,23px);letter-spacing:.18em;background:rgba(255,255,255,.94);padding:clamp(12px,1.4vw,18px) clamp(5px,0.6vw,8px);box-shadow:0 4px 14px rgba(16,43,73,.1);}
.hero-strip__item:nth-child(2){margin-top:26px;}
.hero-strip__item:nth-child(3){margin-top:52px;}
.hero-mobile .hero-strip__item{writing-mode:horizontal-tb;font-size:clamp(14px,3.9vw,17px);letter-spacing:.08em;padding:7px 13px;box-shadow:0 4px 12px rgba(16,43,73,.1);margin-top:0;}
.hero-strip__accent{color:var(--accent);}

.hero-scatter{position:absolute;left:clamp(16px,3vw,36px);bottom:100px;z-index:2;width:400px;height:368px;}
.hero-scatter > :nth-child(1){position:absolute;left:0;top:0;}
.hero-scatter > :nth-child(2){position:absolute;left:168px;top:78px;}
.hero-scatter > :nth-child(3){position:absolute;left:16px;top:196px;text-decoration:none;}
.pin-badge-frame{position:relative;}
.pin-badge-frame--lg{width:148px;height:148px;}
.pin-badge-frame--lg-alt{width:158px;height:158px;}
.pin-badge-frame--sm{aspect-ratio:1/1;width:clamp(86px,23vw,102px);}
.pin-badge-frame--sm-alt{aspect-ratio:1/1;width:clamp(92px,24.5vw,108px);}

.hero-pin--station{background:rgba(255,255,255,.96);border-color:var(--accent);box-shadow:0 10px 26px rgba(16,43,73,.22);gap:6px;}
.hero-pin--opening{background:rgba(255,255,255,.96);border-color:#2F5A88;box-shadow:0 10px 26px rgba(16,43,73,.22);gap:6px;}
.hero-pin--web{background:#FDEEDC;border-color:var(--accent);box-shadow:0 12px 30px rgba(193,102,15,.32);gap:4px;}
.hero-pin--station-sm{background:rgba(255,255,255,.96);border-color:var(--accent);box-shadow:0 8px 22px rgba(16,43,73,.2);gap:2px;}
.hero-pin--opening-sm{background:rgba(255,255,255,.96);border-color:#2F5A88;box-shadow:0 8px 22px rgba(16,43,73,.2);gap:2px;}
.hero-pin--web-sm{background:#FDEEDC;border-color:var(--accent);box-shadow:0 8px 24px rgba(193,102,15,.3);gap:1px;}
.pin-badge__icon{flex:none;}
.hero-pin__text{font-weight:700;line-height:1.35;}
.hero-pin--station .hero-pin__text,.hero-pin--web .hero-pin__text{color:#C1660F;}
.hero-pin--opening .hero-pin__text{color:#2F5A88;}
.hero-pin--station .hero-pin__text,.hero-pin--opening .hero-pin__text{font-size:15px;}
.hero-pin--web .hero-pin__text{font-size:16px;}
.hero-pin--station-sm .hero-pin__text,.hero-pin--web-sm .hero-pin__text{color:#C1660F;}
.hero-pin--opening-sm .hero-pin__text{color:#2F5A88;}
.hero-pin--station-sm .hero-pin__text,.hero-pin--opening-sm .hero-pin__text{font-size:clamp(9.5px,2.5vw,11px);line-height:1.3;}
.hero-pin--web-sm .hero-pin__text{font-size:clamp(10px,2.7vw,12px);line-height:1.3;}
.hero-pin__text-lg{}
.hero-pin--station .hero-pin__text-lg{font-size:22px;}
.hero-pin--station-sm .hero-pin__text-lg{font-size:1.5em;}
.hero-pin__click{letter-spacing:.08em;color:#C1660F;font-weight:700;font-size:11px;}
.hero-pin--web-sm .hero-pin__click{font-size:clamp(8px,2.1vw,9.5px);letter-spacing:.06em;}

.hero-scroll-cue{position:absolute;left:50%;transform:translateX(-50%);bottom:96px;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;}
.hero-scroll-cue__label{font-size:10px;letter-spacing:.3em;color:var(--ink);}
.hero-scroll-cue__line{width:1.5px;height:44px;background:var(--ink);display:block;animation:heroScrollLine 2.2s ease-in-out infinite;}

.hero-m-img{position:relative;z-index:0;overflow:hidden;height:calc(84svh - 120px);min-height:470px;max-height:680px;}
.hero-m-badges2{position:absolute;left:12px;right:12px;bottom:24px;z-index:2;display:flex;align-items:flex-end;gap:10px;}
.hero-m-badges2 > *{flex:none;}
.hero-m-badges2 > :nth-child(2){margin-bottom:24px;}
.hero-m-badges2 > a{text-decoration:none;}

/* --- 5-23. トップページ GLOBAL NAV（インラインstyle移行、2026-08-21） --- */
.gnav{background:#fff;padding:24px clamp(20px,5vw,72px);}
.gnav__inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;}
.gnav__logo-link{flex:none;margin-right:24px;text-decoration:none;}
.gnav__logo-img{height:44px;width:auto;display:block;}
.gnav__divider{border-left:1px solid #DDE4EB;align-self:stretch;}
.gnav-item__label{display:block;font-weight:700;font-size:16px;letter-spacing:.08em;color:#102B49;}
.gnav-item__en{display:block;font-size:9px;letter-spacing:.24em;color:#9FAEBF;margin-top:4px;}
.nav-drop__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 8px;}
.nav-drop__grid--start{align-items:start;}
.nav-drop__col{display:flex;flex-direction:column;}
.nav-drop-item--disabled{cursor:default;opacity:.5;}
.mm-acc__link--disabled{cursor:default;opacity:.5;}

/* --- 5-40. header.php残存分・page-recruit.php（インラインstyle移行、2026-08-21） --- */
.grid-280-20{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;}
.job-card__title{font-size:clamp(18px,1.8vw,22px);margin:0;}

/* --- 5-41. parts/gnav-sub.php（インラインstyle移行、2026-08-21） --- */
.gnav-sub{background:#FCFCFB;padding:8px clamp(20px,5vw,72px);}
.gnav-item--sub{padding:10px 8px;border-left:none;}
.gnav-sub__divider{flex:none;width:1px;height:28px;background:#DDE4EB;}

/* --- 5-24. トップページ セクション共通見出し（インラインstyle移行、2026-08-21）:
index.php内の各セクションはCLAUDE.md規定の32pxで統一されているが、既存の
.sec-head/.sec-eyebrow/.sec-barの共通ベース値(36px/.4em/22px)はMENU等
一部セクションの値のまま。トップページ側はbody.home等で個別に上書きし、
ベース値自体の統一（既知の負債・フェーズ0）は別作業とする。 --- */
body.home .sec-head{margin-bottom:32px;}
.sec-title{font-weight:900;font-size:clamp(28px,4vw,40px);color:var(--ink);margin:0;}

/* --- 5-25. トップページ NEWS（インラインstyle移行、2026-08-21） --- */
#news .sec-eyebrow{letter-spacing:.34em;margin:0 0 10px;}
#news .sec-bar{margin-top:18px;}
.news-toolbar{display:flex;align-items:baseline;gap:24px;flex-wrap:wrap;margin-bottom:6px;}
.news-tabs{display:flex;gap:20px;flex:1;}
.news-tab{font-weight:700;font-size:14px;padding-bottom:5px;border-bottom:2px solid transparent;cursor:pointer;color:#9AA3AF;}
.news-tab--active{color:var(--accent);border-bottom-color:var(--accent);}
.c-allnews{font-weight:700;font-size:13px;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:3px;}
.news-list{max-height:420px;overflow-y:auto;padding-right:6px;}
.c-news-row{display:flex;align-items:center;gap:clamp(14px,2vw,24px);padding:16px 4px;text-decoration:none;border-bottom:1px solid #D6DBE1;}
.c-news-row.c-news-row--hidden{display:none;}
.news-date{flex:none;font-size:14px;font-weight:700;color:var(--ink);letter-spacing:.05em;}
.news-label{flex:none;font-size:11px;font-weight:700;color:#fff;border-radius:4px;padding:3px 10px;text-align:center;}
.news-title{flex:1;font-weight:700;font-size:14.5px;color:var(--ink);}
.news-row__arrow{flex:none;color:#9AA3AF;}
.news-empty{font-size:14px;color:#7A8492;padding:24px 4px;margin:0;border-bottom:1px solid #D6DBE1;}

/* --- 5-26. トップページ GREETING（インラインstyle移行、2026-08-21） --- */
#greeting .sec-head{margin-bottom:16px;}
#greeting .sec-eyebrow{letter-spacing:.34em;}
#greeting .sec-bar{margin:20px 0 0;}
#greeting .sec-title{font-size:clamp(28px,4vw,42px);}
.greet-wrap{max-width:640px;margin:0 auto;}
.greet-photo-inner{position:relative;width:clamp(205px,56vw,270px);aspect-ratio:1/1;margin:40px auto 58px;}
.greet-photo__glow{position:absolute;pointer-events:none;}
.greet-photo__glow--1{left:-12%;top:-10%;width:70%;height:70%;background:radial-gradient(circle,rgba(221,124,47,.50),rgba(221,124,47,0) 70%);filter:blur(6px);}
.greet-photo__glow--2{right:-10%;bottom:2%;width:60%;height:60%;background:radial-gradient(circle,rgba(221,124,47,.28),rgba(221,124,47,0) 70%);filter:blur(8px);}
.doctor-photo-ring__label{letter-spacing:.24em;font-size:12px;color:#94A0AE;font-weight:700;}
.text-accent{color:var(--accent);}
.greet-body__title{font-weight:900;font-size:clamp(18px,4.4vw,34px);color:var(--ink);line-height:1.5;margin:0 0 26px;}
.greet-body__text{font-size:16.5px;line-height:2.05;color:#333D4A;font-weight:500;margin:0;}
.greet-body__quote{margin:0;padding:6px 0 6px 24px;border-left:3px solid var(--accent);font-style:italic;color:#5C6675;font-size:14.5px;line-height:1.85;}
.greet-body__cta-row{display:flex;justify-content:flex-end;margin-top:32px;}
.greet-body__cta{display:inline-flex;align-items:center;gap:14px;text-decoration:none;font-weight:700;font-size:16px;color:var(--ink);}
.greet-body__cta-arrow{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--accent);flex:none;}

/* --- 5-27. トップページ MENU（インラインstyle移行、2026-08-21） --- */
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.c-menu-card{position:relative;overflow:hidden;border-radius:12px;min-height:230px;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;padding:24px 20px 20px;box-sizing:border-box;}
.c-menu-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.c-menu-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,43,73,.18) 0%,rgba(16,43,73,.42) 55%,rgba(16,43,73,.86) 100%);}
.c-menu-card__num{position:absolute;right:8px;top:-6px;font-weight:700;font-size:64px;color:rgba(255,255,255,.35);line-height:1.1;}
.c-menu-card__body{position:relative;margin-top:auto;display:flex;flex-direction:column;gap:4px;}
.c-menu-card__title{font-weight:900;font-size:23px;color:#fff;}
.c-menu-card__en{font-family:var(--font-mono);font-size:12px;letter-spacing:.16em;color:rgba(255,255,255,.65);}
.c-menu-card__arrow{position:absolute;right:14px;bottom:14px;width:28px;height:28px;border-radius:50%;background:var(--ink);display:inline-flex;align-items:center;justify-content:center;}

/* --- 5-28. トップページ SYMPTOM FINDER（インラインstyle移行、2026-08-21） --- */
#symptom .sec-title{font-size:clamp(26px,3.8vw,40px);}
.symtab-row{display:flex;justify-content:center;gap:clamp(20px,4vw,48px);border-bottom:1px solid #E6E9ED;margin-bottom:32px;flex-wrap:wrap;}
.js-symtab{background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-weight:700;font-size:16px;color:#9AA3AF;padding:0 4px 16px;margin-bottom:-1px;}
.js-symtab--active{border-bottom-color:var(--accent);color:var(--accent);}
.symtab-panel--grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;}
.two-col{display:flex;gap:clamp(28px,4vw,56px);align-items:stretch;}
.js-symtab-panel{display:none;}
.js-symtab-panel.js-symtab-panel--active{display:block;}
.js-symtab-panel.symtab-panel--grid.js-symtab-panel--active{display:grid;}
.js-symtab-panel.two-col.js-symtab-panel--active{display:flex;}
.symfinder-col{flex:1 1 380px;min-width:280px;}
.sym-card{position:relative;border-radius:14px;background:#fff;height:clamp(300px,36vw,440px);display:flex;align-items:center;justify-content:center;overflow:visible;margin-bottom:22px;padding:0 clamp(10px,2%,24px);}
.sym-card__label{position:absolute;left:20px;top:16px;z-index:2;display:flex;align-items:center;gap:8px;}
.sym-card__label-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);}
.sym-card__label-text{font-weight:700;font-size:17px;color:var(--ink);}
.sym-card__figure{position:relative;height:100%;}
.sym-card__img{height:100%;width:auto;display:block;}
.sym-card__lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:1;}
.symtarget--neck-dot{left:54%;top:20%;}
.symtarget--neck-lbl{left:111%;top:15%;}
.symtarget--shoulder-dot{left:66%;top:32%;}
.symtarget--shoulder-lbl{left:113%;top:38%;}
.symtarget--elbow-dot{left:22%;top:58%;}
.symtarget--elbow-lbl{left:-12%;top:54%;}
.symtarget--arm-dot{left:19%;top:69%;}
.symtarget--arm-lbl{left:-13%;top:70%;}
.symtarget--wrist-dot{left:15%;top:77%;}
.symtarget--wrist-lbl{left:-15%;top:86%;}
.symtarget--hand-dot{left:89%;top:88%;}
.symtarget--hand-lbl{left:112%;top:88%;}
.symtarget--waist-dot{left:50%;top:7%;}
.symtarget--waist-lbl{left:106%;top:8%;}
.symtarget--hip-dot{left:43%;top:16%;}
.symtarget--hip-lbl{left:-11%;top:17%;}
.symtarget--knee-dot{left:60%;top:44%;}
.symtarget--knee-lbl{left:107%;top:44%;}
.symtarget--leg-dot{left:41%;top:64%;}
.symtarget--leg-lbl{left:-12%;top:64%;}
.symtarget--foot-dot{left:62%;top:90%;}
.symtarget--foot-lbl{left:106%;top:90%;}
@media(max-width:680px){
	.symtarget--neck-dot{left:54%;top:20%;}
	.symtarget--neck-lbl{left:80.4%;top:18.7%;}
	.symtarget--shoulder-dot{left:66%;top:32%;}
	.symtarget--shoulder-lbl{left:84.6%;top:36%;}
	.symtarget--elbow-dot{left:22%;top:58%;}
	.symtarget--elbow-lbl{left:15.3%;top:46%;}
	.symtarget--arm-dot{left:19%;top:69%;}
	.symtarget--arm-lbl{left:45%;top:67%;}
	.symtarget--wrist-dot{left:15%;top:77%;}
	.symtarget--wrist-lbl{left:40%;top:80%;}
	.symtarget--hand-dot{left:89%;top:88%;}
	.symtarget--hand-lbl{left:68%;top:92%;}
	.symtarget--waist-dot{left:50%;top:7%;}
	.symtarget--waist-lbl{left:80.6%;top:13.5%;}
	.symtarget--hip-dot{left:43%;top:16%;}
	.symtarget--hip-lbl{left:21.9%;top:22%;}
	.symtarget--knee-dot{left:60%;top:44%;}
	.symtarget--knee-lbl{left:81.5%;top:46.9%;}
	.symtarget--leg-dot{left:41%;top:64%;}
	.symtarget--leg-lbl{left:17%;top:61%;}
	.symtarget--foot-dot{left:62%;top:90%;}
	.symtarget--foot-lbl{left:81.5%;top:80%;}
}
.c-sym-chip--full{grid-column:1 / -1;}
.chip-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:12px;}

/* --- 5-29. トップページ PICK UP（インラインstyle移行、2026-08-21） --- */
.pickup-list{display:flex;flex-direction:column;gap:clamp(40px,6vw,64px);}
.pickup-row{display:flex;gap:clamp(24px,4vw,56px);align-items:center;flex-wrap:wrap;flex-direction:row;}
.pickup-row--rev{flex-direction:row-reverse;}
.pickup-media{position:relative;flex:0 1 480px;min-width:min(100%,300px);height:clamp(200px,30vw,300px);border-radius:12px;box-shadow:12px 12px 24px rgba(16,43,73,.18);}
.pickup-media__img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;}
.pickup-media__badge{position:absolute;top:-16px;left:-16px;width:64px;height:64px;border-radius:50%;background:var(--accent);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.pickup-media__badge-label{font-size:9px;letter-spacing:.14em;}
.pickup-media__badge-num{font-size:24px;font-weight:700;line-height:1.1;}
.pickup-text{flex:1;min-width:280px;}
.pickup-text__tag{font-size:13px;color:var(--accent);font-weight:700;letter-spacing:.06em;border-left:3px solid var(--accent);padding-left:8px;}
.pickup-text__title{font-size:clamp(20px,5.2vw,26px);font-weight:700;color:var(--ink);line-height:1.6;margin:8px 0 0;}
.pickup-text__body{font-size:14px;line-height:2;color:#45586C;margin:24px 0 0;max-width:32em;}
.pickup-text__cta-row{margin-top:32px;display:flex;justify-content:flex-end;}

/* --- 5-30. トップページ FEATURES（インラインstyle移行、2026-08-21） --- */
#feature .sec-eyebrow{letter-spacing:.34em;}
#feature .sec-bar{margin-top:20px;}
.feature-wrap{max-width:1180px;margin:0 auto;}
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(20px,2.4vw,32px);}
.feature-card__media{position:relative;overflow:hidden;border-radius:12px;height:clamp(190px,20vw,240px);margin-bottom:16px;display:flex;flex-direction:column;align-items:flex-start;padding:24px 20px 20px;box-sizing:border-box;}
.feature-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.feature-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,43,73,.05) 0%,rgba(16,43,73,.2) 55%,rgba(16,43,73,.82) 100%);}
.feature-card__num{position:absolute;right:8px;top:-6px;font-weight:700;font-size:64px;color:rgba(255,255,255,.35);line-height:1.1;}
.feature-card__title{position:relative;font-weight:900;font-size:23px;color:#fff;margin:auto 0 0;}
.feature-card__text{font-size:14.5px;line-height:1.95;color:#5C6675;margin:0;}

/* --- 5-31. トップページ ACCESS（インラインstyle移行、2026-08-21） --- */
#access .sec-eyebrow{letter-spacing:.34em;}
#access .sec-bar{margin-top:20px;}
.access-col-left{flex:1 1 320px;min-width:280px;}
.access-logo{display:block;width:clamp(220px,26vw,300px);height:auto;margin:0 0 18px;}
.access-grid{display:grid;grid-template-columns:88px 1fr;gap:0 18px;align-items:stretch;border-top:1px solid #DEE2E7;}
.access-grid__label{color:var(--accent);font-weight:700;font-size:clamp(13px,1.5vw,15px);letter-spacing:.12em;margin:0;padding:14px 0;border-bottom:1px solid #DEE2E7;}
.access-grid__value{font-family:var(--font-body);font-weight:400;font-size:clamp(13px,1.5vw,15px);line-height:1.7;color:var(--ink);margin:0;padding:14px 0;border-bottom:1px solid #DEE2E7;}
.access-grid__value--tight{letter-spacing:.02em;}
.map-frame__iframe{display:block;width:100%;height:100%;min-height:clamp(280px,32vw,400px);border:0;}

/* --- 5-32. トップページ CLINIC HOURS（インラインstyle移行、2026-08-21） --- */
.hours-wrap{max-width:1000px;margin:0 auto;}
.hours-scroll{overflow-x:auto;}
.hours-table{width:100%;min-width:640px;table-layout:fixed;border-collapse:collapse;background:#fff;text-align:center;}
.hours-table__th--label{background:var(--ink);color:#fff;padding:20px 14px;font-weight:700;font-size:15px;text-align:center;width:24%;border-right:3px solid #fff;}
.hours-table__th--day{background:var(--ink);color:#fff;padding:20px 8px;font-weight:500;font-size:14px;border-right:3px solid #fff;}
.hours-table__th--day:last-child{border-right:none;}
.hours-table__row--divider{border-bottom:1px solid #EEF0F3;}
.hours-table__row-label{padding:26px 14px;font-weight:700;font-size:18px;color:var(--ink);}
.hours-table__row-note{display:block;margin-top:4px;font-weight:500;font-size:13px;color:#7A8492;}
.hours-table__cell{padding:26px 8px;}
.hours-table__cell--off{padding:26px 8px;font-size:15px;color:#8A93A0;}
.hours-table__dot{display:inline-block;width:13px;height:13px;border-radius:50%;background:var(--ink);}
.hours-table__note-mark--inline{font-size:13px;color:#C1660F;font-weight:700;margin-left:2px;}
.hours-bar{height:4px;background:var(--ink);min-width:640px;}
.hours-scroll-hint{display:none;justify-content:flex-end;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:#8A93A0;margin:8px 0 0;}
.hours-notes{text-align:left;max-width:760px;margin:32px auto 0;}
.hours-notes__accent{font-size:15px;color:#C1660F;margin:0 0 8px;font-weight:700;}
.hours-notes__text{font-size:15px;color:#3D4858;margin:0 0 8px;font-weight:500;}
.hours-notes__text--spaced{margin-bottom:22px;}
.hours-notes__body{font-size:15px;color:#5C6675;line-height:1.95;margin:0;}

/* --- 5-33. home.php（お知らせ一覧、インラインstyle移行、2026-08-21） --- */
.page-hero__bg-img--plain{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;}
.page-hero__overlay--plain{position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,250,249,.97) 0%,rgba(250,250,249,.92) 45%,rgba(250,250,249,.55) 100%);}
.page-hero__lead--tight{margin:0;}
.page-hero__title--flush{margin:0;}
.page-hero__title--post{font-size:clamp(26px,3.8vw,40px);line-height:1.5;}
.page-hero__crumb--wrap{flex-wrap:wrap;}
.news-date--list{font-size:12.5px;font-weight:400;color:#9AA3AF;}
.news-empty--centered{font-size:15px;color:#7A8492;text-align:center;padding:40px 0;margin:0;}
.back-link-row{display:flex;justify-content:center;margin-top:clamp(36px,4vw,56px);}
.post-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.post-meta__date{font-size:13px;color:#7A8492;letter-spacing:.05em;}
.post-meta__label{font-size:11px;font-weight:700;border-radius:4px;padding:3px 10px;text-align:center;}

/* --- 5-34. 404 ページ（インラインstyle移行、2026-08-21） --- */
.notfound{padding:clamp(64px,9vw,120px) clamp(20px,5vw,72px);background:#fff;}
.notfound__inner{max-width:680px;margin:0 auto;text-align:center;}
.notfound .sec-bar{margin:0 0 26px;}
.notfound__title{font-weight:900;font-size:clamp(26px,4vw,40px);color:var(--ink);margin:0 0 22px;}
.notfound__lead{font-size:clamp(15px,1.15vw,16.5px);color:#333D4A;font-weight:500;line-height:2.05;margin:0 0 36px;}
.notfound__actions{display:flex;justify-content:center;}

/* --- 5-35. 症状/疾患ページ 共通パターン（インラインstyle移行、2026-08-21）:
ABOUT/CAUSES/TREATMENT等で繰り返し使われる汎用クラス。複数ページで再利用する
前提のため、ページ固有スコープを付けず common.css 直下に定義する。 --- */
.text-stack{font-size:clamp(15px,1.15vw,16.5px);color:#333D4A;font-weight:500;line-height:2;display:flex;flex-direction:column;gap:14px;}
.text-lead{font-size:clamp(15px,1.15vw,16.5px);color:#333D4A;font-weight:500;line-height:2;margin:0 0 22px;}
.check-note{font-size:13.5px;color:#5A6472;line-height:2;text-align:center;margin:26px 0 0;}
.sec-head--tight{margin-bottom:24px;}
.subtype-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;}
.subtype-grid--tight{gap:12px;}
.text-body--spaced{margin-bottom:12px;}
.note-box__text{font-size:13.5px;color:#333D4A;line-height:1.9;margin:0;}
.cause-block--last{padding-bottom:6px;border-bottom:none;}
.text-lead--center{text-align:center;margin:0 0 10px;}
.text-body--mt16{margin:16px 0 0;}
.dis-list--single{columns:1;}
.subtype-grid--wide{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.inline-link-accent{color:var(--accent);font-weight:700;}
.mt-22{margin-top:22px;}
.h4-row--tight{margin-top:18px;}
.text-body--mt18{margin:18px 0 0;}
.text-body--mb30{margin-bottom:30px;}
.text-body--mb14{margin-bottom:14px;}
.disease-row--mb26{margin-bottom:26px;}
.card-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:30px;}
.h3-row--mb14{margin-bottom:14px;}
.dis-list--mb14{margin-bottom:14px;}
.pt-30{padding-top:30px;}
.card--centered-880{margin-top:26px;max-width:880px;margin-left:auto;margin-right:auto;}
.grid-300-16{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:26px;}
.grid-280-16{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:26px;}
.text-lead--narrow{max-width:880px;margin:0 auto 26px;}
.grid-300-16-flush{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;}
.card-stage__title{font-size:19px;margin:0 0 14px;}
.h3-row--mb18{margin-bottom:18px;}
.text-body--center-mt26{text-align:center;margin:26px 0 0;}
.text-body--mb16{margin-bottom:16px;}
.dis-list--mb10{margin-bottom:10px;}
.text-note{font-size:15px;color:#333D4A;line-height:2;font-weight:500;margin:0;}
.stage-title{font-size:18px;margin:0 0 14px;}
.text-lead--narrow-30{max-width:880px;margin:0 auto 30px;}
.text-stack--mb22{margin-bottom:22px;}
.grid-220-12{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;}
.card--row-pad16{padding:16px 18px;}
.card-lg__title{font-size:17px;margin:0 0 12px;}
.text-footnote{font-size:13px;color:#7A8492;line-height:1.9;margin:12px 0 0;}
.card--mb26{margin-bottom:26px;}
.page-hero__title--md{font-size:clamp(30px,4.2vw,44px);}
.card-lg__title-18{font-size:18px;margin:0 0 12px;}
.dis-list--mb30{margin-bottom:30px;}
.grid-300-16-mb30{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:30px;}
.grid-260-16{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;}
.stage-title-sm{font-size:19px;margin:0 0 4px;}
.stage-subtext{font-size:12.5px;color:#7A8492;margin:0 0 14px;}
.text-body--narrow{max-width:880px;margin:0 auto;}
.stack-12-mb30{display:flex;flex-direction:column;gap:12px;margin-bottom:30px;}
.h3-row--mb16{margin-bottom:16px;}
.disease-row--mb30{margin-bottom:30px;}
.disease-row--mb16{margin-bottom:16px;}
.detail-card__title{font-size:19px;margin:0 0 14px;}
.text-lead--mb26{margin-bottom:26px;}
.text-lead--flush{margin:0;}
.card--mb30{margin-bottom:30px;}
.stack-12-mb26{display:flex;flex-direction:column;gap:12px;margin-bottom:26px;}

/* --- 5-36. page-orthopedics.php（インラインstyle移行、2026-08-21） --- */
.feature-photo-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.content-wrap--relative{position:relative;z-index:1;max-width:1180px;margin:0 auto;}
.text-lead--center-mb30{text-align:center;margin:0 0 30px;}
.grid-230-14{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;}
.diseases-block{padding:30px 0 34px;border-bottom:1px solid #ECEEF1;}
.diseases-block--last{border-bottom:none;}
.dis-img--alt{background:repeating-linear-gradient(45deg,#F0F2F5,#F0F2F5 10px,#F6F8FA 10px,#F6F8FA 20px);box-shadow:none;}
.text-footnote--center{font-size:13.5px;color:#7A8492;line-height:1.9;text-align:center;margin:26px 0 0;}
.flow-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;}
.flow-step__row{flex:1;display:flex;align-items:center;gap:16px;}
.flex-1{flex:1;}
.flow-step__title{font-size:16.5px;margin:0 0 6px;padding-top:10px;}
.flow-step__text{font-size:14px;color:#5A6472;line-height:1.9;margin:0;}
.flow-step__img{flex:none;object-fit:contain;border-radius:8px;}
.flow-step--last{border-bottom:none;}

/* --- 5-37. page-clinic.php（インラインstyle移行、2026-08-21） --- */
.info-table-row{display:flex;flex-wrap:wrap;border-bottom:1px solid #ECEEF1;}
.info-table-row--last{border-bottom:none;}
.info-table-row__label{flex:0 0 clamp(120px,22%,180px);background:#F7F8FA;padding:16px 20px;font-weight:900;font-size:14px;color:var(--ink);}
.info-table-row__value{flex:1 1 200px;padding:16px 20px;font-size:15.5px;color:#333D4A;line-height:1.9;font-weight:500;}
.tel-link{color:var(--ink);font-weight:700;text-decoration:none;}
.clinic-hours__head-row{background:var(--ink);color:#fff;}
.clinic-hours__th--label{padding:14px 16px;font-size:13.5px;font-weight:900;text-align:left;}
.clinic-hours__th--day{padding:14px 8px;font-size:13.5px;font-weight:900;}
.clinic-hours__row--divider{border-bottom:1px solid #ECEEF1;}
.clinic-hours__td--label{padding:14px 16px;font-size:13.5px;color:var(--ink);font-weight:700;}
.clinic-hours__td-note{display:block;margin-top:2px;font-size:11.5px;color:#7A8492;font-weight:500;}
.clinic-hours__note-mark{font-size:11.5px;color:#C1660F;font-weight:700;margin-left:2px;}
.clinic-hours__td--on{padding:14px 8px;text-align:center;color:var(--accent);font-weight:700;}
.clinic-hours__td--off{padding:14px 8px;text-align:center;color:#9AA3AF;}
.text-note--mt18{font-size:13.5px;color:#5A6472;line-height:2;margin:18px 0 0;}
.access-flex{display:flex;gap:clamp(24px,3vw,44px);align-items:stretch;flex-wrap:wrap;}
.clinic-map-frame{flex:1 1 380px;min-height:280px;border-radius:14px;overflow:hidden;}
.clinic-map-frame__iframe{display:block;width:100%;height:100%;min-height:280px;border:0;}
.access-info-col{flex:1 1 320px;min-width:280px;display:flex;flex-direction:column;gap:14px;}
.access-card__title{font-weight:900;font-size:15px;color:var(--ink);margin:0 0 8px;}
.grid-260-18{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;}
.text-footnote-sm--center{font-size:12.5px;color:#7A8492;line-height:1.9;text-align:center;margin:22px 0 0;}
.page-hero__title-sub{display:block;font-size:clamp(16px,1.8vw,22px);font-weight:700;color:#333D4A;margin-top:10px;}
.stack-12-mt22{display:flex;flex-direction:column;gap:12px;margin-top:22px;}
.grid-260-16-mb26{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:26px;}
.grid-260-16-flush{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;}
.grid-300-12-mb26{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;margin-bottom:26px;}
.text-center{text-align:center;}
.mb-10{margin-bottom:10px;}

/* --- 5-38. page-rehabilitation.php（インラインstyle移行、2026-08-21） --- */
.text-footnote--narrow-center{font-size:13.5px;color:#5A6472;line-height:2;max-width:880px;margin:26px auto 0;text-align:center;}
.phase-layout{display:flex;flex-wrap:wrap;gap:24px;align-items:center;}
.phase-diagram{flex:0 1 550px;display:flex;}
.phase-diagram__svg{width:100%;height:auto;display:block;margin:auto;}
.phase-cards{flex:1 1 420px;display:flex;flex-direction:column;gap:16px;}
.phase-card{border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 2px 10px rgba(13,34,68,.08);flex:1;}
.phase-card__head{padding:14px 20px;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;}
.phase-card__head--1{background:var(--ink);}
.phase-card__head--2{background:#5A7FA8;}
.phase-card__head--3{background:var(--accent);}
.phase-card__check{width:18px;height:18px;flex:none;align-self:center;}
.phase-card__tag{font-family:var(--font-mono);font-size:11px;letter-spacing:.2em;font-weight:700;white-space:nowrap;}
.phase-card__tag--1{color:rgba(255,255,255,.7);}
.phase-card__tag--2{color:rgba(255,255,255,.75);}
.phase-card__title{font-weight:900;font-size:17px;color:#fff;margin:0;white-space:nowrap;}
.phase-card__meta{font-size:12.5px;font-weight:700;margin-left:auto;}
.phase-card__meta--1{color:#A9BEDB;}
.phase-card__meta--2{color:rgba(255,255,255,.85);}
.phase-card__meta--3{color:#F6E8D6;}
.phase-card__body{padding:16px 20px 18px;}
.phase-card__text{font-size:14px;color:#333D4A;font-weight:500;line-height:2;margin:0;}
.therapy-block{margin-bottom:34px;}
.therapy-block__title{font-size:clamp(18px,1.6vw,22px);margin:0 0 8px;display:flex;align-items:center;gap:12px;}
.therapy-block__dot{width:10px;height:10px;background:var(--accent);border-radius:2px;}
.therapy-block__lead{font-size:14px;color:#5A6472;line-height:2;margin:0 0 18px;padding-left:22px;}
.therapy-block__lead--flush{margin:0;}
.grid-250-14{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;}
.therapy-card{background:#fff;border-radius:12px;padding:20px 22px;box-shadow:0 6px 24px rgba(30,44,66,.08);}
.therapy-card__title{font-size:15px;margin:0 0 8px;}
.therapy-card__text{font-size:13.5px;color:#5A6472;line-height:1.9;margin:0;}
.physio-card{background:#FCFCFB;border-radius:14px;padding:24px;box-shadow:0 6px 24px rgba(30,44,66,.08);}
.grid-250-16{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;}
.equipment-photo{height:150px;background:repeating-linear-gradient(45deg,#F0F2F5,#F0F2F5 10px,#F6F8FA 10px,#F6F8FA 20px);display:flex;align-items:center;justify-content:center;}
.equipment-card__body{padding:18px 20px;}
.equipment-card__title{font-weight:700;font-size:14.5px;color:var(--ink);margin:0;}

/* --- 5-39. page-selfpay.php（インラインstyle移行、2026-08-21） --- */
.check-item__text--sm{font-size:14px;}
.ref-sup{font-size:10.5px;color:#5A6472;}
.price-row__label{font-weight:700;font-size:14.5px;color:var(--ink);}
.price-row__value{font-size:14.5px;color:#333D4A;}
.text-body--mb26{margin-bottom:26px;}
.note-card__text{font-size:15px;color:#333D4A;line-height:2;font-weight:500;margin:0;}
.ref-note{font-size:13.5px;color:#5A6472;line-height:2;margin:0;}
.h4-row--my8{margin:8px 0 8px;}
.h4-row--mb8{margin:0 0 8px;}
.note-card--mt12{margin-top:12px;}
.note-card--mt18{margin-top:18px;}
.mb-30{margin-bottom:30px;}
.check-list-note{font-size:14px;color:#333D4A;line-height:1.9;}
.menu-svg{display:block;width:100%;max-width:620px;margin:20px auto;height:auto;}
.text-footnote--mt16{margin-top:16px;}
.text-footnote--mt18{margin-top:18px;}
.text-footnote--light{font-weight:400;}
.text-lead--mb18{margin-bottom:18px;}
.doctor-exp-list{list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:10px;}





/* 1) テキスト型ロゴ（common.css は画像ロゴ .site-header__logo-img 前提で未定義） */
@media(max-width:980px){
	.header-logo{gap:10px!important;}
	.header-logo > span{min-width:0!important;}
	.logo-img{width:40px!important;height:40px!important;}
	.logo-name{font-size:clamp(16px,4.6vw,18px)!important;white-space:nowrap!important;line-height:1.25!important;}
	.logo-en{display:block!important;font-size:clamp(6px,1.8vw,7px)!important;letter-spacing:.12em!important;white-space:nowrap!important;margin-top:2px!important;}
	.logo-access{font-size:clamp(8.5px,2.7vw,10px)!important;white-space:nowrap!important;margin-top:1px!important;}
	.logo-catch{display:none!important;}
	.logo-catch-m{display:block!important;font-size:clamp(8px,2.4vw,9px)!important;}
}

/* 2) 装飾カーブ（common.css に .sec-curve-m 未定義） */
.sec-curve-m{display:none;}
@media(max-width:680px){.sec-curve-m{display:block;}}

/* 3) 下層ページ用ナビ制御
※ <body class="has-subnav"> を付ければ common.css のスコープ版で賄えるため、
その場合この3ルールは丸ごと不要になります */
.desktop-nav{display:none!important;}
@media(min-width:981px){
	header{border-bottom:none!important;}
	[id]{scroll-margin-top:calc(var(--hdr-h,76px) + 78px);}
}








/* 20260823 小島修正 */
.news-body h2 {
	margin-bottom: 50px;
}
.news-body .info_block th {
	width: 200px;
}
.news-body .category_time {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
}
.news-body .category_time .news {
	color:var(--accent);
	border:1px solid var(--accent);
}
.news-body .category_time .close {
	color:red;
	border:1px solid red;
}
.news-body .category_time .blog {
	color:var(--ink);
	border:1px solid var(--ink);
}
.news-body .info_block ul li span {
	color: #102B49;
	font-weight: bold;
}
.news-body .info_block .btn {
	text-align: center;
}




@media(max-width:680px) {
	.news-body .info_block th,
	.news-body .info_block td {
		width: 100%;
		display: block;
	}
}








