@charset "utf-8";

/*ヘッダ*/

.hgp_specialcontents_header{
	margin-bottom: 30px;
}

.hgp_specialcontents_header h2{
	background: #efede1;
	padding: 14px;
	margin: 0 0 10px;
		color: #a89131;
	font-weight: bold;
	line-height: 1.5;
}


ul.list li {
	padding-left: 1em;
	text-indent: -1em;
}


ul.list2 li {
	padding-left: 1em;
	padding-bottom: 1em;
	text-indent: -1em;
}

ul.onsen_list i {
	float: left;
	margin:0;
	padding-right:0.5em;
}

ul.list2 li:last-child {
	padding-bottom: 0;
}

.style10_l .hotel_name{
display: block;
margin:0px 0px 0px 0px;
padding:1em 0px 0px 0px;
}



/*おすすめホテル*/


ul.hotel_list li {
	float: left;
	margin:0;
	padding:0 0.5em 0 0;
}

ul.hotel_list:after {/*clear*/
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/* ■■640px以下■■ */
@media screen and (max-width:660px) {
	ul.hotel_list {
		margin:0;
		padding:0 0 0.5em 0;
	}
	
	ul.hotel_list li {
		float: none;
		margin:0;
		padding:0;
	}
}



.hgp_osusume_imagebox {
	border: 5px solid #E6E6E6;
	padding: 1px;
	background: #CCC;
	margin: 0 0 10px;
}

/* ■■640px以下■■ */
@media screen and (max-width:660px) {
	.hgp_osusume_imagebox {
		border: none;
		padding: 0;
		background: none;
		margin: 0 0 10px;
	}
	.hgp_osusume_imagebox img {
		width: 100%;
	}
}


.hgp_osusume_matome {
	border: solid 5px #CCC;
	padding: 0 12px 12px 12px;
}
.hgp_osusume_matome .hgp_section01 {
	margin-top: 20px !important;
}


/* ■■640px以下■■ */
@media screen and (max-width:660px) {
	.hgp_osusume_matome {
	margin:0px 0px 0px 0px;
		padding: 0 12px 12px 12px !important;
		border:5px solid #CCC;
	}
	
	.hgp_osusume_matome .hgp_section01:first-child {
		margin-top: 2px !important;
	}
}

