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

.rest01-template-09 {
    position: relative;
}

.rest01-template-09 .container {
    position: relative;
    z-index: 5;
}

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

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

@media (min-width: 1800px) {
    .rest01-template-09 .title {
        font-size: 60px
    }
}

.rest01-template-09 .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-09 .subtitle {
        font-size: 20px
    }
}

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

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

.rest01-template-09 .small {
    font-size: 14px
}

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

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

.rest01-template-09 .more {
    display: inline-flex;
    color: #c09544;
    line-height: 2.25em;
    transition: all .35s ease;
    font-size: 18px;
    align-items: center;
    flex-wrap: nowrap;
    font-family: "Montserrat", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif
}

.rest01-template-09 .more img,
.rest01-template-09 .more svg {
    display: block;
    width: 20px;
    margin-right: 8px;
    transition: all .35s ease
}

.rest01-template-09 .more:active img,
.rest01-template-09 .more:active svg,
.rest01-template-09 .more:hover img,
.rest01-template-09 .more:hover svg {
    margin-right: 16px
}

.rest01-template-09 .more span {
    white-space: nowrap
}

@media (min-width: 980px) {
    .rest01-template-09 .more {
        font-size: 24px
    }
}

@media (min-width: 1500px) {
    .rest01-template-09 .more {
        font-size: 30px
    }
}

@media (min-width: 1800px) {
    .rest01-template-09 .more {
        font-size: 36px
    }
}

.rest01-template-09 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 10;
    padding-top: 200px;
    padding-bottom: 200px;
    color: #9d9c9c
}

@media (min-width: 1500px) {
    .rest01-template-09 {
        max-height: 650px;
        padding-top: 0;
        padding-bottom: 0
    }
    .rest01-template-09 .container {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.rest01-template-09 .subtitle {
    color: #fff;
    margin-bottom: 1.5em;
    /*仁新增20210331*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.rest01-template-09 p {
    display: block;
    display: block;
    max-width: 360px;
    /*仁新增20210331*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 980px) {
    .rest01-template-09 p {
        max-width: 420px;
        text-align: center
    }
}

@media (min-width: 980px) {
    .rest01-template-09 .text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
}

@media (min-width: 1500px) {
    .rest01-template-09 .text {
        min-height: 500px
    }
}

@media (min-width: 1800px) {
    .rest01-template-09 .text {
        min-height: 650px
    }
}

@media (min-width: 980px) {
    .rest01-template-09 .container {
        text-align: center
    }
}

.rest01-template-09 .big-text {
    margin-top: 2em;
    font-family: "Montserrat", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    display: block
}

.rest01-template-09 .mobile-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 740px) {
    .rest01-template-09 .mobile-image {
        display: none;
    }
}

@media (min-width: 980px) {
    .rest01-template-09 .big-text {
        margin: 40px auto 0;
        display: block
    }
}

.rest01-template-09 .big-text strong {
    display: block;
    color: #fff;
    line-height: .9em;
    font-size: 36px
}

@media (min-width: 1800px) {
    .rest01-template-09 .big-text strong {
        font-size: 72px
    }
}