:root{
  --green:#92cf56;
  --green-dark:#5d9b2b;
  --green-soft:#eef9e5;
  --mint:#f7fff2;
  --teal:#82c7c1;
  --line:#dbeccc;
  --text:#2d3a25;
  --muted:#66745b;
  --bg:#fbfef8;
  --white:#ffffff;
  --shadow:0 10px 24px rgba(74,110,44,.08);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;color:var(--text);background:var(--bg);line-height:1.75}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
:where(h1,h2,h3,.section-head h2,.page-hero h1,.quick-card strong,.contact-card .big,.btn,.tag,.nav a,.brand-copy strong){line-break:strict;text-wrap:balance}
:where(p,li,td,th,.notice-box,.hero-note,.footer p,.quick-card strong){line-break:strict;text-wrap:pretty}
:where(a[href^="mailto:"]){overflow-wrap:anywhere;word-break:break-word}
.wrap{width:min(1100px,calc(100% - 32px));margin:0 auto}
.topbar{background:linear-gradient(90deg,#ecf9e2 0%, #fbfff7 50%, #eef8f1 100%);border-bottom:1px solid #e0edd5;font-size:13px;color:#476233}
.topbar .wrap{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:10px 0;flex-wrap:wrap}
.topbar-meta{display:flex;gap:18px;flex-wrap:wrap}
.sitehead{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);z-index:20;border-bottom:1px solid #eef3e9}
.sitehead .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand img{width:210px;max-width:42vw;height:auto}
.brand-copy{display:flex;flex-direction:column;line-height:1.35}
.brand-copy strong{font-size:15px}
.brand-copy span{font-size:12px;color:var(--muted)}
.nav{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.topbar-meta span,.nav a,.btn,.tag,.quick-card span,.nowrap-text{white-space:nowrap}
.nav a{padding:10px 14px;border-radius:999px;color:#4e6440;font-size:14px;font-weight:600}
.nav a:hover,.nav a.current{background:var(--green-soft);color:#30541a}
.page{padding:28px 0 72px}
.hero-shell{display:grid;grid-template-columns:1.02fr .98fr;gap:26px;align-items:center;margin:12px 0 34px}
.hero-copy{background:#fff;border:1px solid var(--line);border-radius:calc(var(--radius) + 6px);padding:34px;box-shadow:var(--shadow)}
.kicker{display:inline-flex;align-items:center;gap:8px;background:#f1faea;color:#4b7a26;border:1px solid #dbeccb;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green)}
.hero-copy h1{font-size:clamp(24px,2.8vw,32px);line-height:1.5;margin:16px 0 14px;letter-spacing:.01em}
.hero-copy h1 .hero-line{display:block;white-space:nowrap}
.hero-copy p{margin:0;color:var(--muted);font-size:16px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;font-weight:700;font-size:14px;transition:.2s ease;border:1px solid transparent}
.btn-primary{background:linear-gradient(180deg,#9bd86a,#7ac84d);color:#1f3b0e;box-shadow:0 8px 20px rgba(115,182,67,.18)}
.btn-primary:hover{transform:translateY(-1px)}
.btn-secondary{background:#fff;border-color:#dceacc;color:#3f5f28}
.hero-visual{background:#fff;border:1px solid var(--line);padding:14px;border-radius:calc(var(--radius) + 6px);box-shadow:var(--shadow)}
.hero-visual img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px}
.hero-note{margin-top:14px;padding:14px 16px;border-radius:14px;background:linear-gradient(180deg,#f6fced,#ffffff);border:1px solid #e3f0d6;color:#4d6241;font-size:14px}
.hero-note strong{color:#36571d}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}
.quick-card,.service-card,.content-card,.table-card,.contact-card,.map-card,.banner-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.quick-card{padding:16px 18px}
.quick-card span{display:block;color:#678058;font-size:12px;margin-bottom:8px}
.quick-card strong{font-size:15px;line-height:1.65}
.section{margin-top:18px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px}
.section-head h2{margin:0;font-size:28px;line-height:1.4}
.section-head p{margin:0;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{padding:24px;background:linear-gradient(180deg,#f8fcef 0%, #edf7e2 100%);border-color:#d4e7c0}
.service-card .icon{display:none}
.service-card h3{margin:0 0 10px;font-size:22px;color:#244314}
.service-card p{margin:0 0 10px;color:#5b6c52}
.service-card ul{margin:0;padding-left:18px;color:#46563e}
.service-card li+li{margin-top:4px}
.feature-band{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch;margin-top:26px}
.content-card{padding:30px}
.content-card h2,.content-card h3{margin:0 0 12px}
.content-card p{margin:0;color:var(--muted)}
.banner-card{overflow:hidden}
.banner-card img{width:100%;height:100%;min-height:100%;object-fit:cover}
.tag-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.tag{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:var(--green-soft);color:#406321;font-weight:700;font-size:13px;border:1px solid #dbeccb}
.page-hero{position:relative;overflow:hidden;margin-bottom:24px;border-radius:calc(var(--radius) + 6px);box-shadow:var(--shadow);border:1px solid var(--line);background:#fff}
.page-hero img{width:100%;height:280px;object-fit:cover}
.page-hero .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,53,13,.62) 0%, rgba(31,53,13,.28) 45%, rgba(31,53,13,.08) 100%)}
.page-hero .copy{position:absolute;left:34px;bottom:30px;right:34px;color:#fff;max-width:560px}
.page-hero h1{font-size:clamp(28px,4vw,40px);line-height:1.4;margin:0 0 8px}
.page-hero p{margin:0;font-size:15px;color:rgba(255,255,255,.92)}
.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.business-grid .service-card{min-height:100%}
.narrow{max-width:850px}
.info-layout{display:grid;grid-template-columns:1.02fr .98fr;gap:18px}
.table-card{padding:22px 22px 10px}
.info-table{width:100%;border-collapse:collapse}
.info-table th,.info-table td{padding:14px 0;border-bottom:1px solid #ebf3e4;vertical-align:top;text-align:left;font-size:15px}
.info-table th{width:160px;color:#5d7450;font-weight:700}
.muted{color:var(--muted)}
.map-card{padding:18px}
.map-frame{width:100%;height:330px;border:0;border-radius:14px;display:block}
.map-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.contact-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.contact-card{padding:24px}
.contact-card h3{margin:0 0 10px;font-size:20px}
.contact-card p{margin:0;color:var(--muted)}
.contact-card .big{font-size:28px;line-height:1.45;color:#294717;font-weight:800}
.contact-card .sub{font-size:14px;color:#5f7554;margin-top:8px}
.contact-dual .big{font-size:24px;line-height:1.6}
.contact-dual .line{display:block;white-space:nowrap}
.contact-dual .label{display:inline-block;min-width:3.4em;color:#5f7554;font-size:15px;font-weight:700}
.quick-card .contact-lines{display:grid;gap:3px}
.quick-card .contact-lines .line{display:block}
.quick-card .contact-lines .label{display:inline-block;min-width:3.4em;color:#5f7554;font-size:13px;font-weight:700}
.notice-box{margin-top:20px;padding:18px 20px;border-radius:16px;background:linear-gradient(180deg,#f6fdee,#ffffff);border:1px solid #dbeccb;color:#4b6541}
.footer{margin-top:54px;padding:28px 0;border-top:1px solid #d9e8cd;background:linear-gradient(180deg,#fcfff9 0%, #f1f9ea 100%)}
.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;flex-wrap:wrap}
.footer strong{font-size:15px}
.footer p{margin:8px 0 0;color:#64775b;font-size:14px;line-height:1.8}
.footer-nav{display:flex;gap:10px;flex-wrap:wrap}
.footer-nav a{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #e2edd8;font-size:13px;color:#4f6441}
.footer-contact{margin-top:8px;display:grid;gap:2px;color:#64775b;font-size:14px;line-height:1.8}
.footer-contact a{overflow-wrap:anywhere;word-break:break-word}
.quick-card .contact-lines a{overflow-wrap:anywhere;word-break:break-word}
.quick-card .contact-lines .mailline{display:block;margin-top:2px}
.quick-card .contact-lines .mailline .label{vertical-align:top}
.contact-card .big a[href^="tel:"]{white-space:nowrap}
.compact-list{display:grid;gap:10px;margin-top:12px}
.compact-item{padding:14px 16px;border-radius:14px;background:#fcfff9;border:1px solid #e5f1d9}
.compact-item strong{display:block;color:#30521c;margin-bottom:4px}
hr.sep{border:none;border-top:1px solid #e8f0e3;margin:28px 0}

@media (max-width: 960px){
  .hero-shell,.feature-band,.info-layout,.contact-layout,.business-grid,.service-grid,.quick-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 720px){
  .sitehead .wrap{padding:14px 0;align-items:flex-start;flex-direction:column}
  .brand img{width:180px}
  .nav{width:100%;justify-content:flex-start}
  .page{padding-top:20px}
  .hero-shell,.feature-band,.info-layout,.contact-layout,.business-grid,.service-grid,.quick-grid{grid-template-columns:1fr}
  .hero-copy,.content-card,.service-card,.contact-card,.table-card,.map-card{padding:22px}
  .hero-copy h1,.section-head h2{font-size:24px}
  .page-hero img{height:230px}
  .page-hero .copy{left:22px;right:22px;bottom:20px}
  .info-table th,.info-table td{display:block;width:100%;padding:8px 0}
  .info-table tr{display:block;padding:8px 0;border-bottom:1px solid #ebf3e4}
  .info-table th,.info-table td{border-bottom:none}
}

@media (max-width: 520px){
  .hero-copy h1{font-size:19px;line-height:1.5}
  .hero-copy h1 .hero-line{white-space:nowrap}
  .page-hero h1{font-size:24px;line-height:1.45}
  .contact-card .big{font-size:24px}
}
@media (max-width: 380px){
  .hero-copy h1{font-size:17px}
}
