/*
Theme Name: hitoriku
Theme URI: https://example.com/
Author: You
Author URI: https://example.com/
Description: シンプルな「骨組みだけ」のクラシックテーマ。最低限のテンプレートと機能だけを実装しています。
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: kimino-starter
Tags: starter, minimal, clean
*/

/* --- ここにベーススタイルを追加してください（今はリセット系のみ最小） --- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
.screen-reader-text { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.site { display: flex; flex-direction: column; min-height: 100vh; }
.site-header, .site-footer { padding: 1rem; }
.site-content { flex: 1 0 auto; padding: 1rem; }
.widget-area { padding: 1rem; background: #f7f7f7; }
.entry-title a { text-decoration: none; }


/* --- 固定レイアウト（テキスト入力のみ） --- */
.fixed-layout .fixed-hero { padding: 3rem 1rem; border-bottom: 1px solid #eee; }
.fixed-layout .fixed-title { font-size: 2rem; margin: 0 0 .5rem; }
.fixed-layout .fixed-subtitle { color: #555; margin: 0; }
.fixed-layout .fixed-body { padding: 2rem 1rem; max-width: 800px; }
.fixed-layout .fixed-content p { line-height: 1.9; }
.fixed-layout .fixed-cta .button { display:inline-block; padding:.75rem 1.25rem; border-radius:.5rem; background:#222; color:#fff; text-decoration:none; }
