@charset "utf-8";

/*********************************************************************
*
*  For access
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap .map_1 {
    margin-bottom: 50px;
}

.sec_access_wrap .address {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 38px;
}

.sec_access_wrap .address>div:nth-of-type(1) {
    padding: 0 20px;
    color: #FFF;
    font-size: 2.0rem;
    background-color: #0A1733;
}

.sec_access_wrap .address>div:nth-of-type(2) {
    margin-left: 20px;
    font-size: 2.8rem;
}

.sec_access_wrap .map_2 {
    margin: 0 auto 40px;
    width: 750px;
}

.sec_access_wrap .station {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 700;
}

.sec_access_wrap .note {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .sec_access_wrap .map_1 {
        margin: 0 -20px 30px;
    }

    .sec_access_wrap .map_1 iframe {
        height: 200px;
    }

    .sec_access_wrap .address {
        margin-bottom: 30px;
        line-height: 30px;
    }

    .sec_access_wrap .address>div:nth-of-type(1) {
        padding: 0 10px;
        font-size: 1.2rem;
    }

    .sec_access_wrap .address>div:nth-of-type(2) {
        margin-left: 10px;
        font-size: 1.5rem;
    }

    .sec_access_wrap .map_2 {
        margin: 0 -20px 20px;
        width: calc(100% + 40px);
    }

    .sec_access_wrap .station {
        margin-bottom: 20px;
        font-size: 1.5rem;
    }

    .sec_access_wrap .note {
        font-size: 1.2rem;
    }
}