/*
Theme Name: Anshi Japan
Theme URI:
Author:
Description: Bootstrap 5 準拠の軽量オリジナル WordPress テーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: origin-theme
*/

/* ============================================================
   Base
============================================================ */
body {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, 'Yu Gothic', 'BIZ UDPGothic', Arial, 'Helvetica Neue', sans-serif;
    color: #000;
    background-color: #fff;
}

/* ============================================================
   Header
============================================================ */
.site-header .navbar-brand {
    font-weight: 700;
}

/* ============================================================
   Page Header
============================================================ */
.page-header-area {
    background-color: #f8f9fa;
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
}

.page-header-area h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}

/* ============================================================
   Breadcrumb
============================================================ */
.breadcrumb-area {
    background-color: #fff;
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
}

.breadcrumb {
    margin-bottom: 0;
    font-size: 0.875rem;
}

/* ============================================================
   Main Content
============================================================ */
.site-main {
    padding: 2rem 0;
}

/* フルスクリーンレイアウト */
.layout-1col-full .site-main {
    padding: 0;
}

.layout-1col-full .content-area {
    width: 100%;
}

/* ============================================================
   Sidebar
============================================================ */
.widget-area {
    padding-left: 1.5rem;
}

.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0d6efd;
    margin-bottom: 1rem;
}

/* ============================================================
   Footer
============================================================ */
.site-footer {
    background-color: #343a40;
    color: #adb5bd;
    padding: 2rem 0;
    margin-top: 3rem;
    font-size: 0.875rem;
}

.site-footer a {
    color: #adb5bd;
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
}

/* ============================================================
   Entry
============================================================ */
.entry-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.entry-meta {
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.entry-content {
    line-height: 1.8;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

/* ============================================================
   Pagination
============================================================ */
.pagination {
    justify-content: center;
    margin-top: 2rem;
}
