@charset "utf-8";
/* --------------------------------
	areaのSP用のCSSです。
-------------------------------- */
.themeA {
	position: relative;
	margin-top: 20px;
	color: #4d4d4d;
}
.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;
	font-size: 1.5rem;
	box-sizing: border-box;
	padding: 8px 10px 8px 70px;
	line-height: 1.1;
}
.themeA p.lead {
	width: 100%;
	min-height: 22px;
	font-size: 1.1rem;
	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-weight: bold;
}
.type {
	text-align: center;
	font-size: 1.06em;
	margin-top: 20px;
	padding: 0px 10px;
}
.leads {
	text-align: left;
	line-height: 1.4;
}
img.typepix {
	width:220px;
	margin-bottom: 20px;
}
.name a {
	text-decoration: underline;
	color: #467bbb;
}
/* --------------------------------
.ホテル種類　一覧
-------------------------------- */
.hotel_type_list {
	overflow:hidden;
	margin: 0px 10px 35px 10px;
}
.hotel_type_list li.hotel_type {
	position:relative;
	padding:9px 0px 9px 0px;
	border-bottom:1px dotted #b2b2b2;
}
.hotel_type_list figure {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.hotel_type_list li.hotel_type figure {
	float: left;
	margin: 0 10px 10px 0;
}

.hotel_type_list dd {
	font-size: 1.1em;
	line-height: 1.2;
}
.hotel_type_list li.hotel_type div.name {
	height: 25px;
	display: table-cell;
	vertical-align: top;
	font-size: 1.15em;
}

.hotel_type_list li.hotel_type img.vis {
	width: 145px;
}

.hotel_type_list li.hotel_type dt {
	position:absolute;
	left:2px;
	top:9px;
}


/* --------------------------------
.hotel_guide
-------------------------------- */
ul.hotel_guide {
	margin: 20px 10px;
	text-align: left;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	overflow: hidden;
}
ul.hotel_guide li {
	width: -moz-calc((100% / 2) - 10px);
	width: -webkit-calc((100% / 2) - 10px);
	width: calc((100% / 2) - 10px);
	float: left;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	text-align: center;
	padding-bottom: 5px;
	border-radius: 4px;
	font-size: 1.2rem;
	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: 3px;
	width: 100%;
	border-radius: 4px 4px 0 0;
}
/* --------------------------------
.ranking
-------------------------------- */
.ranking {
	overflow:hidden;
	margin: 0px 10px 35px 10px;
}
.ranking div.name {
	text-decoration: none;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ranking p.htl_address {
	background-color: #dff3fb;
	border-radius: 10px;
	padding: 2px 5px 2px 2px;
	float: left;
	margin-left: 105px;
	margin-top: -78px;
	font-size: 0.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.0;
}

.ranking li.no1-3 {
	position:relative;
	padding:9px 0px 9px 40px;
	border-bottom:1px dotted #b2b2b2;
	margin: 5px 0px;
}
.ranking figure {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.ranking li.no1-3 figure {
	height: 80px;
	width: 95px;
}
.ranking li.sp_no4 {
	position:relative;
	padding:9px 0px 9px 40px;
	border-bottom:1px dotted #b2b2b2;
	margin: 5px 0px;
}
.ranking dd {
	font-size: 1.15em;
	line-height: 1.2;
	margin-top: -10px;
}

.ranking li.no1-3 img.vis,.ranking li.sp_no4 img.vis {
	width: 130px;
	margin-left: -30px;
}
.ranking li.no1-3 p.leads {
	margin-left: -35px;
}
.ranking li.no1-3 dt {
	position:absolute;
	left:2px;
	margin-top: -8px;
}
.ranking li.sp_no4 dt {
	position:absolute;
	left:2px;
}
.ranking li.sp_no4 img.vis {
	width: 130px;
	margin-left: -30px;
}

.ranking li.sp_no4 div.name {
	height: 28px;
	display: table-cell;
	vertical-align: middle;
}
.ranking li.sp_no4 figure {
	height: 80px;
	width: 95px;
}
.ranking li.sp_no5-10 {
	float:left;
	width: -moz-calc((100% / 2));
	width: -webkit-calc((100% / 2));
	width: calc((100% / 2));
	position: relative;
	padding: 5px 0px;
	border-bottom: 1px dotted #b2b2b2;
	margin: 5px 0px;
}
.ranking li.sp_no5-10 div.name {
	margin-left: 20px;
	margin-right: 3px;
	height:33px;
}
.ranking li.sp_no5-10 p.htl_address {
	margin-left: 70px;
	/*margin-left: 40%;*/
	margin-top: -70px;
	margin-right: 5px;
}
.ranking li.sp_no5-10 dt {
	position:absolute;
	margin-left: -5px;
}
.ranking li.sp_no5-10 figure {
	width: 70px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.ranking li.sp_no5-10 img.vis {
	width: 60px;
}
.ranking li.sp_no5-10 dd {
	border-right: 1px dotted #b2b2b2;
}

.ranking dd.last {
	border: none !important;
}


/* --------------------------------
.btn_Area
-------------------------------- */
.hotel_type_list div.btn_Area {
	padding-top: 45px;
}
.btn_Area a {
	text-decoration: none;
}
.btn_Area a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.btn_styleA {
	position: absolute;
	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;
	color: #000;
	font-size: 0.9em;
	width: 130px;
	height: 30px;
	right: 0px;
	bottom:12px;
	background: url(/area/images/style_cross.gif) no-repeat 20px center;
}
.ranking li.sp_no5-10 p.btn_styleA {
	width: 70px;
	height: 30px;
	right: 10px;
	bottom:15px;
	background: url(/area/images/style_cross.gif) no-repeat 10px center;
}

/* --------------------------------
	トピックナビ
-------------------------------- */
.topic_navi {
	padding: 8px 12px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 30px 10px 30px;
	box-sizing: border-box;
}
.topic_navi h2 {
	margin: 0;
	padding: 0;
	color: #264965;
	font-size: 1.4rem;
}
.topic_navi p.topic_lead {
	margin: 4px 0px;
}
.topic_navi ul {
	overflow: hidden;
	line-height: 2;
}
.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.more {
	text-align: right;
	 margin: 10px 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;
	text-decoration: underline !important;
}
