/* ============================================================
   案C: 地域密着・温かみ型 リニューアル版
   配色: アイボリー(#faf7f0) × ゴールデンイエロー(#F4CD21) × アンバー(#c8860a)
   フォント: Noto Serif JP（見出し）/ Noto Sans JP（本文）
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
  --ivory:#faf7f0; --ivory2:#f3ede0; --yellow:#F4CD21; --amber:#c8860a;
  --dark:#2d2416; --gray:#7a6e5f; --white:#ffffff;
  --serif:'Zen Maru Gothic','Noto Sans JP',sans-serif; --sans:'Zen Maru Gothic','Noto Sans JP',sans-serif;
}
html{scroll-behavior:smooth;}
body{font-family:var(--sans);background:var(--ivory);color:var(--dark);line-height:1.7;}
img{max-width:100%;display:block;}a{color:inherit;text-decoration:none;}

/* ── ヘッダー ── */
#header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(250,247,240,.97);border-bottom:1px solid var(--ivory2);box-shadow:0 1px 8px rgba(45,36,22,.06);}
.header-top{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:56px;}
.header-logo{display:flex;align-items:center;gap:.625rem;cursor:pointer;}
.logo-box{width:36px;height:36px;background:var(--yellow);border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--dark);}
.logo-name{font-family:var(--serif);font-weight:700;font-size:.9rem;}
.logo-sub{font-size:.65rem;color:var(--gray);}
.header-right{display:flex;align-items:center;gap:1rem;}
.header-tel{display:flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:700;color:var(--amber);}
.btn-consult{background:var(--yellow);color:var(--dark);border:none;padding:.4rem 1rem;font-size:.8rem;font-weight:700;border-radius:4px;cursor:pointer;transition:opacity .2s;}
.btn-consult:hover{opacity:.85;}
.hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:4px;padding:.25rem;}
.hamburger span{display:block;width:20px;height:1.5px;background:var(--dark);}
/* 下段カテゴリ */
.header-cats{background:var(--ivory2);border-top:1px solid rgba(200,134,10,.15);padding:0 1.5rem;height:36px;display:flex;align-items:center;gap:0;overflow-x:auto;}
.cats-label{font-size:.7rem;color:var(--gray);margin-right:.75rem;white-space:nowrap;font-weight:600;flex-shrink:0;}
.cat-btn{font-size:.72rem;font-weight:600;color:var(--amber);background:none;border:none;border-right:1px solid rgba(200,134,10,.2);padding:.25rem .875rem;cursor:pointer;white-space:nowrap;transition:background .15s;}
.cat-btn:last-child{border-right:none;}
.cat-btn:hover{background:rgba(200,134,10,.08);}
@media(max-width:768px){.header-right{display:none;}.hamburger{display:flex;}.header-cats{display:none;}}

/* ── メニューオーバーレイ ── */
#menu-overlay{position:fixed;inset:0;z-index:200;background:var(--ivory);display:none;flex-direction:column;}
#menu-overlay.open{display:flex;}
.menu-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:56px;border-bottom:1px solid var(--ivory2);}
.menu-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#555;}
.menu-nav{display:flex;flex-direction:column;gap:.25rem;padding:1.5rem;}
.menu-nav a{color:var(--dark);font-size:1rem;padding:.75rem 0;border-bottom:1px solid var(--ivory2);display:block;}

/* ── ヒーロー ── */
#hero{padding-top:92px;min-height:100vh;display:flex;align-items:center;background:var(--ivory);}
.hero-inner{max-width:1100px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
.hero-badge{display:inline-flex;align-items:center;gap:.375rem;background:#fff8e1;color:var(--amber);font-size:.75rem;font-weight:700;padding:.375rem 1rem;border-radius:4px;margin-bottom:1.5rem;border:1px solid rgba(200,134,10,.2);}
.hero-title{font-family:var(--serif);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.4;margin-bottom:1rem;}
.hero-title span{color:var(--amber);}
.hand-underline{width:100%;max-width:120px;display:block;margin-top:4px;}
.hero-desc{font-size:.9rem;color:var(--gray);margin:1.25rem 0 2rem;line-height:1.9;}
.hero-btns{display:flex;gap:.75rem;flex-wrap:wrap;}
.btn-yellow{background:var(--yellow);color:var(--dark);border:none;padding:.875rem 1.75rem;font-size:.875rem;font-weight:700;border-radius:4px;cursor:pointer;transition:opacity .2s;}
.btn-yellow:hover{opacity:.85;}
.btn-outline-amber{background:transparent;color:var(--amber);border:2px solid var(--amber);padding:.875rem 1.75rem;font-size:.875rem;font-weight:700;border-radius:4px;cursor:pointer;transition:background .2s;}
.btn-outline-amber:hover{background:rgba(200,134,10,.06);}
.hero-illust{display:flex;align-items:center;justify-content:center;}
.hero-illust img{max-width:400px;width:100%;height:auto;border-radius:12px;}
@media(max-width:768px){.hero-inner{grid-template-columns:1fr;}.hero-illust{display:none;}}

/* ── 実績バー ── */
.stats-bar{background:var(--amber);padding:1.5rem 2rem;}
.stats-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center;}
.stat-num{font-family:var(--serif);font-size:1.75rem;font-weight:700;color:var(--white);line-height:1;}
.stat-label{font-size:.75rem;color:rgba(255,255,255,.8);margin-top:.25rem;}
@media(max-width:640px){.stats-grid{grid-template-columns:1fr 1fr;}}

/* ── セクション共通 ── */
.section{padding:5rem 0;}
.section-inner{max-width:1100px;margin:0 auto;padding:0 2rem;}
.section-title{font-family:var(--serif);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;color:var(--dark);margin-bottom:.5rem;}
.section-sub{font-size:.875rem;color:var(--gray);margin:1rem 0 2.5rem;}
.bg-ivory2{background:var(--ivory2);}
.bg-warm-yellow{background:#fff8e1;}

/* ── ジグザグ ── */
.zigzag-list{display:flex;flex-direction:column;}
.zigzag-item{display:grid;grid-template-columns:1fr 1fr;min-height:300px;}
.zigzag-img{background:center/cover no-repeat;}
.zigzag-text{display:flex;flex-direction:column;justify-content:center;padding:3rem 2.5rem;}
.zigzag-num{font-family:var(--serif);font-size:2.5rem;font-weight:700;color:var(--yellow);opacity:.6;line-height:1;margin-bottom:.5rem;}
.zigzag-name{font-family:var(--serif);font-size:1.15rem;font-weight:700;margin-bottom:.75rem;white-space:pre-line;}
.zigzag-desc{font-size:.875rem;color:var(--gray);line-height:1.8;}
@media(max-width:768px){.zigzag-item{grid-template-columns:1fr;}.zigzag-img{min-height:220px;}}

/* ── サービス ── */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}
.service-card{background:var(--white);padding:1.5rem;border-radius:8px;border:1px solid var(--ivory2);border-top:3px solid var(--yellow);}
.service-icon{font-size:1.5rem;margin-bottom:.75rem;}
.service-name{font-family:var(--serif);font-size:.95rem;font-weight:700;margin-bottom:.5rem;}
.service-desc{font-size:.8rem;color:var(--gray);line-height:1.7;}
@media(max-width:768px){.services-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:480px){.services-grid{grid-template-columns:1fr;}}

/* ── フロー ── */
.flow-list{display:flex;flex-direction:column;gap:.75rem;}
.flow-item{display:flex;gap:1.25rem;align-items:flex-start;background:var(--white);border-radius:10px;padding:1.25rem 1.5rem;border:1px solid var(--ivory2);}
.flow-circle{width:40px;height:40px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--dark);flex-shrink:0;}
.flow-name{font-family:var(--serif);font-size:.95rem;font-weight:700;color:var(--amber);margin-bottom:.25rem;}
.flow-desc{font-size:.8rem;color:var(--gray);line-height:1.7;}

/* ── 事例 ── */
.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}
.case-card{background:var(--white);padding:1.5rem;border-radius:8px;border-left:4px solid var(--amber);}
.case-area{font-size:.7rem;color:var(--amber);font-weight:700;margin-bottom:.75rem;display:flex;align-items:center;gap:.375rem;}
.case-title{font-family:var(--serif);font-size:.9rem;font-weight:700;margin-bottom:.5rem;}
.case-desc{font-size:.8rem;color:var(--gray);line-height:1.7;}
@media(max-width:768px){.cases-grid{grid-template-columns:1fr;}}

/* ── 地域の声（強調） ── */
.voices-header{text-align:center;margin-bottom:3rem;}
.voices-label{font-size:.75rem;font-weight:700;color:var(--amber);letter-spacing:.1em;margin-bottom:.5rem;}
.voices-title{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--dark);margin-bottom:.5rem;}
.voices-sub{font-size:.875rem;color:var(--gray);margin-top:1rem;}
.voices-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;}
.voice-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 2px 12px rgba(45,36,22,.06);}
.voice-quote{font-size:1.75rem;color:var(--yellow);opacity:.6;margin-bottom:.75rem;line-height:1;}
.voice-text{font-size:.875rem;color:#444;line-height:1.9;margin-bottom:1.25rem;font-style:italic;}
.voice-stars{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem;}
.star{color:var(--yellow);font-size:.875rem;}
.voice-name{font-family:var(--serif);font-size:.875rem;font-weight:700;color:var(--amber);}
.voice-role{font-size:.75rem;color:var(--gray);margin-top:.2rem;}
.voice-area{font-size:.7rem;color:var(--amber);margin-top:.2rem;display:flex;align-items:center;gap:.25rem;}
@media(max-width:768px){.voices-grid{grid-template-columns:1fr;}}

/* ── 代表者 ── */
.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
.profile-img{aspect-ratio:4/5;background:url('../images/profile.jpg') center/cover no-repeat;border-radius:12px;box-shadow:0 8px 32px rgba(45,36,22,.1);max-width:320px;}
.profile-role{font-size:.75rem;color:var(--gray);margin-bottom:.25rem;}
.profile-name{font-family:var(--serif);font-size:1.75rem;font-weight:700;margin-bottom:.25rem;}
.profile-title{font-size:.8rem;color:var(--gray);margin-bottom:1.5rem;}
.profile-text p{font-size:.875rem;color:#444;line-height:1.9;margin-bottom:1rem;}
.profile-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;}
.profile-tag{font-size:.75rem;background:#fff8e1;color:var(--amber);padding:.25rem .75rem;border-radius:4px;border:1px solid rgba(200,134,10,.2);}
@media(max-width:768px){.profile-grid{grid-template-columns:1fr;}}

/* ── FAQ ── */
.faq-list{display:flex;flex-direction:column;gap:.5rem;}
.faq-item{background:var(--white);border-radius:8px;overflow:hidden;}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:500;gap:1rem;text-align:left;}
.faq-q-label{display:flex;align-items:center;gap:.75rem;}
.faq-q-circle{width:24px;height:24px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--dark);flex-shrink:0;}
.faq-icon{font-size:1rem;color:var(--gray);flex-shrink:0;transition:transform .25s;}
.faq-a{display:none;padding:.125rem 1.25rem 1rem;display:none;}
.faq-a-inner{display:flex;gap:.75rem;}
.faq-a-circle{width:24px;height:24px;border-radius:50%;background:var(--amber);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--white);flex-shrink:0;}
.faq-a-text{font-size:.8rem;color:var(--gray);line-height:1.8;}
.faq-item.open .faq-a{display:block;}
.faq-item.open .faq-icon{transform:rotate(180deg);}

/* ── ニュース ── */
.news-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;}
.news-more{font-size:.8rem;font-weight:700;color:var(--amber);background:none;border:none;cursor:pointer;}
.news-list{display:flex;flex-direction:column;gap:.375rem;}
.news-item{display:flex;align-items:baseline;gap:1.25rem;padding:.875rem 1rem;background:var(--white);border-radius:8px;border:1px solid var(--ivory2);}
.news-date{font-size:.75rem;color:var(--gray);flex-shrink:0;}
.news-title{font-size:.875rem;}

/* ── アクセス ── */
.access-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.5rem;}
.access-table-wrap{background:var(--white);border-radius:10px;overflow:hidden;}
.access-table{width:100%;border-collapse:collapse;}
.access-table tr:nth-child(even){background:var(--ivory);}
.access-table td{padding:.75rem 1rem;font-size:.875rem;vertical-align:top;}
.access-table td:first-child{width:5.5rem;color:var(--gray);font-size:.8rem;}
.access-btns{display:flex;gap:.75rem;margin-top:1rem;}
.btn-tel-amber{display:inline-flex;align-items:center;gap:.375rem;background:var(--amber);color:var(--white);padding:.625rem 1.25rem;font-size:.8rem;font-weight:700;border-radius:4px;border:none;cursor:pointer;}
.btn-mail-amber{display:inline-flex;align-items:center;gap:.375rem;background:transparent;color:var(--amber);border:2px solid var(--amber);padding:.625rem 1.25rem;font-size:.8rem;font-weight:700;border-radius:4px;cursor:pointer;}
.map-placeholder{width:100%;height:280px;background:#fff8e1;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--amber);font-size:.85rem;border:1px solid rgba(200,134,10,.2);opacity:.7;}
@media(max-width:768px){.access-grid{grid-template-columns:1fr;}}

/* ── お問い合わせ ── */
.contact-header{text-align:center;margin-bottom:2.5rem;}
.contact-form{max-width:560px;margin:0 auto;background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px rgba(45,36,22,.07);display:flex;flex-direction:column;gap:1.25rem;}
.form-group label{display:block;font-size:.75rem;color:var(--gray);margin-bottom:.375rem;}
.form-group label .req{color:#d4704a;}
.form-group input,.form-group textarea{width:100%;padding:.625rem .875rem;border:1px solid var(--ivory2);font-size:.875rem;font-family:var(--sans);outline:none;border-radius:6px;background:var(--ivory);transition:border-color .2s;}
.form-group input:focus,.form-group textarea:focus{border-color:var(--amber);}
.form-group textarea{resize:vertical;min-height:90px;}
.btn-submit{background:var(--yellow);color:var(--dark);border:none;padding:.875rem;font-size:.875rem;font-weight:700;border-radius:6px;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;}
.btn-submit:hover{opacity:.85;}
.success-msg{text-align:center;padding:3rem;background:var(--white);border-radius:12px;}
.success-msg .check{font-size:2.5rem;color:var(--amber);margin-bottom:.75rem;}
.success-msg .title{font-weight:700;color:var(--amber);margin-bottom:.5rem;}
.success-msg p{font-size:.875rem;color:var(--gray);}

/* ── フッター ── */
#footer{padding:2rem;border-top:1px solid var(--ivory2);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;background:var(--ivory2);}
.footer-logo{display:flex;align-items:center;gap:.5rem;}
.footer-logo .logo-box{width:28px;height:28px;font-size:.75rem;}
.footer-logo .logo-name{font-family:var(--serif);font-weight:700;font-size:.875rem;}
.footer-copy{font-size:.75rem;color:var(--gray);}

/* ── 右下固定CTA ── */
.fixed-cta{position:fixed;bottom:1.5rem;right:1.5rem;z-index:90;background:var(--amber);color:var(--white);border:none;padding:.75rem 1.25rem;font-size:.8rem;font-weight:700;border-radius:4px;cursor:pointer;box-shadow:0 4px 16px rgba(200,134,10,.35);display:flex;align-items:center;gap:.5rem;transition:opacity .2s;}
.fixed-cta:hover{opacity:.85;}
