section#access {
    padding-bottom: 0;
}

section#access .titleBox h2 {
    position: relative;
}

section#access .titleBox h2::before {
    content: "";
    background: url(../../img/png/h2_access.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 570px;
    height: 146px;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
}

section#access .titleBox h2 span {
    position: relative;
}

.locationContent {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.location_data dl {
    display: flex;
    padding: 20px;
    border-top: 2px solid #222222;
    align-items: center;
}

.location_data dl:last-child {
    border-bottom: 2px solid #222222;
}

.location_data dl dt {
    width: 10%;
    padding: 20px 30px;
}

.location_data dl dd {
    padding: 20px 30px;
    border-left: 2px solid #222222;
}

.locationLogo {
    text-align: center;
    max-width: 240px;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: block;
}

.locationImg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    margin: 50px;
}

.locationImg img {
    width: 40%;
    height: auto;
    margin: 20px;
}

.sns {
    border: solid 6px #222;
    margin: 50px 20px 0;
    padding: 30px 0;
    text-align: center;
}

.sns img {
    width: auto;
    height: 50px;
    margin: 20px 5px;
    display: inline-block;
    margin-bottom: 20px;
}


/*********************************/


/*        SP Responsive          */


/*********************************/

@media (max-width: 768px) {
    section#access .titleBox h2::before {
        width: 70%;
        height: 100px;
    }
    section#access {
        padding: 0;
        padding-top: 100px;
    }
    .locationContent {
        margin-bottom: 40px;
    }
    .location_data {
        padding: 0 20px;
    }
    .location_data dl {
        padding: 10px 0px;
    }
    .location_data dl dt {
        width: 30%;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .location_data dl dd {
        width: 70%;
        line-height: 2.2rem;
        padding: 20px 10px;
    }
    .map iframe {
        height: 300px;
    }
    .locationLogo {
        margin-bottom: 30px;
    }
    .locationImg {
        margin: 0;
        margin-bottom: 30px;
    }
    .locationImg img {
        width: 40%;
        height: auto;
        margin: 10px;
    }
    .sns01 {
        margin-bottom: 10px;
    }
    .sns img {
        margin: 5px 0;
    }
}

@media (max-width: 450px) {
    section#access .titleBox h2::before {
        width: 90%;
        height: 100px;
    }
}