@charset "utf-8";


#teaser {
	background:url(../img/bg_teaser.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 959px) {
#teaser {
	background:url(../img/bg_teaser_ts.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}

.anchor{
	max-width: 850px;
	justify-content: space-between;
}
.anchor a {
	width: 270px;
}
@media screen and (max-width: 479px) {
	.anchor a {
		width: calc( 50% - 5px );
	}
}
.facilities p+.commontab {
	margin-top:60px;
}
@media screen and (max-width: 959px) {
	.facilities p+.commontab,
	#anchor02 .commontab {
		margin-top:30px;
	}
}
.facilities .commontab td p+p {
	margin-top:14px;
}

.facilities .facilitiesl {
	float:left;
	width:500px;
	margin-right:45px;
}
.facilities .facilitiesl_left {
	float:left;
	width:500px;
	margin-right:45px;
}

@media screen and (max-width: 959px) {
.facilities .facilitiesl {
	float:none;
	width:auto;
	margin-right:0;
	display:none;
}
.facilities .facilitiesl_left {
	float:none;
	width:auto;
	margin:0 0 20px;
}

}
.facilities .facilitieshot {
	background:url(../img/leaf.png) 0 center no-repeat;
	min-height:120px;
	margin:15px 0 35px;
	padding:15px 0 0 145px;
}
.facilities .btngreen {
	text-align:center;
}
.facilities .facilitieshot li {
	background:url(../img/crown.png) 0 0 no-repeat;
	min-height:28px;
	padding:3px 0 0 40px;
}
.facilities .facilitieshot li+li {
	margin-top:10px;
}
.facilities .facilitieshot li span {
	color:#c39b3d;
	margin-right:10px;
	font-weight:bold;
}
.facilities .reraxationbox+.reraxationbox {
	border-top:1px #cebf99 solid;
	margin-top:60px;
	padding-top:60px;
}
.facilities .reraxationbox .facilitiesl {
	float:left;
	width:515px;
	margin-right:30px;
}
.facilities .reraxationbox .facilitiesl p+p {
	margin-top:30px;
}
.facilities .reraxationbox .tit {
	color:#6e7d38;
	font-size:26px;
	margin-bottom:15px;
}

.facilitiesslider {
	display:none;
}
.pcnone{
	display: none;
}
.bx-wrapper .bx-viewport {
	background:none;
}
@media screen and (max-width: 959px) {
	.facilitiesslider {
		display:block;
	}
	.facilitiesslider img {
		width:100%;
		height:auto;
		margin:0 auto;
	}
	.contentin .facilitiesslider img {
		max-width:515px;
	}
	.bx-wrapper {
		margin-bottom: 60px;
	}	
	.facilities .reraxationbox .tit{
		font-size: 20px;
		font-weight: bold;
	}
	.pcnone{
		display: block;
	}
}
