@charset "utf-8";
/* ===================================================================
	index.css
=================================================================== */

#map {
	text-align:center;
	margin-bottom:12px;
}
#map .iframe {
	width:720px;
	height:465px;
	padding:0;
	margin:5px auto 5px;
	border:none;
}
#map p {
	text-align:right;
}
#map p span {
	background:url("../../common/images/icon_02.png") left top no-repeat;
	padding-left:20px;
	min-height:14px;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
#map p span a {
	color:#223349;
}
#hotel_detail_area .hotel_list li {
	background: linear-gradient(#b6a582, #927d54);
	margin-bottom:18px;
}
#hotel_detail_area .hotel_list .hotel_title {
	background:url("../images/content_hotel_bg_02.png") left top no-repeat;
	padding:0 30px 0px 20px;
}
#hotel_detail_area .hotel_list .hotel_title .b_border {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom:1px dotted #bca782;
}
#hotel_detail_area .hotel_list .hotel_title .b_border::after {
	content: none;
}
#hotel_detail_area .hotel_list .hotel_title .h_title_data {
}
#hotel_detail_area .hotel_list .hotel_title .h_title_data span {
	font-size:133%;
	font-weight:bold;
}
#hotel_detail_area .hotel_list .hotel_title .btn_area {
	float: none !important;
}
#hotel_detail_area .hotel_list .hotel_data {
	background:url("../images/content_hotel_bg_02.png") left bottom no-repeat;
	padding:15px 35px 15px 30px;
}
#hotel_detail_area .hotel_list .hotel_data span {
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	margin-right:12px;
}
#hotel_detail_area .hotel_list .hotel_data span.hotel_icon {
	color:#cccccc;
	margin-right:6px;
}
#hotel_detail_area .hotel_list .hotel_data .comment {
	padding-top:20px;
	text-align:justify;
}
