@charset "utf-8";
/* CSS Document */

/*動画再掲_251210*/
#hotel-movie {
	padding-top: 40px;
}
.ymhtop .videos {
	width: 557px;
	aspect-ratio: 1 / 0.5638;
	margin-inline: auto;
	position: relative;
}
.ymhtop .video {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.ymhtop .videos p {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.ymhtop .videos em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: url(../../common/movie/ymh_video.png) center / cover no-repeat;
}
.ymhtop .videos-on em,
.ymhtop .videos-on p {
    display: none;
}
.ymhtop .videos em:before {
    content: "";
    display: block;
    position: absolute;
    width: 9%;
    height: 22%;
    background: url(../../common/img/movie/play.png) center / 100% no-repeat;
    z-index: 9;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
    .ymhtop .videos {
        width: 89.5%;
	}
}
/*/動画再掲_251210*/