@charset "utf-8";

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

header {
	position: relative;
	width: 100%;
	max-width: 1500px;
	min-width: 1150px;
	padding: 0 30px;
	height: 106px;
	margin: 0 auto;
	box-sizing: border-box;
}

header h1 {
	font-size: 14px;
	position: absolute;
	top: 25px;
	left: 30px;
}

header .contactWrap,
header .langWrap,
header .reservWrap,
header .menuWrap {
	font-size: 14px;
	width: 177px;
	height: 70px;
	position: absolute;
	top: 0;
}

header .contactWrap {
	right: 520px;
	top: 25px;
	width: 130px;
	height: auto;
}
header p.contactLink  {
	background: url(../img/common/listhead01.svg) no-repeat 0 50%;
	background-size: 15px;
}
header p.contactLink a  {
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

header .langWrap {
	right: 380px;
	top: 20px;
	height: auto;
	width: 140px;
	font-size: 14px;
	font-weight: bold;
}
.langWrap .language {
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 140px;
	padding-left: 15px;
}

.langWrap .language dt {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.langWrap .language dt.collapse-close {
	background: url(../img/common/listhead05_d.svg) no-repeat 95% 50%;
	background-size: 10px;
}
.langWrap .language dt.collapse-open {
	background: url(../img/common/listhead05_u.svg) no-repeat 95% 50%;
	background-size: 10px;
}
.langWrap .language dd {
	display: none;
	height: 30px;
	line-height: 30px;
}

header .reservWrap {
	right: 170px;
}
header .reservWrap img {
	width: 170px;
	height: 70px;
	cursor: pointer;
}

header .menuWrap {
	right: 0;
	text-align: center;
	background: #666;
	z-index: 11;
}

#btnMenu img {
	display: none;
	margin: 0 auto;
	cursor: pointer;
}

#btnMenu img.active {
	display: block;
}


#gnav {
	width: 370px;
	height: auto;
	padding: 20px 15px 25px;
	box-sizing: border-box;
	background: #fff;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 20;
	text-align: center;
	font-size: 14px;
	display: none;
	border-radius: 20px;
}
#gnav li a {
	margin: 0 auto 5px;
	width: 250px;
	display: block;
	border-bottom: 1px solid #ddd;
}
#gnav li a:hover {
	text-decoration: none;
	color: #00ace7
}
#gnav li a span {
	padding-left: 5px;
}




#logo {
	text-align: center;
	margin-bottom: 30px;
}
#logo img {
	width: 170px;
}



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

footer {
	position: relative;
}

.footHotelList {
	background: #EFEFED;
	padding: 60px 0;
	position: relative;
}
.footHotelList h3 {
	margin-bottom: 50px;
}
.footHotelList a {
	font-size: 13px;
}
.footHotelList dl {
	margin-bottom: 20px;
}
.footHotelList dt {
	float: left;
	width: 253px;
	height: 120px;
	margin-right: 40px;
}
.footHotelList dl dt.hennna {
	background: #fff url(../img/common/logo_foot_hennna.png) no-repeat 50% 50%;
	background-size: 180px;
}
.footHotelList dl dt.water {
	background: #fff url(../img/common/logo_foot_water.png) no-repeat 50% 50%;
	background-size: 180px;
}
.footHotelList dl dt.guam {
	background: #fff url(../img/common/logo_foot_guam.png) no-repeat 50% 50%;
	background-size: 180px;
}
.footHotelList dl dt.green {
	background: #fff url(../img/common/logo_foot_green.png) no-repeat 50% 50%;
	background-size: 80px;
}
.footHotelList dd {
	float: left;
	width: 680px;
}
.footHotelList dd ul {
	float: left;
	width: 300px;
}
.footHotelList dd.three ul {
	float: left;
	width: 210px;
}
.footHotelList dd ul li {
	margin-bottom: 2px;
}

.foot02 {
	position: relative;
}
p.pageTop {
	position: absolute;
	top: -100px;
	right: 0;
	cursor: pointer;
}

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

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