.season-page-title-wrap {
    max-width: 1156px;
    margin: 0 auto 24px;
    text-align: center;
    position: relative;
}

.season-page-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #333;
}

.season-page-title-wrap::after {
    content: "";
    display: block;
    width: 80px;
    height: 6px;
    background-color: #5b8930;
    margin: 0.25em auto 0;
}

.season-intro-box {
    max-width: 1156px;
    margin: 0 auto 32px;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.season-intro-box p {
    margin: 0 0 14px;
    font-size: 1em;
    color: #333;
    line-height: 1.9;
    text-align: left;
}

.season-intro-box p:last-child {
    margin-bottom: 0;
}

.season-month-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1156px;
    margin: 0 auto 40px;
    padding: 0;
    box-sizing: border-box;
}

.season-month-box {
    flex: 0 0 calc((100% - 40px) / 3);
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 18px;
    scroll-margin-top: 60px;
    box-sizing: border-box;
    overflow: hidden;
}

.season-month-title {
    background-color: #5b8930;
    color: #fff;
    padding: 12px 14px;
    font-size: 1.35em;
    font-weight: bold;
    text-align: left;
    margin: -18px -18px 16px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.season-month-subtitle {
    font-size: 1.02em;
    font-weight: bold;
    color: #5b8930;
    margin: 0 0 12px;
    line-height: 1.6;
    text-align: left;
}

.season-month-image {
    margin-bottom: 8px;
}

.season-month-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.season-month-description {
    font-size: 0.98em;
    color: #333;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 16px;
}

.season-month-description p {
    margin: 0 0 12px;
}

.season-month-description p:last-child {
    margin-bottom: 0;
}

.season-month-label {
    font-size: 0.95em;
    font-weight: bold;
    color: #6d7045;
    margin: 16px 0 8px;
    padding-left: 10px;
    border-left: 3px solid #c1c1c1;
    text-align: left;
    line-height: 1.5;
}

.season-item-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.season-item-list li {
    margin-bottom: 8px;
    font-size: 0.96em;
    color: #333;
    line-height: 1.6;
    text-align: left;
}

.season-item-list li:last-child {
    margin-bottom: 0;
}

.season-note {
    font-size: 0.92em;
    color: #666;
    line-height: 1.7;
    text-align: left;
    margin-top: 12px;
}

.season-button-container {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 2px;
}

.season-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 0.96em;
    color: #fff;
    background-color: #719943;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    text-align: center;
}

.season-button:hover {
    background-color: #5a7a34;
}

.season-bottom-note {
    max-width: 1156px;
    margin: 0 auto 40px;
    padding: 20px 24px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.season-bottom-note h2 {
    font-size: 1.3em;
    color: #444;
    margin: 0 0 14px;
    text-align: left;
    line-height: 1.5;
}

.season-bottom-note p {
    margin: 0 0 12px;
    font-size: 0.98em;
    line-height: 1.8;
    color: #333;
    text-align: left;
}

.season-bottom-note p:last-child {
    margin-bottom: 0;
}

.season-image-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 6px;
  color: #555;
  margin-bottom: 16px;
}

.season-image-labels span {
  width: 33%;
  text-align: center;
}

.season-image-labels.labels-2 span {
 width: 50%; 
}


/* 月別リンク一覧を置く場合 */
.season-month-nav {
    max-width: 1156px;
    margin: 0 auto 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.season-month-nav a {
    display: inline-block;
    padding: 10px 16px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.95em;
    transition: background-color 0.3s, color 0.3s;
}

.season-month-nav a:hover {
    background-color: #e8e8e8;
    color: #000;
}

/* 月ボックス内で主役・補助を小さく区切りたい場合 */
.season-item-group {
    margin-bottom: 14px;
}

.season-item-group:last-child {
    margin-bottom: 0;
}

/* 作物名リンクを入れる場合 */
.season-item-list a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid rgba(91, 137, 48, 0.35);
    transition: color 0.3s, border-color 0.3s;
}

.season-item-list a:hover {
    color: #5b8930;
    border-color: #5b8930;
}

/* 月ボックス内の補足小テキスト */
.season-mini-note {
    font-size: 0.88em;
    color: #777;
    line-height: 1.6;
    text-align: left;
    margin-top: 8px;
}

/* 画像なし月ボックスにも耐える */
.season-month-box.no-image .season-month-description {
    margin-top: 4px;
}

/* ボタンなしボックスの下余白を整える */
.season-month-box.no-button {
    padding-bottom: 20px;
}

/* タブレット調整 */
@media (max-width: 1024px) {
    .season-month-box {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

/* モバイル */
@media (max-width: 768px) {
    .season-page-title {
        font-size: 1.6em;
    }

    .season-intro-box {
        padding: 18px 14px;
    }

    .season-month-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .season-month-box {
        flex: 1 1 100%;
        width: 100%;
        padding: 16px;
    }

    .season-month-title {
        margin: -16px -16px 14px;
        font-size: 1.2em;
    }

    .season-month-subtitle {
        font-size: 1em;
    }

    .season-month-description {
        font-size: 0.96em;
    }

    .season-button {
        width: 100%;
        box-sizing: border-box;
    }

    .season-bottom-note {
        padding: 18px 14px;
    }

    .season-month-nav {
        gap: 8px;
        justify-content: flex-start;
    }

    .season-month-nav a {
        width: calc(50% - 4px);
        box-sizing: border-box;
        text-align: center;
    }
}

/* 月ごとの色変化（控えめ） */

.month-01 .season-month-title { background-color: #74806f; } /* 1月 */
.month-02 .season-month-title { background-color: #78856f; } /* 2月 */

.month-03 .season-month-title { background-color: #7b8b68; } /* 3月 */
.month-04 .season-month-title { background-color: #7b9160; } /* 4月 */
.month-05 .season-month-title { background-color: #77975a; } /* 5月 */

.month-06 .season-month-title { background-color: #6f9655; } /* 6月 */
.month-07 .season-month-title { background-color: #678f4f; } /* 7月 */
.month-08 .season-month-title { background-color: #62864d; } /* 8月 */

.month-09 .season-month-title { background-color: #6f8250; } /* 9月 */
.month-10 .season-month-title { background-color: #7a7e52; } /* 10月 */
.month-11 .season-month-title { background-color: #78755b; } /* 11月 */

.month-12 .season-month-title { background-color: #726f64; } /* 12月 */


/* 極小画面 */
@media (max-width: 480px) {
    .season-month-nav a {
        width: 100%;
    }
}