@charset "UTF-8";
/*------------------------------------------------------------
	ホテル・ツアー 一覧
------------------------------------------------------------*/
.sp_only {
margin: 5px 0px 5px 0px;
}
.img_responsive {
	width:100%;
}

.tour_list li {
	padding:0;
	border-bottom: 1px solid #355577;
}
.sec_menu h2.title {
	background-color: #17557a;
	color: #ffffff;
	padding: 6px 10px;
	font-size: 1.6rem;
	/*border-top:2px #2c3647 solid;*/
}
.tour_list h3 {
	font-size:1.4em;
}

.hotel_img {
	float:left;
	position:relative;
	background-color:#f5f5f5;
	width:30%;
	height:110px;
	line-height:1;
	text-align:center;
	margin:0 3% 0 0;
	padding:0;
	border:0;
	overflow:hidden;
}
.hotel_img img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width: 175%;
	height: auto;
	vertical-align:middle;
	margin: auto;
	border:0;
}
.hotel_img img.star {
    position: absolute;
	top:auto;
    bottom: 0;
    left: 0;
	right:auto;
	width: auto;
	max-height:15%;
	/*height:15%;*/
	z-index:1;
}
.tour_contents {
	float:left;
	width:66%;
	padding-top:8px;
}
.check_btn {
	float:left;
	width:48%;
	margin-right:2%;
}
.check_btn img {
	width:100%;
	max-width:130px;
	margin:auto;
}
span.rates {
	font-family: Arial, Helvetica, sans-serif;
    color: #F03;
    font-size: 2em;
	line-height:1;
    font-weight: bold;
}
span.rates span {
    font-size: 0.6em;
    vertical-align: middle;
}

