@charset "utf-8";
/* CSS Document */

@media (min-width: 1000px) {
.p-room__nav-list {
    grid-template-columns: repeat(3, 33.333%);
    }
}