.food01-template-06 {
    position: relative;
    display: block;
    overflow: hidden;
}

.food01-template-06 .main_slide {
    position: relative;
    display: block;
}

.food01-template-06 .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 202103 */

.food01-template-06 .bg.mobile {
    display: none;
}

.food01-template-06 .swiper-slide .box {
    height: 570px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.food01-template-06 .food01-template-06__swiper .box .block {
    display: flex;
    left: 7.5vw;
    position: relative;
    background-color: white;
    width: 50%;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
    align-items: center;
}

.food01-template-06 .swiper-slide-active .box .block {
    transform: translateY(0);
    opacity: 1;
}

.food01-template-06 .food01-template-06__swiper .box .text {
    position: relative;
    padding-left: 45px;
    /* padding-right: 40px; */
    padding-right: 70px;
    font-size: 15px;
    line-height: 30px;
    color: #929292;
    display: flex;
    align-items: center;
}

.food01-template-06 .food01-template-06__swiper .box .imgs {
    position: relative;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 25px;
}

.food01-template-06 .food01-template-06__swiper .box .imgs img {
    width: 100px;
}

.food01-template-06 .food01-template-06__swiper .box .sub_title {
}

.food01-template-06 .food01-template-06__swiper .box .title {
    font-size: 17px;
    line-height: 30px;
    position: relative;
    font-family: "Noto Serif TC", serif;
    color: black;
}

.food01-template-06 .food01-template-06__swiper .box .name {
    padding-right: 20px;
    position: relative;
    min-width: 96px;
    width: 290px;
    padding-left: 20px;
}

/* 202103 */

.food01-template-06 .food01-template-06__swiper .box .memo {
    width: calc(100% - 96px);
    display: block;
    position: relative;
    border-left: 1px solid;
    padding-left: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.food01-template-06__swiper-bottom {
    position: absolute;
    top: 50%;
    left: 49%;
    z-index: 10;
    margin-left: 91px;
    font-weight: bold;
    color: black;
    margin-top: -35px;
}

.food01-template-06__swiper-bottom .icon {
    font-size: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    transform: rotate(90deg);
    cursor: pointer;
    height: 35px;
}

.food01-template-06__swiper-bottom .icon.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.food01-template-06 .more_info {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 10;
    display: flex;
    padding: 52px 0 40px 30px;
}

.food01-template-06 .more_info .box {
    display: block;
    position: relative;
    padding: 0 80px;
    margin-right: 0;
    border-right: 1px solid gray;
}

.food01-template-06 .more_info .box:last-child {
    border-right: 0;
}

.food01-template-06 .more_info .icon {
    position: absolute;
    left: 32px;
    top: 3px;
}

.food01-template-06 .more_info .num {
    font-size: 52px;
    color: #91715f;
    font-weight: bold;
    display: block;
    line-height: 52px;
    margin-bottom: 12px;
    width: 107px;
}

.food01-template-06 .more_info .name {
    font-size: 16px;
    color: black;
    font-weight: bold;
    display: block;
}

@media (max-width: 1350px) {
    .food01-template-06 .food01-template-06__swiper .box .block {
        width: 65%;
        padding: 16px 0;
    }
    .food01-template-06__swiper-bottom {
        left: 67%;
    }
    .food01-template-06 .more_info {
        padding: 30px 0 25px 30px;
    }
    .food01-template-06 .more_info .box {
        padding: 0 70px;
    }
    .food01-template-06 .more_info .icon {
        position: absolute;
        left: 21px;
    }
}

@media (max-width: 1199px) {
    .food01-template-06 .food01-template-06__swiper .box .block {
        width: 85%;
    }
    .food01-template-06__swiper-bottom {
        left: 80%;
    }
    .food01-template-06 .food01-template-06__swiper .box .text {
        font-size: 16px;
        line-height: 26px;
        padding-left: 25px;
    }
    .food01-template-06 .more_info .num {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 12px;
    }
    .food01-template-06 .more_info {
        padding: 20px 0 20px 0;
    }
    .food01-template-06 .more_info .icon img {
        width: 100%;
    }
    .food01-template-06 .more_info .icon {
        position: absolute;
        left: 30px;
        width: 30px;
    }
    .food01-template-06 .more_info .box {
        padding: 0 50px 0 70px;
    }
    .food01-template-06 .food01-template-06__swiper .box .title {
        font-size: 22px;
        line-height: 26px;
    }
}

/* 202103 */

@media (max-width: 1000px) {
    .food01-template-06 .bg {
        display: none;
    }
    .food01-template-06 .bg.mobile {
        display: block;
    }
}

@media (max-width: 650px) {
    .food01-template-06__swiper-bottom {
        left: 50%;
        top: 180px;
        margin-top: 0;
        margin-left: 95px;
    }
    .food01-template-06 {
        padding-bottom: 0;
    }
    .food01-template-06 .food01-template-06__swiper .box .block {
        width: 90%;
        display: block;
        margin-top: 150px;
        margin-bottom: 10px;
    }
    .food01-template-06 .food01-template-06__swiper .box .imgs {
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-top: -50px;
        width: 150px;
    }
    .food01-template-06 .swiper-slide .box {
        height: auto;
        background-size: 0;
    }
    .food01-template-06 .swiper-slide.swiper-slide-active .box {
        background-size: cover;
    }
    .food01-template-06 .food01-template-06__swiper .box .text {
        font-size: 14px;
        line-height: 22px;
        padding-left: 25px;
        margin-top: 30px;
        margin-bottom: 15px;
        display: block;
    }
    .food01-template-06 .food01-template-06__swiper .box .name {
        padding-right: 0;
        position: relative;
        min-width: 96px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .food01-template-06 .food01-template-06__swiper .box .memo {
        border: 0;
        padding: 0;
        width: 100%;
    }
    .food01-template-06 .more_info {
        width: 100%;
        position: relative;
    }
    .food01-template-06 .more_info .box {
        width: 50%;
        padding-right: 15px;
    }
    .food01-template-06 .more_info .num {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
        width: 85px;
    }
    .food01-template-06 .more_info .icon {
        position: absolute;
        left: 35px;
        width: 25px;
        top: 0;
    }
    .food01-template-06 .more_info .name {
        font-size: 14px;
    }
}

@media (max-width: 365px) {
    .food01-template-06 .more_info .name {
        font-size: 12px;
    }
}
