@charset "UTF-8";

/**
   * 各館レイアウト CSS
   *
   * @author  HAKKO Development Co.,Ltd. az'Ciel division
   * @version 2024.
   *
   */

/*/-------------　全体　-----------------/*/

/*　ナビ　*/
#navi .navi-open:before {
	background: url(../img/navi_bg.jpg);
	background-position: center;
	background-size: cover;
}

/*//---　トップページ　---//*/
/*　メインビジュアル　*/
#swipermv {
	margin-top:80px;
}



/*//---　下層ページ　---//*/
/*//---　客室　---//*/
.room h2 {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/room/h2.jpg) center top;
}

/*//---　アメニティ・設備　---//*/
.amenity h2 {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/amenity/h2.jpg) center top;
}

/*//---　朝食　---//*/
.breakfast h2 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/breakfast/h2.jpg) center top;
}

/*//---　アクセス　---//*/
.access h2 {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/access/h2.jpg) center top;
}




/*/----------------------------------------------------------/*/
/*/---　タブレット・スマホ　----------------------------------/*/

@media screen and (max-width:650px) {
	/*//---　メインビジュアル　---//*/
	.mv .slide-media img {
		height: 100%;
		width: auto;
		-webkit-transition: all 27s 1s linear;
		transition: all 27s 1s linear;
	}

	.mv .swiper-slide[class*=-active] .slide-media img {
		-webkit-transition-delay: -1s;
		transition-delay: -1s;
		-webkit-transform: translatex(-100%);
				transform: translatex(-100%);
	}
}
