/* ナチュラルテイストフッタースタイル */
.ec-footerRole {
    background: linear-gradient(135deg, #F5F2E8 0%, #E8D5B7 50%, #D4B896 100%);
    color: #6B5A44;
    padding: 4rem 0 2rem;
    margin-top: 5rem;
    position: relative;
    overflow: hidden;
    border-top: none !important;
}


.ec-footerRole__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* フッター上部のコンテンツエリア（1カラム） */
.footer-top {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section.footer-single-column {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.footer-section h3 {
    color: #8B7355;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "FOT-筑紫A丸ゴシック Std M", TsukuARdGothicStd-M, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, sans-serif;
    margin-bottom: 1.8rem;
    position: relative;
    letter-spacing: 0.02em;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4B896, transparent);
}

/* 1カラム用のh3は表示しない（見出しなし） */
.footer-single-column h3 {
    display: none;
}

/* ナビゲーションリンク（1カラム用） */
.footer-single-column .ec-footerNavi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: center;
}

.footer-single-column .ec-footerNavi__link a {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.ec-footerNavi__link a {
    color: #6B5A44 !important;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 0.7rem 0;
    display: inline-block;
    position: relative;
    font-weight: 400;
    border: none !important;
    border-bottom: none !important;
}

.ec-footerNavi__link a:hover {
    color: #6B5A44;
    text-decoration: underline;
    transform: translateX(3px);
}

.ec-footerNavi__link a::before {
    display: none;
}

/* SNSセクション */
.sns-section {
    text-align: center;
}

.sns-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.sns-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sns-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: -1;
}

.sns-icon:hover::before {
    transform: scale(1);
}

.sns-icon.line {
    background: #6B5A44;
    color: white;
    border: 2px solid #6B5A44;
}

.sns-icon.line::before {
    background: #00c300;
}

.sns-icon.line:hover {
    color: #FEFCF7 !important;
    border: 2px solid #00c300;
    background: #00c300;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 195, 0, 0.2);
}

.sns-icon.instagram {
    background: #6B5A44;
    color: white;
    border: 2px solid #6B5A44;
}

.sns-icon.instagram::before {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.sns-icon.instagram:hover {
    color: #FEFCF7 !important;
    border: none;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(225, 48, 108, 0.2);
}

.sns-icon.facebook {
    background: #6B5A44;
    color: white;
    border: 2px solid #6B5A44;
}

.sns-icon.facebook::before {
    background: #1877f2;
}

.sns-icon.facebook:hover {
    color: #FEFCF7 !important;
    border: none;
    background: #1877f2;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.2);
}


/* フッターボトム */
.ec-footerTitle {
    text-align: center;
    padding-top: 2.5rem;
}

.ec-footerTitle__logo {
    margin-bottom: 1.2rem;
}

.ec-footerTitle__logo a {
    color: #6B5A44 !important;
    font-size: 2.2rem;
    font-weight: 400;
    font-family: "FOT-筑紫A丸ゴシック Std M", TsukuARdGothicStd-M, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
}

.ec-footerTitle__logo a:hover {
    color: #6B5A44;
    text-decoration: none;
    transform: scale(1.05);
}

.ec-footerTitle__copyright {
    color: rgba(139, 115, 85, 0.7);
    font-size: 0.85rem;
    margin-top: 1rem;
    font-weight: 300;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .footer-single-column .ec-footerNavi {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .footer-single-column .ec-footerNavi__link a {
        padding: 0.3rem 0;
    }
    
    .ec-footerNavi__link a::before {
        display: none;
    }
    
    .ec-footerNavi__link a:hover {
        transform: none;
    }
    
    .sns-icons {
        gap: 1rem;
    }
    
    .sns-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .ec-footerTitle__logo a {
        font-size: 1.6rem;
    }
    
    /* スマホ表示時は区切り線を削除 */
    .ec-footerTitle {
        border-top: none;
        padding-top: 1.5rem;
    }
    
    .footer-top {
        border-bottom: none;
        padding-bottom: 1rem;
    }
}