/* =========================================================
   subpage.css - サブページ追加スタイル
   金星自動車 札幌版
=========================================================== */

/* ページヘッダー強化 */
#pageVisual {
    background-color: #0A0A0A !important;
}
#pageVisual:before {
    background: rgba(0,0,0,0.6) !important;
}
#pagetitle h2 {
    font-weight: 900;
    letter-spacing: 0.1em;
}

/* ホークアイセクション（トップページ下部） */
.hawkeye-section {
    background: #0A0A0A !important;
}
.hawkeye-title {
    color: #FFF !important;
}
.hawkeye-text {
    color: rgba(255,255,255,0.7) !important;
}
.hawkeye-badge {
    background: #C1272D;
    color: #FFF;
    display: inline-block;
    padding: 8px 24px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.hawkeye-btn {
    background: #C1272D !important;
    color: #FFF !important;
    padding: 15px 40px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s;
}
.hawkeye-btn:hover {
    background: #9A1F24 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* ナビ お問い合わせボタン */
#topnav li a.btn-contact {
    background: #C1272D !important;
    color: #FFF !important;
}
#topnav li a.btn-contact:hover {
    background: #9A1F24 !important;
}

/* サービスページ内ナビ */
.service-nav a:hover {
    background: #1A1A1A !important;
    color: #FFF !important;
    border-color: #1A1A1A !important;
}

/* サービスナビ */
.service-nav a:hover,
nav a:hover {
    background: #0A0A0A !important;
    color: #FFF !important;
}

/* 会社概要ページ テーブル余白改善 */
.company-table table.border,
.group-table table.border,
.recruit-table table.border {
    margin: 30px 0 !important;
}

.company-table table.border th,
.group-table table.border th,
.recruit-table table.border th {
    padding: 18px 25px !important;
}

.company-table table.border td,
.group-table table.border td,
.recruit-table table.border td {
    padding: 18px 25px !important;
}

/* セクション見出し間の余白 */
.sub-title-underline {
    margin-top: 60px !important;
    margin-bottom: 30px !important;
}

/* main の center を上書き（サブページ用） */
main {
    text-align: left !important;
}

/* 中央寄せを維持する要素 */
.page-main-title,
.page-subtitle,
.sub-title-underline,
.table table.border th {
    text-align: center !important;
}