/*
Theme Name: Balance Factory
Theme URI: https://www.balancefactory.net/
Author: Balance Factory
Description: バランスファクトリー公式サイトの全体テーマ。既存WordPressのテーマと差し替えて使用します。既存URL（/menu/ , /staff/ , /service/ , 各メニュー詳細, /blog/ 等）をそのまま維持し、新デザインに更新します。
Version: 1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
*/

/* 基本デザインは assets/site.css。以下はWordPress表示用の最小限の上書き。 */

/* 記事一覧カードのアイキャッチ */
.blog-thumb{overflow:hidden}
.blog-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}

/* 記事・固定ページ本文（the_content）を .prose に馴染ませる */
.post-content img{max-width:100%;height:auto;border-radius:18px;margin:8px 0 22px}
.post-content h2{font-family:"Noto Serif JP",serif;color:var(--green-deep);font-size:1.55rem;margin:34px 0 14px;display:flex;align-items:center;gap:12px}
.post-content h2:before{content:"";width:10px;height:26px;border-radius:6px;background:var(--sun);flex:none}
.post-content h3{font-family:"Noto Serif JP",serif;color:var(--green-deep);font-size:1.25rem;margin:26px 0 10px}
.post-content p{color:#3d473d;margin:0 0 18px;line-height:1.95}
.post-content ul,.post-content ol{color:#3d473d;margin:0 0 18px;padding-left:1.4em;line-height:1.9}
.post-content li{margin:6px 0}
.post-content a{color:var(--teal);font-weight:700;text-decoration:underline}
.post-content blockquote{margin:0 0 20px;padding:14px 22px;border-left:4px solid var(--teal);background:rgba(221,243,244,.4);border-radius:0 16px 16px 0;color:#3d473d}

.post-hero-meta{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:14px}
.post-hero-meta .blog-cat{font-size:.8rem}
.post-hero-meta time{color:var(--muted);font-size:.92rem;font-weight:600}

.bf-pagination{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:40px}
.bf-pagination .page-numbers{display:inline-grid;place-items:center;min-width:44px;height:44px;padding:0 12px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--green-deep);font-weight:700;text-decoration:none}
.bf-pagination .page-numbers.current{background:var(--teal);color:#fff;border-color:transparent}
.bf-pagination .page-numbers:hover{background:var(--teal-light);color:var(--teal)}
.bf-pagination .page-numbers.current:hover{background:var(--teal);color:#fff}

.post-tags{max-width:840px;margin:28px auto 0;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.post-tags .pt-label{color:var(--muted);font-size:.85rem;font-weight:700}
.post-tags a{background:var(--cream);color:var(--green-deep);font-weight:700;font-size:.8rem;padding:5px 12px;border-radius:999px;text-decoration:none}
.post-tags a:hover{background:var(--teal-light);color:var(--teal)}

/* WordPress 既定のalignや caption */
.post-content .aligncenter{display:block;margin-left:auto;margin-right:auto}
.post-content .alignright{float:right;margin:0 0 16px 20px}
.post-content .alignleft{float:left;margin:0 20px 16px 0}
.post-content .wp-caption{max-width:100%}
.post-content .wp-caption-text{color:var(--muted);font-size:.85rem;text-align:center;margin-top:6px}
