/* PC 近くの店舗マップ（Figma 429:9 / Firefly 3 429:10） */

body.map-renewal-body {
    background: #a67b5b;
    min-width: 0;
}

body.map-renewal-body .shell {
    max-width: none;
    width: 100%;
}

body.map-renewal-body .main {
    max-width: none;
    overflow: visible;
    padding: 0;
    width: 100% !important;
}

body.map-renewal-body .maptop_btn {
    display: none;
}

/* 他リニューアルページと同じ黒フッター */
body.map-renewal-body #footer {
    background: #1c1c1c;
    border-top: 1px solid #333;
    box-shadow: none;
    color: #999;
    margin-top: 0;
    position: relative;
    width: 100%;
    z-index: 5;
}

body.map-renewal-body #footer .shell {
    max-width: none;
    width: 100%;
}

body.map-renewal-body #footer p.copy {
    color: #5a5248;
}

.map-renewal {
    position: relative;
    width: 100%;
}

.map-renewal__stage .pc-renewal__stage-bg {
    display: block;
    height: 100%;
    left: -0.01%;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 107.09%;
    z-index: 0;
}

/* Figma: 65,175 / 1310×674 on 1440×1024 */
.map-renewal__frame {
    background: #fff;
    box-sizing: border-box;
    height: 65.82%;
    left: 4.51%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 17.09%;
    width: 90.97%;
    z-index: 2;
}

.map-renewal__map {
    height: 100%;
    width: 100%;
}

.map-renewal__map .leaflet-container {
    background: #e8e4dc;
    font: inherit;
    height: 100%;
    width: 100%;
}

.map-renewal__map .leaflet-popup-content {
    font-size: 14px;
    margin: 10px 14px;
}

@media (max-width: 900px) {
    .map-renewal__stage {
        aspect-ratio: auto;
        min-height: 0;
        padding-bottom: 24px;
    }

    .map-renewal__frame {
        height: 70vh;
        left: auto;
        margin: 12px;
        min-height: 360px;
        position: relative;
        top: auto;
        width: auto;
    }
}
