/* ========== 中京マイコン予約ページ専用CSS ========== */

/* ========== メイン ========== */

.booking-main {
    padding: 40px 0 60px;
}

.booking-maincopy {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 32px;
}

.booking-maincopy span {
    display: inline-block;
    font-family: "Dela Gothic One", sans-serif;
    color: #1C1987;
    font-size: 35px;
    border-bottom: 4px solid #1C1987;
    padding-bottom: 6px;
}

.booking-heading,
.home-h2 {
    margin: 36px 0 18px;
    padding: 10px 16px;
    background: #1C1987;
    color: #fff;
    font-size: 22px;
    border-radius: 4px;
}

/* ========== 特典説明 ========== */

.explanation {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.explanation img {
    max-width: 100%;
    width: 720px;
    height: auto;
}



/* ========== 店舗情報 ========== */

.contact {
    margin-top: 20px;
}

.calendar,
.location-map,
.shop {
    margin-bottom: 24px;
}

.calendar img,
.shop img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.location-map iframe {
    width: 100%;
    max-width: 100%;
    height: 320px;
    display: block;
    border-radius: 8px;
}

.tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
    padding: 15px 20px;
    background: #1C1987;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

/* ========== レスポンシブ ========== */

@media (min-width: 768px) {

    .tel {
        display: none;
    }

    .booking-maincopy span {
        font-size: 5rem;
    }
}