.access-parking-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}
.access-parking-block p {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 16px 32px 16px;
}

.access-imageset-01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    gap: 16px;
}

.access-imageset-02 {
    margin-bottom: 32px;
}

.access-imageset-01 img {
    width: 50%;
    height: auto;
    box-shadow: 0 4px 4px #ccc;
}

.access-imageset-02 img {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 4px 4px #ccc
}
.header-area{
    background-color: #000;
}
@media screen and (max-width:1040px) {

.access-imageset-01  {
        flex-wrap: wrap;
    }
.access-imageset-01 img {
        width: 100%;
    }

}