:root{color-scheme:light;--brand:#5fb52e;--brand-mid:#3f9a34;--brand-deep:#1f6b2a;--pink:#fe877f;--pink-soft:#ffe9e6;--ink:#233027;--muted:#5c6f63;--bg:#eef7e7;--card:#fff;--soft:#f4faef;--border:#d8e7cf;--c-burnable:#b53a27;--c-burnable-bg:#fdecea;--c-landfill:#2a62a3;--c-landfill-bg:#e9f1fb;--c-resource:#2c7124;--c-resource-bg:#e8f5e4;--c-plastic:#8a5f00;--c-plastic-bg:#fbf2d6}*{box-sizing:border-box}body{margin:0;font-family:Noto Sans JP,sans-serif;font-weight:500;color:var(--ink);background:radial-gradient(circle at 20% 0,#fff 0,hsla(0,0%,100%,0) 45%),linear-gradient(160deg,#f4fbee 0,var(--bg) 100%);background-attachment:fixed}main{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:32px 16px 56px}@media (max-width:767px){main{padding:16px 12px 40px}}.container{width:min(720px,100%);background:var(--card);border:1px solid var(--border);border-radius:24px;padding:26px 24px 30px;box-shadow:0 20px 50px rgba(31,107,42,.1)}@media (max-width:767px){.container{padding:18px 16px 22px;border-radius:20px}}header{text-align:center}.hero{display:flex;flex-direction:column;align-items:center;gap:6px}.hero-char{width:96px;height:96px;filter:drop-shadow(0 6px 12px rgba(31,107,42,.18))}header h1{margin:4px 0 8px;font-size:26px;font-weight:800;letter-spacing:.02em;color:var(--brand-deep);line-height:1.35}@media (max-width:767px){header h1{font-size:22px}}.title-break{display:none}@media (max-width:640px){.title-break{display:inline}}header p{margin:0 0 18px;color:var(--muted);font-size:14px}.summary-badge{display:inline-flex;margin-top:6px;padding:6px 14px;border-radius:999px;background:var(--c-resource-bg);color:var(--brand-deep);font-size:13px;font-weight:700}.input-card{background:var(--soft);border:1px solid var(--border);border-radius:18px;padding:18px 16px}.field{display:grid;grid-gap:8px;gap:8px;margin-bottom:16px}.search-fields{margin-top:4px}label{font-weight:700;font-size:14px;color:var(--brand-deep)}input[type=text],select{width:100%;padding:12px 14px;border-radius:12px;border:1.5px solid var(--border);background:#fff;font-size:16px;color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}input[type=text]:focus,select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(95,181,46,.18)}button{padding:12px 16px;border-radius:999px;border:none;background:var(--brand);color:#fff;font-size:16px;cursor:pointer;width:100%;min-height:50px;font-weight:800;letter-spacing:.02em;box-shadow:0 8px 18px rgba(95,181,46,.28);transition:transform .1s ease,background-color .15s ease,box-shadow .15s ease}button:hover{background:var(--brand-mid)}button:active{transform:translateY(1px)}button:disabled{background:#b9c7b1;box-shadow:none;cursor:not-allowed}.toggle-search{background:#fff;color:var(--brand-deep);border:1.5px solid var(--border);box-shadow:none;font-weight:700}.toggle-search:hover{background:var(--soft);border-color:var(--brand)}.clear-history{border:none;background:none;color:var(--muted);font-size:12px;text-decoration:underline;cursor:pointer;width:auto;min-height:0;box-shadow:none;padding:8px 0 0;margin-bottom:1em}.clear-history:hover{background:none;color:var(--brand-deep)}.results-grid{margin-top:4px;scroll-margin-top:16px;display:grid;grid-gap:12px;gap:12px;grid-template-columns:1fr}@media (min-width:600px){.results-grid{grid-template-columns:1fr 1fr}}.result-card{border:1.5px solid var(--border);border-radius:16px;padding:16px;background:#fff}.results-grid.is-confirmed .result-card{border-color:var(--brand);box-shadow:0 10px 24px rgba(95,181,46,.14)}.result-card--today{border-color:var(--brand);position:relative;background:linear-gradient(180deg,#f7fcf2,#fff 60%)}.result-card--today:before{content:"今日";position:absolute;top:-11px;left:14px;background:var(--brand-deep);color:#fff;font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px;box-shadow:0 4px 10px rgba(95,181,46,.3)}.result-card h2,.result-card h3{margin:0 0 10px;font-size:17px;font-weight:700;color:var(--brand-deep)}.result-area-label{margin:12px 0 0;text-align:center;font-size:14px;font-weight:700;color:var(--brand-deep)}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.tag-list .tag{border-radius:999px;padding:11px 20px;font-size:17px;font-weight:800;letter-spacing:.02em;border:2px solid var(--border)}.result-card--today .tag-list .tag{padding:13px 22px;font-size:19px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.tag--burnable{background:var(--c-burnable-bg);color:var(--c-burnable);border-color:var(--c-burnable)}.tag--landfill{background:var(--c-landfill-bg);color:var(--c-landfill);border-color:var(--c-landfill)}.tag--resource{background:var(--c-resource-bg);color:var(--c-resource);border-color:var(--c-resource)}.tag--plastic{background:var(--c-plastic-bg);color:var(--c-plastic);border-color:var(--c-plastic)}.tag-list .tag.tag--none{font-weight:600;background:#f1f3f0;color:#5f6c60;border-color:#e2e7df}.weather-line{margin:10px 0 2px;display:flex;align-items:center;gap:8px;font-weight:600;color:var(--muted);font-size:14px;padding-top:10px;border-top:1px dashed var(--border)}.weather-icon{font-size:26px;line-height:1}.weather-text{display:inline-flex;align-items:baseline;gap:6px;flex-wrap:wrap}.pop{font-weight:600}.pop-num,.pop-unit{font-size:17px;font-weight:800;color:var(--ink)}.sep{opacity:.5}.temp{display:inline-flex;align-items:baseline;gap:4px}.temp-label{font-size:12px;font-weight:600}.temp-num{font-size:17px;font-weight:800;color:var(--ink)}.temp-unit{font-size:12px;font-weight:600;color:var(--ink)}.rules-card{margin-top:18px;border:1px solid var(--border);border-radius:16px;padding:16px;background:#fff}.rules-title{margin:0 0 12px;font-size:15px;color:var(--brand-deep)}.rules{margin:0;display:grid;grid-gap:6px;gap:6px}.rules-row{display:grid;grid-template-columns:150px 1fr;grid-gap:12px;gap:12px;align-items:center;padding:8px 12px;border-radius:10px;background:var(--soft);border-left:4px solid var(--border)}.rules-row--burnable{border-left-color:var(--c-burnable)}.rules-row--landfill{border-left-color:var(--c-landfill)}.rules-row--resource{border-left-color:var(--c-resource)}.rules-row--plastic{border-left-color:var(--c-plastic)}.rules-row dt{font-weight:700;font-size:14px}.rules-row dd{margin:0;color:var(--ink);font-weight:600}@media (max-width:560px){.rules-row{grid-template-columns:1fr;gap:2px}}.rules-note{margin-top:12px;font-size:12px;color:var(--muted);line-height:1.5}.notice{margin-top:4px;color:var(--muted);font-size:13px}.error{margin-top:8px;color:#b42318;font-size:14px}.suggestions{margin-top:6px;border:1px solid var(--border);border-radius:14px;background:#fff;max-height:260px;overflow:auto;display:flex;flex-wrap:wrap;gap:8px;padding:10px}.area-tag{display:inline-flex;align-items:center;justify-content:center;gap:2px;padding:9px 14px;border-radius:999px;border:1.5px solid var(--border);background:var(--soft);color:var(--ink);cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .1s ease;width:-moz-fit-content;width:fit-content;min-height:38px;text-align:center}.area-tag:hover{background:#ecf6e4;border-color:var(--brand)}.area-tag:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.area-tag:active{transform:translateY(1px)}.area-tag.is-selected{background:var(--brand);border-color:var(--brand-mid);color:#fff;box-shadow:0 6px 16px rgba(95,181,46,.28)}.area-tag.is-selected:before{content:"✓";font-size:12px;margin-right:6px}.area-name{font-weight:700;font-size:14px}.area-kana{font-size:11px;color:var(--muted);line-height:1}.area-tag.is-selected .area-kana{color:#eaf6e3}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:6px 0 14px}.empty-char{width:84px;height:84px;filter:drop-shadow(0 6px 12px rgba(31,107,42,.16))}.empty-state p{margin:0;color:var(--muted);font-size:14px;font-weight:600}.seo-section{margin-top:28px;padding:20px;border-radius:16px;background:var(--soft);border:1px solid var(--border)}.seo-section h2{margin:0 0 12px;font-size:17px;font-weight:800;color:var(--brand-deep)}.seo-section h3{margin:16px 0 6px;font-size:14px;font-weight:700}.seo-section p{margin:0 0 12px;color:#3a463d;font-size:14px;line-height:1.7}.seo-source{margin-top:18px;line-height:1.6}.breadcrumb,.seo-source{font-size:12px;color:var(--muted)}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:14px}.breadcrumb a{color:var(--brand-mid);text-decoration:none;font-weight:600}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .sep{color:var(--border)}.town-hero{display:flex;align-items:center;gap:12px}.town-hero-char{width:56px;height:56px;flex-shrink:0;filter:drop-shadow(0 4px 8px rgba(31,107,42,.16))}.town-section{margin-top:24px}.links-section h2,.town-section h2{font-size:16px;margin:0 0 12px;color:var(--brand-deep)}.links-section{margin-top:26px}.links-lead{font-size:13px;color:var(--muted);margin:0 0 14px}.area-links,.town-links{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.area-links li a,.town-links li a{display:inline-flex;padding:8px 14px;border:1.5px solid var(--border);border-radius:999px;background:var(--soft);color:var(--brand-deep);text-decoration:none;font-size:13px;font-weight:700;transition:border-color .15s ease,background-color .15s ease}.area-links li a:hover,.town-links li a:hover{border-color:var(--brand);background:#fff}.links-back{margin-top:16px}.links-back a{color:var(--brand-mid);text-decoration:none;font-weight:700}.area-table{width:100%;border-collapse:collapse;font-size:13px;overflow:hidden;border-radius:12px}.area-table td,.area-table th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border);vertical-align:middle}.area-table thead th{background:var(--soft);color:var(--brand-deep);font-size:12px;font-weight:700}.area-table tbody tr:nth-child(2n){background:#fafdf7}.area-table td a{color:var(--brand-mid);text-decoration:none;font-weight:700}.area-table td a:hover{text-decoration:underline}.page-footer{margin-top:24px;display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;justify-content:center;font-weight:700;flex-wrap:wrap}.contact-link,.x-link{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none}.contact-link:hover,.x-link:hover{color:var(--brand-deep)}.site-footer{max-width:720px;margin:0 auto;padding:0 1em 2.5em;text-align:center}.site-footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.5em 1.5em;font-size:13px}.site-footer-nav a{color:var(--muted);text-decoration:none;font-weight:600}.site-footer-nav a:hover{color:var(--brand-deep);text-decoration:underline}.site-footer-note{margin:.9em 0 0;font-size:11px;color:var(--muted);line-height:1.6}.result-head{display:flex;align-items:center;justify-content:space-between;gap:.75em;margin-bottom:10px;scroll-margin-top:16px}.result-head .result-area-label{margin:0;text-align:left;font-size:17px}.change-town{width:auto;min-height:0;flex-shrink:0;padding:.7em 1.4em;font-size:13px;font-weight:700;color:var(--brand-deep);background:#fff;border:1.5px solid var(--border);border-radius:999px;box-shadow:none}.change-town:hover{background:var(--soft);border-color:var(--brand-mid)}.date-sub{margin-left:.5em;font-size:13px;font-weight:600;color:var(--muted)}.next-pickups{margin-top:18px;border:1px solid var(--border);border-radius:16px;padding:16px;background:#fff}.next-pickups-title{margin:0 0 10px;font-size:14px;font-weight:700;color:var(--brand-deep)}.next-pickups-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.6em;gap:.6em}.next-pickups-row{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:.75em;gap:.75em;min-width:0}.next-pickups-row .tag{border-radius:999px;padding:.3em .9em;font-size:13px;font-weight:700;border:1.5px solid var(--border);white-space:nowrap}.next-pickups-date{justify-self:end;font-size:15px;font-weight:700;white-space:nowrap}@media (max-width:400px){.next-pickups-row .tag{font-size:12px;padding:.3em .7em}.next-pickups-date{font-size:14px}.next-pickups-soon{margin-right:.4em}}.next-pickups-none{justify-self:end;font-size:13px;font-weight:600;color:var(--muted)}.next-pickups-soon{display:inline-block;margin-right:.6em;padding:.15em .7em;border-radius:999px;background:var(--ink);color:#fff;font-size:11px;font-weight:700;vertical-align:.1em}html.is-returning header .hero{flex-direction:row;justify-content:center;gap:.6em}html.is-returning header .hero-char{width:40px;height:40px}html.is-returning header h1{font-size:16px;margin:0;word-break:keep-all;line-height:1.4}html.is-returning .summary-badge,html.is-returning header .title-break{display:none}.seo-section a{color:var(--brand-mid);font-weight:600}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}html.is-returning header .title-break{display:inline}html.is-returning header .title-break br{display:none}html.is-returning header .title-break:after{content:" "}.kana-nav{display:flex;flex-wrap:wrap;gap:.5em;margin:1em 0 .5em}.kana-nav a{display:inline-block;min-width:2.4em;padding:.45em 0;border:1.5px solid var(--border);border-radius:10px;background:#fff;text-align:center;font-weight:700;font-size:14px;color:var(--brand-deep);text-decoration:none}.kana-nav a:hover{background:var(--soft);border-color:var(--brand-mid)}.item-category{display:flex;flex-wrap:wrap;gap:.5em}.item-category .tag{border-radius:999px;padding:.5em 1.2em;font-size:17px;font-weight:800;border:2px solid var(--border)}.tag--generic{background:#f1f3f0;color:#5f6c60;border-color:#e2e7df}.item-guide{margin:1em 0 0;font-size:14px;line-height:1.8;color:#3a463d}.item-next{margin-top:1.25em;border:1.5px solid var(--brand);border-radius:16px;padding:1em 1.25em;background:linear-gradient(180deg,#f7fcf2,#fff 60%)}.item-next-lead{margin:0;font-size:13px;font-weight:700;color:var(--brand-deep)}.item-next-lead a{color:var(--brand-mid)}.item-next-date{margin:.4em 0 0;font-size:22px;font-weight:800;color:var(--ink)}.item-next-change{margin:.5em 0 0;font-size:12px}.item-next-change a{color:var(--muted)}