/* ===== 閉店告知セクション ===== */
.section.closing-notice {
    background: linear-gradient(180deg, #1a0f2e 0%, #2a1a4a 100%);
    padding: 30px 0 40px;
    margin: 0;
}
.section.closing-notice .wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 16px;
}
.closing-banner {
    margin: 0 auto 24px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0,0,0,0.5);
    border-radius: 6px;
    overflow: hidden;
}
.closing-banner img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.closing-text {
    color: #fff;
    text-align: center;
    padding: 16px 8px;
}
.closing-text h2 {
    font-size: 24px;
    color: #ffd700;
    margin: 0 0 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
.closing-text p {
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
    color: #f0e6d2;
}
.closing-text p strong {
    display: inline-block;
    font-size: 17px;
    color: #ffd700;
    margin: 4px 0;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .section.closing-notice {
        padding: 20px 0 30px;
    }
    .closing-text h2 {
        font-size: 20px;
    }
    .closing-text p {
        font-size: 14px;
        line-height: 1.8;
    }
    .closing-text p strong {
        font-size: 15px;
    }
}
