@charset "utf-8";

/* preview_visual */
#preview_visual {
	width: 100%;
	height: 548px;
	background: url(../img/rooms_visual.jpg) 0 0 no-repeat;
	text-align: center;
	background-size: cover;
}
#preview_visual h2 {
	font-size: 24px;
	color: #fff;
	padding-top: 220px;
	margin-bottom: 20px;
	font-weight: 100;
	opacity: 0.9;
}


/* preview */
#sub_preview {
	margin-top: 80px;
	height: 100%;
	position: relative;
}
#sub_preview h2 {
	width: 600px;
	font-size: 70px;
	line-height: 66px;
	color: #333333;
	letter-spacing: -1px;
}
#sub_preview h2+p {
	width: 550px;
	color: #666666;
	font-size: 20px;
	margin: 22px 0 30px 0;
}
#sub_preview h2+p+p {
	width: 550px;
	height: 90px;
	margin-bottom: 30px;
}
#sub_preview h2+p+p a {
	font-weight: 600;
	display: inline-block;
	width: 319px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	border: 1px solid #333333;
	transition: all 0.2s;
}
#sub_preview h2+p+p a:hover {
	background-color: #333333;
	color: #fff;
}
#sub_preview ul {
	width: 1308px;
	overflow: hidden;
	margin: 0 auto;
}
#sub_preview ul li {
	margin: 0 20px 20px 0;
	float: left;
	position: relative;

}
#sub_preview ul li:first-child+li+li,
#sub_preview ul li:first-child+li+li+li+li+li {
	margin-right: 0;
}
#sub_preview ul li span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 25px;
	color: #fff;
	padding: 0 0 12px 10px;
}
#sub_preview ul div:hover  {
	opacity: 0.8;
}
#sub_preview ul div {
	width: 416px;
	height: 256px;
	background-color: #000;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
	-moz-transition: all 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
	-o-transition: all 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
}
#sub_preview ul div p {
	text-align: center;
	color: #fff;
}
#sub_preview ul div p:first-child {
	font-size: 30px;
	margin: 75px 0 22px 0;
}
#sub_preview ul div p:first-child+p a {
	display: block;
	width: 260px;
	margin: 0 auto;
	font-size: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 50px;
	color: #fff;
}


