.traffic-access-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: min(100%, 60rem);
    margin: auto;
}
.traffic-access {
    gap: 1rem;
}
.traffic-access .img {
    flex-shrink: 0;
}
.traffic-access .img img {
    width: 6rem;
}
.traffic-access .text {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}
.map-wrapper {
    gap: 1rem;
    width: 100%;
    max-width: min(100%, 60rem);
    margin: auto;
}
.parking-wrapper {
    align-items: center;
    gap: 0;
    font-weight: bold;
}
.parking-wrapper .img {
    flex-shrink: 0;
}
.parking-wrapper .img img {
    width: 2rem;
}
.parking-wrapper .text p::before {
    content: '・・・';
    padding: 0 0.25rem;
}
.google-map iframe {
    width: 100%;
    max-width: min(100%, 60rem);
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 3 / 2;
}
.main-content .unique-text-1 strong {
    font-size: 1.125rem;
}