.access {
    margin-top: 60px;
}
@media only screen and (min-width: 768px) {
    .access {
        margin-top: 102px;
    }
}
.access_ggmap {
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    .access_ggmap {
        margin-top: 58px;
    }
}
.access_ggmap iframe {
    width: 100%;
    height: 300px;
    display: block;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .access_ggmap iframe {
        height: 496px;
    }
}
.access_info {
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 23px;
    padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
    .access_info {
        padding-left: 11px;
        padding-bottom: 96px;
    }
}

.profile_detail {
    margin-top: 40px;
}
@media only screen and (min-width: 768px) {
    .profile_detail {
        margin-top: 75px;
    }
}
.profile_detail_dl {
    display: flex;
    gap: 4px 16px;
    flex-direction: column;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .profile_detail_dl {
        align-items: flex-start;
        flex-direction: row;
        padding-top: 4.5px;
        padding-bottom: 5px;
    }
}
.profile_detail_dl:nth-child(1) {
    border-top: 0;
}
.profile_detail_dd,
.profile_detail_dt {
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
    .profile_detail_dt {
        width: 210px;
        padding-left: 31px;
    }
}
@media only screen and (min-width: 768px) {
    .profile_detail_dd {
        width: calc(100% - 210px - 16px);
    }
}
