/* Noto Sans JP の読み込み */
@font-face {
    font-family: "Noto Sans JP";
    src: url("/wp-content/uploads/fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}


/* ============================================================
 * 全体のデフォルトフォント設定（明朝ベース）
 * ============================================================ */
body {
    font-family: "Times New Roman", YakuHanMPs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}


/* ============================================================
 * ニュース・トピックスの本文・タイトルをゴシック体
 * （ヘッダー・フッターは明朝体のまま）
 * ============================================================ */
.single-news .entry-content,
.single-topix .entry-content,
.single-news .wp-block-post-title,
.single-topix .wp-block-post-title,
.post-type-archive-news .site-main,
.post-type-archive-topix .site-main {
    font-family: "Times New Roman", YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


/* ============================================================
 * ヘッダー・フッターは常に明朝体（ニュース・トピックスでも）
 * ============================================================ */
.single-news .header__nav,
.single-topix .header__nav,
.post-type-archive-news .header__nav,
.post-type-archive-topix .header__nav,
.single-news .header__menu,
.single-topix .header__menu,
.post-type-archive-news .header__menu,
.post-type-archive-topix .header__menu,
.single-news .footer,
.single-topix .footer,
.post-type-archive-news .footer,
.post-type-archive-topix .footer {
  font-family: "Times New Roman", YakuHanMPs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.single-news .header__nav *,
.single-topix .header__nav *,
.post-type-archive-news .header__nav *,
.post-type-archive-topix .header__nav *,
.single-news .header__menu *,
.single-topix .header__menu *,
.post-type-archive-news .header__menu *,
.post-type-archive-topix .header__menu *,
.single-news .footer *,
.single-topix .footer *,
.post-type-archive-news .footer *,
.post-type-archive-topix .footer * {
  font-family: inherit;
}
