@charset "UTF-8";

.visual {
    display: block;
    width: 100%;
    height: 70px;
    background-image: url(../../img/fair-visual.jpg);
}

.plan-page {
    text-align: start;
}

h2,
h3 {
    text-align: center;
}

.plan-slider {
    width: 80%;
    margin: 0 auto;
}

.rectangle {
    width: 90%;
    padding-top: 40vh;
    position: relative;
}

.rectangle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.plan-slider .slick-prev:before,
.plan-slider .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #3d3d3d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h6 {
    font-size: 1rem;
    margin-bottom: 12px;
    color: #b4a382;
    text-align: center;
}

.first-view p {
    text-align: start;
}

.first-view img {
    width: 100%;
}

.first-view p {
    margin: 8px;
}

.row {
    display: flex;
    margin-top: 12px;
}

.row p {
    display: inline-block;
    padding: 0 8px;
    margin: 8px 4px;
    line-height: 1.2rem;
    font-size: 0.7rem;
    color: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 9999px;
    background-color: #9c9c9c;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}

th,
td {
    padding: 10px;
    position: relative;
}

th:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #9c9c9c;
}

.detail {
    margin-top: 40px;
}

.detail p {
    font-size: 1rem;
    margin-bottom: 12px;
}

.detail-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    font-size: 0.8rem;
}

.detail-item {
    border: 1px solid #ccc;
    display: flex;
    background-color: #ccc;
}

.detail-item div {
    padding: 10px;
}

.detail-item div:last-child {
    background-color: #fff;
    margin-left: auto;
}

.detail-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
}

.plan-buttom {
    margin: 80px auto;
    text-align: center;
    width: 200px;
}

.rsv-plan {
    line-height: 1.2rem;
    margin-bottom: 24px;
}

.rsv-plan a {
    display: block;
    padding: 8px;
    color: #fff;
    background-color: #b4a382;
    border-radius: 2px;
}

.plan-back {
    position: relative;
    padding-bottom: 12px;
    line-height: 1.2rem;
    border-bottom: 1px solid #9c9c9c;
}

.plan-back a {
    display: block;
}

.plan-back .arrow {
    font-weight: 200;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
}

.plan-back:hover .arrow {
    transform: translateY(-50%) translateX(-5px);
}

@media screen and (min-width:900px) {
    .detail-inner {
        grid-template-columns: repeat(4, 1fr);
        gap: 2px;
    }
}

/*=======min-width:900px=======*/