@charset "UTF-8";
/*==========================

	hotel

============================*/
h3 {
	color:#ffc90f;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5% 0;
	width: auto;
}
#hotelBox{
	text-align: center;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size: 14px;
}
.bgBox {
	background: rgba(0,0,0,0.2);
	margin: 2.5% 2.5% 5% 2.5%;
	padding: 3%;
}
.bgBox p {
	line-height: 1.5;
    font-size: 12px;
    margin: 0 auto 5%;
}
.captionBox{
	height:auto;
    margin: 0 auto 5%;
	overflow:hidden;
	width:100%;
}
.captionBox table{
	border-left:1px solid #ffc90f;
	border-top:1px solid #ffc90f;
	width:100%;
}
.captionBox table caption{
	background-color:#000000;
	border-left:1px solid #ffc90f;
	border-right:1px solid #ffc90f;
	border-top:1px solid #ffc90f;
	color: #ffffff;
	padding:2.5% 1%;
}
.captionBox th, .captionBox td{
	border-bottom:1px solid #ffc90f;
	border-right:1px solid #ffc90f;
}
.captionBox th{
	font-weight: normal;
	background-color:#ffe2e2;
	color: #d40000;
	padding:2.5% 1%;
	width:35%;
}
.captionBox td{
	background-color:#ffffff;
	color: #000000;
	padding:2.5% 1%;
	width:61%;
	vertical-align: middle;
	line-height: 1.5;
}

.mapIconList {
	width: 94vw;
	margin: 5% auto;
	background: #fff;
}

.mapIconList li {
	float: left;
	width: 15vw;
	height: 15vw;
}

.mapIconList li.mapIconTxt {
	width: 64vw;
	text-align: center;
	padding: 4% 0 0;
	color: #008c43;
	height: auto;
}
