#headimage li {
	width:100%;
	float:left;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
ul[id="headimage"]{
	position:relative;
	width: 100%;
	height: 100%;
	padding: 42.268% 0 0;
}
.head_logo{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

#plan{
	text-align:center;
}
#plan h2,#plan p,#plan a{
	color:#666666;
}
#plan a:hover{
	color:#999999;
}

#recom{
	text-align:center;
}

#access{
	text-align:center;
	text-shadow:0px 0px 10px #FFFFFF,0px 0px 10px #FFFFFF,0px 0px 10px #FFFFFF,0px 0px 10px #FFFFFF;
}
#access h2,#access p,#access a{
	color:#666666;
}
#access a{
	box-shadow:0 0 5px 1px #FFFFFF,0 0 5px 1px #FFFFFF inset;
}
#access a:hover{
	color:#999999;
}
#access h2{
	text-align:center;
}
.recom{
	position: relative;
	color:#FFFFFF !important;
	text-shadow:0px 0px 10px #000000,0px 0px 10px #000000,0px 0px 10px #000000,0px 0px 10px #000000;
}
.recom>div{
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.recom:hover>div {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: galpha( opacity=80 )h;
}

.recom p{
	text-align:left;
}

.cont_room{
	width:100%;
	height:40vw;
	max-height:400px;
	background:url("../img/img_index/img_room.jpg") center center no-repeat ;
}
.cont_break{
	width:50%;
	height:30vw;
	max-height:300px;
	background:url("../img/img_index/img_break.jpg") center center no-repeat ;
}
.cont_bath{
	width:50%;
	height:30vw;
	max-height:300px;
	background:url("../img/img_index/img_bath.jpg") center center no-repeat ;
}
.cont_meal{
	width:50%;
	height:30vw;
	max-height:300px;
	background:url("../img/img_index/img_meal.jpg") center center no-repeat ;
}
.cont_sight{
	width:50%;
	height:30vw;
	max-height:300px;
	background:url("../img/img_index/img_sight.jpg") center center no-repeat ;
}

#recom .container{
	width:100% !important;
	max-width:960px;
}

@media screen and (min-width:960px){
	.main{
		padding:50px 0;
		line-height:2;
	}
	article h2,article p{
		margin:10px 0;
	}
	.flist2{
		margin:20px 0;
	}
	.flist{
		margin:10px 0;
	}
.recom>div{
	width: 32vw;
	height:25vw;
	max-width:420px;
	max-height:250px;
}
}

@media screen and (max-width: 960px) {
.recom>div{
	width: 32vw;
	height: 50vw;
	max-width:420px;
	max-height:250px;
	min-width:90%;
}

.cont_room{
	width:100%;
	min-height:400px;
}
.cont_break{
	width:100%;
	min-height:300px;
}
.cont_bath{
	width:100%;
	min-height:300px;
}
.cont_meal{
	width:100%;
	min-height:300px;
}
.cont_sight{
	width:100%;
	min-height:300px;
}

	.flist2>div{
		margin:10px 0 ;
	}
}

@media screen and (max-width: 600px) {
	ul[id="headimage"]{
		padding: 75% 0 0;
	}
}
