@charset "UTF-8";

/* header背景色 */
#map_P header {
    background: rgba(0, 0, 0, 1);
}

#map_P .container {
    padding-top: 15%;
}

/* map_Area */
#map_Area {
    margin: 100px auto 100px;
}

.map_Img {
    box-sizing: border-box;
    position: relative;
}

.map_ttl {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

.map_Img::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    border: 1px solid #03053c;
    z-index: 10;
}

/* mg_Area */
#mg_Area {
    margin: 0 auto 100px;
}

#mg_Area .btnBox {
    justify-content: center;
}

.mg-flex {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.mg-flex .image {
    width: 100%;
}

.mg-flex .text {
    width: 100%;
    color: #fff;
    background: #221815;
    padding-bottom: 20px;
}

.mg-flex .text .small {
    font-size: 14px;
}

.mg-flex .text .load-ttl {
    font-size: 24px;
    background: #a40000;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}

.mg-flex .text .load-text {
    font-size: 20px;
    text-align: center;
}

.mg-flex .text .park {
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
}

.mg-flex .text .car-nav {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

/* btn */
.btnBox {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 40px auto 0;
}

.btnBox li {
    max-width: 290px;
    width: 49%;
    text-align: center;
    border: 1px solid #03053c;
}

.btnBox li a {
    transition: 0.3s;
    display: block;
    font-size: 16px;
    color: #03053c;
    padding: 15px;
    transform: rotate(0.028deg);
}

.btnBox li a:hover {
    color: #fff;
    background: #03053c;
}

.pc-sapce {
    display: inline-block;
}

/*=======================================
TAB_横
=======================================*/
@media (max-width: 1180px) {}


/*=======================================
TAB_縦~SP
=======================================*/
@media (max-width: 820px) {
    .pc-sapce {
        display: none;
    }

    #map_P header {
        height: 95px;
    }

    #map_P header.scroll {
        height: 60px;
    }

    #map_P .container {
        padding-top: 25%;
    }

    /* map_Area */
    #map_Area {
        margin: 70px auto 50px auto;
    }

    .map_ttl {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .mg-flex .text .load-ttl {
        font-size: 20px;
    }

    .mg-flex .text .load-text {
        font-size: 16px;
    }

    .mg-flex .text .park {
        font-size: 18px;
    }

    .btnBox {
        flex-direction: column;
        margin: 30px auto 0;
    }

    .btnBox li {
        width: 80%;
        max-width: 280px;
        margin: 0 auto;
    }

    .btnBox li.print {
        display: none;
    }
}

@media (max-width: 499px) {
    #map_Area {
        margin: 40px auto 50px auto;
    }
}

/*=======================================
印刷設定
=======================================*/
@media print {

    html,
    body {
        height: auto;
    }

    body {
        -webkit-print-color-adjust: exact;
    }

    header,
    footer,
    .notes,
    #cv_Area,
    #pagetop,
    #foot_spMenu,
    .copyright,
    .btnBox {
        display: none !important;
    }

    .print_pages {
        size: A4 landscape;
        page-break-before: always;
    }
}

@media all and (-ms-high-contrast: none) {
    .print_pages.page-break {
        page-break-before: auto;
    }
}