.access_parking_area{
    margin-top: clamp(60px, 7vw, 80px);
    margin-bottom: clamp(60px, 7vw, 80px);
    position: relative;
    text-align: center;
}
.access_parking_area h2{
    margin: 0 auto;
    padding: 1% 5%;
    position: relative;
    display: inline-block;
    background-color: #252420;
    font-size: 2.0rem;
    color: #e6e5e5;
    z-index: 999;
}

.access_parking_area .inner{
    width: 100%;
    background-color: rgba(255,255,255,.7);
    margin-top: -20px;
    padding: 40px 5% 30px;
    position: relative;
    border: solid #252420 1px;
}

.access_parking_area .inner table {
    margin: 20px 0;
    background: #fff;
    width: 100%;
}

.access_parking_area .inner th,
.access_parking_area .inner td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
}

@media (width < 1100px) {

    .access_parking_area .inner th,
    .access_parking_area .inner td {
        display: block;
    }
}

.access_parking_area .inner th {
    white-space: nowrap;
    font-weight: normal;
    background-color: #e6e5e5;
}

@media (width < 1100px) {
    .access_parking_area .inner th {
        border-bottom: none;
        white-space: normal;
    }
}

.access_parking_area .inner tr:nth-of-type(n + 2) th {
    border-top: none;
}

.access_parking_area .inner .list-wrapper {
    list-style: none;
    margin-block: 10px;
}

.access_parking_area .inner .list-wrapper>li {
    position: relative;
    padding-left: 12px;
    margin-top: 0;
}

.access_parking_area .inner .list-wrapper>li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #252420;
    border-radius: 50%;
}