@charset "utf-8";

/* HEADER
----------------------------------------------------------- */

header {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 0;
	height: 50px;
}

header .contactWrap,
header .langWrap,
header .reservWrap,
header .menuWrap {
	height: 50px;
}

header .contactWrap {
	left: 50px;
	top: 15px;
	height: auto;
	width: 120px;
}
header .langWrap {
	right: 80px;
	top: 10px;
	height: auto;
	width: 110px;
}
.langWrap .language {
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 110px;
	padding-left: 15px;
}
header .menuWrap {
	right: 0;
	width: 50px;
	height: 50px;
}

#btnMenu img {
	display: none;
	margin: 0 auto;
	width: 50px;
	height: 50px;
}

#btnMenu img.active {
	display: block;
}

#gnav {
	width: 95%;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	top: -500px;
	left: 2.5%;
	z-index: 1000;
}



#logo img {
	width: 130px;
}







/* footer
----------------------------------------------------------- */

.footHotelList {
	margin-bottom: 30px;
	padding: 60px 0 20px;
}

.footHotelList h3 {
	margin-bottom: 30px;
}
.footHotelList h3 img {
	margin: 0 auto;
	width: 300px;
}

.footHotelList dl {
	margin-bottom: 30px;
}
.footHotelList dt {
	float: none;
	width: 100%;
	height: 80px;
	margin-right: 0;
	margin-bottom: 20px;
}

.footHotelList dl dt.hennna {
	background: #fff url(../img/common/logo_foot_hennna.png) no-repeat 50% 50%;
	background-size: 150px;
}
.footHotelList dl dt.water {
	background: #fff url(../img/common/logo_foot_water.png) no-repeat 50% 50%;
	background-size: 150px;
}
.footHotelList dl dt.guam {
	background: #fff url(../img/common/logo_foot_guam.png) no-repeat 50% 50%;
	background-size: 150px;
}
.footHotelList dl dt.green {
	background: #fff url(../img/common/logo_foot_green.png) no-repeat 50% 50%;
	background-size: 80px;
}
.footHotelList dt img {
	width: 100%;
}
.footHotelList dd {
	float: none;
	width: 100%;
}
.footHotelList dd ul {
	float: none;
	width: 100%;
}
.footHotelList dd.three ul {
	float: none;
	width: 100%;
}
.footHotelList dd ul li {
	margin-bottom: 5px;
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

p.pageTop {
	position: static;
	text-align: center;
}

p#copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
}
ul#snsWrap {
	margin: 30px auto 0;
	width: 90px;
}
ul#snsWrap li {
	width: 20px;
	float: left;
	margin-right: 15px;
}
ul#snsWrap li:last-child {
	margin-right: 0;
}

/* blackBG
---------------------------------------------- */
#blackBG {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 10;
}
