.rest01-template-12 {
    padding: calc(160 / 1920 * 100vw) calc(255 / 1920 * 100vw) calc(40 / 1920 * 100vw);
    background-size: cover;
    background-position: center;
    height: 615px
}
.rest01-template-12 .bg-mobile {
    display: none;
}
.rest01-template-12__title {
    font-size: clamp(20px,1.875vw,36px);
    font-weight: 600;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.rest01-template-12__title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rest01-template-12__swiper-container {
    margin-top: calc(60 / 1920 * 100vw);
}

.rest01-template-12__swiper-wrapper {
    height: initial;
}
.rest01-template-12__swiper-wrapper.active {
    justify-content: center;
}
.rest01-template-12__swiper-slide .img-wrapper {
    width: 100%;
}

.rest01-template-12__swiper-slide .img-wrapper img {
    width: 100%;
}

.swiper-pagination.rest01-template-12__swiper-pagination {
    position: relative;
}

.rest01-template-12__swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    padding: unset;
}

.swiper-pagination.rest01-template-12__swiper-pagination span.swiper-pagination-bullet-active:before {
    background-color: #FFF;
    border-color: #FFF;
}
.swiper-pagination.rest01-template-12__swiper-pagination span:before {
    border: 1px solid #FFF;
}

.rest01-template-12__swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: calc(38 / 1920 * 100vw);
}

.rest01-template-12__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FFF;
    border: 1px solid #FFF;
    outline: none;
    box-shadow: none;
}
.rest01-template-12__swiper-container .swiper-slide {
    width: 7.8125vw;
}

/* tablet */

@media (max-width: 1100px) {
    .rest01-template-12 {
        padding: 56px calc(55 / 768 * 100vw) 30px;
        background-size: 0;
    }

    .rest01-template-12 .bg-mobile {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }
    .rest01-template-12__swiper-container {
        margin-top: 48px;
    }
    .swiper-pagination.rest01-template-12__swiper-pagination {
        display: flex;
    }
    .rest01-template-12__swiper-pagination .swiper-pagination-bullet {
        width: 7px;
        flex-shrink: 0;
        height: 7px;
    }
    .rest01-template-12__swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-left: 25px;
    }
}


/* mobile */

@media (min-width: 701px) {
    .rest01-template-12__swiper-pagination--mobile {
        display: none;
    }
}

@media (max-width: 700px) {
    .rest01-template-12 {
        padding: 36px 38px;
        position: relative;
    }
    .rest01-template-12__swiper-container {
        margin-top: 60px;
    }
    .swiper-pagination.rest01-template-12__swiper-pagination--desktop {
        display: none;
    }
    .rest01-template-12__swiper-pagination {
        justify-content: center;
        margin-top: 40px;
    }
    .rest01-template-12__swiper-wrapper.active {
        justify-content: center;
    }
}


/* fire-animation */
