@charset "utf-8";
/* CSS Document */

.hotel_area_block {
	text-align: center;
}
.hotel_area_block ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px;
	margin-top: 1em;
}
.hotel_area_block ul li {
	box-sizing: border-box;
}
.hotel_area_block ul li a {
	display: block;
	padding: 8px 0;
}
.hotel_area1 ul {
	background: -webkit-gradient(linear, left bottom, left top, from(#b8b8b8), color-stop(54%, #fcfcfc), to(#fafafa));
	background: -webkit-linear-gradient(bottom, #b8b8b8 0%, #fcfcfc 54%, #fafafa 100%);
	background: linear-gradient(to top, #b8b8b8 0%, #fcfcfc 54%, #fafafa 100%);
}
.hotel_area1 li {
	width: 32%;
	margin-right: 2%;
	border: 1px solid #bbbbbb;
}
.hotel_area1 li:nth-of-type(3n) {
	margin-right: 0;
}
.hotel_area1 li:nth-of-type(n+4) {
	margin-top: 5px;
}
.hotel_area1 a {
	color: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#b8b8b8), color-stop(54%, #fcfcfc), to(#fafafa));
	background: -webkit-linear-gradient(top, #b8b8b8 0%, #fcfcfc 54%, #fafafa 100%);
	background: linear-gradient(to bottom, #b8b8b8 0%, #fcfcfc 54%, #fafafa 100%);
}
.hotel_area1 a.active {
	color: #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, from(#450b46), color-stop(15%, #330035), color-stop(60%, #b807bf), color-stop(77%, #d50ad3), to(#6e0373));
	background: -webkit-linear-gradient(bottom, #450b46 0%, #330035 15%, #b807bf 60%, #d50ad3 77%, #6e0373 100%);
	background: linear-gradient(to top, #450b46 0%, #330035 15%, #b807bf 60%, #d50ad3 77%, #6e0373 100%);
}
.hotel_area2 {
	background-color: #654b63;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset, -2px -2px 3px 0 rgba(0, 0, 0, 0.3) inset;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset, -2px -2px 3px 0 rgba(0, 0, 0, 0.3) inset;
}
.hotel_area2 li {
	width: 32%;
	margin-right: 2%;
	border: 1px solid #7b6d7a;
}
.hotel_area2 li:nth-of-type(3n) {
  margin-right: 0;
}
.hotel_area2 li:nth-of-type(n+4) {
  margin-top: 5px;
}
.hotel_area2 li a {
  color: #ffffff;
}
.hotel_area2 li a.active {
  background: #58265b;
}
.hotel_area_name {
	text-align: center;
	letter-spacing: 1.2px;
	margin-top: 1em;
}
.hotel_area_name .text {
	font-size: 20px;
	padding: 5px 0;
}
.u-line_top {
	width: 100%;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, #b1925a), color-stop(50%, #f4f0e7), color-stop(65%, #b1925a), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, #b1925a 35%, #f4f0e7 50%, #b1925a 65%, transparent);
	background-image: linear-gradient(to right, transparent, #b1925a 35%, #f4f0e7 50%, #b1925a 65%, transparent);
}
.u-line_bottom {
	width: 70%;
	height: 1px;
	margin: 0 auto;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, #b1925a), color-stop(50%, #f4f0e7), color-stop(65%, #b1925a), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, #b1925a 35%, #f4f0e7 50%, #b1925a 65%, transparent);
	background-image: linear-gradient(to right, transparent, #b1925a 35%, #f4f0e7 50%, #b1925a 65%, transparent);
}
.hotel_list {
	margin-top: 1em;
}
.hotel_list table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #403233;
}
.hotel_list table:not(:nth-of-type(1)) {
	margin-top: 0.5em;
}
.hotel_list table th {
	width: 30%;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	background-color: #644a62;
	border-bottom: 1px solid #493c3d;
}
.hotel_list table td {
	width: 70%;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px dotted #493c3d;
}
.hotel_list tr:nth-last-of-type(1) th {
	border-bottom: 0;
}
.hotel_list tr:nth-last-of-type(1) td {
	border-bottom: 0;
}

