*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    color:#1f1f1f;background:#fff;line-height:1.9;font-size:17px;
    -webkit-text-size-adjust:100%;
  }
  img{max-width:100%;display:block;}
  a{color:inherit;}

  :root{
    --beige:#f5f2ed;
    --beige-dark:#ece7de;
    --line:#06c755;
    --line-dark:#05a648;
    --tel:#c0392b;
    --tel-dark:#a5301f;
    --teal:#3f8f7c;
    --teal-light:#e6f2ef;
    --text:#1f1f1f;
    --text-mid:#454545;
    --text-light:#767676;
    --border:#dcdcdc;
    --radius:14px;
    --shadow:0 3px 16px rgba(0,0,0,.09);
  }

  .section{padding:64px 22px;}
  .section-inner{max-width:920px;margin:0 auto;}
  .section-label{
    display:inline-block;background:var(--teal-light);color:var(--teal);
    font-size:14px;font-weight:700;letter-spacing:.08em;padding:5px 16px;border-radius:20px;margin-bottom:16px;
  }
  .section-title{font-size:clamp(25px,5vw,36px);font-weight:900;line-height:1.45;margin-bottom:12px;text-align:center;}
  .section-sub{color:var(--text-mid);font-size:16px;margin-bottom:38px;text-align:center;line-height:1.9;}
  .center{text-align:center;}

  /* HEADER */
  header{
    background:#fff;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px;
    box-shadow:0 1px 8px rgba(0,0,0,.08);position:sticky;top:0;z-index:150;
  }
  .header-brand{display:flex;align-items:center;gap:10px;text-decoration:none;}
  .header-mark{flex-shrink:0;height:46px;display:flex;align-items:center;}
  .header-mark img{height:100%;width:auto;border-radius:6px;}
  .header-logo{font-size:16px;font-weight:900;line-height:1.3;color:var(--text);}
  .header-logo span{display:block;font-size:11px;font-weight:500;color:var(--text-mid);}
  .header-btns{display:flex;gap:8px;}
  .btn-tel,.btn-line{
    font-weight:700;font-size:13px;padding:11px 15px;border-radius:9px;text-decoration:none;white-space:nowrap;
    display:inline-flex;align-items:center;gap:5px;min-height:44px;
  }
  .btn-tel{background:var(--tel);color:#fff;}
  .btn-line{background:var(--line);color:#fff;}

  /* HERO */
  #hero{background:linear-gradient(180deg,var(--beige) 0%,var(--beige-dark) 100%);padding:52px 22px 60px;}
  .hero-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;}
  .hero-copy-wrap{text-align:left;}
  .hero-ask{font-size:16px;color:var(--teal);font-weight:700;margin-bottom:12px;}
  .symptom-badge{display:inline-block;background:var(--teal);color:#fff;font-size:15px;font-weight:700;letter-spacing:.02em;padding:8px 22px;border-radius:24px;margin-bottom:16px;box-shadow:0 2px 8px rgba(63,143,124,.25);}
  .hero-inner h1{
    font-size:clamp(28px,5vw,40px);font-weight:900;line-height:1.5;color:var(--text);margin-bottom:18px;
  }
  .hero-inner h1 em{color:var(--teal);font-style:normal;}
  .hero-symptoms{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;}
  .hero-symptoms span{background:#fff;border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:15px;font-weight:700;}
  .hero-lead{font-size:16px;color:var(--text-mid);margin-bottom:24px;line-height:1.9;}
  .hero-photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}
  .hero-photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;}
  .hero-btns{display:flex;flex-direction:column;gap:12px;max-width:440px;}
  .cta-btn{
    display:flex;align-items:center;justify-content:center;text-align:center;
    padding:17px 20px;border-radius:11px;font-weight:700;font-size:18px;
    text-decoration:none;box-shadow:var(--shadow);min-height:56px;gap:8px;
  }
  .cta-line{background:var(--line);color:#fff;}
  .cta-tel{background:var(--tel);color:#fff;}
  .cta-tel small{display:block;font-size:12px;font-weight:500;opacity:.92;}

  /* トラストバー */
  .trust-bar{background:#fff;padding:18px 22px;border-bottom:1px solid var(--border);}
  .trust-inner{max-width:920px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 26px;text-align:center;}
  .trust-item{font-size:15px;font-weight:700;color:var(--text-mid);}
  .trust-item strong{color:var(--teal);font-size:18px;}
  .trust-star{color:#f5a623;}

  /* サブナビ（ページ内メニュー） */
  .subnav{background:#fff;border-bottom:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .subnav ul{display:flex;gap:2px;max-width:920px;margin:0 auto;padding:6px 10px;list-style:none;white-space:nowrap;justify-content:center;}
  .subnav a{display:inline-block;padding:9px 15px;font-size:14px;font-weight:700;color:var(--text-mid);text-decoration:none;border-radius:8px;}
  .subnav a:hover{background:var(--teal-light);color:var(--teal);}
  .subnav a.nav-line{color:var(--line);}

  /* 神経整体とは */
  .about-wrap{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;}
  .about-photo img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover;}
  .about-body p{font-size:15px;line-height:2.05;color:var(--text-mid);margin-bottom:16px;}
  .about-point{background:var(--teal-light);border-radius:12px;padding:16px 18px;font-size:15px;font-weight:700;color:var(--teal);line-height:1.8;}
  .about-more{display:inline-block;margin-top:18px;color:var(--teal);font-weight:700;text-decoration:none;border-bottom:2px solid var(--teal);padding-bottom:2px;}

  /* お悩み別ナビ */
  .symptom-grid{display:grid;grid-template-columns:1fr;gap:12px;max-width:620px;margin:0 auto;}
  .symptom-link{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px 20px;text-decoration:none;font-size:16px;font-weight:700;box-shadow:0 1px 6px rgba(0,0,0,.04);}
  .symptom-link:hover{border-color:var(--teal);}
  .symptom-link .arrow{color:var(--teal);font-weight:900;}
  .symptom-link.soon{opacity:.5;pointer-events:none;}

  /* お悩み */
  .worry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
  .worry-item{
    background:#fff;border:1px solid var(--border);border-radius:var(--radius);
    padding:22px 14px;text-align:center;font-size:15px;font-weight:700;line-height:1.7;box-shadow:0 1px 6px rgba(0,0,0,.04);
  }
  .worry-item::before{content:"✓";display:block;color:var(--teal);font-weight:900;font-size:20px;margin-bottom:6px;}

  /* お客様の声 */
  .voice-note{font-size:13px;color:var(--text-light);text-align:center;margin-bottom:26px;}
  .voice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;}
  .voice-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);}
  .voice-photo{width:100%;aspect-ratio:4/3;border-radius:10px;overflow:hidden;margin-bottom:14px;}
  .voice-photo img{width:100%;height:100%;object-fit:cover;}
  .voice-tag{font-size:14px;font-weight:700;color:var(--teal);margin-bottom:6px;}
  .voice-stars{color:#f5a623;font-size:17px;margin-bottom:12px;letter-spacing:2px;}
  .voice-before{font-size:15px;line-height:1.85;color:var(--text-mid);margin-bottom:12px;}
  .voice-after{font-size:15px;line-height:1.85;font-weight:700;color:var(--text);}
  .voice-after::before{content:"→ ";color:var(--teal);}
  .survey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px;}
  .survey-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:0 1px 6px rgba(0,0,0,.05);}
  .survey-card .s-photo{border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:16px;}
  .survey-card .s-photo img{width:100%;height:auto;display:block;}
  .survey-card .s-head{font-size:14px;font-weight:700;color:var(--teal);margin-bottom:6px;}
  .survey-card .s-stars{color:#f5a623;font-size:16px;margin-bottom:12px;letter-spacing:2px;}
  .survey-card .s-q{font-size:13px;color:var(--text-light);font-weight:700;margin:12px 0 3px;}
  .survey-card .s-a{font-size:15px;line-height:1.85;color:var(--text-mid);}

  /* 選ばれる理由 */
  .reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
  .reason-card{text-align:center;}
  .reason-num{
    width:74px;height:74px;border-radius:50%;background:var(--teal);color:#fff;
    display:flex;align-items:center;justify-content:center;font-weight:900;font-size:34px;margin:0 auto 16px;
  }
  .reason-title{font-weight:900;font-size:18px;margin-bottom:10px;line-height:1.5;}
  .reason-desc{font-size:15px;color:var(--text-mid);line-height:1.8;}

  /* CTA帯 */
  .cta-band{background:var(--teal);color:#fff;text-align:center;}
  .cta-band h2{font-size:clamp(22px,4vw,30px);font-weight:900;margin-bottom:12px;}
  .cta-band p{font-size:15px;margin-bottom:28px;opacity:.95;line-height:1.9;}
  .cta-band .hero-btns{max-width:480px;margin:0 auto;}
  @media (min-width:641px){.cta-band .hero-btns{flex-direction:row;}.cta-band .cta-btn{flex:1;}}

  /* 料金 */
  .price-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px;}
  .price-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:30px 20px;text-align:center;box-shadow:0 1px 6px rgba(0,0,0,.04);}
  .price-card.highlight{border:2px solid var(--teal);}
  .price-card .badge{display:inline-block;font-size:13px;font-weight:700;color:#fff;background:var(--teal);border-radius:14px;padding:3px 14px;margin-bottom:12px;}
  .price-card .badge.plain{background:var(--text-light);}
  .price-card .yen{font-size:clamp(30px,6vw,40px);font-weight:900;}
  .price-card .yen.large{font-size:clamp(40px,8vw,56px);color:var(--tel);}
  .price-card .note{font-size:13px;color:var(--text-light);margin-bottom:16px;}
  .price-card .detail{font-size:14px;color:var(--text-mid);line-height:1.9;}
  .pay-info{font-size:14px;color:var(--text-mid);text-align:center;line-height:1.9;}
  .price-reason{background:var(--teal-light);border-radius:12px;padding:20px 22px;margin-bottom:22px;font-size:15px;line-height:1.95;color:var(--text-mid);text-align:center;}
  .price-reason strong{color:var(--teal);display:block;margin-bottom:6px;font-size:16px;}

  /* ご来院の流れ */
  .flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
  .flow-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px 16px;text-align:center;box-shadow:0 1px 6px rgba(0,0,0,.04);}
  .flow-num{width:44px;height:44px;border-radius:50%;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px;margin:0 auto 12px;}
  .flow-card h3{font-size:17px;font-weight:900;margin-bottom:8px;}
  .flow-card p{font-size:14px;color:var(--text-mid);line-height:1.8;}

  /* 院長紹介 */
  .director-wrap{display:grid;grid-template-columns:280px 1fr;gap:34px;align-items:start;}
  .director-photo img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius);}
  .director-name{font-size:26px;font-weight:900;margin-bottom:4px;}
  .director-role{font-size:14px;color:var(--teal);font-weight:700;margin-bottom:22px;}
  .director-body p{font-size:15px;line-height:2.05;margin-bottom:16px;color:var(--text-mid);}

  /* FAQ */
  .faq-list{max-width:760px;margin:0 auto;}
  .faq-item{background:#fff;border:1px solid var(--border);border-radius:12px;margin-bottom:12px;overflow:hidden;}
  .faq-item summary{
    list-style:none;cursor:pointer;padding:20px 54px 20px 22px;font-size:16px;font-weight:700;position:relative;
  }
  .faq-item summary::-webkit-details-marker{display:none;}
  .faq-item summary::before{content:"Q";color:var(--teal);font-weight:900;margin-right:10px;}
  .faq-item summary::after{content:"＋";position:absolute;right:22px;top:50%;transform:translateY(-50%);color:var(--teal);font-weight:900;font-size:20px;}
  .faq-item[open] summary::after{content:"－";}
  .faq-answer{padding:0 22px 20px;font-size:15px;color:var(--text-mid);line-height:1.9;}

  /* 道順 */
  .direction-steps{display:flex;flex-direction:column;gap:16px;}
  .direction-step{display:flex;gap:16px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:0 1px 6px rgba(0,0,0,.04);}
  .direction-photo{width:120px;height:90px;flex-shrink:0;border-radius:10px;overflow:hidden;}
  .direction-photo img{width:100%;height:100%;object-fit:cover;}
  .direction-num{font-size:14px;font-weight:900;color:var(--teal);margin-bottom:4px;}
  .direction-text{font-size:15px;color:var(--text-mid);line-height:1.7;}

  /* アクセス */
  .map-embed{width:100%;aspect-ratio:16/9;border:0;border-radius:var(--radius);margin-bottom:24px;box-shadow:0 1px 6px rgba(0,0,0,.06);}
  .access-table{width:100%;border-collapse:collapse;font-size:15px;max-width:620px;margin:0 auto;}

  /* 営業カレンダー */
  .calendar-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px;}
  .calendar-grid img{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border);box-shadow:0 1px 6px rgba(0,0,0,.06);}
  @media(max-width:640px){.calendar-grid{grid-template-columns:1fr;}}
  .access-table th,.access-table td{padding:14px 10px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top;}
  .access-table th{color:var(--text-light);width:110px;font-weight:700;white-space:nowrap;}

  /* フッター */
  footer{background:var(--beige);text-align:center;padding:54px 22px 40px;}
  footer .fname{font-size:20px;font-weight:900;margin-bottom:16px;}
  footer .faddr{font-size:15px;color:var(--text-mid);line-height:2;margin-bottom:26px;}
  footer .hero-btns{max-width:440px;margin:0 auto 26px;}
  footer .copyright{font-size:12px;color:var(--text-light);}

  /* スマホ固定バー */
  .mobile-fixed-bar{display:none;}
  @media (max-width:640px){
    .mobile-fixed-bar{
      display:flex;position:fixed;bottom:0;left:0;right:0;z-index:200;box-shadow:0 -2px 12px rgba(0,0,0,.15);
    }
    .mobile-fixed-bar a{flex:1;text-align:center;padding:15px 6px;font-weight:700;font-size:15px;text-decoration:none;color:#fff;display:flex;flex-direction:column;align-items:center;gap:2px;line-height:1.3;}
    .mobile-fixed-bar a small{font-size:11px;font-weight:500;opacity:.9;}
    .mobile-fixed-bar a.bar-tel{background:var(--tel);}
    .mobile-fixed-bar a.bar-line{background:var(--line);}
    body{padding-bottom:64px;}
  }

  @media (max-width:640px){
    .hero-inner{grid-template-columns:1fr;gap:22px;}
    .hero-photo{order:-1;}
    .about-wrap{grid-template-columns:1fr;gap:22px;}
    .symptom-grid{grid-template-columns:1fr;}
    .subnav ul{justify-content:flex-start;}
    .worry-grid{grid-template-columns:1fr 1fr;}
    .reason-grid{grid-template-columns:1fr;gap:26px;}
    .price-grid{grid-template-columns:1fr;}
    .flow-grid{grid-template-columns:1fr 1fr;}
    .director-wrap{grid-template-columns:1fr;}
    .director-photo{max-width:240px;margin:0 auto;}
    .direction-photo{width:96px;height:74px;}
    .header-btns{display:none;} /* スマホは下部固定バーがあるので非表示にして院名を1行に */
    .header-logo{font-size:15px;white-space:nowrap;}
    .header-logo span{white-space:normal;}
    .header-mark{height:40px;}
    .survey-grid{grid-template-columns:1fr;}
  }
