/* 画像の割当（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");
}

.tagline_txt .hotel-logo { width: 214px;}

@media (max-width: 809px) {
	.fv.is-kv-animated .slide .fg {
		background-position: 46% -57px!important;
	}
	.tagline_txt .hotel-logo { width: 150px;}
}