/**
 * お知らせ（一覧・トップ要約・単体）
 */

.tcf-site-news {
    margin: 1rem 0 1.35rem;
    color: #3a342e;
}

.tcf-site-news__empty {
    margin: 0;
    padding: 1rem 1.1rem;
    border: 1px dashed rgba(148, 124, 98, 0.45);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.45);
    color: #5c534a;
}

/* 一覧 */
.tcf-site-news--list .tcf-site-news__items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tcf-site-news--list .tcf-site-news__item {
    margin: 0 0 0.72rem;
    padding: 0.68rem 0.95rem 0.78rem;
    border: 1px solid #d9d0c4;
    border-radius: 10px;
    border-left: 3px solid #7f2629;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 243, 236, 0.88));
    box-shadow: 0 3px 12px rgba(26, 19, 13, 0.055);
}

.tcf-site-news--list .tcf-site-news__item:last-child {
    margin-bottom: 0;
}

.tcf-site-news__item-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    margin-bottom: 0.28rem;
}

.tcf-site-news__date {
    font-size: 0.88rem;
    font-weight: 600;
    color: #6b5a4a;
    letter-spacing: 0.02em;
}

.tcf-site-news__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.12rem 0.45rem;
    border-radius: 4px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.2;
    color: #fff;
    background: #7f2629;
    border: 1px solid rgba(127, 38, 41, 0.35);
}

.tcf-site-news__badge--sm {
    font-size: 0.62rem;
    padding: 0.08rem 0.38rem;
}

.tcf-site-news__title {
    margin: 0 0 0.32rem;
    font-size: clamp(1rem, 1.85vw, 1.12rem);
    font-weight: 700;
    line-height: 1.32;
}

.tcf-site-news__title a {
    color: #1e2745;
    text-decoration: none;
}

.tcf-site-news__title a:hover {
    color: #7f2629;
    text-decoration: underline;
}

.tcf-site-news__excerpt {
    margin: 0 0 0.4rem;
    line-height: 1.62;
    font-size: 0.92rem;
    color: #3f3a34;
}

/* ブロック「お知らせ一覧」本文（沿革と同様に一覧内で全文表示） */
.tcf-site-news__body {
    margin: 0;
    line-height: 1.62;
    font-size: 0.92rem;
    color: #3f3a34;
}

.tcf-site-news__body p {
    margin: 0 0 0.4rem;
}

.tcf-site-news__body p:last-child {
    margin-bottom: 0;
}

.tcf-site-news__more {
    display: inline-flex;
    font-weight: 500;
    font-size: 0.88rem;
    color: #6f6257;
    text-decoration: none;
}

.tcf-site-news__more:hover {
    color: #5f4f44;
    text-decoration: underline;
}

/* トップ要約 */
.tcf-site-news--latest {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: clamp(1rem, 2vw, 1.25rem) clamp(1rem, 2vw, 1.35rem);
    border: 1px solid #d9d0c4;
    border-radius: 14px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(248, 243, 236, 0.88));
    box-shadow: 0 6px 20px rgba(26, 19, 13, 0.07);
}

.tcf-site-news__latest-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(184, 139, 70, 0.35);
}

.tcf-site-news__latest-title {
    margin: 0;
    font-size: clamp(1.1rem, 2.4vw, 1.28rem);
    font-weight: 700;
    color: #1e2745;
    letter-spacing: 0.04em;
}

.tcf-site-news__latest-all {
    font-size: 0.88rem;
    font-weight: 700;
    color: #7f2629;
    text-decoration: none;
    white-space: nowrap;
}

.tcf-site-news__latest-all:hover {
    text-decoration: underline;
}

.tcf-site-news__latest-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tcf-site-news__latest-item {
    margin: 0 0 0.95rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px dashed rgba(148, 124, 98, 0.35);
}

.tcf-site-news__latest-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.tcf-site-news__latest-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    margin-bottom: 0.25rem;
}

.tcf-site-news__latest-date {
    font-size: 0.82rem;
    font-weight: 600;
    color: #6b5a4a;
}

.tcf-site-news__latest-link {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.45;
    color: #1e2745;
    text-decoration: none;
}

.tcf-site-news__latest-link:hover {
    color: #7f2629;
    text-decoration: underline;
}

.tcf-site-news__latest-summary {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #3f3a34;
}

/* トップ：[tcf_news_top] — 一覧と同じカード＋中央見出し下線 */
.tcf-site-news--top.tcf-site-news--list {
    max-width: min(960px, 100%);
    margin-left: auto;
    margin-right: auto;
}

/* 一覧ページ：ワイド時は日付列＋タイトルを横並びにし、1画面に件数を多く */
@media (min-width: 782px) {
    .tcf-site-news--list .tcf-site-news__item {
        display: grid;
        grid-template-columns: minmax(6.5rem, auto) minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-items: start;
        column-gap: 1rem;
        row-gap: 0.4rem;
        padding: 0.62rem 1rem 0.72rem;
    }

    .tcf-site-news--list .tcf-site-news__item-head {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 0;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .tcf-site-news--list .tcf-site-news__title {
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        align-self: start;
        padding-top: 0.06rem;
    }

    .tcf-site-news--list .tcf-site-news__body {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    /* CPT／トップ要約：本文の代わりに抜粋＋続きリンク */
    .tcf-site-news--list .tcf-site-news__excerpt {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 0;
        margin-bottom: 0.35rem;
    }

    .tcf-site-news--list .tcf-site-news__more {
        grid-column: 1 / -1;
        grid-row: 3;
        margin-top: 0;
    }
}

.tcf-site-news__top-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: clamp(1rem, 2vw, 1.35rem);
    text-align: center;
}

/* 固定ページ .entry-eyebrow と同系（日本語見出しの直上・さりげなく） */
.tcf-site-news__eyebrow {
    margin: 0 0 0.28rem;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7f2e35;
}

.tcf-site-news__top-title {
    margin: 0;
    padding: 0 0.15rem 0.2rem;
    border-bottom: 1px solid rgba(127, 38, 41, 0.48);
    font-size: clamp(1.4rem, 3.4vw, 1.85rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #1e2745;
    font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
}

.tcf-site-news__top-all {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #7f2629;
    text-decoration: none;
}

.tcf-site-news__top-all:hover {
    text-decoration: underline;
}

.tcf-site-news__excerpt--top {
    white-space: normal;
}

/* モバイルトップ：本文は簡易表示に近い密度、見出しはバランスを保って抑える */
@media (max-width: 781px) {
    .tcf-site-news--top.tcf-site-news--list .tcf-site-news__top-title {
        font-size: clamp(1.36rem, 6.2vw, 1.68rem);
        line-height: 1.32;
        letter-spacing: 0.045em;
    }

    .tcf-site-news--top.tcf-site-news--list .tcf-site-news__title {
        font-size: 1.16rem;
        line-height: 1.4;
    }

    .tcf-site-news--top.tcf-site-news--list .tcf-site-news__excerpt,
    .tcf-site-news--top.tcf-site-news--list .tcf-site-news__body {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    /* 通販トップ専用：お知らせ簡易表示はセクション全体をコンパクト化 */
    body.tbt-shop-landing-page .tcf-site-news--top.tcf-site-news--list {
        margin-top: 0.06rem !important;
        margin-bottom: 0.48rem !important;
        padding: 0.62rem 0.72rem !important;
        border-radius: 10px !important;
    }

    body.tbt-shop-landing-page .tcf-site-news--top.tcf-site-news--list .tcf-site-news__top-head {
        margin-bottom: 0.34rem !important;
    }

    body.tbt-shop-landing-page .tcf-site-news--top.tcf-site-news--list .tcf-site-news__item {
        margin-bottom: 0.28rem !important;
        padding: 0.34rem 0.46rem 0.38rem !important;
        border-radius: 6px !important;
    }
}

/* 単体ページ */
.tcf-site-news-single {
    max-width: min(760px, 100%);
    margin: 0 auto;
    padding: clamp(0.5rem, 2vw, 1rem) 0 clamp(2rem, 4vw, 3rem);
}

.tcf-site-news-single__header {
    margin-bottom: 1.25rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(184, 139, 70, 0.38);
}

.tcf-site-news-single__date {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #6b5a4a;
}

.tcf-site-news-single__title {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    line-height: 1.35;
    color: #1e2745;
}

.tcf-site-news-single__content {
    line-height: 1.85;
    color: #2e2a26;
}

.tcf-site-news-single__back {
    margin: 2rem 0 0;
    padding-top: 1rem;
    border-top: 1px dashed rgba(148, 124, 98, 0.35);
}

.tcf-site-news-single__back a {
    font-weight: 700;
    color: #7f2629;
    text-decoration: none;
}

.tcf-site-news-single__back a:hover {
    text-decoration: underline;
}
