@charset "utf-8";
/* --------------------------------
	areaのPC用のCSSです。
-------------------------------- */
#MainBlock {
	margin: 0px auto 30px;
	padding: 30px 0;
	text-align: center;
	background: #dff3fb;
}
#SearchForm {
	margin: 0px auto;
	width: 940px;
}
.themeA {
	position: relative;
}
.h_icon {
	position: absolute;
	top: -12px;
	left: 5px;
}
.detail_icon {
	position: absolute;
	top: -27px;
	left: 5px;
}
.themeA h1 {
	width: 100%;
	min-height: 36px;
	background: #fff url("../../../template/common/img_3/site_back.jpg") repeat;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	font-size: 1.4em;
	box-sizing: border-box;
	padding: 8px 0 8px 70px;
}
.themeA p.lead {
	width: 100%;
	height: 22px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding-left: 70px;
	background-image: linear-gradient(to bottom, #fefefe, #f3f3f3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#f3f3f3);
	position: static;
	color: #4d4d4d;
	font-size: 1em;
}
.type {
	padding: 15px 0px;
}
.leads {
	font-size:14px;
	margin-bottom: 25px;
}
img.typepix {
	float: right;
	margin: 0 0 10px 10px;
}

/* --------------------------------
.ホテル種類　一覧
-------------------------------- */
.hotel_type_list {
	overflow:hidden;
	margin: 0px -10px 35px 0px;
}
.hotel_type_list li {
	position:relative;
	padding:9px 0px 9px 0px;
	border-bottom:1px dotted #b2b2b2;
}

.hotel_type_list li.hotel_type {
	padding-left:215px;
	margin: 5px 10px 5px 0px;
	padding-bottom: 20px;
}
.hotel_type_list dd {
	margin-top: 5px;
	font-size: 1.2em;
}
.hotel_type_list li.hotel_type img.vis {
	width: 200px;
	margin-top: 8px;
}
.hotel_type_list li.hotel_type p.leads {
	height: 105px;
	margin-top: 5px;
}

.hotel_type_list dd.last {
	border: none !important;
}
.hotel_type_list dt {
	position:absolute;
	left:10px;
	top:9px;
}
.hotel_type_list .name img {
	position:absolute;
	left:0px;
	top:9px;
}
.hotel_type_list li.hotel_type .btn {
	left:auto;
	right:0;
	top:14px;
}
.hotel_type_list li.hotel_type .btn {
	left:auto;
	right:10px;
	top:auto;
	bottom:9px;
}
/* --------------------------------
.hotel_guide
-------------------------------- */
.area {
	border-bottom: dotted #000 1px;
	margin-bottom: 20px;
}
ul.hotel_guide {
	margin: 20px -10px 15px 0px;
	text-align: left;
	width: 970px;
}
ul.hotel_guide li {
	width: 229px;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 10px 14px 0;
	border: 1px solid #ccc;
	text-align: center;
	padding-bottom: 10px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
}
ul.hotel_guide li a {
	text-decoration: none;
	color: #4d4d4d;
	display: inline-block;
}
ul.hotel_guide li a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
ul.hotel_guide li img {
	margin-bottom: 10px;
	width: 100%;
	border-radius: 4px 4px 0 0;
}

/* --------------------------------
.ranking
-------------------------------- */
.ranking {
	overflow:hidden;
	margin: 0px -10px 35px 0px;
}

.ranking div.name {
	line-height: 1.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ranking p.htl_address {
	background-color: #dff3fb;
	border-radius: 10px;
	padding: 0px 8px 0px;;
	display: inline-block;
	margin-top: 5px;
	font-size:12px;
}
.ranking p.htl_address img {
	margin-right: 3px;
}
.ranking li {
	position:relative;
	padding:9px 0px 9px 50px;
	border-bottom:1px dotted #b2b2b2;
}

.ranking dd {
	margin-top: 5px;
	font-size: 1.2em;
}

.ranking li.no4-7 {
	float:left;
	width: 240px;
	height:110px;
	padding-left:240px;
}
.ranking li.no4-7 dd {
	height: 100px;
	border-right: 1px dotted #b2b2b2;
}
.ranking li.no4-7 div.name img.vis {
	width: 170px;
	margin-top: 5px;
}
.ranking li.no8-10 {
	float:left;
	width:198px;
	padding-left:122px;
}
.ranking li.no8-10 dd {
	height: 100px;
	border-right: 1px dotted #b2b2b2;
}
.ranking li.no8-10 div.name {
	margin-top: 5px;
	margin-left: 35px;
}
.ranking li.no8-10 div.name img.vis {
	width: 95px;
	margin-top: 5px;
}
.ranking li.no8-10 p.btn_styleA {
	width:95px;
	bottom: 13px;
}
.ranking li.no8-10 p.htl_address {
	margin-left: 30px;
}

.ranking dd.last {
	border: none !important;
}
.ranking dt {
	position:absolute;
	left:10px;
	top:9px;
}
.ranking .name img {
	position:absolute;
	left:50px;
	top:9px;
}

.ranking li.no4-7 .btn {
	left:auto;
	right:10px;
	top:auto;
	bottom:9px;
}
/* --------------------------------
.btn_Area
-------------------------------- */
.btn_Area a {
	text-decoration: none;
}
.btn_Area a:hover p.btn_styleA {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.btn_styleA {
	position: absolute;
	width: 154px;
	height: 32px;
	margin: 0 auto !important;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: solid 1px #000;
	box-sizing: border-box;
	background: url(/area/images/style_cross.gif) no-repeat 20px center;
	color: #000;
	right: 12px;
	bottom:18px;
	font-size: 0.9em;
}

/* --------------------------------
	トピックナビ
-------------------------------- */
.topic_navi {
	padding: 12px 20px 0px 20px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	margin-bottom: 30px;
	margin-top: 14px;
}
.topic_navi h2 {
	margin: 0;
	padding: 0;
	color: #264965;
	font-size: 14px;
}
.topic_navi ul {
	overflow: hidden;
	line-height: 2;
	width: 100;
}
.topic_navi li {
	float: left;
	margin: 8px 10px 8px 0;
	padding-right: 10px;
	border-right: 1px solid #4d4d4d;
	line-height: 1;
}
.topic_navi li a {
	color: #4d4d4d;
	text-decoration: underline !important;
}
.topic_navi li a:hover {
	text-decoration: none !important;
}
.topic_navi li:last-child {
	border-right: none;
}
.topic_navi p.topic_lead {
	margin: 8px 0px;
}
.topic_navi p.more {
	text-align: right;
	 margin: 0px 0px 5px 0px;
}
.topic_navi p.more a {
	padding-left: 15px;
	background: url(/area/images/arrow_right_01.gif) no-repeat left center;
	color: #4d4d4d;
	font-size: 0.92em;
}

