@charset "UTF-8"; /* CSS Document */
.gmap {
    margin-bottom: 72px;
}

@media screen and (min-width: 768px) {
    .gmap {
        margin-bottom: 100px;
    }
}

.transport {
    margin-bottom: 40px;
    margin-left: -4px;
    position: relative;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .transport {
        margin-bottom: 80px;
    }
}

.transport:before {
    width: 100vw;
    height: 80%;
    content: "";
    opacity: .7;
    background: #cee2f3;
    background: -moz-linear-gradient(left, #d2c7fa 0%, #a4e0ff 44%, #8ffffb 100%);
    background: -webkit-linear-gradient(left, #d2c7fa 0%, #a4e0ff 44%, #8ffffb 100%);
    background: linear-gradient(to right, #d2c7fa 0%, #a4e0ff 44%, #8ffffb 100%);
    position: absolute;
    z-index: -1;
    top: -24px;
    left: 16%;
}

.transport__title {
    margin-bottom: 16px;
    font-family: din-condensed, sans-serif;
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .transport__title {
        margin-bottom: 48px;
        padding-top: 24px;
        font-size: 24px;
    }
}

.transport__title span {
    margin-right: 16px;
    opacity: .7;
    background-image: -webkit-gradient(linear,left top,left bottom,from(20%, #7614ce),color-stop(60%,#0087ce),to(#009fce));
    background-image: linear-gradient(180deg,#7614ce 20%,#0087ce 60%,#009fce 100%);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    z-index: 1;
    font-family: din-condensed, sans-serif;
    font-size: 32px;
    color: transparent;
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .transport__title span {
        font-size: 64px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .transport__title span {
        display: block;
        line-height: 1.2;
        margin-bottom: 8px;
    }
}

.access_route.train .access_detail {
    width: 25%;
}

@media screen and (min-width: 768px) {
    .access_detail_wrap {
        margin-left: -24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.access_route.train .access_detail_wrap {
    max-width: 1240px;
}

.access_detail {
    margin-bottom: 24px;
    margin-left: 24px;
    padding: 48px 40px 60px;
    background: #fff;
}

.access_detail h2 {
    margin-bottom: 40px;
    font-family: din-condensed, sans-serif;
    font-size: 24px;
}

@media screen and (min-width: 768px) {
    .access_detail h2 span {
        position: relative;
        position: relative;
        display: inline-block;
        line-height: 1.3;
        font-weight: 400;
        padding-bottom: 16px;
    }

    .access_detail h2 span:after {
        height: 1px;
        content: "";
        background-color: #282828;
        position: absolute;
        right: 0;
        bottom: 0;
        ; left: 0;
        display: block;
    }
}

.access_detail ul {
    margin-left: 0;
    padding: 0;
    position: relative;
    font-size: 15px;
}

.access_detail ul:before {
    width: 6px;
    height: 100%;
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .access_detail ul:before {
        width: 10px;
        height: calc(100% - 8px);
        top: 4px;
        left: 15px;
    }
}

.access_detail ul li {
    list-style: none;
}

.access_detail ul li:nth-child(odd) {
    padding-left: 32px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .access_detail ul li:nth-child(odd) {
        padding-left: 48px;
        line-height: 28px;
        font-size: 16px;
        font-weight: 400;
    }
}

.access_detail ul li:nth-child(odd):before {
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 15px;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    left: 6px;
    display: block;
}

@media screen and (min-width: 768px) {
    .access_detail ul li:nth-child(odd):before {
        width: 28px;
        height: 28px;
    }
}

.access_detail ul li:nth-child(odd):after {
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 11px;
    display: block;
}

@media screen and (min-width: 768px) {
    .access_detail ul li:nth-child(odd):after {
        width: 12px;
        height: 12px;
        top: 8px;
        left: 14px;
    }
}

.access_detail ul li:nth-child(even) {
    height: 80px;
    margin-left: 7px;
    padding: 0 0 0 18px;
    position: relative;
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .access_detail ul li:nth-child(even) {
        margin-left: 16px;
        padding: 0 0 0 32px;
    }
}

.access_detail ul li:nth-child(even) span {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    display: block;
    color: #696969;
    font-size: 14px;
}

.access_detail ul li:last-child:before {
    background: #000;
}

@media screen and (max-width: 999px) {
    h4 {
        font-size: 13rem;
    }

    .access_route.train .access_detail {
        width: 100%;
    }

    .access_detail_wrap {
        padding: 32px;
        background: #fff;
    }

    .access_detail {
        max-width: 260px;
        margin: 0 auto 32px;
        padding: 0;
    }

    .access_detail:last-child {
        margin-bottom: 0;
    }

    .access_detail h2 {
        margin: 0 0 24px 0;
        border-bottom: 1px solid #000;
        font-size: 18px;
        padding-bottom: 12px;
    }

    .access_detail ul li:nth-child(odd) {
        margin-left: -13px;
        padding-left: 40px;
        font-size: 14px;
    }

    .access_detail ul li:nth-child(even) {
        height: 48px;
        margin-left: 0;
        padding: 0 0 0 28px;
        border-left: none;
        font-size: 14px;
    }
}
