@charset "UTF-8";
/* CSS Document */
.hotel_map {
	height: 500px;
	width: 100%;
	background: #EEE;
	margin: 0 auto 10px;
}
.hotelContainer dl dt {
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	background: #DDD;
	color: #603;
}
.hotelContainer dl dt.free {
	background: #603;
	color: #FFF;
}
.hotelContainer dl dd {
	display: flex;
	flex-wrap: wrap;
}
.hotelContainer dl dd .description, .areaChoice .description {
	padding: 5px;
	border-radius: 3px;
	background: #f2ebd9;
	color: #52482d;
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
.hotelContainer dl.areaChoice dd a {
	/* width: calc(50% - 5px); */
	margin: 0 15px 15px 0;
}
.hotelContainer dl.areaChoice dd a::before {
	font: var(--fa-font-solid);
	content: "\f0da";
	margin-right: .2em;
	color: #CCC;
}
.hotelChoice ul {
	padding-left: 0;
	width: 100%;
}
.hotelChoice ul li {
	list-style: none;
	padding: 8px;
}
.hotelChoice ul li:nth-child(even) {
	background: #EEE;
}
.hotelChoice h4 {
	font-size: 1em;
	font-weight: bold;
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	margin-bottom: 3px;
	color: #303030;
}
.hotelChoice ul li .hotel_info {
	font-size: .9em;
}
.address {
	display: block;
}
.caption {
	font-size: .9em;
	margin-bottom: 10px;
}
/* アイコン */
.telephone::before {
	font: var(--fa-font-solid);
	content: "\f095";
	margin-right: .2em;
	color: #999;
}
.address::before {
	font: var(--fa-font-solid);
	content: "\f3c5";
	margin-right: .2em;
	color: #999;
}
.love::before {
	font: var(--fa-font-solid);
	content: "\f004";
	margin-left: .2em;
	color: #C36;
}
.threesome::before {
	content: "3P";
	margin-left: .2em;
	background: #C36;
	color: #FFF;
	padding: 3px 5px;
	border-radius: 3px;
	font-size: .7em;
	display: inline-block;
}
.allday::before {
	content: "24H休憩";
	margin-left: .2em;
	background: #339;
	color: #FFF;
	padding: 3px 5px;
	border-radius: 3px;
	font-size: .7em;
	display: inline-block;
}
/* 待ち合わせ */
#map_all {
	width: 100%;
	height: 500px;
	background: #EEE;
	margin-bottom: 10px;
}
.rank_info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.rank_info .rank {
	font-family: 'Zen Antique Soft', serif;
	transform: rotate(.03deg);
	font-size: 1.2em;
	background: #333;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 65px;
	color: #fff;
	text-align: center;
	margin-right: 5px;
}
.rank_info .rank.rank1 {
	background: rgb(210, 170, 80);
	background: linear-gradient(225deg, rgba(210, 170, 80, 1) 0%, rgba(230, 210, 110, 1) 100%);
}
.rank_info .rank.rank2 {
	background: rgb(190, 190, 190);
	background: linear-gradient(225deg, rgba(190, 190, 190, 1) 0%, rgba(220, 220, 220, 1) 100%);
}
.rank_info .rank.rank3 {
	background: rgb(160, 90, 60);
	background: linear-gradient(225deg, rgba(160, 90, 60, 1) 0%, rgba(240, 150, 70, 1) 100%);
}
.rank_info .rank span {
	font-size: 2em;
}
.rank_info h4 {
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	color: initial;
	font-size: 1.2em;
	font-weight: bold;
}
.rank_info h4 span {
	font-size: .8em;
	font-weight: normal;
	margin-left: 5px;
}
@media screen and (min-width: 520px) {
	.hotelChoice ul li {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.hotelChoice ul li h4 {
		width: 40%;
		margin-right: 10px;
	}
	.hotelChoice ul li .hotel_info {
		width: calc(100% - 40% - 10px);
	}
	.address {
		display: inline;
	}
	.telephone {
		display: block;
	}
}
@media screen and (min-width: 960px) {
	.hotel_map {
		width: calc(50% - 5px);
		float: right;
	}
	.hotelWrapper {
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #EEE;
	}
	.hotelWrapper:first-of-type {
		border-bottom: none;
	}
	.hotelWrapper:last-of-type {
		border-bottom: none;
	}
	.hotelWrapper:after {
		content: "";
		clear: both;
		display: block;
	}
	.hotelContainer {
		width: calc(50% - 5px);
		margin-right: 10px;
		float: left;
	}
	.hotelChoice ul li h4 {
		width: 100%;
		margin-right: 0px;
		color: #303030;
	}
	}
	.hotelChoice ul li .hotel_info {
		width: 100%;
	}
}