@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================
   廣田ゴルフ倶楽部 基盤スタイル
   ※ここはサイト全体の土台。むやみに追加しない。
   ============================================ */

:root {
  /* --- ブランドカラー --- */
  --c-gold:        #C9A84C;  /* メインのゴールド */
  --c-gold-light:  #D9C078;  /* 明るいゴールド */
  
  /* --- 背景色（4ボックス用） --- */
  --c-bg-black:    #0F0F0F;  /* 基本の黒背景 */
  --c-bg-green:    #1A2A1A;  /* 深緑（会員ページ） */
  --c-bg-wine:     #4A1818;  /* ワイン（コンペ申込み） */
  --c-bg-navy:     #0F2540;  /* 紺（資料DL） */
  --c-bg-gray:     #1F1F1F;  /* グレー（SHOP） */
  
  /* --- テキスト --- */
  --c-text-white:  #FFFFFF;
  --c-text-mute:   #B8B8B8;
  
  /* --- フォント --- */
  --ff-serif: "Noto Serif JP", "游明朝", "Yu Mincho", serif;
}

/* ===== 全体フォント設定 ===== */
body {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: 16px;
}

/* 太字は900で統一 */
b, strong,
h1, h2, h3, h4, h5, h6,
.is-style-bold {
  font-weight: 900;
}

/* 最小フォントサイズ */
small, .u-fz-min {
  font-size: 10.5px;
}