.reservation_bar.type_no4{
    background:#d94563;
    @media (min-width: 1025px) {
        bottom:40px;
    }
    .img{
        position: relative;
        top: 5px;
        width: 28px;
        margin-right: 14px;
    }
}

/* ===== closed店舗ページ（タイトル＋open_close_textのみ表示） ===== */
.section_shop_closed {
    padding: 90px 0 120px;
}
.shop_closed_card {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border-top: 4px solid #002061;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 32, 97, 0.08);
    padding: 64px 48px;
    text-align: center;
}
.shop_closed_card__title {
    margin-bottom: 28px;
    color: #002061;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-align: center;
}
.shop_closed_card__title::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin: 16px auto 0;
    background: #002061;
}
.shop_closed_text {
    color: #002061;
    font-size: 1.7rem;
    line-height: 2.2;
    text-align: center;
}
.shop_closed_text a {
    color: #002061;
    text-decoration: underline;
}
.shop_closed_card__action {
    margin-top: 44px;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .section_shop_closed {
        padding: 56px 0 80px;
    }
    .shop_closed_card {
        padding: 40px 22px;
        border-radius: 6px;
    }
    .shop_closed_card__title {
        margin-bottom: 22px;
        font-size: 2rem;
    }
    .shop_closed_text {
        font-size: 1.5rem;
        line-height: 2;
    }
    .shop_closed_card__action {
        margin-top: 32px;
    }
}