/*
Theme Name: Hirashima Realty Child
Theme URI: https://hirashima-realty.com
Description: 平島不動産のカスタム子テーマ
Author: Your Name
Author URI: https://hirashima-realty.com
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hirashima-child
*/

/* 
注意: "Template: your-parent-theme" の部分を、
使用している親テーマのディレクトリ名に変更してください
例: Template: twentytwentyfour
*/

/* ==========================================================================
   カスタムCSS変数
   ========================================================================== */

:root {
    --primary: #1a4d2e;
    --primary-light: #2d7a4f;
    --accent: #ff6b35;
    --text-dark: #1a1a1a;
    --text-light: #666;
    --bg-light: #f8f9fa;
    --white: #ffffff;
    --shadow: rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   基本設定
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    overflow-x: hidden;
}

/* 親テーマのスタイルをオーバーライドする場合は、
   !important を使用するか、より具体的なセレクタを使用してください */
