@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;
}
.co {
	margin: 30px 0 0;
	font-size: 0.875em;
}
.co dt {
	position: relative;
	display: inline-block;
	padding: 5px 23px 5px 2px;
	color: #222;
	border-bottom: 1px solid #929292;
}
.co dd {
	margin-top: 5px;
	padding: 5px 10px;
	color: #222;
}
.co dt:before {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 2px solid #929292;
	border-bottom: 2px solid #929292;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 15px;
	right: 8px;
	transform: rotate(45deg);
}
.co.open dt:before {
	transform: rotate(-135deg) !important;
}

/*//---　アメニティ・設備　---//*/
.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.25), rgba(0, 0, 0, 0.25)), url(../img/breakfast/h2.jpg) center top;
}
.breakfast h2.test {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/breakfast/h2-2.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:1099px) {

	/*//---　トップページ　---//*/
	.img-l .slide-media img {
		object-position: left;
	}
	.img-r .slide-media img {
		object-position: right;
	}
}
@media screen and (max-width:1199px) {
	/*//---　客室　---//*/
	.co {
		margin: 0 auto 40px;
	}
	.co dt {
		min-width: 280px;
		box-sizing: border-box;
		text-align: center;
	}
}

@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%);
	}
	/*//---　客室　---//*/
	.co {
		margin: 30px auto 40px;
		font-size: 0.8125em;
	}
	.co dt {
		min-width: 0;
		text-align: center;
		box-sizing: border-box;
	}

}
