@charset "utf-8";


/**************************************************50
 * hotel
 **************************************************/
#hotel{
}
#hotel .hotel_link{
	text-align: center;
}
#hotel .hotel_link:not(:last-child){
	margin-bottom: 30px;
}
#hotel .hotel_link .link_box{
	background-color: #E8F6FF;
	color: #6482DD;
	margin: 0 10px;
	width: 160px;
}
#hotel h2{
	border: 1px solid #6482DD;
	color: #6482DD;
	font-size: 150%;
	height: 60px;
	line-height: 58px;
	margin-bottom: 30px;
	text-align: center;
}
#hotel [id^="hotel_type_"]{
	color: #FFFFFF;
	font-size: 150%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	text-align: center;
}
#hotel #hotel_type_1{
	background-color: #6482DD;
}
#hotel #hotel_type_2{
	background-color: #282792;
}
#hotel #hotel_type_3{
	background-color: #7E7DBD;
}
#hotel table{
	background-color: #D8E0F0;
	border-collapse: separate;
	border-spacing: 1px 1px;
	font-size: 87.5%;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
#hotel table tr th{
	background-color: #FFFFFF;
	color: #6482DD;
	padding: 0.5em 1em;
	text-align: left;
	width: 18em;
}
#hotel table tr th a{
	color: #6482DD;
}
#hotel table tr td{
	background-color: #FFFFFF;
	padding: 0.5em 1em;
}
#hotel table tr th + td:not(.mdi){
	width: 13em;
}
#hotel table tr td.mdi-map-marker{
	text-align: left;
}
#hotel table tr td.mdi-map-marker:before{
	color: #6482DD;
}
#hotel table tr td.mdi-phone{
	color: #6482DD;
	width: 11em;
}


