.rest01-template-11 {
    position: relative;
    padding-top: 0;
    display: block;
    height: 31.25vw;
    overflow: hidden;
}

.rest01-template-11 .inner_video_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    pointer-events: none;
}

.rest01-template-11 .inner_video_box.show {
    z-index: 5;
    filter: brightness(1);
    pointer-events: auto;
}

.rest01-template-11 .video_iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2999;
    background-color: rgba(0, 0, 0, 0.88);
    display: none;
    overflow: hidden;
}

.rest01-template-11 .video_iframe iframe {
    width: 100%;
    position: relative;
    display: block;
    height: 57vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}




.rest01-template-11 .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
}

.rest01-template-11 .thumb_mobile {
    background-size: 0;
}

.rest01-template-11 .play {
    width: 192px;
    height: 192px;
    border: 1px solid #f2836f;
    display: block;
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-color: #ffffff00;
    transition: all .3s ease;
}

.rest01-template-11 .play.active {
    left: 10%;
    transform: translate(-50%, -50%)scale(.5);
    background-color: #ffffffd9;
    top: 10vw;
}

.rest01-template-11 .play.active::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.rest01-template-11 .play.active::after {
    opacity: 0;
    transform: scale(0);
}

.rest01-template-11 .play::before {
    content: 'X';
    opacity: 0;
    transition: all .6s ease;
    color: #f2836f;
    position: absolute;
    font-size: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.rest01-template-11 .play::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 28px;
    border-color: transparent transparent transparent #f2836f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%)translateX(-36%);
    opacity: 1;
    transition: all .6s ease;
}

.rest01-template-11 .jump_video {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 1999;

}

.rest01-template-11 .jump_video .box {
    width: 90%;
    height: 80vh;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    top: 50%;
}

.rest01-template-11 .jump_video .black {
    position: absolute;
    background-color: rgb(0 0 0 / 83%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.rest01-template-11 .jump_video .close {
    height: 70px;
    width: 70px;
    background-color: #f2836f;
    cursor: pointer;
    position: absolute;
    right: 36px;
    z-index: 5;
    top: -50px;
    transform: scale(1);
    transition: all .3s ease;
}

.rest01-template-11 .jump_video .close:after,
.rest01-template-11 .jump_video .close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 34px;
    width: 2px;
    background-color: #fff;
}

.rest01-template-11 .jump_video .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.rest01-template-11 .jump_video .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}



.rest01-template-11 .jump_video .video_box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.rest01-template-11 .jump_video .video_box iframe {
    width: 100%;
    height: 100%;
    position: relative;
}

.rest01-template-11 .map {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.rest01-template-11 .text-wrap {
    width: 100%;
    height: 100%;
    padding: 10.52vw 50.35vw 6.45vw 8.28vw;
    z-index: 2;
    position: relative;
}

.rest01-template-11 .text-wrap .title {
    margin-bottom: 4.53125vw;
    color: #fff;
    font-size: clamp(30px, 3.65vw, 70px);
    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-11 .text-wrap .describe {
    max-width: 55%;
    font-size: clamp(14px, 0.9375vw, 18px);
    font-weight: 300;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.9px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}
.rest01-template-11 .text-wrap .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    z-index: -1;
    display: none;
}
@media (max-width:1500px) {}








@media (min-width:1199px) {
    .rest01-template-11 .play:Hover {
        background-color: #ffffffd4;
    }

    .rest01-template-11 .jump_video .close:hover {
        transform: scale(1.05);
    }

}




@media (max-width:1100px) {
    .rest01-template-11 {
        height: 50vw;
    }

    .rest01-template-11 .inner_video_box {
        pointer-events: all;
    }

    .rest01-template-11 .thumb {
        background-size: 0;
    }

    .rest01-template-11 .thumb_mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: block;
        z-index: 1;
        left: 0;
        top: 0;
    }

    .rest01-template-11 .text-wrap {
        padding: 60px 7.16vw ;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .rest01-template-11 .text-wrap .title{
        max-width: 55%;
    }
}


@media (max-width:1000px) {
    
    .rest01-template-11 .play {
        width: 120px;
        height: 120px;
    }

    .rest01-template-11 .play::after {
        border-width: 14px 0 14px 20px;
    }

    .rest01-template-11 .jump_video .close {
        transform: scale(.8);
    }

    .rest01-template-11 .jump_video .video_box {
        height: auto;
        padding-bottom: 57%;
    }

    .rest01-template-11 .jump_video .video_box iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .rest01-template-11 .jump_video .box {
        height: auto;
    }
}

@media (max-width:700px) {
    .rest01-template-11 {
            height: 55vh;
        }
    .rest01-template-11 .jump_video .close {
        transform: scale(.5);
        right: 0;
        top: -41px;
    }
        .rest01-template-11 .text-wrap{
            padding:  38px;
        }
    .rest01-template-11 .text-wrap .title{
        max-width:  100%;
    }
    .rest01-template-11 .text-wrap .describe{
        display: none;
    }
}