@charset "utf-8";
/* CSS Document */

.caption-style-4 {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.caption-style-4 li {
	position: relative;
	/*float: left;*/
	display: block;
	box-sizing: border-box;
}

.caption-style-4 li .hotel_img {
	position: relative;
	width: 100%;
}

/*#about li{
	width:24%;
}

#news li.caption-style-4{
	width:49%;
}*/

.caption-style-4 a {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
	/*margin:1.5%;*/
}

.caption-style-4 a:hover .caption {
	opacity: 1;
}

.caption-style-4 .hotel_img {
	position: relative;
	overflow: hidden;
}

.caption-style-4 .hotel_img:hover .caption {
	opacity: 1;
}

.caption-style-4 .hotel_img:hover img {
	opacity: 1;
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}

.caption-style-4 a:hover img {
	opacity: 1;
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}


.caption-style-4 img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}

.caption-style-4 img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.caption-style-4 li h3 {
	position: absolute;
	width: 100%;
	font-size: 1.25rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.7;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	top: 0px;
	left: 0px;
	z-index: 9999;
	white-space: normal;
	padding: 5px 10px;
	background-color: rgba(103, 117, 156, 0.75);
	margin-top: 0px;
	margin-bottom: 0px;
}

.caption-style-4 .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}



.caption-style-4 .blur {
	background-color: rgba(0, 0, 0, 0.65);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 5;
	position: absolute;
}

.caption-style-4 .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

.caption-style-4 .caption-text h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 100;
	color: #26bec9;
	margin-bottom: 10px;
}

.caption-style-4 .caption-text p {
	font-size: 1.083rem;
	color: #fff;
	margin-top: 60px;
}

.caption-style-4 .caption-text span.btn_detail {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -60px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 1.333333333333333rem;
	color: #FFF;
	/*background-color: #67759c;*/
	box-sizing: content-box;
}

.caption-style-4 .caption-text span.btn_detail a {
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	border: 3px solid #fff;
}

.caption-style-4 .caption-text span.btn_detail a:hover {
	background-color: #ffa430;
	border: 3px solid #ffa430;
}

.hotel_img p {
	min-height: 85px;
	font-size: 1.3rem;
	color: #666;
	padding: 10px 0;
}

.hotel_img span.wording {
	text-align: center;
	display: block;
	min-height: 62px;
}

.hotel_img span.rate {
	display: block;
	font-size: 1.5rem;
	color: #333;
	text-align: center;
}

.area_en {
	font-size: 1.8rem;
	border-top: 1px solid #333;
	padding: 0 20px;
}

@media screen and (max-width: 812px) {


	ul.caption-style-4 li {
		width: 48%;
	}

	.nav_area {
		width: 90px;
		font-size: 1.1rem;
	}

}

@media screen and (max-width: 414px) {

	ul.caption-style-4 li {
		width: 100%;
	}

	.hotel_img span.wording {
		min-height: 0px;
	}
}

@media screen and (max-width: 375px) {

	ul.caption-style-4 li {
		width: 100%;
		margin: 5px 0%;
	}
}