.pollen-table{width:100%;border-collapse:collapse;margin:15px 0}
.pollen-table th,.pollen-table td{border:1px solid #ddd;padding:8px;text-align:center;font-size:13px}
.pollen-table th{background:#f5f5f5}
.pollen-level{display:inline-block;padding:4px 10px;border-radius:0;font-weight:bold;font-size:12px;min-width:60px}
.pollen-card{background:#fff url(/img/pollen-sugi-hinoki-bg.webp) no-repeat center center;background-size:cover;border:1px solid #e0e0e0;border-radius:0;padding:20px 0px;margin:10px 0;display:inline-block;width:calc(50% - 16px);vertical-align:top;box-sizing:border-box;margin-right:8px;text-align:center;min-height:140px}
.pollen-card-hinoki{background-image:url(/img/pollen-hinoki-bg.webp)}
.pollen-card h3{margin:0 0 2px 0;font-size:25px;font-weight:bold;color:#333;text-shadow:0 1px 4px rgba(255,255,255,0.9);border:none;padding:0}
.pollen-card-value{font-size:48px;font-weight:bold;text-shadow:0 2px 6px rgba(255,255,255,0.9);margin:2px 0;line-height:1}
.pollen-card-value span{font-size:22px;color:#666}
.pollen-card .pollen-level{font-size:14px;padding:6px 14px;text-shadow:none}
.pollen-h2{background-color:#4CAF50;color:#FFF;border-left:none;margin:15px 0 10px 0;padding:8px 1.8%}
.area_link_list{display:inline-block;width:25%}
.tide_aria{width:calc(50% - 4px)}
.pollen-plant-img{width:50px;height:50px;border-radius:50%;object-fit:cover;margin:5px}
#pollen_map{height:400px;width:100%;border-radius:0;margin:10px 0}
.heatmap-tabs{display:flex;gap:0;margin:10px 0 0}
.heatmap-tab{flex:1;text-align:center;padding:8px 0;background:#e0e0e0;cursor:pointer;font-size:13px;font-weight:bold;border:1px solid #ccc}
.heatmap-tab:first-child{border-radius:0}
.heatmap-tab:last-child{border-radius:0}
.heatmap-tab.active{background:#4CAF50;color:#fff;border-color:#4CAF50}
.pollen-legend{display:flex;gap:8px;align-items:center;margin:8px 0;font-size:12px}
.pollen-legend-item{display:flex;align-items:center;gap:3px}
.pollen-legend-color{width:14px;height:14px;border-radius:0}
.pollen-info-cards{display:flex;gap:10px;flex-wrap:wrap;margin:15px 0}
.pollen-info-card{flex:1;min-width:140px;background:#fff;border:1px solid #e0e0e0;border-radius:0;padding:12px;text-align:center}
.pollen-info-card h4{margin:0 0 5px;font-size:14px;color:#333}
.pollen-info-card p{margin:0;font-size:12px;color:#666;line-height:1.5}
.post_title img {border: inherit;}


  /* ── 花粉ページ変数（スコープ制御） ── */
  .pollen-page {
    --pollen-ink: #1a2332;
    --pollen-slate: #4a5568;
    --pollen-mist: #8896a7;
    --pollen-cloud: #e8ecf1;
    --pollen-snow: #f5f7fa;
    --pollen-white: #ffffff;
    --pollen-blue: #0066a6;
    --pollen-blue-deep: #004d7a;
    --pollen-blue-light: #e6f0f8;
    --pollen-coral: #e8553d;
    --pollen-amber: #d4940a;
    --pollen-sage: #3d8b5e;
    --pollen-lv0: #c8d6e5;
    --pollen-lv1: #82c4a0;
    --pollen-lv2: #f0c644;
    --pollen-lv3: #e88a3a;
    --pollen-lv4: #d94040;
  }
 
  .pollen-page {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--pollen-ink);
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
  }
 
  .pollen-container {

    margin: 0 auto;

  }
 
  /* ============================
     2026年シーズン予測ヒーロー
     ============================ */
  .pollen-forecast-hero {
    padding: 32px 21px 30px;
    position: relative;
    overflow: hidden;
    margin: 20px 0 0 0;
    background: #fff;
    border-bottom: 3px solid var(--pollen-blue);
    color: var(--pollen-ink);
  }
 
  .pollen-forecast-hero::before {
    display: none;
  }
 
  .pollen-forecast-hero .pollen-container { position: relative; z-index: 1; }
 
  .pollen-forecast-hero h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    color: var(--pollen-ink);
  }
 
  .pollen-forecast-hero h1 .pollen-forecast-year {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 40px;
    display: block;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
    color: var(--pollen-blue);
  }
 
  .pollen-forecast-summary {
    font-size: 15px;
    line-height: 1.9;
    color: var(--pollen-slate);
  }
 
  .pollen-forecast-keypoints {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 24px;
  }
 
  .pollen-forecast-keypoint {
    background: var(--pollen-blue);
    border-left: none;
    padding: 18px 20px;
  }
 
  .pollen-forecast-keypoint-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 6px;
  }
 
  .pollen-forecast-keypoint-value {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
 
  .pollen-forecast-keypoint-note {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin-top: 4px;
  }
    margin-top: 4px;
  }
 
  /* ============================
     セクション共通
     ============================ */
  .pollen-section {
    padding: 0px 0 56px;
    border-bottom: 1px solid var(--pollen-cloud);
  }
 
  .pollen-section:last-child { border-bottom: none; }
 
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--pollen-blue);
    margin-bottom: 8px;
  }
 
  .pollen-section h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
  }
 
  .pollen-section-lead {
    font-size: 15px;
    color: var(--pollen-slate);
    padding: 0 5px;

    margin-bottom: 32px;
  }
 
  /* ============================
     花粉飛散カレンダー
     ============================ */
  .pollen-calendar-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
 
  .pollen-calendar-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    font-size: 14px;
  }
 
  .pollen-calendar-table thead th {
    font-size: 12px;
    font-weight: 500;
    color: var(--pollen-mist);
    text-align: center;
    padding: 10px 6px;
    border-bottom: 2px solid var(--pollen-cloud);
  }
 
  .pollen-calendar-table thead th:first-child {
    text-align: left;
    font-weight: 700;
    color: var(--pollen-ink);
  }
 
  .pollen-calendar-table tbody td {
    text-align: center;
    padding: 12px 6px;
    border-bottom: 1px solid var(--pollen-cloud);
  }
 
  .pollen-calendar-table tbody td:first-child {
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    padding-left: 0;
  }
 
  .pollen-calendar-bar {
    display: inline-block;
    width: 36px;
    height: 8px;
  }
 
  .pollen-calendar-bar--none { background: var(--pollen-lv0); opacity: 0.3; }
  .pollen-calendar-bar--low { background: var(--pollen-lv1); }
  .pollen-calendar-bar--mid { background: var(--pollen-lv2); }
  .pollen-calendar-bar--high { background: var(--pollen-lv3); }
  .pollen-calendar-bar--extreme { background: var(--pollen-lv4); }
 
  .pollen-calendar-legend {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    font-size: 12px;
    color: var(--pollen-mist);
    flex-wrap: wrap;
  }
 
  .pollen-calendar-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
  }
 
  .pollen-calendar-legend-swatch {
    width: 24px;
    height: 6px;
    flex-shrink: 0;
  }
 
  /* ============================
     花粉対策カード
     ============================ */
  .pollen-measures-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
 
  .pollen-measure-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 28px;
  }

 
  .pollen-measure-card-icon {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .pollen-measure-card-icon img {
    max-height: 150px;
    width: auto;
    object-fit: contain;
  }
 
  .pollen-measure-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--pollen-ink);
  }
 
  .pollen-measure-card p {
    font-size: 13px;
    color: var(--pollen-slate);
    line-height: 1.8;
  }
 
  .pollen-measure-card-tip {
    margin-top: 14px;
    font-size: 13px;
    color: var(--pollen-blue);
    font-weight: 600;
  }
  /* ============================
     花粉と天気の関係
     ============================ */
  .pollen-weather-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
 
  .pollen-weather-card {
    background: var(--pollen-white);
    border: 1px solid var(--pollen-cloud);
    padding: 24px;
  }
 
  .pollen-weather-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }
 
  .pollen-weather-card-icon { font-size: 24px; line-height: 1; }
  .pollen-weather-card-name { font-size: 15px; font-weight: 700; }
 
  .pollen-weather-meter {
    display: flex;
    gap: 3px;
    margin-bottom: 8px;
  }
 
  .pollen-weather-meter-bar {
    height: 4px;
    flex: 1;
    background: var(--pollen-cloud);
  }
 
  .pollen-weather-meter-bar--active { background: var(--pollen-coral); }
  .pollen-weather-meter-bar--low { background: var(--pollen-sage); }
  .pollen-weather-meter-bar--mid { background: var(--pollen-amber); }
 
  .pollen-weather-card-desc {
    font-size: 13px;
    color: var(--pollen-slate);
    line-height: 1.7;
  }
 
  /* ============================
     症状・見分け方
     ============================ */
  .pollen-symptom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
  }
 
  .pollen-symptom-item {
    background: var(--pollen-white);
    border: 1px solid var(--pollen-cloud);
    padding: 20px;
    text-align: center;
  }
 
  .pollen-symptom-icon { height: 72px; margin-bottom: 8px; line-height: 1; display: flex; align-items: center; justify-content: center; }
  .pollen-symptom-name { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
  .pollen-symptom-desc { font-size: 12px; color: var(--pollen-mist); }
 
  .pollen-compare-wrap {
    overflow-x: auto;
    margin-bottom: 28px;
  }
 
  .pollen-compare-table {
    width: 100%;
    max-width: 640px;
    border-collapse: collapse;
    font-size: 14px;
  }
 
  .pollen-compare-table thead th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    border-bottom: 2px solid var(--pollen-cloud);
    color: var(--pollen-ink);
  }
 
  .pollen-compare-table thead th:first-child { color: var(--pollen-mist); }
 
  .pollen-compare-table tbody td {
    padding: 10px 16px;
    border-bottom: 1px solid var(--pollen-cloud);
    color: var(--pollen-slate);
    font-size: 13px;
  }
 
  .pollen-compare-table tbody td:first-child {
    font-weight: 500;
    color: var(--pollen-ink);
    white-space: nowrap;
  }
 
  .pollen-medical-note {
    background: var(--pollen-blue-light);
    border-left: 3px solid var(--pollen-blue);
    padding: 20px 24px;
    font-size: 13px;
    color: var(--pollen-slate);
    line-height: 1.8;
  }
 
  .pollen-medical-note strong { color: var(--pollen-ink); }
 
  /* ============================
     FAQ
     ============================ */
  .pollen-faq-list {  }
 
  .pollen-faq-item { border-bottom: 1px solid var(--pollen-cloud); }
 
  .pollen-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--pollen-ink);
    text-align: left;
    line-height: 1.6;
  }
 
  .pollen-faq-question:hover { color: var(--pollen-blue); }
 
  .pollen-faq-toggle {
    font-size: 20px;
    color: var(--pollen-mist);
    flex-shrink: 0;
    margin-left: 16px;
    transition: transform 0.2s ease;
    line-height: 1;
  }
 
  .pollen-faq-item.is-open .pollen-faq-toggle { transform: rotate(45deg); }
 
  .pollen-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
 
  .pollen-faq-item.is-open .pollen-faq-answer { max-height: 400px; }
 
  .pollen-faq-answer-body {
    padding-bottom: 20px;
    font-size: 14px;
    color: var(--pollen-slate);
    line-height: 1.9;
  }
 
  /* ============================
     関連リンク
     ============================ */
  .pollen-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
  }
 
  .pollen-related-link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: var(--pollen-white);
    border: 1px solid var(--pollen-cloud);
    text-decoration: none;
    color: var(--pollen-ink);
    transition: border-color 0.2s ease;
  }
 
  .pollen-related-link:hover { border-color: var(--pollen-blue); }
  .pollen-related-link-icon { font-size: 28px; flex-shrink: 0; line-height: 1; }
  .pollen-related-link-title { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
  .pollen-related-link-desc { font-size: 12px; color: var(--pollen-mist); }
 
  /* ============================
     レスポンシブ
     ============================ */
  @media (max-width: 640px) {
    .pollen-forecast-hero { padding: 40px 0 36px; }
    .pollen-forecast-hero h1 { font-size: 22px; }
    .pollen-forecast-hero h1 .pollen-forecast-year { font-size: 32px; }
    .pollen-section { padding: 40px 0; }
    .pollen-section h2 { font-size: 19px; }
    .pollen-forecast-keypoints { grid-template-columns: 1fr; }
    .pollen-measures-grid { grid-template-columns: 1fr; }
    .pollen-weather-grid { grid-template-columns: 1fr; }
    .pollen-symptom-grid { grid-template-columns: repeat(2, 1fr); }
  }
