#contents {
    padding-top: 8rem;
    padding-bottom: 9.5rem;

    @media screen and (max-width: 767px) {
        padding-top: 4rem;
        padding-bottom: 5rem;
    }
}

.access-container {
    width: 100%;
    margin-bottom: 14rem;
    display: flex;
    gap: 9rem;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 4rem;
        margin-bottom: 5rem;
    }
}

.access-address {
    width: 60%;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.common-info-row {
    display: flex;
    gap: 5rem;
    border-bottom: 1px solid #acacac;
    padding: 3rem 0;

    @media screen and (max-width: 767px) {
        align-items: flex-start;
        gap: 0;
    }
}

@media screen and (max-width: 767px) {
    .access-address .common-info-title,
    .access-address .common-info-content {
        line-height: 1.5;
        align-self: flex-start;
    }
}



.common-info-title {
    width: 10%;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: left;

    @media screen and (max-width: 767px) {
        width: 22%;
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
}

.common-info-content {
    width: 90%;
    text-align: left;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2.4rem;
        padding-top: 0.35rem;
    }
}

.access-map {
    width: 40%;
    max-width: 400px;
    aspect-ratio: 4 / 3;

    @media screen and (max-width: 767px) {
        width: 100%;
        max-width: 100%;
    }
}

.access-map iframe {
    width: 100%;
    height: 100%;
    display: block;
}
