/* Google Fonts - Noto Serif JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

/* フォント統一 */
body,
html,
* {
    font-family: 'Noto Serif JP', serif;
}

h1, h2, h3, h4, h5, h6,
p, a, span, div, li, dt, dd,
button, input, textarea, select {
    font-family: 'Noto Serif JP', serif;
}

/* 地図セクション */
.map-section-car1 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.map-section-car1 iframe {
    display: block;
    filter: grayscale(100%) brightness(0.9);
}

/* お問い合わせセクション */
.contact-desc-car1 {
    padding: 2rem 0;
}

.contact-desc-car1 p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.contact-btns-car1 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.contact-btns-car1 a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .contact-btns-car1 {
        flex-direction: column;
    }
    
    .contact-btns-car1 a {
        text-align: center;
    }
}

/* フッター カスタムレイアウト */
.footer-car1-layout {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    padding: 3rem 0;
}

/* 左：ロゴと文章 */
.footer-car1-left {
    flex: 1;
    max-width: 280px;
}

.footer-car1-logo img {
    max-width: 200px;
    height: auto;
}

.footer-car1-desc {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

/* 中央：メニュー2列 */
.footer-car1-center {
    display: flex;
    gap: 3rem;
}

.footer-car1-menu-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-car1-menu-col ul li {
    margin-bottom: 0.75rem;
}

.footer-car1-menu-col ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-car1-menu-col ul li a:hover {
    color: #cd0f2d;
}

.footer-car1-menu-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* 右：会社情報とSNS */
.footer-car1-right {
    flex: 1;
    max-width: 280px;
}

.footer-car1-info p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5rem;
}

.footer-car1-info a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer-car1-info a:hover {
    color: #cd0f2d;
}

.footer-car1-sns {
    margin-top: 2rem;
}

.footer-car1-sns-icons {
    display: flex;
    gap: 1rem;
}

.footer-car1-sns-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: background 0.3s;
}

.footer-car1-sns-icons a:hover {
    background: #cd0f2d;
}

.footer-car1-sns-icons svg {
    width: 20px;
    height: 20px;
}

/* レスポンシブ */
@media (max-width: 991px) {
    .footer-car1-layout {
        flex-wrap: wrap;
    }
    
    .footer-car1-left {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .footer-car1-logo img {
        margin: 0 auto;
    }
    
    .footer-car1-center {
        width: 100%;
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    .footer-car1-right {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    
    .footer-car1-sns-icons {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .footer-car1-center {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    
    .footer-car1-menu-col {
        text-align: center;
    }
}

/* テキスト白光彩 */
.text-glow-white-4821 h3,
.text-glow-white-4821 p {
    text-shadow: 
        0 0 3px #fff,
        0 0 6px #fff,
        0 0 12px #fff,
        0 0 20px rgba(255, 255, 255, 0.9),
        0 0 35px rgba(255, 255, 255, 0.7);
}
