@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Common
Made by TRAM
/////////////////////////////////////
*/
#Hotel {
	position: relative;
	z-index: 100;
	overflow: hidden;
	font-size: 117%;
	padding-bottom: 30px;
}
#Hotel .profile {
	width:300px;
	float: left;
	padding-right: 50px;
	text-align: right;
}
#Hotel .txtbox {
	width: 600px;
	float: right;
	padding-top: 50px;
}
#Hotel .txtbox p {
	margin-bottom: 20px;
}
.fee {
	background-color: #f1d6c8;
	padding: 60px 0;
}

.fee li {
	width: 438px;
	height: 131px;
	float: left;
	font-size: 130%;
	line-height: 131px;
	text-align: right;
}
.fee li span {
	padding: 0 50px;
}
.fee li.bnr01 {
	background: url(../images/hotel/bnr01.png) no-repeat;
	margin-right: 84px;
}
.fee li.bnr02 {
	background: url(../images/hotel/bnr02.png) no-repeat;
}

.notice {
	padding: 60px 0;
}
.notice ul {
	padding: 0 20px;
}
.notice li {
	font-size: 117%;
	margin-bottom: 15px;
	background: url(../images/common/icon.png) no-repeat left 2px;
	padding-left: 25px;
}

.pre {
	background-color: #f1d6c8;
	padding: 60px 0;
}
.pre li {
	float: left;
	text-align: center;
	font-size: 117%;
}
.pre li h4 {
	width: 240px;
	height: 60px;
	color: #fff;
	padding-top: 142px;
	background-position: center top;
	margin-bottom: 10px;
}
.pre01 h4 {
	background: url(../images/hotel/pre01.png) no-repeat;
}
.pre02 h4 {
	background: url(../images/hotel/pre02.png) no-repeat;
}
.pre03 h4 {
	background: url(../images/hotel/pre03.png) no-repeat;
}
.pre04 h4 {
	background: url(../images/hotel/pre04.png) no-repeat;
}
.bg {
	background: url(../images/gallery/bg.png) no-repeat;
	background-size: cover;
	margin-bottom: -10px;
	padding: 50px 0;
}

.box{
	background: url(../images/privacy/contact.png) no-repeat;
	width: 337px;
	height: 322px;
	text-align:center;
	margin: 0 auto;
	font-size: 117%;
}
.box h3 {
	font-size: 120%;
	display: block;
	padding-top: 60px;
}