.coupon-banner {
    z-index: 99 !important;
}

.btn {
    text-align: center;
}

a.guide-links {
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media screen and (max-width: 768px) {
    :root {
        --swiper-navigation-size: 24px;
    }

    .currency-wrapper .currency__h2 {
        margin-bottom: 0;
    }
}

.popup-overlay {
    z-index: 99 !important;
}

.search-popup-box {
    z-index: 9999 !important;
}

.btn {
    z-index: 98 !important;
}

.nebiki_value {
    white-space: nowrap;
}

.modal-bg {
    z-index: 999 !important;
}

.modal-main-container {
    z-index: 9999 !important;
}

@media screen and (max-width: 768px) {
    .search-popup-box {
        width: 95%;
        top: 50%;
        left: 50%;
        right: auto;
        translate: -50% calc(-50% + 15px);
        height: 90svh;
        overflow: scroll;
        padding: 0;
    }

    form#search-bar-form {
        padding: min(5.33vw, 20px);
    }

    li.space-item-datail h3.space-item-title {
        font-weight: bold;
        font-size: 18px;
        margin: 0;
    }
}

.space-item-datail {
    position: relative;
    align-items: center;
    background-color: #fefefe;
    padding: 20px;
    gap: 40px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    li.space-item-datail {
        padding: 20px 10px;
    }

    .table th:first-child {
        width: 100% !important;
    }

    .form-sm {
        width: 5em;
    }

    .cart-page .space-list.planpage {
        flex-direction: column-reverse;
    }

    .comfirmbtn {
        align-items: center;
    }

    .comfirmbtn a {
        margin: 0 !important;
    }

    .form-group.form-check {
        text-align: center;
    }
}

.comfirmbtn {
    justify-content: center;
}

.w100 {
    width: 100%;
}

.underline {
    text-decoration: underline;
    text-decoration-color: #c8c8ca;
    text-underline-offset: 4px;
}

.color-red {
    color: red;
}

.sub-page-content-title-area.faq-A {
    cursor: default;
}

.spaceguide-page .space-item-datail {
    width: 100%;
}

.restable tbody td:last-child {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.plan-page .space-list.planpage {
    flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
    .plan-page .space-list.planpage {
        flex-wrap: wrap;
    }
}

.restable tbody td:last-child:before {
    display: none;
}

.swiper-slide {
    aspect-ratio: 4 / 3;
}

.swiper-pagination {
    margin-bottom: 10px;
}

.swiper-button-next {
    margin-right: 4px;
}

.swiper-button-prev {
    margin-left: 4px;
}

@media screen and (max-width: 768px) {
    .swiper-pagination {
        margin-bottom: 4px;
    }
}