@charset "utf-8";
body {
	font-size:18px;
}
i.ico-roupe:after, i.ico-book:after, i.ico-question:after, i.ico-hotel:after, i.ico-ping:after, i.ico-tel:after, i.ico-station:after, i.ico-station-w:after, i.ico-walk:after, i.ico-train:after, i.ico-car:after, i.ico-hokkaido:after, i.ico-koshinetsu:after, i.ico-kanto:after, i.ico-tokai:after, i.ico-kansai:after, i.ico-chugoku:after, i.ico-kyusyu:after {
	width:2.8em;
	height:2.8em;
	top:10px;
	left:-10px;
}
.search-bar {
	display:block;
	margin-bottom:3%;
}
.search-bar .navbar-form {
	width:100%;
}
.area-search {
	margin-bottom:2%;
}
.area-search > ul > li {
	width:32%;
	margin:0.8% auto;
}
.area-search > ul > li a {
	background:#CFE4F9;
	display:block;
	padding:3%;
	text-align:center;
}
.area-select h2 {
	margin-bottom:0;
}
.area-select h3 {
	background:#2C8FFF;
	color:#fff;
	font-size:1em;
	padding:10px;
}
.area-select > ul {
	width:100%;
	margin:0;
}
.area-select > ul > li {
	width:100%;
	text-align:left;
	border-bottom:3px solid #eee;
	padding:0;
}
.area-select > ul > li:first-child {
	font-weight:normal;
}
.area-select > ul > li:last-child {
	border-bottom:0;
}
.area-select > ul > li a {
	background:url(./img/ico-arrow.png) no-repeat;
	background-size:10px;
	background-position:350px 50%;
	display:block;
	padding:3% 10%;
}
.area-select.sub {
	background:none;
}
.area-select.sub > ul {
	width:100%;
}
.area-select.sub > ul > li {
	width:48%;
	margin:2% auto 0;
	border:none;
}
.area-select.sub > ul > li a, .area-select.sub > ul > li span {
	padding:3% 0;
}
.area-select.sub > ul > li a {
	border:none;
	background:#CFE4F9;
}
#map {
	width:100%;
	height:400px;
	margin:3% auto;
}
.hotel-list {
	border:none;
	box-shadow:none;
}
.hotel-list h2 {
	overflow:hidden;
	white-space:nowrap;
}
.hotel-list ul {
	margin-bottom:3%;
}
.hotel-list ul li {
	background:none;
}
.hotel-meta {
	width:100%;
	padding:3% 1%;
}
.hotel-meta > div h3 {
	font-size:1em;
	line-height:1.5;
}
.hotel-meta > .name {
	width:55%;
}
.hotel-meta > .addr,.hotel-meta > .tel {
	width:14%;
	text-overflow:unset;
}
.hotel-meta > .addr i:after, .hotel-meta > .tel i:after {
	width:2em;
	height:2em;
	top:16px;
	left:6px;
}
.hotel-flg {
	width:50px;
	height:50px;
	top:5px;
	right:10px;
}
.hotel-meta > .tel:after {
	content: " ";
	background: #777;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 50px;
}
.detail-meta .ico-ping:after,.detail-meta .ico-tel:after,.detail-meta .ico-station:after {
	top:17px;
	left:0;
	width:2em;
	height:2em;
}
.detail-meta dl {
	padding-left:5%;
}
.detail-meta dl dd {
	margin-bottom:1.1rem;
}
.detail-meta dl dt {
	width:12%;
	text-align:left;
}
.detail-meta dl dt.msg {
	width:20%;
	text-align:center;
	float:unset;
}
.hotel-detail .hotel-flg {
	top:18%;
	right:5%;
}
.route-nav {
	width:90%;
	display:block;
}
.route-nav > a {
	width:100%;
	display:block;
	margin-bottom:3%;
	box-shadow: 2px 2px 3px #666;
}
.route-nav .ico-walk:after,.route-nav .ico-train:after,.route-nav .ico-car:after,.route-nav .ico-compass:after {
	top:18px;
	left:5px;
	width:2em;
	height:2em;
}
.route-nav > a span {
	color:#ff0;
}
footer {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
	background: -webkit-linear-gradient(#555, #000);
	background: linear-gradient(#555, #000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#555555, endcolorstr=#000000)";
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#555555, endcolorstr=#000000);
}
@media screen and (max-width:413px) {
	.hotel-flg {
		top:3px;
		right:7px;
	}
}
