.food01-template-11 {
    position: relative;
    display: flex;
    height: 820px;
    align-items: center;
}

.food01-template-11 .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-11 .bg.mobile {
    display: none;
}

.food01-template-11 .box {
    display: block;
    width: 85%;
    max-width: 1500px;
    position: relative;
    margin: 0 auto;
    padding-right: 18%;
}


/* 202103 */

.food01-template-11 .title {
    font-size: 36px;
    display: block;
    margin: 0 auto;
    line-height: 46px;
    letter-spacing: 1px;
    color: black;
    padding-bottom: 0;
    position: relative;
    font-family: 'Lora', 'Noto Serif TC', sans-serif;
    font-weight: 600;
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.food01-template-11 .job_link {
    font-size: 100px;
    color: black;
    width: 100%;
    display: block;
    overflow: hidden;
}

.food01-template-11 .sub_title {
    font-size: 30px;
    display: block;
    position: relative;
    font-family: 'Lora', 'Noto Serif TC', sans-serif;
}

.food01-template-11 .job_link span {
    position: relative;
}

.food01-template-11 .job_link span::after {
    content: '';
    background-color: black;
    position: absolute;
    width: 60vw;
    height: 1px;
    transition: all .8s ease;
    display: inline-block;
    top: 50%;
    margin-left: 26px;
}


/* 202103 */

.food01-template-11 .memo {
    font-size: 18px;
    color: #757575;
    position: relative;
    font-weight: bold;
    line-height: 32px;
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media (max-width:1199px) {
    .food01-template-11 {
        height: 500px;
    }
    .food01-template-11 .job_link {
        font-size: 8vw;
        line-height: 9vw;
    }
    .food01-template-11 .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .food01-template-11 .memo {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .food01-template-11 .sub_title {
        font-size: 24px;
    }
}


/* 202103 */

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

@media (max-width:650px) {
    .food01-template-11 {
        height: 410px;
    }
    .food01-template-11 .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .food01-template-11 .memo {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .food01-template-11 .box {
        width: 90%;
        padding-right: 0;
    }
    .food01-template-11 .job_link {
        font-size: 7vw;
        line-height: 8vw;
    }
    .food01-template-11 .sub_title {
        font-size: 16px;
    }
}

@media (max-width:365px) {
    .food01-template-11 .memo {
        font-size: 12px;
    }
}