/* 画像の割当（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: -223px;
}
.tagline_txt .hotel-logo {
	width: 117px;
}
@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: 730px !important;
        background-position: 50% -50px !important;
	}
	.tagline_txt .hotel-logo {
		width: 100px;
	}
    .premium .tagline_txt {
        padding: 114px 10px 24px!important;
    }
}