@charset "utf-8";


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

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

#header .inner{
	display:inline-block;
	width:1000px;
}

/*** 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:5px 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:32px;
	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:20px 15px 0 0;
}

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


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

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

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


#header nav.sub ul.other{
	float:right;
	padding:5px 0 0 0;
	line-height:1;
}

#header nav.sub ul.other li{
	display:inline-block;
	line-height:1;
}

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

#header nav.sub ul.other li:last-child a{
	padding-right:3px;
}


/*
#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: 7px;
}
*/

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

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

#header nav.main ul li{
	display:inline-block;
	padding:0 21px 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;
	color:#FFF;
	height:14px;
}
#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 #B28B5C;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
	left:50%;
    top: 22px;
	margin:0 0 0 -10px;
}

#header nav.main ul li a span{
	display:none;
}

#header nav.main ul li.nav_info a{
	background:url(../img/header/nav_about.png) center center no-repeat;
	width:106px;
}
#header nav.main ul li.nav_info a:hover{
	background:url(../img/header/nav_about_ja.png) center center no-repeat;
}
#header nav.main ul li.nav_rooms a{
	background:url(../img/header/nav_stay.png) center center no-repeat;
	width:37px;
}
#header nav.main ul li.nav_rooms a:hover{
	background:url(../img/header/nav_stay_ja.png) center center no-repeat;
}
#header nav.main ul li.nav_restaurants a{
	background:url(../img/header/nav_dining.png) center center no-repeat;
	width:61px;
}
#header nav.main ul li.nav_restaurants a:hover{
	background:url(../img/header/nav_dining_ja.png) center center no-repeat;
}
#header nav.main ul li.nav_spa a{
	background:url(../img/header/nav_spa.png) center center no-repeat;
	width:102px;
}
#header nav.main ul li.nav_spa a:hover{
	background:url(../img/header/nav_spa_ja.png) center center no-repeat;
}
#header nav.main ul li.nav_facilities a{
	background:url(../img/header/nav_facilities.png) center center no-repeat;
	width:82px;
}
#header nav.main ul li.nav_facilities a:hover{
	background:url(../img/header/nav_facilities_ja.png) center center no-repeat;
}
#header nav.main ul li.nav_wedding a{
	background:url(../img/header/nav_wedding.png) center center no-repeat;
	width:96px;
}
#header nav.main ul li.nav_wedding a:hover{
	background:url(../img/header/nav_wedding_ja.png) center center no-repeat;
}
#header nav.main ul li.nav_mice a{
	background:url(../img/header/nav_banquets.png) center center no-repeat;
	width:80px;
}
#header nav.main ul li.nav_mice a:hover{
	background:url(../img/header/nav_banquets_ja.png) center center no-repeat;
}
#header nav.main ul li.nav_wineclub a{
	background:url(../img/header/nav_wineclub.png) center center no-repeat;
	width:82px;
}
#header nav.main ul li.nav_wineclub a:hover{
	background:url(../img/header/nav_wineclub_ja.png) center center no-repeat;
}


/*
#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 .booking_menu_box{
	clear:both;
	position:relative;
}

#header .booking_menu_box ul.reservation{
	position:absolute;
	right:0;
	bottom:-36px;
	z-index:20;
}

#header .booking_menu_box ul.reservation li{
	display:inline-block;
	text-align:center;
	width:200px;
	height:36px;
	line-height:1.0;
	cursor:pointer;
	background:url(../img/header/button_button.png) no-repeat;
}
#header .booking_menu_box ul.reservation li:hover{
}

#header .booking_menu_box ul.reservation li span{
	display:none;
}


#header .booking_menu_box ul.reservation li.select{
	background:url(../img/header/button_button_open.png) no-repeat;
}

#header .booking_menu_box ul.reservation li#booking_stay.select{
	position:relative;
	z-index:10000;
}
	
#header .booking_stay_header_box{
	position:relative;
	clear:both;
}

#header .booking_stay_header_box #booking_stay_area{
	position:absolute;
	width:100%;
	z-index:19;
	padding:1px 0;
	right:-1px;
	top:0;
	display:none;
	background:#000;
	text-align:left;
}


#header .mega_menu_header_box{
	position:relative;
}

#header .mega_menu_header_box .menu_wrap{
	display:none;
	position:absolute;
	left:0;
	top:-1px;
	width:100%;
	background:rgba(0,0,0,0.85);
	border-top:1px solid #B28B5C;
	box-shadow:0px 5px 2px -2px #666;
	z-index:10;
}

#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 #666666;
}

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

#header .menu_wrap .plan_box h3 a{
	display:table-cell;
	width:158px;
	height:65px;
	vertical-align:middle;
	font-size:16px;
	color:#B28B5C;
	background:#232428;
	border:1px solid #B28B5C;
	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:#D8D5D4;
	padding:2px 10px 0;
	margin:0 2px 6px;
	border:1px solid #D8D5D4;
	border-radius:3px;
}

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

/* 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:#B28B5C;
	background:#232428;
	border:1px solid #B28B5C;
	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.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;
	color:#F4F2F3;
}

#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 5px;
}

#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.private a{
	color:#333;
}


#header .menu_wrap .content_box ul li.last{
	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.2;
	text-align:center;
	color:#F4F2F3;
}

#header #mega_menu_mice .content_box ul li a{
	line-height:1.5;
}


#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:#232428;
	border:1px solid #B28B5C;
	border-radius:3px;
	font-size:16px;
	color:#B28B5C;
}

#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;
}