.rest01-template-04 .title-area .title {
    font-size: 26px;
    line-height: 1.25em;
    font-family: "Montserrat", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #000;
}

@media (min-width: 740px) {
    .rest01-template-04 .title-area .title {
        font-size: 36px
    }
}

@media (min-width: 1500px) {
    .rest01-template-04 .title-area .title {
        font-size: 48px
    }
}

@media (min-width: 1800px) {
    .rest01-template-04 .title-area .title {
        font-size: 48px
    }
}

.rest01-template-04 .title-area .subtitle {
    font-size: 16px;
    line-height: 1.25em;
    font-family: "Noto Sans TC", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 500
}

@media (min-width: 740px) {
    .rest01-template-04 .title-area .subtitle {
        font-size: 20px
    }
}

@media (min-width: 1500px) {
    .rest01-template-04 .title-area .subtitle {
        font-size: 22px
    }
}

@media (min-width: 1800px) {
    .rest01-template-04 .title-area .subtitle {
        font-size: 24px
    }
}

.rest01-template-04 .title-area .small {
    font-size: 14px
}

@media (min-width: 1500px) {
    .rest01-template-04 .title-area .small {
        font-size: 15px
    }
}

@media (min-width: 1800px) {
    .rest01-template-04 .title-area .small {
        font-size: 16px
    }
}

.rest01-template-04 {
    background-color: #fff;
    padding-top: 50px;
}

.rest01-template-04 .title-area {
    margin-bottom: 25px;
    flex: 1
}

.rest01-template-04 .line:after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    border-bottom: 1px solid #000
}

@media (min-width: 0) and (max-width: 979px) {
    .rest01-template-04 .line {
        position: absolute;
        right: 0;
        top: 1em;
        width: 60%
    }
    .rest01-template-04 .line:after {
        width: 100%
    }
}

@media (min-width: 980px) {
    .rest01-template-04 .line {
        flex: 2
    }
}

@media (min-width: 0) and (max-width: 979px) {
    .rest01-template-04 .swiper-container {
        padding-bottom: 40px
    }
}

.rest01-template-04 .swiper-pagination {
    /* bottom: 0 */
    position: relative;
    margin-bottom: -10%;
}

@media (min-width: 980px) {
    .rest01-template-04 .swiper-pagination {
        display: none
    }
}

.rest01-template-04 .container {
    border-bottom: 1px solid #cbcbcb;
    position: relative
}

@media (min-width: 980px) {
    .rest01-template-04 .container {
        display: flex;
        align-items: center
    }
}

.rest01-template-04 .swiper-slide {
    min-width: 9vw
}

.rest01-template-04 .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 120px;
    margin: 20px auto;
}

.rest01-template-04 .swiper-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    flex: 5
}

.rest01-template-04 .swiper-button-prev,
.rest01-template-04 .swiper-button-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px
}

@media (min-width: 0) and (max-width: 739px) {
    .rest01-template-04 .swiper-button-prev,
    .rest01-template-04 .swiper-button-next {
        display: none
    }
}

.rest01-template-04 .swiper-button-prev:after,
.rest01-template-04 .swiper-button-next:after {
    display: none
}


/*仁新增20210331*/

.rest01-template-04 {
    background-size: cover;
    background-position: center center;
}

.rest01-template-04 .swiper-pagination span {
    margin: 0 auto !important;
}

@media (max-width: 767px) {
    .rest01-template-04 .swiper-slide {
        min-width: 30vw;
    }
}