@charset "utf-8";


/* ===================================================================
CSS information
 file name  :  header.css
 style info :  ヘッダー（header.css）
=================================================================== */

/***** header *****/
#header{
	position:fixed;
	width:100%;
	background:rgba(255,255,255,0.9);
	text-align:center;
	z-index:99999;
	box-shadow:0px 3px 2px -2px #4C4B4B;
}

#header .inner{
	/*display:inline-block;*/
	width:1000px;
	margin:0 auto;
}

/*** emergency_area ***/
#emergency_area{
	background:#eeece7;
	position:relative;
	border-bottom:1px solid #DDDDDD;
}

#emergency_area h4{
	width:1000px;
	margin:0 auto;
	text-align:left;
	font-size:14px;
	background:url(../img/icon/icon_emergency.png) left center no-repeat;
	padding:0 0 0 23px;
	cursor:pointer;
	/*height:32px;*/
}
#emergency_area h4 b{
	font-weight:bold;
	color:#a52a2a;
}

#emergency_text{
	border-top:1px solid #d6d2c4;
	padding:15px 0;
	text-align:left;
	position:absolute;
	left:0;
	top:26px;
	background:#eeece7;
	z-index:999;
	width:100%;
	font-size:14px;
	display:none;
}

#emergency_text .inner{
	width:1000px;
	margin:0 auto;
	display:block;
}

#emergency_text .to_link{
	margin:10px 0;
	text-align:right;

}

#emergency_text .to_link a{
	display:inline-block;
	font-size:14px;
    background: #001e3a none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    line-height: 1.5;
    padding: 5px 20px;
    position: relative;
}
#emergency_text .to_link a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: 5px;
    top: 50%;
}

#emergency_text .close_box{
	text-align:center;
	margin:10px 0;
}

#emergency_text .close_box p#emergency_close{
	display:inline-block;
	cursor:pointer;
	background:#FFF;
	border:1px solid #d6d2c4;
    border-radius: 5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:3px 15px;
}



#header .logo{
	float:left;
	padding:8px 32px 0 0;
	overflow:hidden;
}

#header .logo h1{
	line-height:1.0;
}

#header .info{
	float:left;
	width:874px;
}

#header .info .hotel_name{
	float:left;
	width:250px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding:27px 0 0 0;
}
#header .info .hotel_name a{
	color:#001E3A;
}

#header .info .hhonors{
	float:left;
	padding:5px 0;
}

#header nav.sub{
	float:right;
	position:relative;
}


#header nav.sub ul.reservation{
	float:right;
}

#header nav.sub ul.reservation li{
	display:inline-block;
	background:rgba(0,30,58,0.9);
	text-align:center;
	width:150px;
	padding:10px 0;
	line-height:1.0;
	cursor:pointer;
}
#header nav.sub ul.reservation li:hover{
	opacity:0.7;
}


#header nav.sub ul.reservation li.select{
	background:rgba(26,26,26,0.9);
}

#header nav.sub ul.reservation li span{
	position:relative;
}

#header nav.sub ul.reservation li.hidden span:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFF transparent transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
    left: 48%;
    bottom: -6px;
}
#header nav.sub ul.reservation li.select span:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #FFF transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
    left: 48%;
    bottom: 0;
}

#header nav.sub ul.reservation li#booking_stay.select,
#header nav.sub ul.reservation li#booking_restaurants.select{
	position:relative;
	z-index:10000;
}
	

#header nav.sub #booking_stay_area{
	position:absolute;
	width:307px;
	background:rgba(26,26,26,0.9);
	z-index:9999;
	padding:17px;
	text-align:left;
	right:-1px;
	top:45px;
	display:none;
	border:1px solid #FFF;
}

#header nav.sub #booking_stay_area h3{
	font-size:12px;
	color:#FFF;
	line-height:1.5;
	padding:0 0 3px;
}

#header nav.sub #booking_stay_area .date_box{
	margin:0 0 15px;
}

#header nav.sub #booking_stay_area .date_box input{
	padding:3px;
	font-size:12px;
}

#header nav.sub #booking_stay_area .select_box{
	margin:0 0 15px;
}


#header nav.sub #booking_stay_area .select{
	display:inline-block;
	margin:0 5px 0 0;
}

#header nav.sub #booking_stay_area .select select{
	font-size:12px;
	padding:3px;
}

#header nav.sub #booking_stay_area .select_box p{
	font-size:11px;
	color:#FFF;
	line-height:1.3;
	margin:5px 0 5px;
	padding:0;
}

#header nav.sub #booking_stay_area .button{
	margin:0 0 5px;
}

#header nav.sub #booking_stay_area .tourbuilder{
	margin:0 0 10px;
}

#header nav.sub #booking_stay_area ul{
	margin:0 0 0 40px;
}

#header nav.sub #booking_stay_area ul li{
}

#header nav.sub #booking_stay_area ul li a{
	font-size:12px;
	color:#FFF;
	position:relative;
	padding:0 0 0 10px;
}

#header nav.sub #booking_stay_area ul li a:hover{
	opacity:0.4;
}


#header nav.sub #booking_stay_area ul li a:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FFF;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "";
    position: absolute;
    left: 0;
    top:4px;
}

#header nav.sub #booking_restaurants_area{
	position:absolute;
	width:307px;
	background:rgba(26,26,26,0.9);
	z-index:9999;
	padding:10px 0;
	text-align:left;
	right:-1px;
	top:45px;
	display:none;
	border:1px solid #FFF;
}

#header nav.sub #booking_restaurants_area .restaurants_box{
	overflow:hidden;
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding:8px 10px 5px;
	margin:3px 0;
}

#header nav.sub #booking_restaurants_area .restaurants_box h3{
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
}

#header nav.sub #booking_restaurants_area .restaurants_box h3 span{
	font-size:12px;
	font-weight:normal;
}

#header nav.sub #booking_restaurants_area .restaurants_box h3 a{
	color:#FFF;
}

#header nav.sub #booking_restaurants_area .restaurants_box .online_booking{
	float:right;
	width:85px;
}

#header nav.sub #booking_restaurants_area .tel_box{
	font-size:14px;
	color:#FFF;
	padding:10px 20px 0;
}

#header nav.sub #booking_restaurants_area .tel_box span{
	display:inline-block;
	margin:0 0 0 15px;
	font-size:16px;
}



#header nav.sub ul.other{
	float:right;
	padding:3px 0 0 0;
}

#header nav.sub ul.other li{
	line-height:1.6;
}

#header nav.sub ul.other li a{
	position:relative;
	display:inline-block;
	padding:0 10px 0 5px;
	font-size:12px;
	line-height:1.0;
}


#header nav.sub ul.other li a:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #001e3a;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "";
    position: absolute;
    left: -3px;
    top: 1px;
}


#header nav.main{
	clear:both;
	padding:3px 0 3px 0;
}

#header nav.main ul{
	text-align:left;
}

#header nav.main ul li{
	display:inline-block;
	padding:0 27px 0 0;
	text-align:left;
}

#header nav.main ul li:last-child{
	padding-right:0;
}

#header nav.main ul li a{
	font-size:13px;
	display:inline-block;
	position:relative;
}
#header nav.main ul li.select a:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #001e3a;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
	left:50%;
    top: 9px;
	margin:0 0 0 -10px;
}
/*
#header nav.main ul li.active a:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #001e3a;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
	left:50%;
    top: 16px;
	margin:0 0 0 -10px;
}
*/
/*
#header nav.main ul li a:hover:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #001e3a;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
	left:50%;
    top: 16px;
	margin:0 0 0 -10px;
}
*/

#header .menu_wrap{
	display:none;
	position:absolute;
	left:0;
	top:100px;
	width:100%;
	background:rgba(222,219,207,0.95);
	border-top:3px solid #001e3a;
	box-shadow:0px 5px 2px -2px #666;
}

#header .menu_wrap .inner{
	width:1000px;
	margin:0 auto;
	position:relative;
	padding:20px 0;
}

/*
#header .menu_wrap .inner:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #001e3a;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
    top: -22px;
}

#header #mega_menu_rooms .inner:before {
	left:263px;
}
#header #mega_menu_restaurants .inner:before {
	left:370px;
}
*/

#header .menu_wrap .plan_box{
	overflow:hidden;
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:1px solid #b0afaf;
}

#header .menu_wrap .plan_box h3{
	width:158px;
	float:left;
}

#header .menu_wrap .plan_box h3 a,
#header .menu_wrap .plan_box h3 span{
	display:table-cell;
	width:158px;
	height:65px;
	vertical-align:middle;
	font-size:16px;
	color:#c2a253;
	background:#001e3a;
	border:1px solid #FFF;
	border-radius:3px;
	padding:5px 0 0 0;
}

#header .menu_wrap .plan_box h3 a:hover{
	opacity:0.7;
}


#header .menu_wrap .plan_box ul{
	float:left;
	width:840px;
	padding:0 0 0 20px;
	text-align:left;
}

#header .menu_wrap .plan_box ul li{
	display:inline-block;
}

#header .menu_wrap .plan_box ul li a{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:2;
	background:#FFF;
	padding:2px 10px 0;
	margin:0 2px 6px;
	border:1px solid #FFF;
	border-radius:3px;
}

#header .menu_wrap .plan_box ul li a:hover{
	color: #FFF;
	background: #c2a253;
	border:1px solid #c2a253;
}

/* mega_menu_mice */
#header #mega_menu_mice .plan_box h3 a{
	display:table-cell;
	width:158px;
	height:103px;
	vertical-align:middle;
	font-size:16px;
	color:#c2a253;
	background:#001e3a;
	border:1px solid #FFF;
	border-radius:3px;
	padding:5px 0 0 0;
}


#header #mega_menu_mice .plan_box ul{
	float:left;
	width:840px;
	padding:0 0 0 17px;
	text-align:left;
}

#header #mega_menu_mice .plan_box ul li{
	float:left;
	display:block;
	margin:0 17px 15px 0;
}

#header #mega_menu_mice .plan_box ul li.wedding{
	background:#FF7B8B;
}
#header #mega_menu_mice .plan_box ul li.wedding a{
	color:#FFF;
}


#header #mega_menu_mice .plan_box ul li.last{
	margin-right:0;
	padding:0 0 2px;
}

#header #mega_menu_mice .plan_box ul li a{
	display:block;
	width:150px;
	height:100px;
	font-size:12px;
	line-height:1.2;
	text-align:center;
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#header #mega_menu_mice .plan_box ul li a:hover{
	opacity:0.7;
}


#header #mega_menu_mice .plan_box ul li a div{
	margin:0 0 3px;
}

#header #mega_menu_mice .plan_box ul li a div.img{
	width: 150px;
	height: 76px;
	background-position: center;
	background-size: cover;
	margin:0 0 3px;
}


#header .menu_wrap .content_box{
	text-align:left;
}

#header .menu_wrap .content_box h3{
	display:inline-block;
}

#header .menu_wrap .content_box h3 a{
    display: table-cell;
    height: 94px;
    text-align: center;
    vertical-align: middle;
}


#header .menu_wrap .content_box ul{
	text-align:left;
}

#header .menu_wrap .content_box ul li{
	float:left;
	margin:0 18px 15px 0;
}

#header .menu_wrap .content_box ul li.private{
	background:#FFF;
}

#header .menu_wrap .content_box ul li:nth-child(6n){
	margin-right:0;
	padding:0 0 2px;
}

#header .menu_wrap .content_box ul li a{
	display:block;
	width:150px;
	height:100px;
	font-size:12px;
	line-height:1;
	text-align:center;
}

#header .menu_wrap .content_box ul li a:hover{
	opacity:0.7;
}


#header .menu_wrap .content_box ul li a div{
	margin:0 0 3px;
}

#header .menu_wrap .content_box ul li a div.img{
	width: 150px;
	height: 76px;
	background-position: center;
	background-size: cover;
	margin:0 0 3px;
}


#header .menu_wrap .content_box ul li.title a{
	display:block;
	width:156px;
	height:94px;
	background:#001e3a;
	border:1px solid #FFF;
	border-radius:3px;
	font-size:16px;
	color:#c2a253;
}

#header #mega_menu_rooms .content_box ul li.title a div{
	margin:12px 0 10px;
}
#header #mega_menu_restaurants .content_box ul li.title a div{
	margin:10px 0 5px;
}
#header #mega_menu_mice .content_box ul li.title a div{
	margin:5px 0 2px;
}

