/* ほがらか 共通CSS */
:root {
  --orange:      #F0956A;
  --orange-dark: #D97845;
  --orange-light:#FFC9A8;
  --orange-pale: #FFF3EC;
  --green:       #7BBF9E;
  --green-dark:  #5CA07F;
  --green-pale:  #EBF7F0;
  --bg:          #FFFAF6;
  --bg-sub:      #FFF3EC;
  --white:       #FFFFFF;
  --line:        #F0E6DC;
  --ink:         #4A3728;
  --ink-soft:    #7A6358;
  --ink-mute:    #B0998E;
  --sans:  "Noto Sans JP", system-ui, sans-serif;
  --round: "Zen Maru Gothic", system-ui, sans-serif;
  --r-sm: 12px; --r-md: 20px; --r-lg: 32px; --r-full: 100px;
  --shadow: 0 4px 20px rgba(200,130,90,.1);
  --shadow-lg: 0 12px 40px rgba(200,130,90,.15);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);font-size:16px;line-height:1.9;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
h1,h2,h3,h4{margin:0;line-height:1.45;font-weight:700}
p{margin:0}
.wrap{max-width:1060px;margin:0 auto;padding:0 24px}
.wrap-narrow{max-width:760px;margin:0 auto;padding:0 24px}

/* header */
.header{position:sticky;top:0;z-index:60;background:rgba(255,250,246,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:76px;gap:20px}
.logo{display:flex;align-items:center;gap:12px}
.logo-mark{width:46px;height:46px;border-radius:50%;background:var(--orange-pale);border:2px solid var(--orange-light);display:grid;place-items:center;font-family:var(--round);font-size:22px;color:var(--orange)}
.logo-text .l1{font-family:var(--round);font-size:20px;font-weight:700;color:var(--orange-dark);letter-spacing:.08em;line-height:1.1}
.logo-text .l2{font-size:10px;color:var(--ink-mute);letter-spacing:.14em;margin-top:2px;white-space:nowrap}
.nav{display:flex;gap:22px;align-items:center}
.nav a{font-size:13px;font-weight:500;color:var(--ink-soft);padding:4px 0;transition:color .2s;position:relative}
.nav a::after{content:"";position:absolute;left:50%;bottom:-2px;width:0;height:2px;background:var(--orange);transition:all .25s;transform:translateX(-50%);border-radius:2px}
.nav a:hover{color:var(--orange)}
.nav a:hover::after,.nav a.active::after{width:100%}
.nav a.active{color:var(--orange)}
.header-cta{display:flex;align-items:center;gap:12px}
.tel-sm{text-align:right;line-height:1.2}
.tel-sm .num{font-family:var(--round);font-size:18px;font-weight:700;color:var(--orange-dark)}
.tel-sm .hours{font-size:10px;color:var(--ink-mute)}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 22px;font-size:14px;font-weight:600;border-radius:var(--r-full);transition:all .22s;white-space:nowrap}
.btn-orange{background:var(--orange);color:#fff;box-shadow:0 4px 16px rgba(240,149,106,.35)}
.btn-orange:hover{background:var(--orange-dark);transform:translateY(-2px)}
.btn-green{background:var(--green);color:#fff}
.btn-green:hover{background:var(--green-dark);transform:translateY(-2px)}
.btn-outline{border:2px solid var(--orange);color:var(--orange)}
.btn-outline:hover{background:var(--orange);color:#fff}
.btn-white{background:#fff;color:var(--orange-dark);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.btn-white:hover{transform:translateY(-2px)}
.btn-lg{padding:15px 32px;font-size:15px}
.btn svg{width:16px;height:16px}

/* hamburger */
.hamburger{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:5px}
.hamburger span{display:block;width:22px;height:2px;background:var(--orange);transition:all .25s;border-radius:2px}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-mobile{display:none;flex-direction:column;background:#fff;border-top:1px solid var(--line);padding:8px 0 16px}
.nav-mobile.open{display:flex}
.nav-mobile a{padding:14px 24px;font-size:15px;border-bottom:1px solid var(--bg-sub);color:var(--ink)}

/* page hero */
.page-hero{background:var(--orange-pale);padding:56px 24px 64px;text-align:center}
.page-hero-bread{font-size:12.5px;color:var(--ink-mute);margin-bottom:16px}
.page-hero-bread a{color:var(--ink-mute)}
.page-hero-bread span{margin:0 6px;opacity:.5}
.page-eyebrow{display:inline-block;font-size:11.5px;letter-spacing:.25em;font-weight:600;color:var(--orange);background:#fff;padding:5px 18px;border-radius:var(--r-full);margin-bottom:14px}
.page-hero h1{font-family:var(--round);font-size:36px;font-weight:700;color:var(--ink);line-height:1.45;margin-bottom:12px}
.page-hero h1 .em{color:var(--orange-dark)}
.page-hero-sub{font-size:16px;color:var(--ink-soft);line-height:2;max-width:560px;margin:0 auto}

/* section */
section{padding:80px 0}
.sec-head{text-align:center;margin-bottom:52px}
.sec-eyebrow{display:inline-block;font-size:11.5px;letter-spacing:.25em;font-weight:600;color:var(--orange);background:var(--orange-pale);padding:5px 18px;border-radius:var(--r-full);margin-bottom:12px}
.sec-title{font-family:var(--round);font-size:32px;font-weight:700;color:var(--ink);line-height:1.45}
.sec-title .em{color:var(--orange-dark)}
.sec-sub{font-size:15px;color:var(--ink-soft);margin-top:12px;line-height:1.95}

/* CTA band */
.cta-band{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);padding:72px 24px;text-align:center;position:relative;overflow:hidden}
.cta-band::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.08);top:-100px;right:-80px}
.cta-band-inner{position:relative;z-index:1}
.cta-band h2{font-family:var(--round);font-size:30px;color:#fff;margin-bottom:12px;line-height:1.5}
.cta-band p{color:rgba(255,255,255,.9);font-size:16px;line-height:2;margin-bottom:32px;max-width:480px;margin-left:auto;margin-right:auto}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.cta-note{margin-top:16px;font-size:12px;color:rgba(255,255,255,.6)}

/* footer */
.footer{background:var(--ink);color:rgba(255,255,255,.7);padding:56px 0 0}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer .logo-text .l1{color:rgba(255,255,255,.9)}
.footer .logo-text .l2{color:rgba(255,255,255,.4)}
.footer .logo-mark{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.7)}
.footer-about p{font-size:13.5px;line-height:1.95;margin:16px 0}
.footer-about .info{font-size:13px;color:rgba(255,255,255,.45);line-height:1.9}
.footer-col h4{font-size:11px;letter-spacing:.22em;color:rgba(255,255,255,.35);margin-bottom:16px;font-weight:600}
.footer-col ul{list-style:none;margin:0;padding:0}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{font-size:13.5px;color:rgba(255,255,255,.6);transition:color .2s}
.footer-col ul li a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:12px;color:rgba(255,255,255,.28);flex-wrap:wrap;gap:8px}

@media(max-width:960px){
  .nav,.tel-sm{display:none}
  .hamburger{display:flex}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .page-hero h1{font-size:26px}
  .sec-title{font-size:24px}
  section{padding:60px 0}
  .footer-grid{grid-template-columns:1fr}
  .cta-band h2{font-size:24px}
}
