
:root{
  --navy:#2f5c77;
  --blue:#4a86a8;
  --blue-soft:#dfeef5;
  --mint:#52bfc0;
  --mint-soft:#e7f6f4;
  --warm:#f1eee2;
  --line:#d7e0e4;
  --text:#2f4956;
  --muted:#6f838d;
  --white:#fff;
  --bg:#fbfcfc;
  --container:1180px;
  --radius:24px;
  --shadow:0 20px 60px rgba(30,77,100,.12);
  --serif:'Noto Serif JP',serif;
  --sans:'Noto Sans JP',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);color:var(--text);background:var(--bg);line-height:1.9;font-size:15px;-webkit-text-size-adjust:100%}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea{font:inherit}
button{cursor:pointer}
main{overflow:hidden}
.l-container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section{padding:92px 0;position:relative}
.section--tint{background:var(--blue-soft)}
.section--warm{background:var(--warm)}
.c-kicker,.c-label{display:inline-flex;align-items:center;gap:8px;color:var(--mint);font-weight:700;letter-spacing:.08em;font-size:13px;text-transform:uppercase;margin:0 0 14px}
.c-kicker::before,.c-label::before{content:'';width:18px;height:10px;border-radius:999px;background:var(--mint)}
.c-section-title{font-family:var(--serif);font-size:34px;line-height:1.5;margin:0 0 18px;color:#2e4552}
.c-heading{position:relative;padding-top:28px;margin-bottom:38px}
.c-heading__bg{position:absolute;top:0;left:0;font-size:76px;line-height:1;font-weight:700;letter-spacing:.15em;color:rgba(255,255,255,.72);pointer-events:none}
.c-heading--left .c-heading__bg{left:0}
.c-script{font-family:'Times New Roman',serif;font-style:italic;color:var(--blue);margin:0 0 8px}
.c-btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;padding:15px 26px;min-width:170px;font-weight:700;transition:.25s ease;box-shadow:none}
.c-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(47,92,119,.14)}
.c-btn--blue{background:var(--navy);color:#fff}
.c-btn--accent{background:linear-gradient(90deg,#42c6c5,#6fd0bd);color:#fff}
.c-btn--sm{min-width:auto;padding:12px 20px;font-size:14px}
.c-textlink{display:inline-flex;gap:8px;align-items:center;color:var(--navy);font-weight:700;margin-top:20px}
.c-textlink::after{content:'→'}
.c-logo{display:flex;align-items:center;gap:12px}
.c-logo__mark{width:38px;height:38px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#d9f5ef 0 30%,transparent 31%), conic-gradient(from 180deg,#55c6c3,#8ad9c4,#7bbfda,#55c6c3)}
.c-logo__text{display:flex;flex-direction:column;line-height:1.2}
.c-logo__text strong{font-size:18px;color:var(--navy)}
.c-logo__text small{font-size:11px;color:var(--muted)}
.l-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid rgba(47,92,119,.06)}
.l-header__inner{width:min(calc(100% - 36px),1280px);margin-inline:auto;display:grid;grid-template-columns:auto 1fr auto auto;gap:24px;align-items:center;height:82px}
.l-nav{display:flex;justify-content:center;gap:26px;align-items:center}
.l-nav a{position:relative;padding:4px 0;color:#385a6d;font-size:14px}
.l-nav a::after{content:'';position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:var(--mint);transform:scaleX(0);transform-origin:center;transition:.25s}
.l-nav a:hover::after,.l-nav a.is-current::after{transform:scaleX(1)}
.l-header__cta{display:flex;align-items:center;gap:12px}
.l-header__tel{font-weight:700;color:var(--navy)}
.c-menu{display:none;width:44px;height:44px;border:none;background:none;padding:0;position:relative}
.c-menu span{position:absolute;left:10px;right:10px;height:2px;background:var(--navy);transition:.25s}.c-menu span:nth-child(1){top:14px}.c-menu span:nth-child(2){top:21px}.c-menu span:nth-child(3){top:28px}
.c-menu.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.c-menu.is-active span:nth-child(2){opacity:0}.c-menu.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.l-drawer{display:none;padding:18px 20px 28px;background:#fff;border-top:1px solid var(--line)}
.l-drawer a,.l-drawer button{display:block;width:100%;padding:14px 0;text-align:left}
.p-hero{position:relative;min-height:800px;display:grid;align-items:center;background:#ddd;overflow:hidden}
.p-hero__media,.p-subhero__media{position:absolute;inset:0}
.p-hero__media img,.p-subhero__media img{width:100%;height:100%;object-fit:cover}
.p-hero__overlay,.p-subhero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,64,81,.55),rgba(28,64,81,.18) 50%,rgba(255,255,255,.18))}
.p-hero__content{position:relative;z-index:1;color:#fff;padding:120px 0 120px;max-width:730px}
.p-hero__sub,.p-subhero__label{margin:0 0 16px;letter-spacing:.15em;color:#d6f5ef;font-size:13px;font-weight:700}
.p-hero h1{font-family:var(--serif);font-size:64px;line-height:1.28;margin:0 0 18px;text-shadow:0 10px 24px rgba(0,0,0,.18)}
.p-hero h1 span{color:#d8fff6}
.p-hero__text{font-size:17px;max-width:650px;margin:0 0 28px}
.p-hero__buttons{display:flex;gap:14px;flex-wrap:wrap}
.p-hero__schedule{position:absolute;right:max(20px,calc((100vw - var(--container)) / 2 + 20px));bottom:38px;z-index:2;background:rgba(255,255,255,.92);padding:24px 28px;border-radius:24px;box-shadow:var(--shadow);max-width:340px}
.p-hero__schedule h2{margin:0 0 12px;color:var(--navy);font-size:18px}.p-hero__schedule dl{margin:0;display:grid;gap:10px}.p-hero__schedule dl div{display:grid;grid-template-columns:90px 1fr;gap:10px;font-size:14px}.p-hero__schedule dt{font-weight:700;color:var(--navy)}.p-hero__schedule p{font-size:13px;color:var(--muted);margin:14px 0 0}
.p-subhero{position:relative;min-height:400px;display:grid;align-items:end;overflow:hidden}
.p-subhero__content{position:relative;z-index:1;color:#fff;padding:138px 0 60px;max-width:760px}
.p-subhero h1{font-family:var(--serif);font-size:46px;line-height:1.4;margin:0 0 12px}
.p-subhero p:last-child{margin-bottom:0}
.c-breadcrumb{display:flex;align-items:center;gap:10px;padding:18px 0;color:var(--muted);font-size:13px}
.p-intro__grid,.p-about__grid,.p-news__grid,.p-access__grid,.p-detail__intro,.p-featureline,.p-accesspage,.p-listpage,.p-clinicintro,.p-recruitpage__intro,.p-formbox,.p-info2col,.p-director{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.p-intro__image img,.p-about__card img,.p-news__aside img,.p-detail__intro-media img,.p-featureline__media img,.p-clinicintro__photo img,.p-director img{border-radius:30px;box-shadow:var(--shadow)}
.p-medical__grid,.c-cardgrid,.p-column__grid,.c-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.p-medical__grid{grid-template-columns:repeat(2,1fr)}
.c-servicecard a,.c-postcard,.c-infocard,.c-panel,.p-news__aside,.p-about__doctor,.p-access__panel,.c-featurebox,.c-list,.c-form,.c-article,.c-cta-large{background:#fff;border-radius:30px;box-shadow:var(--shadow)}
.c-servicecard a{display:block;overflow:hidden;height:100%}
.c-servicecard img{width:100%;aspect-ratio:16/10;object-fit:cover}.c-servicecard div{padding:22px 22px 26px}.c-servicecard h3{margin:0 0 8px;font-size:22px;color:var(--navy)}.c-servicecard p{margin:0;color:var(--muted)}
.p-feature__stack{display:grid;gap:30px}.c-featurebox{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;align-items:center}.c-featurebox--reverse{grid-template-columns:1fr 1fr}.c-featurebox--reverse .c-featurebox__text{order:2}.c-featurebox--reverse .c-featurebox__media{order:1}.c-featurebox__text{padding:42px}.c-featurebox__text h3{font-family:var(--serif);font-size:30px;line-height:1.55;margin:0 0 14px}.c-featurebox__media img{width:100%;height:100%;object-fit:cover;min-height:340px}
.p-about__card{display:grid;gap:20px}.p-about__doctor{padding:26px}.c-checklist,.c-ordered,.c-symptomgrid{padding-left:0;list-style:none;margin:18px 0 0}.c-checklist li{padding-left:28px;position:relative;margin-bottom:10px}.c-checklist li::before{content:'✓';position:absolute;left:0;top:0;color:var(--mint);font-weight:700}
.c-list{padding:18px 24px}.c-listitem{display:grid;grid-template-columns:120px 1fr;gap:22px;padding:18px 0;border-bottom:1px solid var(--line)}.c-listitem:last-child{border-bottom:none}.c-listitem time{font-size:13px;color:var(--muted)}.c-listitem a{font-weight:500}.c-list--large{padding:16px 28px}
.p-news__aside{padding:22px}.p-news__aside h3{font-size:24px;margin:16px 0 10px}.p-news__aside p{margin:0 0 18px}
.p-column__grid{grid-template-columns:repeat(3,1fr)}
.c-postcard{overflow:hidden}.c-postcard img{width:100%;aspect-ratio:16/11;object-fit:cover}.c-postcard__body{padding:20px 22px 24px}.c-postcard time{color:var(--muted);font-size:12px}.c-postcard h3{font-size:20px;line-height:1.5;margin:8px 0 10px}.c-postcard p{margin:0;color:var(--muted)}
.c-map{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:#dce6ea;min-height:320px}.c-map iframe{border:0;width:100%;height:100%;min-height:320px;display:block}.c-map--large iframe{min-height:420px}
.p-access__panel{padding:32px}.p-access__panel dl{display:grid;gap:16px;margin:0}.p-access__panel dl div{display:grid;grid-template-columns:110px 1fr;gap:18px;padding-bottom:14px;border-bottom:1px solid var(--line)}.p-access__panel dt{font-weight:700;color:var(--navy)}.p-access__buttons{display:grid;gap:14px;margin-top:24px}
.l-footer{background:var(--navy);color:#fff;padding:72px 0 26px;margin-top:0}.l-footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}.c-logo--footer .c-logo__text strong,.c-logo--footer .c-logo__text small{color:#fff}.l-footer__lead{color:rgba(255,255,255,.82)}.l-footer__cta{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}.l-footer__info{list-style:none;padding:0;margin:0;display:grid;gap:6px;color:rgba(255,255,255,.8)}.l-footer__menu{columns:2;list-style:none;padding:0;margin:0 0 24px;gap:0}.l-footer__menu li{margin-bottom:10px}.l-footer__photo{border-radius:24px;overflow:hidden}.l-footer__photo img{width:100%;aspect-ratio:16/11;object-fit:cover}.l-footer__copy{text-align:center;color:rgba(255,255,255,.7);font-size:12px;margin:26px 0 0}
.c-gallery figure{margin:0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.c-gallery figcaption{padding:14px 18px;font-weight:700}.c-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}
.c-symptomgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.c-symptomgrid li{background:#fff;padding:18px 18px 18px 44px;border-radius:20px;box-shadow:var(--shadow);position:relative}.c-symptomgrid li::before{content:'•';position:absolute;left:18px;top:18px;color:var(--mint);font-size:24px;line-height:1}
.c-cardgrid{margin-top:14px}.c-infocard{padding:26px}.c-infocard h3{margin:0 0 10px;color:var(--navy);font-size:22px}.c-infocard p{margin:0;color:var(--muted)}
.p-featureline__text,.p-clinicintro__main,.c-panel,.c-cta-large{padding:34px}.c-panel h2,.c-panel h3,.p-clinicintro__main h2,.p-featureline__text h2{margin-top:0}.c-ordered{counter-reset:n}.c-ordered li{counter-increment:n;padding-left:42px;position:relative;margin-bottom:12px}.c-ordered li::before{content:counter(n);position:absolute;left:0;top:0;width:28px;height:28px;border-radius:50%;background:var(--mint);color:#fff;display:grid;place-items:center;font-weight:700;font-size:14px}
.c-article{padding:44px;max-width:860px}.c-article time{color:var(--muted);font-size:13px}.c-article h1{font-family:var(--serif);font-size:38px;line-height:1.5;margin:8px 0 26px}.c-article h2{margin-top:32px;color:var(--navy);font-size:24px}.c-article img{margin:20px 0 24px;border-radius:24px}.c-article__cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.c-form{padding:32px;display:grid;gap:16px}.c-form label{display:grid;gap:8px;font-weight:700}.c-form input,.c-form textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid #cfe0e6;background:#fbfefe}
.c-cta-large{text-align:center}
.c-modal{position:fixed;inset:0;z-index:100;display:none}.c-modal.is-open{display:block}.c-modal__overlay{position:absolute;inset:0;background:rgba(17,36,45,.6)}.c-modal__dialog{position:relative;width:min(calc(100% - 32px),720px);margin:8vh auto 0;background:#fff;border-radius:32px;padding:34px;box-shadow:0 30px 80px rgba(12,31,41,.2)}
.c-modal__close{position:absolute;top:16px;right:18px;border:none;background:none;font-size:30px;line-height:1;color:var(--navy)}
.c-modal__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.c-cardlink{display:block;background:var(--blue-soft);border-radius:22px;padding:20px}.c-cardlink strong{display:block;font-size:18px;margin-bottom:10px;color:var(--navy)}.c-cardlink span{display:block;color:var(--mint);font-weight:700}.c-cardlink small{display:block;margin-top:8px;color:var(--muted)}
.p-about__doctor p,.p-clinicintro__main p,.p-featureline__text p,.c-panel p:last-child{margin-bottom:0}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
@media (max-width:1100px){
  .l-header__inner{grid-template-columns:auto 1fr auto;height:76px}.l-nav,.l-header__cta{display:none}.c-menu{display:block}.l-drawer.is-open{display:block}
  .p-hero{min-height:720px}.p-hero__schedule{position:relative;right:auto;bottom:auto;margin:0 auto 36px;width:min(calc(100% - 40px),540px)}
  .p-intro__grid,.p-about__grid,.p-news__grid,.p-access__grid,.p-detail__intro,.p-featureline,.p-accesspage,.p-listpage,.p-clinicintro,.p-recruitpage__intro,.p-formbox,.p-info2col,.p-director,.l-footer__grid,.c-featurebox{grid-template-columns:1fr}
  .c-featurebox--reverse .c-featurebox__text,.c-featurebox--reverse .c-featurebox__media{order:initial}
  .p-medical__grid,.p-column__grid,.c-cardgrid,.c-gallery,.c-symptomgrid{grid-template-columns:1fr 1fr}
  .c-modal__cards{grid-template-columns:1fr}
}
@media (max-width:767px){
  body{font-size:14px}.section{padding:68px 0}.l-container{width:min(calc(100% - 28px),var(--container))}
  .c-section-title{font-size:28px}.c-heading__bg{font-size:48px}.l-header__inner{width:calc(100% - 22px);gap:14px;height:66px}.c-logo__mark{width:32px;height:32px}.c-logo__text strong{font-size:15px}.c-logo__text small{font-size:10px}.l-drawer{padding:14px 16px 24px}
  .p-hero{min-height:auto;padding-top:66px}.p-hero__content{padding:62px 0 40px}.p-hero h1{font-size:40px}.p-hero__text{font-size:15px}.p-hero__buttons{display:grid;grid-template-columns:1fr}.p-hero__schedule{margin:0 14px 18px;width:auto;padding:20px}
  .p-subhero{min-height:300px}.p-subhero__content{padding:110px 0 42px}.p-subhero h1{font-size:32px}
  .p-medical__grid,.p-column__grid,.c-cardgrid,.c-gallery,.c-symptomgrid{grid-template-columns:1fr}
  .c-servicecard h3,.c-postcard h3,.c-infocard h3{font-size:20px}.c-featurebox__text{padding:28px}.c-featurebox__text h3{font-size:25px}.c-featurebox__media img{min-height:240px}
  .c-listitem{grid-template-columns:1fr;gap:4px}.p-access__panel{padding:24px}.p-access__panel dl div{grid-template-columns:1fr;gap:6px}
  .l-footer{padding-top:56px}.l-footer__cta{display:grid}.l-footer__menu{columns:1}.c-article{padding:28px 20px}.c-article h1{font-size:30px}.c-modal__dialog{margin-top:4vh;padding:28px 20px;border-radius:24px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}


/* =========================================================
   v2 refinement: 見出し可読性 / FV演出 / SP導線改善
   ========================================================= */
.c-heading{isolation:isolate;overflow:visible;min-height:112px;padding-top:40px}
.c-heading__bg{z-index:0;color:rgba(74,134,168,.12)!important;text-shadow:none;mix-blend-mode:multiply;white-space:nowrap;transform:translateY(-8px)}
.section--tint .c-heading__bg{color:rgba(255,255,255,.68)!important;mix-blend-mode:normal}
.section--warm .c-heading__bg{color:rgba(74,134,168,.13)!important;mix-blend-mode:multiply}
.c-heading > :not(.c-heading__bg){position:relative;z-index:2}
.c-kicker{background:rgba(255,255,255,.82);padding:4px 12px;border-radius:999px;box-shadow:0 8px 20px rgba(33,81,102,.06)}
.section--tint .c-kicker,.section--warm .c-kicker{background:rgba(255,255,255,.7)}

.p-hero{min-height:100svh;align-items:end;background:#eff7f8}
.p-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,252,252,.92) 0%,rgba(237,249,250,.72) 36%,rgba(237,249,250,.24) 66%,rgba(255,255,255,.12) 100%);z-index:1}
.p-hero__media img{animation:heroZoom 11s ease-out both;filter:saturate(1.02) contrast(1.02)}
.p-hero__overlay{display:none}
.p-hero__content{color:var(--text);padding:150px 0 170px;max-width:780px;animation:heroTextIn .95s cubic-bezier(.22,.72,.22,1) both .15s}
.p-hero__sub{color:var(--mint);letter-spacing:.24em;font-weight:500;font-size:12px}
.p-hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(44px,5.2vw,76px);letter-spacing:.06em;line-height:1.32;margin-bottom:22px;text-shadow:none;color:#26495b}
.p-hero h1 span{color:var(--blue);font-weight:400}
.p-hero__text{color:#46616f;background:rgba(255,255,255,.62);padding:18px 22px;border-radius:22px;backdrop-filter:blur(8px);box-shadow:0 14px 40px rgba(47,92,119,.08)}
.p-hero__buttons .c-btn{box-shadow:0 16px 34px rgba(47,92,119,.18)}
.p-hero__schedule{backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.7);animation:heroCardIn .9s cubic-bezier(.22,.72,.22,1) both .45s}
@keyframes heroZoom{from{transform:scale(1.08)}to{transform:scale(1)}}
@keyframes heroTextIn{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
@keyframes heroCardIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}

.p-about{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7f7ec 0%,#e8f5f4 100%)}
.p-about::before{content:"ABOUT";position:absolute;left:-.04em;top:18px;font-size:clamp(90px,15vw,210px);line-height:1;font-weight:700;letter-spacing:.12em;color:rgba(47,92,119,.055);pointer-events:none}
.p-about__grid{grid-template-columns:.86fr 1.14fr;align-items:stretch;gap:56px;position:relative;z-index:1}
.p-about__text{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.7);border-radius:34px;padding:46px;box-shadow:var(--shadow);backdrop-filter:blur(10px);align-self:center}
.p-about__card{position:relative;display:block}
.p-about__card > img{width:100%;height:470px;object-fit:cover;border-radius:120px 0 34px 34px;box-shadow:var(--shadow)}
.p-about__doctor{position:relative;margin:-86px 32px 0;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.76);backdrop-filter:blur(12px);border-radius:30px;padding:28px 30px;box-shadow:0 22px 60px rgba(47,92,119,.16)}
.p-news{background:#fff}
.p-news__grid{grid-template-columns:1.25fr .75fr;align-items:stretch;gap:44px}
.p-news .c-heading{margin-bottom:18px}
.p-news .c-list{box-shadow:none;border-radius:0;background:transparent;padding:0}
.p-news .c-listitem{grid-template-columns:120px 1fr;border-bottom:1px solid #dbe7eb;padding:20px 0;transition:.25s ease}
.p-news .c-listitem:hover{padding-left:14px;background:linear-gradient(90deg,rgba(223,238,245,.55),transparent)}
.p-news .c-listitem time{color:var(--blue);font-weight:700}
.p-news__aside{border-radius:36px;background:linear-gradient(145deg,#e5f6f4,#fff);position:relative;overflow:hidden;padding:28px;box-shadow:0 24px 70px rgba(33,81,102,.14)}
.p-news__aside::after{content:"RECRUIT";position:absolute;right:-10px;bottom:-8px;font-size:64px;letter-spacing:.12em;font-weight:700;color:rgba(74,134,168,.10);line-height:1}
.p-news__aside img{border-radius:30px;height:220px;width:100%;object-fit:cover;position:relative;z-index:1}
.p-news__aside h3,.p-news__aside p,.p-news__aside a{position:relative;z-index:1}

.c-floating-cta{position:fixed;right:22px;bottom:22px;z-index:70;display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.c-floating-cta a,.c-floating-cta button{width:82px;height:82px;border-radius:999px;border:none;display:grid;place-items:center;text-align:center;color:#fff;box-shadow:0 14px 36px rgba(38,73,91,.22);transition:.25s ease;text-decoration:none;padding:0}
.c-floating-cta span{display:block;font-size:11px;letter-spacing:.08em;line-height:1}.c-floating-cta strong{display:block;font-size:16px;line-height:1.15;margin-top:3px}.c-floating-cta__tel{background:var(--navy)}.c-floating-cta__reserve{background:linear-gradient(135deg,#43c4c3,#79d4bd)}
.c-floating-cta a:hover,.c-floating-cta button:hover{transform:translateY(-2px) scale(1.03)}
.c-floating-cta__tel strong{font-size:12px;letter-spacing:0}

.p-subhero__overlay{background:linear-gradient(90deg,rgba(247,252,253,.88),rgba(233,247,247,.56) 52%,rgba(255,255,255,.08))}
.p-subhero__content{color:var(--text)}
.p-subhero__label{color:var(--mint)}
.p-subhero h1{font-weight:400;color:#294b5f;text-shadow:none}
.p-subhero__content p:last-child{color:#4c6672;background:rgba(255,255,255,.58);display:inline-block;padding:10px 16px;border-radius:18px}

@media (max-width:1100px){
  .l-header__inner{grid-template-columns:auto 1fr auto}.c-menu{justify-self:end;grid-column:3}.l-drawer{position:absolute;top:76px;left:16px;right:16px;border-radius:0 0 24px 24px;box-shadow:0 18px 50px rgba(33,81,102,.12)}
  .l-drawer a{padding:13px 10px;border-bottom:1px solid #e5eef2}.l-drawer .c-btn{display:flex!important;justify-content:center;text-align:center;width:100%;margin:14px auto 0;padding:15px 18px;max-width:320px}
  .p-about__grid,.p-news__grid{grid-template-columns:1fr}.p-about__card > img{height:360px;border-radius:70px 0 30px 30px}.p-about__text{padding:34px}.p-news__aside img{height:260px}
}
@media (max-width:767px){
  .c-heading{min-height:82px;padding-top:26px}.c-heading__bg{font-size:42px;letter-spacing:.08em;transform:translateY(-2px);color:rgba(74,134,168,.16)!important}.section--tint .c-heading__bg{color:rgba(255,255,255,.74)!important}
  .c-kicker{font-size:12px;padding:3px 10px}.c-section-title{font-size:25px;line-height:1.55}
  .p-hero{min-height:100svh;padding-top:66px;align-items:end}.p-hero__media::after{background:linear-gradient(180deg,rgba(249,253,253,.72) 0%,rgba(249,253,253,.54) 35%,rgba(249,253,253,.88) 78%,#fbfcfc 100%)}
  .p-hero__content{padding:54px 0 24px}.p-hero__sub{font-size:11px;letter-spacing:.16em}.p-hero h1{font-size:clamp(31px,9vw,42px);line-height:1.42;letter-spacing:.04em;margin-bottom:14px}.p-hero__text{font-size:13px;line-height:1.85;padding:14px 16px;border-radius:18px;margin-bottom:18px}.p-hero__buttons{display:none}.p-hero__schedule{display:none}
  .p-subhero__overlay{background:linear-gradient(180deg,rgba(247,252,253,.66),rgba(247,252,253,.92))}.p-subhero__content p:last-child{font-size:13px;line-height:1.75}
  .l-header__inner{grid-template-columns:auto 1fr 44px}.c-menu{justify-self:end}.l-drawer{top:66px;left:12px;right:12px;padding:12px 16px 18px}.l-drawer .c-btn{margin-left:auto;margin-right:auto;max-width:280px;text-align:center;align-items:center;justify-content:center}
  .p-about__text{padding:28px 22px}.p-about__card > img{height:280px;border-radius:48px 0 26px 26px}.p-about__doctor{margin:-48px 14px 0;padding:22px}.p-about::before{font-size:76px;top:28px}
  .p-news .c-listitem{grid-template-columns:1fr;gap:2px;padding:16px 0}.p-news__aside{padding:22px}.p-news__aside img{height:190px}
  .c-floating-cta{right:14px;bottom:16px;gap:8px}.c-floating-cta a,.c-floating-cta button{width:68px;height:68px}.c-floating-cta strong{font-size:14px}.c-floating-cta__tel strong{font-size:10px}.c-floating-cta span{font-size:10px}
}


/* =========================================================
   v3 refinement: FV位置・診療時間・SP最適化・CTA改善・リッチ演出
   ========================================================= */
:root{--heading-bg-size:clamp(78px,10vw,148px)}
.c-heading{min-height:clamp(92px,12vw,148px);padding-top:clamp(34px,4vw,54px)}
.c-heading__bg{font-size:var(--heading-bg-size)!important;letter-spacing:.11em!important;color:rgba(74,134,168,.105)!important;transform:none!important;line-height:.9!important}
.section--tint .c-heading__bg{color:rgba(255,255,255,.76)!important}
.section--warm .c-heading__bg{color:rgba(74,134,168,.11)!important}
.c-heading > .c-kicker{margin-top:6px}
.p-about::before{font-size:var(--heading-bg-size);letter-spacing:.11em;color:rgba(74,134,168,.09);top:54px;left:max(18px,calc((100vw - var(--container)) / 2));}

/* PC first view: text top-left and schedule separated */
.p-hero{min-height:100svh;align-items:start;display:block;isolation:isolate}
.p-hero__media::after{background:linear-gradient(105deg,rgba(249,253,253,.94) 0%,rgba(241,250,251,.74) 37%,rgba(241,250,251,.22) 68%,rgba(255,255,255,.02) 100%)}
.p-hero__content{position:relative;z-index:2;padding-top:clamp(122px,14vh,160px);padding-bottom:60px;max-width:640px;margin-left:max(20px,calc((100vw - var(--container)) / 2));margin-right:0;animation:heroSlideText 1.05s cubic-bezier(.2,.75,.2,1) both .12s}
.p-hero__sub{display:inline-flex;background:rgba(255,255,255,.7);padding:6px 14px;border-radius:999px;box-shadow:0 10px 28px rgba(47,92,119,.08)}
.p-hero h1{font-size:clamp(42px,4.4vw,68px);line-height:1.34;letter-spacing:.055em}
.p-hero__text{max-width:560px}
.p-hero__schedule{right:max(26px,calc((100vw - var(--container)) / 2));bottom:42px;top:auto;max-width:410px;width:410px;padding:26px 28px 24px;z-index:3}
.p-hero__schedule dl{gap:0;background:#fff;border:1px solid #dbe8ec;border-radius:18px;overflow:hidden}
.p-hero__schedule dl div{display:grid;grid-template-columns:128px 1fr;gap:0;font-size:14px;border-bottom:1px solid #dbe8ec;background:#fff}
.p-hero__schedule dl div:last-child{border-bottom:0}
.p-hero__schedule dt{background:linear-gradient(135deg,#e7f6f4,#dfeef5);padding:11px 12px;display:flex;align-items:center;color:#2f5c77}
.p-hero__schedule dd{margin:0;padding:11px 14px;display:flex;align-items:center;color:#405c6a}
.p-hero__schedule p{padding-left:2px}
@keyframes heroSlideText{from{opacity:0;transform:translateX(-28px)}to{opacity:1;transform:none}}

/* floating CTA: circular, no overflow, always above header/drawer */
.c-floating-cta{z-index:180;right:22px;bottom:24px;filter:drop-shadow(0 18px 34px rgba(38,73,91,.18))}
.c-floating-cta a,.c-floating-cta button{width:72px;height:72px;overflow:hidden;isolation:isolate;position:relative}
.c-floating-cta a::before,.c-floating-cta button::before{content:"";position:absolute;inset:-35%;background:radial-gradient(circle,rgba(255,255,255,.34),transparent 48%);transform:translate(-34%, -34%);transition:.35s}
.c-floating-cta a:hover::before,.c-floating-cta button:hover::before{transform:translate(16%,16%)}
.c-floating-cta span{font-size:10px;letter-spacing:.14em;line-height:1;margin-bottom:3px;position:relative;z-index:1}
.c-floating-cta strong{font-size:16px!important;line-height:1.05;letter-spacing:.02em;position:relative;z-index:1;white-space:nowrap}
.c-floating-cta__reserve strong{font-size:15px!important}

/* rich hover / entrance */
.c-servicecard a,.c-postcard,.c-featurebox,.p-about__text,.p-news__aside,.c-infocard,.c-panel{transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease}
.c-servicecard a:hover,.c-postcard:hover,.c-featurebox:hover,.p-news__aside:hover,.c-infocard:hover{transform:translateY(-6px);box-shadow:0 28px 78px rgba(33,81,102,.18)}
.c-servicecard img,.c-postcard img,.c-featurebox__media img,.p-intro__image img,.p-about__card>img{transition:transform .8s cubic-bezier(.2,.75,.2,1),filter .8s ease}
.c-servicecard a:hover img,.c-postcard:hover img,.c-featurebox:hover img,.p-intro__image:hover img,.p-about__card:hover>img{transform:scale(1.045);filter:saturate(1.05)}
.c-servicecard,.c-postcard,.c-featurebox,.p-about__text,.p-about__card,.p-news__aside,.c-listitem{animation:softUp .7s ease both;animation-delay:calc(var(--i,0) * .06s)}
@keyframes softUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}

@media (max-width:1100px){
  .p-hero{min-height:100svh;display:grid;align-items:start;padding-top:76px}
  .p-hero__content{margin-inline:auto;width:min(calc(100% - 40px),var(--container));padding-top:54px;max-width:620px}
  .p-hero__schedule{position:relative;right:auto;bottom:auto;width:min(calc(100% - 40px),560px);max-width:560px;margin:0 auto 34px}
}

@media (max-width:767px){
  :root{--heading-bg-size:clamp(46px,14vw,66px)}
  body{padding-bottom:0}
  .l-header{z-index:120}.l-header__inner{grid-template-columns:minmax(0,1fr) 44px;height:64px}.c-logo{min-width:0}.c-logo__text strong{font-size:14px;white-space:nowrap}.c-logo__text small{display:none}.c-menu{grid-column:2;justify-self:end;margin-left:auto}
  .l-drawer{z-index:140;top:64px;left:10px;right:10px;padding:14px;border-radius:0 0 24px 24px}.l-drawer a{padding:12px 10px}.l-drawer .c-btn{width:calc(100% - 16px);max-width:280px;margin:16px auto 4px;text-align:center;justify-content:center;padding:14px 20px;border-radius:999px}

  .p-hero{min-height:100svh;padding-top:64px;display:block;background:#f7fbfc}
  .p-hero__media img{object-position:center center}
  .p-hero__media::after{background:linear-gradient(180deg,rgba(250,254,254,.96) 0%,rgba(250,254,254,.80) 30%,rgba(250,254,254,.38) 56%,rgba(250,254,254,.72) 100%)}
  .p-hero__content{width:calc(100% - 32px);margin:0 auto;padding:28px 0 0;max-width:420px;color:#294b5f}
  .p-hero__sub{font-size:9px;letter-spacing:.13em;padding:4px 9px;margin-bottom:8px;background:rgba(255,255,255,.78)}
  .p-hero h1{font-size:clamp(24px,7vw,30px);line-height:1.42;letter-spacing:.03em;margin:0 0 10px;max-width:300px}
  .p-hero__text{font-size:12px;line-height:1.7;max-width:320px;padding:10px 12px;border-radius:16px;margin:0;background:rgba(255,255,255,.72)}
  .p-hero__buttons{display:none!important}
  .p-hero__schedule{display:block!important;position:absolute;left:16px;right:16px;bottom:94px;width:auto;max-width:none;margin:0;padding:14px;border-radius:20px;background:rgba(255,255,255,.88);box-shadow:0 16px 42px rgba(33,81,102,.14)}
  .p-hero__schedule h2{font-size:14px;margin:0 0 8px;text-align:left}
  .p-hero__schedule dl{border-radius:14px}
  .p-hero__schedule dl div{grid-template-columns:88px 1fr;font-size:11px}
  .p-hero__schedule dt{padding:7px 8px}.p-hero__schedule dd{padding:7px 9px;line-height:1.45}
  .p-hero__schedule p{display:none}

  .c-floating-cta{right:12px;bottom:12px;gap:8px;z-index:190}.c-floating-cta a,.c-floating-cta button{width:58px;height:58px}.c-floating-cta span{font-size:8px;letter-spacing:.1em;margin-bottom:2px}.c-floating-cta strong{font-size:13px!important}.c-floating-cta__reserve strong{font-size:12px!important}

  .c-heading{min-height:78px;padding-top:30px;margin-bottom:24px}.c-heading__bg{font-size:var(--heading-bg-size)!important;letter-spacing:.07em!important;color:rgba(74,134,168,.13)!important}.section--tint .c-heading__bg{color:rgba(255,255,255,.78)!important}.c-heading > .c-kicker{margin-top:0}
  .p-about::before{font-size:var(--heading-bg-size);left:14px;top:42px;color:rgba(74,134,168,.10)}
  .p-news .c-listitem:hover{padding-left:0}
}


/* =========================================================
   v4 refinement: PC FV one-line, larger schedule/CTA, richer motion
   ========================================================= */
@media (min-width:1101px){
  .p-hero__content{
    max-width:760px;
    padding-top:clamp(108px,12vh,138px);
  }
  .p-hero h1{
    font-size:clamp(44px,4.15vw,66px);
    line-height:1.32;
    letter-spacing:.045em;
    max-width:760px;
  }
  .p-hero h1 span{
    white-space:nowrap;
    display:inline-block;
  }
  .p-hero__text{
    max-width:620px;
  }
  .p-hero__schedule{
    width:500px;
    max-width:500px;
    padding:30px 34px 28px;
    right:max(28px,calc((100vw - var(--container)) / 2));
    bottom:52px;
    border-radius:30px;
  }
  .p-hero__schedule h2{
    font-size:21px;
    margin-bottom:14px;
  }
  .p-hero__schedule dl div{
    grid-template-columns:150px 1fr;
    font-size:15px;
  }
  .p-hero__schedule dt,
  .p-hero__schedule dd{
    padding:14px 16px;
  }
  .p-hero__schedule p{
    font-size:14px;
    margin-top:16px;
  }
}

/* Floating CTA v4: bigger and action-oriented */
.c-floating-cta{
  right:28px!important;
  bottom:30px!important;
  gap:12px!important;
  z-index:240!important;
  animation:ctaFloat 4.8s ease-in-out infinite;
}
.c-floating-cta a,
.c-floating-cta button{
  width:102px!important;
  height:102px!important;
  border:2px solid rgba(255,255,255,.72)!important;
  box-shadow:0 22px 48px rgba(38,73,91,.28)!important;
}
.c-floating-cta span{
  font-size:11px!important;
  letter-spacing:.16em!important;
  margin-bottom:5px!important;
}
.c-floating-cta strong,
.c-floating-cta__reserve strong,
.c-floating-cta__tel strong{
  font-size:17px!important;
  line-height:1.18!important;
  letter-spacing:.02em!important;
  white-space:normal!important;
}
.c-floating-cta a:hover,
.c-floating-cta button:hover{
  transform:translateY(-5px) scale(1.04)!important;
}
.c-floating-cta__tel{
  background:linear-gradient(135deg,#2f5c77,#4a86a8)!important;
}
.c-floating-cta__reserve{
  background:linear-gradient(135deg,#35babb,#7bd6bf)!important;
}
@keyframes ctaFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
}

/* More elegant motion and floating depth */
.p-hero__media img{
  animation:heroZoom 14s ease-out both, heroBreath 9s ease-in-out infinite alternate!important;
}
.p-hero__schedule{
  animation:heroCardIn .9s cubic-bezier(.22,.72,.22,1) both .45s, cardFloat 5.8s ease-in-out infinite 1.2s!important;
}
.c-servicecard a,
.c-postcard,
.c-featurebox,
.p-about__card,
.p-news__aside,
.c-infocard,
.c-panel,
.p-intro__image img,
.p-detail__intro-media img,
.p-featureline__media img{
  will-change:transform;
}
.c-servicecard a:hover,
.c-postcard:hover,
.c-featurebox:hover,
.p-about__card:hover,
.p-news__aside:hover,
.c-infocard:hover,
.c-panel:hover{
  transform:translateY(-10px)!important;
  box-shadow:0 34px 84px rgba(33,81,102,.20)!important;
}
.c-featurebox:nth-child(odd),
.c-servicecard:nth-child(odd) a,
.c-postcard:nth-child(odd){
  animation:softUp .8s ease both, gentleFloat 7.2s ease-in-out infinite 1.5s;
}
.c-featurebox:nth-child(even),
.c-servicecard:nth-child(even) a,
.c-postcard:nth-child(even){
  animation:softUp .8s ease both, gentleFloatReverse 8s ease-in-out infinite 1.7s;
}
.c-heading__bg{
  animation:headingDrift 9s ease-in-out infinite alternate;
}
@keyframes heroBreath{
  from{transform:scale(1.02)}
  to{transform:scale(1.075)}
}
@keyframes cardFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
@keyframes gentleFloat{
  0%,100%{translate:0 0}
  50%{translate:0 -5px}
}
@keyframes gentleFloatReverse{
  0%,100%{translate:0 0}
  50%{translate:0 5px}
}
@keyframes headingDrift{
  from{transform:translateX(0)}
  to{transform:translateX(8px)}
}

@media (max-width:1100px){
  .c-floating-cta{
    right:18px!important;
    bottom:18px!important;
    gap:10px!important;
  }
  .c-floating-cta a,
  .c-floating-cta button{
    width:86px!important;
    height:86px!important;
  }
  .c-floating-cta span{font-size:10px!important;margin-bottom:4px!important}
  .c-floating-cta strong,
  .c-floating-cta__reserve strong,
  .c-floating-cta__tel strong{font-size:15px!important;line-height:1.16!important}
}

@media (max-width:767px){
  .p-hero__content{
    padding-top:26px;
    max-width:390px;
  }
  .p-hero h1{
    font-size:clamp(22px,6.4vw,28px)!important;
    line-height:1.42!important;
    max-width:300px;
  }
  .p-hero h1 span{
    white-space:nowrap;
    display:inline-block;
  }
  .p-hero__text{
    max-width:310px;
  }
  .p-hero__schedule{
    bottom:112px;
  }
  .c-floating-cta{
    right:12px!important;
    bottom:14px!important;
    gap:8px!important;
  }
  .c-floating-cta a,
  .c-floating-cta button{
    width:74px!important;
    height:74px!important;
  }
  .c-floating-cta span{
    font-size:8px!important;
    letter-spacing:.12em!important;
    margin-bottom:3px!important;
  }
  .c-floating-cta strong,
  .c-floating-cta__reserve strong,
  .c-floating-cta__tel strong{
    font-size:12px!important;
    line-height:1.18!important;
  }
  .c-floating-cta__reserve strong{font-size:11.5px!important}
}

@media (prefers-reduced-motion:reduce){
  .c-floating-cta,.p-hero__media img,.p-hero__schedule,.c-featurebox:nth-child(odd),.c-featurebox:nth-child(even),.c-servicecard:nth-child(odd) a,.c-servicecard:nth-child(even) a,.c-postcard:nth-child(odd),.c-postcard:nth-child(even),.c-heading__bg{animation:none!important}
}


/* =========================================================
   v5 refinement: clean floating CTA, FV slider, PC one-line text,
   fixed schedule motion, footer CTA visibility, SEO-friendly readable layout
   ========================================================= */
.p-hero-slider img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform:none!important;
  animation:none!important;
  transition:opacity 1.25s ease, filter 1.25s ease;
  filter:saturate(1.02) contrast(1.01);
}
.p-hero-slider img.is-active{
  opacity:1;
}
.p-hero__media img{
  animation:none!important;
  transform:none!important;
}
.p-hero__schedule{
  animation:heroCardIn .9s cubic-bezier(.22,.72,.22,1) both .45s!important;
}
@media (min-width:1101px){
  .p-hero__content{
    max-width:820px!important;
  }
  .p-hero__text{
    max-width:760px!important;
    width:max-content;
    white-space:nowrap;
    font-size:16px;
  }
  .p-hero h1{
    max-width:820px!important;
  }
}
.c-floating-cta{
  right:28px!important;
  bottom:28px!important;
  gap:12px!important;
  animation:ctaPulse 5.4s ease-in-out infinite!important;
}
.c-floating-cta a,
.c-floating-cta button{
  width:110px!important;
  height:58px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.75)!important;
  box-shadow:0 18px 46px rgba(38,73,91,.25)!important;
}
.c-floating-cta span{display:none!important}
.c-floating-cta strong,
.c-floating-cta__reserve strong,
.c-floating-cta__tel strong{
  font-size:15px!important;
  line-height:1!important;
  letter-spacing:.04em!important;
  white-space:nowrap!important;
}
@keyframes ctaPulse{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
.l-footer__cta .c-btn,
.l-footer__cta a,
.l-footer__cta button{
  min-width:190px;
  min-height:54px;
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}
.l-footer__cta .c-btn--blue{
  background:#fff!important;
  color:var(--navy)!important;
}
.l-footer__cta .c-btn--accent{
  background:linear-gradient(135deg,#4cc8c6,#8ad9c4)!important;
  color:#fff!important;
}
@media (max-width:767px){
  .c-floating-cta{
    right:12px!important;
    bottom:14px!important;
    gap:8px!important;
    flex-direction:column!important;
  }
  .c-floating-cta a,
  .c-floating-cta button{
    width:88px!important;
    height:46px!important;
    padding:0 10px!important;
  }
  .c-floating-cta strong,
  .c-floating-cta__reserve strong,
  .c-floating-cta__tel strong{
    font-size:13px!important;
    letter-spacing:.02em!important;
  }
  .p-hero__text{
    white-space:normal!important;
    width:auto!important;
  }
  .l-footer__cta{
    display:grid!important;
    gap:12px!important;
  }
  .l-footer__cta .c-btn,
  .l-footer__cta a,
  .l-footer__cta button{
    width:100%;
    min-width:0;
    min-height:56px;
  }
}
@media (prefers-reduced-motion:reduce){
  .p-hero-slider img,.c-floating-cta{transition:none!important;animation:none!important}
}


/* =========================================================
   v6 refinement: ABOUT hover artifact removed, mobile schedule,
   home FV label removed, mobile reservation modal compact
   ========================================================= */
/* Home first-view English label is intentionally hidden/removed */
.p-hero__sub{display:none!important;}

/* ABOUT section: remove unwanted hover frame/box artifact */
.p-about__text,
.p-about__card,
.p-about__doctor{
  animation:none!important;
}
.p-about__text::before,
.p-about__text::after,
.p-about__card::before,
.p-about__card::after,
.p-about__doctor::before,
.p-about__doctor::after{
  display:none!important;
  content:none!important;
}
.p-about__text:hover,
.p-about__card:hover,
.p-about__doctor:hover{
  transform:none!important;
}
.p-about__card:hover > img,
.p-about__card > img:hover{
  transform:none!important;
  filter:none!important;
}
.p-about .c-textlink:hover{
  background:transparent!important;
  box-shadow:none!important;
}

@media (max-width:767px){
  /* FV copy moves up, English label removed, schedule made clearer */
  .p-hero__content{
    padding-top:24px!important;
  }
  .p-hero h1{
    font-size:clamp(22px,6.2vw,28px)!important;
    line-height:1.38!important;
    max-width:290px!important;
  }
  .p-hero__text{
    font-size:12px!important;
    line-height:1.65!important;
    max-width:315px!important;
    padding:10px 12px!important;
  }
  .p-hero__schedule{
    left:14px!important;
    right:14px!important;
    bottom:112px!important;
    padding:14px!important;
    border-radius:20px!important;
    background:rgba(255,255,255,.92)!important;
  }
  .p-hero__schedule h2{
    font-size:15px!important;
    margin-bottom:10px!important;
  }
  .p-hero__schedule dl{
    display:grid!important;
    gap:8px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    overflow:visible!important;
  }
  .p-hero__schedule dl div{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    border:1px solid #d9e8ec!important;
    border-radius:14px!important;
    overflow:hidden!important;
    background:#fff!important;
    font-size:12px!important;
  }
  .p-hero__schedule dt{
    display:block!important;
    padding:7px 10px!important;
    background:linear-gradient(135deg,#e7f6f4,#dfeef5)!important;
    color:#2f5c77!important;
    font-weight:700!important;
    line-height:1.4!important;
  }
  .p-hero__schedule dd{
    display:block!important;
    padding:8px 10px!important;
    background:#fff!important;
    color:#344f5e!important;
    line-height:1.45!important;
    margin:0!important;
  }

  /* Reservation modal: prevent overflow/cut-off on mobile */
  .c-modal{
    padding:0!important;
  }
  .c-modal__dialog{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin:12px auto!important;
    max-height:calc(100svh - 24px)!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    padding:22px 16px 18px!important;
    border-radius:22px!important;
  }
  .c-modal__close{
    top:10px!important;
    right:12px!important;
    font-size:26px!important;
  }
  .c-modal h2{
    font-size:22px!important;
    line-height:1.35!important;
    margin:4px 0 8px!important;
  }
  .c-modal p{
    font-size:13px!important;
    line-height:1.65!important;
    margin-bottom:10px!important;
  }
  .c-modal__cards{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:12px!important;
  }
  .c-cardlink{
    padding:14px 16px!important;
    border-radius:16px!important;
  }
  .c-cardlink strong{
    font-size:15px!important;
    margin-bottom:5px!important;
  }
  .c-cardlink span{
    font-size:13px!important;
  }
  .c-cardlink small{
    font-size:11px!important;
    line-height:1.5!important;
    margin-top:4px!important;
  }
}

/* =========================================================
   v7 refinement: mobile FV image-first, schedule below image,
   ABOUT hover color removed, animated circular hero lines
   ========================================================= */

/* FV decorative moving circle rings like the reference design */
.p-hero{position:relative;overflow:hidden;}
.p-hero::before,
.p-hero::after{
  content:"";
  position:absolute;
  pointer-events:none;
  z-index:2;
  border:1px solid rgba(82,191,192,.46);
  border-radius:50%;
  mix-blend-mode:multiply;
}
.p-hero::before{
  width:420px;
  height:420px;
  left:clamp(18px,5vw,82px);
  top:clamp(110px,16vh,170px);
  animation:heroRingRotate 24s linear infinite;
}
.p-hero::after{
  width:300px;
  height:300px;
  left:clamp(86px,12vw,190px);
  top:clamp(210px,30vh,320px);
  border-color:rgba(74,134,168,.34);
  animation:heroRingFloat 13s ease-in-out infinite alternate;
}
.p-hero__content{z-index:4;}
.p-hero__schedule{z-index:5;}
.p-hero::before{box-shadow:0 0 0 1px rgba(255,255,255,.28) inset;}
@keyframes heroRingRotate{
  from{transform:rotate(0deg) translate3d(0,0,0)}
  to{transform:rotate(360deg) translate3d(0,0,0)}
}
@keyframes heroRingFloat{
  from{transform:translate3d(0,0,0) rotate(-8deg)}
  to{transform:translate3d(18px,-22px,0) rotate(12deg)}
}

/* no zoom animation: only soft fade slider */
.p-hero__media img,
.p-hero-slider img{
  animation:none!important;
  transform:none!important;
}
.p-hero-slider img{
  transition:opacity 1.55s ease-in-out!important;
}

/* ABOUT image/card: remove hover color/overlay/scale artifact completely */
.p-about__card,
.p-about__card:hover,
.p-about__card:focus-within,
.p-about__card > img,
.p-about__card > img:hover{
  transform:none!important;
  filter:none!important;
  background:transparent!important;
  transition:none!important;
}
.p-about__card:hover,
.p-about__card:focus-within{
  box-shadow:none!important;
  border-color:transparent!important;
}
.p-about__card::before,
.p-about__card::after,
.p-about__card > img::before,
.p-about__card > img::after{
  content:none!important;
  display:none!important;
}

/* PC: schedule should not float, but can enter softly */
@media (min-width:1101px){
  .p-hero__schedule{
    animation:heroCardIn .9s cubic-bezier(.22,.72,.22,1) both .45s!important;
  }
}

@media (max-width:767px){
  /* Mobile: show the FV image first, then put clinic hours below the image */
  .p-hero{
    display:block!important;
    min-height:auto!important;
    padding-top:64px!important;
    background:#fbfcfc!important;
    overflow:visible!important;
  }
  .p-hero__media{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    width:100%!important;
    height:72svh!important;
    min-height:460px!important;
    max-height:620px!important;
    overflow:hidden!important;
    border-radius:0 0 34px 34px!important;
  }
  .p-hero__media::after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    background:linear-gradient(180deg,rgba(255,255,255,.74) 0%,rgba(255,255,255,.38) 36%,rgba(255,255,255,.10) 68%,rgba(255,255,255,.30) 100%)!important;
    pointer-events:none!important;
  }
  .p-hero-slider img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .p-hero__content{
    position:absolute!important;
    top:92px!important;
    left:18px!important;
    right:18px!important;
    width:auto!important;
    max-width:330px!important;
    margin:0!important;
    padding:0!important;
    color:#294b5f!important;
    z-index:6!important;
  }
  .p-hero h1{
    font-size:clamp(23px,6.8vw,31px)!important;
    line-height:1.42!important;
    letter-spacing:.035em!important;
    margin:0 0 10px!important;
    max-width:300px!important;
  }
  .p-hero h1 span{
    white-space:normal!important;
  }
  .p-hero__text{
    font-size:12px!important;
    line-height:1.7!important;
    max-width:318px!important;
    padding:10px 12px!important;
    border-radius:16px!important;
    margin:0!important;
    color:#385767!important;
    background:rgba(255,255,255,.74)!important;
    backdrop-filter:blur(8px)!important;
  }
  .p-hero::before{
    width:230px!important;
    height:230px!important;
    left:-54px!important;
    top:126px!important;
    z-index:5!important;
    border-color:rgba(82,191,192,.48)!important;
  }
  .p-hero::after{
    width:160px!important;
    height:160px!important;
    left:98px!important;
    top:246px!important;
    z-index:5!important;
    border-color:rgba(74,134,168,.34)!important;
  }
  .p-hero__schedule{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    top:auto!important;
    width:calc(100% - 28px)!important;
    max-width:520px!important;
    margin:18px auto 44px!important;
    padding:18px!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:0 18px 46px rgba(33,81,102,.13)!important;
    transform:none!important;
    animation:none!important;
  }
  .p-hero__schedule h2{
    font-size:17px!important;
    margin:0 0 12px!important;
    color:#2f5c77!important;
  }
  .p-hero__schedule dl{
    display:grid!important;
    gap:10px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    overflow:visible!important;
  }
  .p-hero__schedule dl div{
    display:grid!important;
    grid-template-columns:96px 1fr!important;
    align-items:stretch!important;
    border:1px solid #d9e8ec!important;
    border-radius:16px!important;
    overflow:hidden!important;
    background:#fff!important;
    font-size:13px!important;
  }
  .p-hero__schedule dt{
    background:linear-gradient(135deg,#e7f6f4,#dfeef5)!important;
    padding:12px 10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    color:#2f5c77!important;
    font-weight:700!important;
    line-height:1.45!important;
  }
  .p-hero__schedule dd{
    margin:0!important;
    padding:12px 12px!important;
    display:flex!important;
    align-items:center!important;
    color:#344f5e!important;
    line-height:1.5!important;
    background:#fff!important;
  }
  .p-hero__schedule p{
    display:none!important;
  }
}


/* v8: mobile hero image full-screen, column image simplification, drawer reservation fix */
@media (max-width:767px){
  .p-hero{
    padding-top:64px!important;
  }
  .p-hero__media{
    height:calc(100svh - 64px)!important;
    min-height:620px!important;
    max-height:none!important;
    border-radius:0 0 36px 36px!important;
  }
  .p-hero-slider img{
    object-fit:cover!important;
    object-position:center center!important;
  }
  .p-hero__content{
    top:88px!important;
    left:18px!important;
    right:18px!important;
    max-width:330px!important;
  }
  .p-hero h1{
    font-size:clamp(22px,6.4vw,29px)!important;
    line-height:1.42!important;
    letter-spacing:.03em!important;
  }
  .p-hero__text{
    max-width:300px!important;
    font-size:11.5px!important;
    line-height:1.68!important;
  }
  .p-hero__schedule{
    margin:20px auto 54px!important;
  }
  .l-drawer.is-open{
    z-index:9998!important;
  }
  .l-drawer .js-modal-open{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    pointer-events:auto!important;
    position:relative!important;
    z-index:2!important;
  }
}

/* v8: column/list design should be text-based, not image-heavy */
.p-column .c-postcard img,
.p-column__grid--page .c-postcard img{
  display:none!important;
}
.p-column .c-postcard,
.p-column__grid--page .c-postcard{
  border-left:4px solid rgba(82,191,192,.7)!important;
}
.p-column .c-postcard__body,
.p-column__grid--page .c-postcard__body{
  padding:24px 26px 28px!important;
}
.p-column__grid--page{
  grid-template-columns:repeat(2,1fr)!important;
}
@media (max-width:767px){
  .p-column__grid,
  .p-column__grid--page{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .p-column .c-postcard,
  .p-column__grid--page .c-postcard{
    border-radius:22px!important;
  }
  .p-column .c-postcard__body,
  .p-column__grid--page .c-postcard__body{
    padding:20px 20px 22px!important;
  }
}

/* v8: ensure reservation modal overlays drawer and always fits mobile */
.c-modal{z-index:10000!important;}
@media (max-width:767px){
  .c-modal__dialog{
    max-height:86svh!important;
    overflow-y:auto!important;
    margin:7svh auto 0!important;
  }
}

/* =========================================================
   v9 refinement: mobile FV top gap removed, full-size image kept
   ========================================================= */
@media (max-width:767px){
  /* ヘッダー下の余白を消して、FV画像を画面上部まで引き上げる */
  .p-hero{
    padding-top:0!important;
    margin-top:-64px!important;
  }
  /* 前版のスマホFVフルサイズ表示は維持 */
  .p-hero__media{
    height:100svh!important;
    min-height:620px!important;
    max-height:none!important;
    border-radius:0 0 36px 36px!important;
  }
  .p-hero-slider img,
  .p-hero__media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
  }
  /* 画像だけ上げ、文字はヘッダーに被らない位置を維持 */
  .p-hero__content{
    top:108px!important;
  }
  .p-hero::before{
    top:126px!important;
  }
  .p-hero::after{
    top:246px!important;
  }
}


/* WordPress dynamic content */
.wp-content, .entry-content { font-size: 1rem; line-height: 2; color: var(--color-text, #263238); }
.wp-content p, .entry-content p { margin: 0 0 1.4em; }
.wp-content h2, .entry-content h2 { margin: 2.2em 0 0.8em; font-size: clamp(1.45rem, 2.4vw, 2rem); font-family: var(--font-serif, serif); }
.wp-content h3, .entry-content h3 { margin: 1.8em 0 0.7em; font-size: 1.25rem; }
.wp-content ul, .wp-content ol, .entry-content ul, .entry-content ol { margin: 0 0 1.4em 1.4em; }
.wp-content img, .entry-content img { max-width: 100%; height: auto; border-radius: 22px; }
.wp-post-meta { display:flex; gap:.75rem; align-items:center; flex-wrap:wrap; margin-bottom:1.5rem; color:#6f7f84; font-size:.92rem; }
.wp-cat { display:inline-flex; padding:.25rem .7rem; border-radius:999px; background:#eaf5f7; color:#2a6972; font-size:.82rem; }
.wp-pagination { margin-top: 2.5rem; display:flex; gap:.5rem; flex-wrap:wrap; }
.wp-pagination .page-numbers { padding:.55rem .85rem; border-radius:999px; background:#fff; border:1px solid #dbe8eb; }
.wp-pagination .current { background:#2a6972; color:#fff; }
.c-postcard__thumb-placeholder { aspect-ratio: 4/3; background: linear-gradient(135deg,#eaf5f7,#fff7e8); border-radius: 22px 22px 0 0; }
