@charset "UTF-8";

.main_container {
    /* padding-top: 28px; */
    padding-bottom: 150px;
}

.contents__container {
    max-width: 800px;
    width: 90%;
    margin: auto;
    margin-top: 50px;
}

.contents-top-text {
    text-align: center;
}

.access-list {
    margin-top: 44px;
}

.access-info_wrap {
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 36px 0;
    padding-left: 80px;
}

.access-info_wrap:nth-child(2) {
    border-top: none;
}

.access-info-text {
    display: flex;
    align-items: center;
    column-gap: 36px;
    font-family: "Noto Sans JP";
    font-size: clamp(1rem, 0.036rem + 3.43vw, 1.75rem);
    font-weight: 500;
}

.map__container {
    margin-top: 50px;
}

.address-text {
    text-align: center;
    font-size: 18px;
}

.google-map {
    margin-top: 16px;
}

.google-map iframe {
    width: 100%;
    height: 500px;
}

.access-info-text br {
    display: none;
}

@media screen and (max-width: 767px) {
    .main_container {
        padding-bottom: 80px;
    }
    .contents__container {
        margin-top: 36px;
    }
    .access-list {
        margin-top: 24px;
    }
    .contents-top-text {
        font-size: 13px;
    }
    .access-info_wrap {
        padding: 24px 16px;
    }
    .access-info-text {
        column-gap: 16px;
    }
    .address-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .access-info-text br {
        display: inline;
    }
    .google-map iframe {
        height: 360px;
    }
}