.rest01-template-11{
    position: relative;
    padding-top: 0;
    display: block;
    height: 935px;
}
.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: fixed;
    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 .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;
}



@media (max-width:1500px) {
    .rest01-template-11{
        height: 800px;
    }
}








@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:1200px) {
    .rest01-template-11{
        height: 600px;
    }
    .rest01-template-11 .inner_video_box{
        pointer-events: all;
    }

}


@media (max-width:1000px) {
    .rest01-template-11 {
        height: 500px;
    }
    .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:650px) {
    .rest01-template-11 .jump_video .close {
        transform: scale(.5);
        right: 0;
        top: -41px;
    }

}
