.shop-parking .shop-parking-table-title {
    margin-bottom: 2cqw;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    margin-top: 4%;
    align-items: center;
    --f-base: 11;
}

.shop-parking .shop-parking-table-title img {
    width: 8%;
    height: fit-content;
    margin-right: 4%;
}

.shop-parking table {
    width: 100%;
    margin: 6cqw auto 0;
    --f-base: 10;
}

.shop-parking tr {
    border-top: solid 1px #e6e6e6;
}

.shop-parking tr:last-of-type {
    border-bottom: solid 1px #e6e6e6;
}

.shop-parking th {
    padding: 1cqw 0;
    width: 18%;
}

.shop-parking td {
    padding: 1cqw 0;
    width: 66%;
}

@media (max-width: 767px) {
    .shop-parking .shop-parking-table-title {
        --f-base: 16;
        padding: 0 3cqw;
    }
    .shop-parking table {
        --f-base: 14;
    }

    .shop-parking table caption {
        line-height: 1.1;
    }

    .shop-parking th,
    .shop-parking td {
        width: 100%;
        display: block;
        padding: 1cqw 3cqw;
    }
}
