@charset "UTF-8";

/* map_Area */

#map_Area .inner_1000 {
    padding: 100px 0 0 0;
}

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


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

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

.mg-flex {
    display: flex;
    flex-direction: column;
    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 #452b12;
}

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

.btnBox li a:hover {
    color: #fff;
    background: #452b12;
}


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


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

    /* map_Area */

    #map_Area .inner_1000 {
        padding: 50px 0 0 0;
    }

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

    #mg_Area {
        padding: 0 0 50px 0;
    }

    .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 print {

    html,
    body {
        height: auto;
    }

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

    title,
    header,
    .page-ttl,
    .cv-btn-area,
    .btnBox,
    footer,
    #pagetop,
    #foot_spMenu,
    .copyright{
        display: none !important;
    }

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

    #mg_Area {
        margin: 400px auto 0;
    }
}

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