/* access */

#access-top {
    max-width: 100%;
    /*height: 720px;*/
    padding-top: 8px;
    margin-bottom: -48px;
    padding-bottom: 60px;
}

.repro-detail {
    position: absolute;
    top: 120px;
    left: 0;
}

.gap {
    margin: 16px 0;
}

.access-process {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    height: 550px;
    margin: 40px 0;
}

.access-top-image {
    position: absolute;
}

.access-top-image img {
    width: 950px;
    height: 660px;
}

.access-detail {
    position: absolute;
    right: 120px;
    top: 400px;
}


.google-map {
    position: absolute;
}

/* bottom */

#access-bottom {
    padding-top: 680px;
}

.access-title-wrap {
    position: relative;
}

.access-line {
    position: relative;
    width: 100%;
}

.access-line img {
    width: 1500px;
    max-width: 100%;
    margin: auto;
    display: block
}

/*'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;*/

#access-title-text {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #529cc0;
}

#bg-image {
    position: absolute;
    height: 700px;
    width: 920px;
}

#access-container {
    height: 1000px;
}

.process-item {
    position: relative;
}

.process-item p {
    position: absolute;
    width: 268px;
    height: 40px;
    top: 200px;
    left: 30px;
    font-size: 15px;
}

@media screen and (max-width: 1000px) {

    .repro-detail,
    .access-detail,
    .google-map {
        position: static;
    }

    .repro-detail {
        margin: 12px 0;
    }

    .gap a {
        text-align: center;
        display: block;
    }

    .gap a img {
        width: 230px;
    }

    .google-map {
        position: relative;
        left: -16px;
        width: 100vw;
    }

    #access-bottom {
        padding: 0;
    }

    .access-line {
        display: none;
    }

    #access-title-text {
        left: 0;
        position: static;
        margin-top: 16px;
    }

    .access-process {
        margin: 0px;
        justify-content: space-around;
        flex-wrap: nowrap;
        width: 1300px;
        height: 250px;
        overflow-y: hidden;
    }

    .process-item {}

    .process-item p {
        top: 172px;
        left: 16px;
        width: 250px;
        font-size: 14px;
    }

    .shinjyuku-access img{
        height: 220px;
    }
}