
.access__text {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 48px;
}

.access__map-row {
    margin-top: 8px;
    width: 100%;
    display: flex;
}

.access__map {
    width: 100%;
    height: 320px;
}

@media screen and (max-width: 760px) {
    
    .access__map-row {
        flex-direction: column;
    }

    .access__map {
        flex-shrink: 0;
        width: 100%;
        height: 320px;
        position: relative;
        object-fit: cover;
    }
}
  