@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.2), rgba(0, 0, 0, 0.2)), url(../img/breakfast/h2.jpg) center top;
}
.breakfast p.b-note {
	margin-bottom: 30px;
}

/*//---　アクセス　---//*/
.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:1099px) {

	/*//---　トップページ　---//*/
	.img-l .slide-media img {
		object-position: top 0 left 30%;
	}
	.img-r .slide-media img {
		object-position: right;
	}

	/*//---　下層ページ　---//*/
	/*　朝食　*/
	.breakfast h3 span:after {
		content: '\A';
		white-space: pre;
	}
}
/*/----------------------------------------------------------/*/
/*/---　スマホ　----------------------------------/*/
@media screen and (max-width:650px) {
	/*//---　メインビジュアル　---//*/
	.mv .slide-media img {
		height: 100%;
		width: auto;
		-webkit-transition: all 21s 1s linear;
		transition: all 21s 1s linear;
	}

	.mv .swiper-slide[class*=-active] .slide-media img {
		-webkit-transition-delay: -1s;
		transition-delay: -1s;
		-webkit-transform: translatex(-100%);
				transform: translatex(-100%);
	}
}
@media screen and (min-width: 1100px) {
	html[lang="en"] .mv-title h2 {
		margin: 0 40px -50px;
	}
	html[lang="en"] .mv-title h2 div {
		max-width: 850px;
	}
}
@media screen and (max-width: 1099px) and (min-width: 650px) {
	html[lang="en"] .mv-title h2 {
		margin: 0 40px -84px;
	}
}