@charset "UTF-8";
/**
 * ToRA-SEED Common Layout Style - 07:04 直前・完全統合版
 */

/* 1. サイト全体を包む「最終聖域」と共通ラッパー */
#tora-final-sanctuary { width: 100%; overflow: hidden; }

.v8-wrapper, .v7-wrapper, .tora-wrapper, .header-container, .footer-inner {
    width: 92% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* 2. サイドバー付きレイアウト (page-with-sidebar.php) */
.v8-two-column {
    display: flex !important;
    gap: 50px !important;
    margin-top: 40px !important;
    align-items: flex-start !important;
}
.v8-side-nav { flex: 0 0 280px !important; }
.v8-main-content { flex: 1 !important; }

/* サイドバー装飾 */
.v8-side-title {
    font-size: 1.25rem !important;
    color: var(--tora-blue-main);
    border-bottom: 3px solid var(--tora-blue-main);
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-weight: bold;
}
.v8-side-nav ul { list-style: none; padding: 0; margin: 0; }
.v8-side-nav li a {
    display: block;
    padding: 15px 10px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
}
.v8-side-nav li a:hover { background: #f8faff; color: var(--tora-blue-main); }

/* 3. フッター (全ページ共通) */
.site-footer {
    background: var(--tora-blue-main);
    color: #fff;
    padding: 70px 0 40px;
    margin-top: 100px;
}
.footer-logo { font-size: 1.8rem; font-weight: bold; margin-bottom: 20px; }
.footer-sitemap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.footer-copy { text-align: center; margin-top: 60px; font-size: 0.8rem; opacity: 0.6; }