@charset "utf-8";

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

/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap .ttl_2 {
    margin-bottom: 30px;
    padding: 10px;
    color: #ffff2a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    background-color: #0a174b;
    border-radius: 30px;
}

.sec_access_wrap .map_1 {
    margin-bottom: 30px;
}

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

.sec_access_wrap .address {
    display: flex;
    margin-bottom: 70px;
    line-height: 38px;
    color: #777;
}

.sec_access_wrap .address > div:nth-of-type(1) {
    padding: 0 20px;
    border: 1px solid #777;
}

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

.sec_access_wrap .img_1,
.sec_access_wrap .img_2 {
    margin-bottom: 30px;
}

.sec_access_wrap .station {
    color: #777;
}

.sec_access_wrap .station > ul + ul {
    margin-top: 30px;
}

@media (min-width: 1000px) {
    .sec_access_wrap .sec_inner {
        width: 750px;
    }
}

@media (max-width: 999px) {
    .sec_access_wrap .ttl_2 {
        margin-bottom: 20px;
        padding: 8px;
        font-size: 18px;
    }

    .sec_access_wrap .map_1 {
        margin: 0 -20px 20px;
    }

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

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

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

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

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

    .sec_access_wrap .station > ul + ul {
        margin-top: 20px;
    }
}
