@charset "utf-8";
/* CSS Document */
/*480 600 960 1280*/
/*margin-bottom: 100px(PC)margin-bottom: 60px(SP)*/
/*========================================   top_image   ========================================*/
.select_area{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
}
.select_area > p{
	text-align: center;
	margin-bottom: 10px;
}

.area_list{
	padding-left: 2%;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.area_list li{
	width: 24%;
	font-size: 14px;
	margin-right: 1%;
	margin-bottom: 10px;
	padding: 8px 8px 8px 15px;
	box-sizing: border-box;
	cursor: pointer;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	
	color: #FFFFFF;
	background-color:rgba(105,73,26,1.00);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.area_list li:hover{
	background-color:rgba(105,73,26,0.75);
}
.area_list li.area_list_stay{
	background-color:rgba(242,171,57,1.00);
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.select_area > p{
		font-size: 18px;
		margin-bottom: -15px;
	}
	.select_area > p span{
		display: inline-block;
		background-color: #FFFFFF;
		padding: 0 10px;
	}
	.area_list{
		border: #CCCCCC solid 1px;
		padding: 23px 0% 5px 2%;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.area_list{
		padding: 28px 1% 10px 2%;
	}
}
@media screen and (min-width:0px) and ( max-width:959px) {/*960まで(SP/タブレット/PC)*/
	.area_list li{
		width: 32%;
		font-size: 12px;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.area_list li{
		width: 48%;
		margin-right: 2%;
		padding: 8px 3px 8px 8px;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.area_list li{
		font-size: 10px;
	}
}


.hotel_list{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.hotel_list li{
	border-right: #CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	margin-bottom: 30px;
	padding: 15px 0;
}
/*.hotel_list li:last-child{
	margin-bottom: 0px;
}*/
.hotel_name,.hotel_details{
	box-sizing: border-box;
	padding: 0 15px 15px;	
}
.hotel_details{
	border-bottom: #EEEEEE solid 1px;
	margin-bottom: 20px;
}
.hotel_list li small{
	display: block;
	font-size: 12px;
}
.hotel_name span{
	display: block;
	line-height: 1.6;
}
.hotel_name i{
	font-size: 1.4rem;
	vertical-align: top;
	padding: 10px 0px 10px 10px;
	display: inline-block;
}
.hotel_transportation{
	text-align: center;
	padding: 1px 5px;
	margin-bottom: 5px;
	display: block;
	background-color: #EFEFEF;
}
.hotel_address{
	width: 65%;
	display: inline-block;
	padding-right: 1em;
	box-sizing: border-box;
}
.hotel_tel{
	width: 30%;
	display: inline-block;
	padding-right: 1em;
	box-sizing: border-box;
}
.hotel_address,.hotel_tel{
	font-size: 1.4rem;
}
.hotel_details i{
	color: #AAAAAA;
	margin-right: 0.2em;
}
.hotel_list li > div{
	clear: both;
	width: 100%;
	font-size: 1.2rem;
	padding: 0 15px;
	line-height: 1.6;
	max-height: 4.8em;
	overflow-x: auto;
	box-sizing: border-box;
}


.hotel_lovehotel{
	border-left:#dd9dbf solid 10px;
}
.hotel_lovehotel small{
	color: #dd9dbf;
}
.hotel_businesshotel{
	border-left:#70b062 solid 10px;
}
.hotel_businesshotel small{
	color: #70b062;
}
.hotel_cityhotel{
	border-left:#77aad7 solid 10px;
}
.hotel_cityhotel small{
	color: #77aad7;
}
.hotel_rentalroom{
	border-left:#f8e133 solid 10px;
}
.hotel_rentalroom small{
	color: #f8e133;
}
.hotel_other{
	border-left:#a979ad solid 10px;
}
.hotel_other small{
	color: #a979ad;
}

@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.hotel_name,.hotel_details{
		float: left;
		height: 100px;
	}
	.hotel_name{
		width: 40%;
	}
	.hotel_details{
		width: 60%;
	}
	.hotel_name{
		border-bottom: #EEEEEE solid 1px;
		margin-bottom: 20px;
	}
	.hotel_address{
		width: 70%;
	}
	.hotel_tel{
		width: 25%;
	}
}
@media screen and (min-width : 1280px) {/*1280以上(PC)*/
	.hotel_name,.hotel_details{
		height: 80px;
	}
	.hotel_name{
		width: 55%;
	}
	.hotel_details{
		width: 45%;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.hotel_address{
		display: block;
		width: 100%;
		border-bottom: #CCCCCC dotted 1px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.hotel_tel{
		width: 94%;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.hotel_tel{
		width: 88%;
	}
}