#concept .container-sm>img {
    margin-bottom: 3rem;
}

#concept .fs-lg {
    margin-bottom: 1rem;
}

#point li {
    width: 30%;
}

#point div:has(>img) {
    margin-bottom: 1rem;
}

section#floor {
    padding-bottom: 0;
}

.floor-fst.flex>img {
    width: 45%;
}

.floor-fst>div {
    width: 55%;
}

.floor-sec {
    transform: translateY(-12rem);
    align-items: flex-end;
}

.floor-sec .text-block {
    width: 60%;
    margin-bottom: min(8vw, 10rem);
}

.floor-sec img {
    width: 40%;
}

#access .info {
    width: 50%;
}

#access dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 2em;
}

#access dt {
    font-weight: 400;
}

#access dd {
    grid-column: 2;
    margin-bottom: 1.5rem;
}

#access dd+dd {
    margin-top: -1.5rem;
}

#access .shop-name {
    margin-bottom: 2.5rem;
    font-size: clamp(2rem, 3vw, 2.5rem);
}

#access .shop-address {
    margin-bottom: 2rem;
}

#map {
    width: 50%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

#map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:992px) {
    #point .flex {
        row-gap: 5rem;
    }

    #point .flex>* {
        width: 100%;
    }

    #point figure div {
        aspect-ratio: 1/1;
        overflow: hidden;
    }

    #floor {
        text-align: center;
    }

    #floor h2 {
        width: fit-content;
        margin-inline: auto;
    }

    .floor-fst.flex>*,
    .floor-fst.flex>img {
        width: 100%;
    }

    .floor-sec {
        display: none;
    }

    #access .flex {
        gap: 3rem;
    }

    #access .info,
    #access #map {
        width: 100%;
    }

    #access .shop-name {
        margin-bottom: 1em;
    }
}