/*
Theme Name: Ichiha テスト (ichiha-1)
Theme URI: https://ichiha-seikotsu.com/
Author: Wellness Technology
Description: メインテーマ「Ichiha」のテスト確認用子テーマ。本番反映前の検証に利用してください。
Template: ichiha
Requires at least: 6.0
Requires PHP: 7.4
Version: 0.9.52
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ichiha-1
*/

/* ============================================
   カラーパレット（CSS変数）— 親テーマ ichiha と同一
   ============================================ */
:root {
  --color-main-text: #000000;
  --color-primary: #6F745C;
  --color-accent-1: #f08976;
  --color-accent-2: #c07a60;
  --color-accent-3: #f8c6a0;
  --color-accent-4: #a7bd9a;
  --font-sans: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
}

/* 親テーマの詳細スタイルは functions.php から読み込みます。テスト用の上書きはこの下に追加してください。 */

.entry-content p {
  margin: 0 0 1rem;
  text-align: justify;
}

.site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}

/* 親テーマ article の下線を除去 */
article {
  border-bottom: none;
}
