/* 画像の割当（1枚目までpreload） */
.fv.is-kv-animated .slide:nth-child(1) .bg,
.fv.is-kv-animated .slide:nth-child(1) .fg {
	background-image: url("../img/kv01.webp");
}
.fv.is-kv-animated .slide:nth-child(1) .fg {
    background-position-y: -160px;
}
.tagline_txt .hotel-logo {
	width: 75px;
}
@media (max-width: 1179px) {
	.fv.is-kv-animated .slide:nth-child(1) .fg {
		background-position-y: -5px;
	}
}
@media (max-width: 809px) {
	.fv.is-kv-animated .slide .fg {
    	background-size: 740px !important;
		background-position: 50% -74px !important;
	}
	.tagline_txt .hotel-logo {
		width: 63px;
	}
}