@charset "utf-8";
/* CSS Document */

/* header */
header {
	color: #FFFFFF;
}
#header_inner {
	background: url(../images/hero.jpg) no-repeat center top;
	background-size: cover;
	height: 230px;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}
h1 {
	border-bottom: 1px solid white;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 8.286%;
	margin-top: 18px;
	max-width: 775px;
	width: 55.357%;
}
h1 span {
	float: right;
}
#name {
	background: rgba(0, 0, 0, 0.6);
	height: 73px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#official {
	margin: 0.5em 1em 0;
}
#official span {
	margin-left: 1em;
}
#toplogo {
	bottom: 5px;
	position: absolute;
	right: 5px;
}
#toplogo img {
	height: auto;
}
#toplogo span {
	color: #FFFFFF;
	display: none;
	float: left;
	height: 60px;
	line-height: 60px;
}
#language {
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	right: 235px;
	top: 44px;
}
#language:hover {
	color: #CFBFFF;
	text-decoration: underline;
}
#breadcrumb {
	font-size: 10px;
	font-size: 1.0rem;
	margin: 10px 0;
}

/* contents */
#contents {
	/*background: #FFFFFF;*/
	float: left;
	max-width: 775px;
	overflow: hidden;
	width: 66.81%;
}
#contents_inner {
	padding: 10px;
}

/* side bar */
#right-side {
	float: left;
	max-width: 380px;
	width: 32.759%;
}
#information #info {
	display: none;
}
#vacant_room #vacant {
	display: none;
}
#charge_body #charge {
	display: none;
}
#booking_body #booking {
	display: none;
}
#access_body #access {
	display: none;
}
#photo_gallery #gallery {
	display: none;
}

@media screen and (max-width: 1206px){
	#toplogo {
		width: 160px;
	}
	#toplogo span {
		/*height: 48px;
		line-height: 48px;*/
	}
	#language {
		right: 174px;
	}
	#contents {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	#right-side {
		float: none;
		width: 100%;
		max-width: 780px;
		margin: 10px auto;
	}
	footer ul {
		margin-right: 10px;
	}
}
@media screen and (max-width: 810px){
	#toplogo {
		width: 100px;
	}
	#toplogo span {
		/*height: 30px;
		line-height: 30px;*/
	}
	#language {
		right: 112px;
	}
	#right-side {
		max-width: 380px;
	}
	div.tile {
		margin-left: 0;
	}
}
@media screen and (max-width: 560px) {
	h1 {
		display: inline;
		line-height: 3em;
	}
	h1 span {
		display: none;
	}
}
@media screen and (max-width: 380px) {
	img.img_info {
		left: 65px;
	}
	input[type="email"] {
		font-size: 85% !important;
	}
}
@media screen and (max-width: 340px) {
	img.img_info {
		left: 45px;
	}
}