@charset "utf-8";

@import "default.css";
@import "header.css";

/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
=================================================================== */
body {
	background-color:#FFFFFF;
}

*, *::after, *::before {
	box-sizing: border-box;
}


#content{
	height:auto;
	padding:100px 0 0 0;
}

.floatl{float:left;}
.floatr{float:right;}


/*** icon ***/
.icon_blank_b{
	background:url(../img/icon/icon_blank_b.png) right center no-repeat !important;
	padding:0 15px 0 0 !important;
}

.icon_blank_w{
	background:url(../img/icon/icon_blank_w.png) right center no-repeat !important;
	padding:0 15px 0 0 !important;
}

.icon_tel{
	background:url(../img/icon/icon_tel.png) left center no-repeat !important;
	padding:0 0 0 15px !important;
}

.icon_tel_blue{
	background:url(../img/icon/icon_tel_blue.png) left center no-repeat; !important;
	padding:0 0 0 20px !important;
}

.icon_tel_gold{
	background:url(../img/icon/icon_tel_gold.png) left center no-repeat; !important;
	padding:0 0 0 20px !important;
}


.icon_pdf{
	background:url(../img/icon/icon_pdf.png) right center no-repeat !important;
	padding:0 20px 0 0 !important;
}

/*** button ***/
.to_button_r{
	text-align:center;
}

.to_button_r a{
	display:inline-block;
	font-size:16px;
	color:#FFF !important;
	line-height:1.5;
	padding:10px 0;
	width:200px;
	background:linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -webkit-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -moz-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -o-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -ms-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	border-radius:3px;
	position:relative;
	text-decoration:none !important;
}

.to_button_r a:hover{
	opacity:0.7;
	text-decoration:none !important;
}

.to_button_r 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: "";
	position: absolute;
	right: 3%;
	top:50%;
	margin-top:-5px;
}

.to_button_f{
	text-align:center;
	margin: 0 0 20px;
}

.to_button_f a{
	display:inline-block;
	font-size:16px;
	color:#FFF !important;
	line-height:1.5;
	padding:10px 25px;
	background:linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -webkit-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -moz-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -o-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -ms-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	border-radius:3px;
	position:relative;
	text-decoration: none !important;
}

.to_button_f a:hover{
	opacity:0.7;
	text-decoration:none !important;
}

.to_button_f 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: "";
	position: absolute;
	right: 3%;
	top:50%;
	margin-top:-5px;
}


/*** transp ***/
.transp65:hover{
	opacity:0.65;
}

/*** datepicker ***/
#ui-datepicker-div{
	z-index:99999 !important;
}

/*** lightbox ***/
.lightboxOverlay{
	z-index:99999 !important;
}
.lightbox{
	z-index:100000 !important;
}

/**** ismobile *****/
#ismobile{
	clear:both;
	width:95%;
	padding:50px 0;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	border-radius:15px;
	margin:10px auto 50px;
	background:#000;

}

#ismobile a{
	display:block;
	color:#FFF;
}




/**** article *****/
article{
}

/*** error ***/
#error{
}
#error #article_header_area h2{
	color:#FFF;
	font-size:12px;
	padding:10px 0 0 0 !important;
}

#error #errorTop_area{
	width:1000px;
	margin:50px auto 50px;
	background:#E6E3DB;
	border-radius:3px;
	padding:130px 0;
	box-shadow:2px 2px 2px #4F4D4D;
}

#error #errorTop_area h2{
	font-size:33px;
	text-align:center;
	margin:0 0 30px;
}

#error #errorTop_area p{
	font-size:16px;
	text-align:center;
	margin:0 0 30px;
}


/*** article_header_area ***/
#article_header_area{
	background:url(../img/common/article_header_area_bg.png) ,linear-gradient(left, #FE5000 0%, #FE5000 50%, #000 51%, #000 100%);
	background:url(../img/common/article_header_area_bg.png) ,-moz-linear-gradient(left, #FE5000 0%, #FE5000 50%, #000 51%, #000 100%);
	background:url(../img/common/article_header_area_bg.png) ,-webkit-linear-gradient(left, #FE5000 0%, #FE5000 50%, #000 51%, #000 100%);
	background:url(../img/common/article_header_area_bg.png) ,-o-linear-gradient(left, #FE5000 0%, #FE5000 50%, #000 51%, #000 100%);
	background:url(../img/common/article_header_area_bg.png) ,-ms-linear-gradient(left, #FE5000 0%, #FE5000 50%, #000 51%, #000 100%);
	background-repeat:no-repeat;
	background-position:center center;
	height:50px;
	line-height:1.5;
}

#article_header_area .inner{
	width:1000px;
	margin:0 auto;
	position:relative;
}
/*
#article_header_area .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: -19px;
	margin:0 0 0 -10px;
	z-index:999;
}

#plans_cat #article_header_area .inner:before{
	left:273px;
}
*/

#article_header_area h2{
	float:left;
	padding:10px 40px 0 0;
}

#article_header_area h2.h2_restaurants{
	padding-top:12px;
}


#article_header_area ul{
	float:left;
	padding:16px 0 0 0;
}

#article_header_area ul li{
	display:inline-block;
	text-align:center;
	font-size:14px;
	margin:0 30px 0 0;
}

#article_header_area ul li a{
	display:block;
	color:#FFF;
	line-height:1.4;
}

#article_header_area ul li.select a{
	border-bottom:1px solid #FE5000;
}


#article_header_area ul li.hvr-underline-from-center:before {
	background: #FE5000 none repeat scroll 0 0;
	height: 1px;
}

#article_header_area p.to_online{
	float:right;
	padding:15px 0 0 0;
}

#article_header_area p.to_online a:hover{
	opacity:0.7;
}


/*** article_header_area_restaurants 各レストラン用 ***/
/*
#article_header_area_restaurants{
	background:#001e3a;
	color:#FFF;
}
#article_header_area_restaurants a{
	color:#FFF;
}

#article_header_area_restaurants .inner{
	width:1000px;
	margin:0 auto;
	position:relative;
	height:66px;
}

#article_header_area_restaurants .inner{
	width:1000px;
	margin:0 auto;
	position:relative;
}

#article_header_area_restaurants h2{
	float:left;
	font-size:30px;
	font-weight:bold;
	padding:23px 40px 0 0;
}

#article_header_area_restaurants h2 span{
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
	display:inline-block;
}

#article_header_area_restaurants p.place{
	float:left;
	font-size:14px;
	background:url(../img/icon/icon_place.png) left center no-repeat;
	padding:0 0 0 18px;
	margin:23px 0 0 0;
}

#article_header_area_restaurants div.to_info{
	float:right;
	margin:15px 0 0 0;
}

#article_header_area_restaurants div.to_info a{
	display:block;
	background:rgba(0,0,0,0.2);
	border:1px solid #FFF;
	border-radius:3px;
	padding:5px 20px;
	font-size:18px;
}
*/

/* restaurant_menu */
#restaurant_menu{
	background:#232428;
}

#restaurant_menu .inner{
	width:1000px;
	margin:0 auto;
	height:55px;
	position:relative;
}

#restaurant_menu .inner .logo{
	position:absolute;
	left:0;
	top:-55px;
}
#restaurant_menu .inner .logo_content{
	top:0 !important;
}

#restaurant_menu ul.menu_list{
	float:left;
	margin:18px 0 0 175px;
}

#restaurant_menu ul.menu_list li{
	display:inline-block;
	font-size:14px;
	/*width:110px;*/
	text-align:center;
	padding:3px 5px 0 5px;
	margin:0 58px 0 0;
}

#restaurant_menu ul.menu_list li a{
	color:#F4F2F3 !important;
	display:inline-block;
	text-align:center;
}

#restaurant_menu ul.menu_list li.top a{
	width:60px;
}
#restaurant_menu ul.menu_list li.plan a{
	width:60px;
}
#restaurant_menu ul.menu_list li.menu a{
	width:60px;
}
#restaurant_menu ul.menu_list li.chef a{
	width:60px;
}
#restaurant_menu ul.menu_list li.private a{
	width:60px;
}
#restaurant_menu ul.menu_list li.gallery a{
	width:60px;
}

#restaurant_menu ul.menu_list li a span.ja{
	display:none;
}

#restaurant_menu ul.menu_list li a:hover span.ja{
	display:inline;
}
#restaurant_menu ul.menu_list li a:hover span.en{
	display:none;
}



#restaurant_menu ul.menu_list li.active{
	position:relative;
}

#restaurant_menu ul.menu_list li.active:before{
	display:block;
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height: 2px;
	width:100%;
}

#restaurant_menu ul.menu_list li.last{
	margin-right:0;
}


#restaurant_menu ul li.hvr-underline-from-center:before{
	height:2px !important;
	background:#FFF !important;
}

#restaurant_menu ul.social_list{
	float:right;
	line-height:1;
	margin:5px 0 0 0;
}


#restaurant_menu ul.social_list li{
	display:inline-block;
}

/** 各レストラン設定 **/
/* ブラッセリー　フローラ  */
.header_area_flora{background:#473933 !important;}
.header_area_flora a{color:#FFF !important;}
.menu_flora ul.menu_list li.active{border-bottom-color:#473933;}
.menu_flora ul.menu_list li.active:before{background-color:#473933;}
.menu_flora ul li.hvr-underline-from-center:before{background-color:#473933;}
.detail_flora .to_link a{background:#473933;color:#FFF;}
.detail_flora #feature_area{background:rgba(71,57,51,0.1);}
.detail_flora #plans_list_area p.to_more_plan a{background-color:#473933;color:#FFF;}
.plans_list_area_flora div.to_top p a{background:#a70b0f !important;color:#FFF !important;}
#header nav.main ul li.active_flora a:before {border-color: transparent transparent #473933 !important;}

/*　ザ・ロビーラウンジ  */
.header_area_lobby_lounge{background:#0e2d65 !important;}
.header_area_lobby_lounge a{color:#FFF !important;}
.menu_lobby_lounge ul.menu_list li.active{border-bottom-color:#0e2d65;}
.menu_lobby_lounge ul.menu_list li.active:before{background-color:#0e2d65;}
.menu_lobby_lounge ul li.hvr-underline-from-center:before{background-color:#0e2d65;}
.detail_lobby_lounge .to_link a{background:#0e2d65;color:#FFF;}
.detail_lobby_lounge #feature_area{background:rgba(14,45,101,0.1);}
.detail_lobby_lounge #plans_list_area p.to_more_plan a{background-color:#0e2d65;color:#FFF;}
.plans_list_area_lobby_lounge div.to_top p a{background:#a70b0f !important;color:#FFF !important;}
#header nav.main ul li.active_lobby_lounge a:before {border-color: transparent transparent #0e2d65 !important;}

/*　プールサイドレストラン　アクアフェ */
.header_area_aquafe{background:#4b88bf !important;}
.header_area_aquafe a{color:#FFF !important;}
.menu_aquafe ul.menu_list li.active{border-bottom-color:#4b88bf;}
.menu_aquafe ul.menu_list li.active:before{background-color:#4b88bf;}
.menu_aquafe ul li.hvr-underline-from-center:before{background-color:#4b88bf;}
.detail_aquafe .to_link a{background:#4b88bf;color:#FFF;}
.detail_aquafe #feature_area{background:rgba(75,136,191,0.1);}
.detail_aquafe #plans_list_area p.to_more_plan a{background-color:#4b88bf;color:#FFF;}
.plans_list_area_aquafe div.to_top p a{background:#a70b0f !important;color:#FFF !important;}
#header nav.main ul li.active_aquafe a:before {border-color: transparent transparent #4b88bf !important;}

/*　ガーデンレストラン　カサレッキオ */
.header_area_casareccio{background:#24750a !important;}
.header_area_casareccio a{color:#FFF !important;}
.menu_casareccio ul.menu_list li.active{border-bottom-color:#24750a;}
.menu_casareccio ul.menu_list li.active:before{background-color:#24750a;}
.menu_casareccio ul li.hvr-underline-from-center:before{background-color:#24750a;}
.detail_casareccio .to_link a{background:#24750a;color:#FFF;}
.detail_casareccio #feature_area{background:rgba(36,117,10,0.1);}
.detail_casareccio #plans_list_area p.to_more_plan a{background-color:#24750a;color:#FFF;}
.plans_list_area_casareccio div.to_top p a{background:#a70b0f !important;color:#FFF !important;}
#header nav.main ul li.active_casareccio a:before {border-color: transparent transparent #24750a !important;}

/*　ルームサービス */
.header_area_room_service{background:#001e3a !important;}
.header_area_room_service a{color:#FFF !important;}
.menu_room_service ul.menu_list li.active{border-bottom-color:#001e3a;}
.menu_room_service ul.menu_list li.active:before{background-color:#001e3a;}
.menu_room_service ul li.hvr-underline-from-center:before{background-color:#001e3a;}
.detail_room_service .to_link a{background:#001e3a;color:#FFF;}
.detail_room_service #feature_area{background:rgba(0,30,58,0.1);}
.detail_room_service #plans_list_area p.to_more_plan a{background-color:#001e3a;color:#FFF;}
.plans_list_area_room_service div.to_top p a{background:#a70b0f !important;color:#FFF !important;}
#header nav.main ul li.active_room_service a:before {border-color: transparent transparent #001e3a !important;}


/*** banner_area ***/
#banner_area{
	margin:35px 0 45px;
}

#banner_area .banner_box{
	width:1000px;
	height:70px;
	margin:0 auto;
	text-align:center;
}

#banner_area .bx-wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#banner_area .bx-wrapper .bx-viewport{
	background: #fff;
	border:none;
	box-shadow:none;
	left: 0;
}


/*** slideVisual ***/

#slideVisual{
	position:relative;
	margin:0 0 40px;
}

#slideVisual .bx-wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#slideVisual .bx-wrapper .bx-viewport{
	background: #fff;
	border:none;
	box-shadow:none;
	left: 0;
}

#slideVisual #slideshow{
}

#slideVisual #slideshow img{
	width:1000px !important;
	height:inherit;
}

#slideVisual #slideshow li.video{
	width: 800px !important;
	max-width: 100%;
}

#slideVisual #slideshow li.video .fluid-width-video-wrapper{

}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed{
	left:50% !important;
	margin-left:-300px;
}

#slideVisual #slideshow_pager{
	position:absolute;
	right:10px;
	bottom:-30px;
}

#slideVisual .gallery_flg{
	right:120px !important;
}

#slideVisual #slideshow_pager a{
	display:inline-block;
	background:#FFF;
	height:47px;
}

#slideVisual #slideshow_pager img{
	border:1px solid #FFF;
}


#slideVisual #slideshow_pager a img{
	opacity:0.7;
}

#slideVisual .bx-controls{
	padding:10px 0 0 0;
}


#slideVisual #slideshow_pager a.active img{
	opacity:1;
}

#slideVisual .to_gallery{
	position:absolute;
	right:5px;
	bottom:-15px;
}


/*** plans_list_area ***/
#plans_list_area{
	margin:0 0 30px;
	overflow:hidden;
}

#plans_list_area .plans_list_box{
	width:1000px;
	margin:0 auto;
}

#plans_list_area .num_box{
}

#plans_list_area .num_box_none{
	display:none;
}

#plans_list_area .box{
	overflow:hidden;
	clear:both;
	margin:0 0 25px;
	padding:0 0 25px;
	/*border-bottom:1px solid #d6d2c4;*/
	border-bottom:1px solid rgba(178,139,92,0.4);
}

#plans_list_area .box:last-child{
	border-bottom:none;
}

#plans_list_area .box .img{
	float:left;
	margin:0 20px 0 0;
	position:relative;
}

#plans_list_area .box .img img{
	width:305px;
	height:auto;
}

#plans_list_area .box .img img:hover{
	opacity:0.7;
}

#plans_list_area .box .img span.new{
	position:absolute;
	left:0;
	top:0;
	display:block;
	background:#CC1C24;
	color:#FFF;
	font-size:14px;
	padding:0 3px;
}


#plans_list_area .txt{
	float:left;
	width:675px;
}

#plans_list_area .txt_l{
	float:left;
	width:460px;
}

#plans_list_area .txt_r{
	float:right;
	width:180px;
}

#plans_list_area .txt ul.target{
	font-size: 12px;
	padding: 3px 10px 20px 0;
	line-height: 1.5;
}

#plans_list_area .txt ul.target li{
	display: inline-block;
	color: #444;
	margin: 0;
}
#plans_list_area .txt ul.target li:after{
	content: '/';
}

#plans_list_area .txt ul.target li:last-child:after{
	content: '';
}


#plans_list_area .txt h3{
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
}

#plans_list_area .txt h3 a{
	color:#000000;
}

#plans_list_area .txt p.description{
	font-size:14px;
	padding:0 0 10px 0;
}


#plans_list_area .txt ul{
}

#plans_list_area .txt ul li{
	display:inline-block;
	margin:0 0 10px;
}

#plans_list_area .txt ul li a{
	display:block;
	text-align:center;
	font-size:14px;
	color:#333;
	padding:2px 10px 0;
	margin:0 2px 6px;
	border-radius:3px;
	background:#D8D5D4;
}

#plans_list_area .txt ul li a:hover{
	color:#FFF;
	background:#FE5000;
}

#plans_list_area p.no_plans{
	text-align:center;
	font-size:16px;
	padding:30px 0 100px;
}


#plans_list_area .txt p.to_detail{
	width:180px;
	margin:0 0 10px;
}

#plans_list_area .txt p.to_detail a{
	display:block;
	border-radius:3px;
	width:180px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	padding:5px 0 4px;
	background:linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -webkit-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -moz-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -o-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -ms-linear-gradient(top, #EC7821 0%, #FE5000 100%);
}

/* レストラン用ボタン */
/* MICE用ボタン */
#plans_list_area .txt p.restaurants_detail a,
#plans_list_area .txt p.mice_detail a,
#plans_list_area .txt p.facilities_detail a{
	display:block;
	border-radius:3px;
	width:130px;
	font-size:16px;
	color:#FE5000;
	text-align:center;
	padding:15px 0;
	margin:5px 0 0 0;
	border:2px solid #FE5000;
	background:#F4F2F3;
}

#plans_list_area .txt p.to_tourbuilder{
	width:180px;
}

#plans_list_area .txt p.to_tourbuilder a{
	display:block;
	background:rgba(53,181,244,0.9);
	border-radius:3px;
	width:180px;
	font-size:18px;
	color:#FFF;
	text-align:center;
	padding:5px 0;
}



#plans_list_area p.to_more_plan{
	text-align:center;
}

#plans_list_area p.to_more_plan a{
	display:inline-block;
	background:#666666;
	font-size:18px;
	color:#FFF;
	width:220px;
	text-align:center;
	padding:10px 0;
	border-radius:3px;
	position:relative;
}

#plans_list_area p.to_more_plan a span{
	position:relative;
}


#plans_list_area p.to_more_plan a 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;
	right:-15px;
	top: 50%;
	margin:-3px 0 0 0;
}


/*** booking_stay_box_area ***/
#booking_stay_box_area{
	width:1000px;
	margin:0 auto 40px;
	color:#FFF;
}

#booking_stay_box_area .bg{
	background:url(../img/common/booking_stay_box_bg.png) left center #000000 no-repeat;
	height:120px;
}

#booking_stay_box_area .obrg{
	float:left;
	width:250px;
	padding:0 0 0 0;
	text-align:center;
}

#booking_stay_box_area .obrg p.banner{
	padding: 45px 0 0 0;
	font-size: 0;
	line-height: 1;
	width: 215px;
	margin: 0 auto;
}

#booking_stay_box_area .obrg p.banner img{
	width: 100%;
	height: auto;
}

#booking_stay_box_area .obrg p.text{
	padding:0;
	font-size:12px;
}

#booking_stay_box_area .obrg p.text a{
	color:#FFF;
	position:relative;
	padding:0 0 0 10px;
}

#booking_stay_box_area .obrg p.text a:hover{
	opacity:0.7;
}


#booking_stay_box_area .obrg p.text 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;
}


#booking_stay_box_area .booking_form{
	float:right;
	padding:37px 0 0;
	position:relative;
	width: 700px;
}

#booking_stay_box_area .booking_form dl{
	display:inline-block;
	font-size:12px;
	margin:0 5px 0 0;
}

#booking_stay_box_area .booking_form dl input,
#booking_stay_box_area .booking_form dl select{
	font-size:12px;
	padding:3px;
}


#booking_stay_box_area .booking_form dl.date{
	margin:0 20px 0 0;
}

#booking_stay_box_area .booking_form dl.rc{
	margin:0 10px 0 0;
}

#booking_stay_box_area .booking_form dt{
	line-height:1.2;
	margin:0 0 3px;
}

#booking_stay_box_area .booking_form .button{
	display:inline-block;
	vertical-align:bottom;
	margin:0 10px 0 0;
}

#booking_stay_box_area .booking_form .button input[type="submit"]{
	background:linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -webkit-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -moz-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -o-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -ms-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	font-size:21px;
	color:#FFF;
	border:none;
	text-align:center;
	padding:8px 45px;
	border-radius:3px;
	vertical-align:middle;
}

#booking_stay_box_area .booking_form .button input[type="submit"]:hover{
	opacity:0.7;
}


#booking_stay_box_area .booking_form .button a{
	display:inline-block;
	font-size:12px;
	background:#dcdcdc;
	text-align:center;
	padding:10px 20px 6px;
	border-radius:3px;
}

#booking_stay_box_area .booking_form .button a:hover{
	opacity:0.7;
}

/*** booking_both_box_area ***/
#booking_both_box_area{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#booking_both_box_area .menu{
	position:absolute;
	left:0;
	top:1px;
	z-index:2;
}

#booking_both_box_area .menu li{
	float:left;
	width:210px;
	height:46px;
	margin:0 4px 0 0;
	border-radius:3px 3px 0 0;
	padding:0;
	text-indent:-9999px;
	cursor:pointer;
}

#booking_both_box_area .menu li:last-child{
	margin:0;
}

#booking_both_box_area .menu li.select{
	border-top:3px solid #FE5000;
	border-left:1px solid #FE5000;
	border-right:1px solid #FE5000;
}


#booking_both_box_area .menu li.rooms.select{
	background:url(../img/common/booking_both-menu_rooms_on.png) #000000 center center no-repeat;
}
#booking_both_box_area .menu li.rooms.hidden{
	background:url(../img/common/booking_both-menu_rooms_off.png) #FE5000 center center no-repeat;
}

#booking_both_box_area .menu li.hidden{
}

#booking_both_box_area .menu li.restaurants.select{
	background:url(../img/common/booking_both-menu_restaurants_on.png) #000000 center center no-repeat;
}
#booking_both_box_area .menu li.restaurants.hidden{
	background:url(../img/common/booking_both-menu_restaurants_off.png) #FE5000 center center no-repeat;
}

#booking_both_box_area .menu li.train.select{
	background:url(../img/common/booking_both-menu_train_on.png) #000000 center center no-repeat;
}
#booking_both_box_area .menu li.train.hidden{
	background:url(../img/common/booking_both-menu_train_off.png) #FE5000 center center no-repeat;
}

#booking_both_box_area .booking_form{
	clear:both;
	width:1000px;
	display:none;
	background:#000000;
	height:113px;
	border:1px solid #FE5000;
	border-radius:3px;
	margin:46px 0 0 0;
	color: #FFF;
}

/* booking_rooms_form */
#booking_both_box_area #booking_rooms_form{
	display:block;
	padding:20px 0 5px 130px; /* 20px 0 5px 30px; */
	position:relative;
}

#booking_both_box_area #booking_rooms_form p.child{
	/*position: absolute;*/
	left: 28px;
	bottom:5px; /* 10px */
	font-size: 11px;
	/*width: 345px;*/
	line-height: 1.5;
}

#booking_both_box_area #booking_rooms_form p.child a{
	text-decoration: underline;
	font-weight: bold;
}

#booking_both_box_area #booking_rooms_form dl{
	display:inline-block;
	font-size:12px;
	margin:0 15px 0 0;
}

#booking_both_box_area #booking_rooms_form dl input,
#booking_both_box_area #booking_rooms_form dl select{
	font-size:14px;
	padding:10px 10px;
	vertical-align:middle;
}


#booking_both_box_area #booking_rooms_form dl.date{
	margin:0 20px 0 0;
}

#booking_both_box_area #booking_rooms_form dl.date input{
	width:160px;
}

#booking_both_box_area #booking_rooms_form dl.rc{
	margin:0 20px 0 0;
}

#booking_both_box_area #booking_rooms_form dt{
	line-height:1.2;
	margin:0 0 3px;
}

#booking_both_box_area #booking_rooms_form .button{
	display:inline-block;
	vertical-align:middle;
	margin:0 30px 0 0;
}

#booking_both_box_area #booking_rooms_form .button input[type="submit"]{
	background:linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -webkit-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -moz-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -o-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -ms-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	font-size:21px;
	font-weight:bold;
	color:#FFF;
	border:none;
	text-align:center;
	padding:8px 60px;
	border-radius:3px;
	vertical-align:middle;
	/*width:143px;*/

}

#booking_both_box_area #booking_rooms_form .button input[type="submit"]:hover{
	opacity:0.7;
}


#booking_both_box_area #booking_rooms_form .button a{
	display:inline-block;
	font-size:12px;
	background:#dcdcdc;
	text-align:center;
	padding:10px 30px 6px;
	border-radius:3px;
}

#booking_both_box_area #booking_rooms_form .button a:hover{
	opacity:0.7;
}

#booking_both_box_area #booking_rooms_form .obrg{
	display:inline-block;
	position:relative;
	width: 200px;
	margin: 8px 15px 0 0;
}

#booking_both_box_area #booking_rooms_form .obrg img{
	position:absolute;
	left:0;
	top:-17px;
	width: 100%;
	height: auto;
}


#booking_both_box_area #booking_rooms_form ul.text{
	display:inline-block;
	padding:0;
	/*width:410px;*/
	vertical-align:middle;
}

#booking_both_box_area #booking_rooms_form ul.text li{
	font-size:11px;
	margin:0;
}

#booking_both_box_area #booking_rooms_form ul.text li a{
	position:relative;
	color: #FFFFFF;
}

#booking_both_box_area #booking_rooms_form ul.text 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 #FE5000;
	border-image: none;
	border-style: solid;
	border-width: 5px;
	content: "";
	position: absolute;
	top: 50%;
	margin:-6px 0 0 -7px;
}

/* booking_train_form */
#booking_both_box_area #booking_train_form {
	/*height: 120px;*/
	border: 1px solid #FE5000;
	border-radius: 3px;
}

#booking_both_box_area #booking_train_form  {
	padding: 5px 20px;
}

#booking_both_box_area #booking_train_form p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 10px;
}

#booking_both_box_area #booking_train_form .to_train{
	text-align: center;
}

#booking_both_box_area #booking_train_form .to_train a{
	display: inline-block;
	background:linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -webkit-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -moz-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -o-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -ms-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border: none;
	text-align: center;
	padding: 5px 15px;
	border-radius: 3px;
	vertical-align: middle;
}

#booking_both_box_area #booking_train_form .to_train a:hover{
	opacity: 0.7;
}

/* booking_restaurants_form */
#booking_both_box_area #booking_restaurants_form{
	padding:30px 25px 0 25px;
}

#booking_both_box_area #booking_restaurants_form #tc-widget[data-layout="horizontal"]{
	width:950px;
}

#booking_both_box_area #booking_restaurants_form #tc-widget[data-layout="horizontal"] .tc-content{
	padding:14px 0 0 0;
}

#booking_both_box_area #booking_restaurants_form .tc-header{
	display:none;
}

#booking_both_box_area #booking_restaurants_form .tc-body{
	padding:0;
	text-align:center;
}

#booking_both_box_area #booking_restaurants_form .tc-wrap-book{
	margin:0;
}

#booking_both_box_area #booking_restaurants_form .tc-wrap-book input{
	width:200px;
	background:linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -webkit-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -moz-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -o-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -ms-linear-gradient(top, #EC7821 0%, #FE5000 100%);}


/*** booking_restaurants_box_area ***/
#booking_restaurants_box_area{
	width:1000px;
	margin:20px auto 40px;
	border:1px solid #FE5000;
	position:relative;
	border-radius:5px;
}

#booking_restaurants_box_area a.booking_anchor{
	display:block;
	position:absolute;
	left:0;
	top:-150px;
}


#booking_restaurants_box_area h3{
	position:absolute;
	left:30px;
	top:-30px;
}

#booking_restaurants_box_area .booking_form{
	background:rgba(211,182,117,0.4);
	padding:0 0 50px 0;
}

#booking_restaurants_box_area .booking_form #tc-widget{
	padding:30px 0 0 260px;
	width:100%;
}

#booking_restaurants_box_area .booking_form .tc-header{
	display:none;
}

#booking_restaurants_box_area .booking_form .tc-body{
	padding:0 !important;
}


#booking_restaurants_box_area .booking_form .tc-wrap-book{
	display:block !important;
	text-align:center;
	margin:5px -10px -5px 0px !important;

}

#booking_restaurants_box_area .booking_form .tc-wrap-book input{
	width:200px;
	background:#4d4d4d;
}

#booking_restaurants_box_area .tel_box p{
	text-align: center;
	font-size:16px;
	padding:20px 0 0 0;
}

#booking_restaurants_box_area .tel_box p span{
	font-size:24px;
	display:inline-block;
	margin:0 0 0 10px;
	background:url(../img/icon/icon_tel_m.png) left center no-repeat;
	padding:0 0 0 20px;
}

#booking_restaurants_box_area .to_contact{
	text-align: center;
}

#booking_restaurants_box_area .to_contact a{
	display:inline-block;
	background:linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -webkit-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -moz-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -o-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -ms-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	color:#FFF;
	font-size:18px;
	text-align:center;
	padding:10px 50px;
	border-radius:3px;
	margin:10px 20px 10px 0;
	position:relative;
}

#booking_restaurants_box_area .to_contact a:hover{
	opacity:0.7;
}

#booking_restaurants_box_area .to_contact 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: 5px;
	content: "";
	position: absolute;
	right: 10px;
	top:50%;
	margin:-5px 0 0 0;
}



/*** breadcrumb_area ***/
#breadcrumb_area{
	background:linear-gradient(top, #1A1A1A 0%, #000 100%);
	background: -webkit-linear-gradient(top, #1A1A1A 0%, #000 100%);
	background: -moz-linear-gradient(top, #1A1A1A 0%, #000 100%);
	background: -o-linear-gradient(top, #1A1A1A 0%, #000 100%);
	background: -ms-linear-gradient(top, #1A1A1A 0%, #000 100%);
	margin:100px 0 0 0;
}

#breadcrumb_area ul{
	width:1000px;
	margin:0 auto;
}

#breadcrumb_area ul li{
	display:inline-block;
	font-size:12px;
	color:#FFF;
}

#breadcrumb_area ul li a{
	background:url(../img/icon/icon_bread-arrow.png) right center no-repeat;
	padding:0 10px 0 0;
	color:#FFF;
}


/*** contact_area ***/
#contact_area{
	width:1000px;
	margin:0 auto 30px;
}

#contact_area .contact_box{
	border:1px solid #cacaca;
	overflow:hidden;
	width:100%;
}

#contact_area .contact_box .logo{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#FE5000;
	line-height:0;
	padding: 20px;
	width: 200px;
}

#contact_area .contact_box .info{
	display:table-cell;
	width:870px;
	vertical-align:middle;
	padding:25px 0 25px 20px;
	background:#E6E6E6;
}

#contact_area .contact_box .info_l{
	display:inline-block;
}


#contact_area .contact_box .info h2{
	font-size:18px;
	margin:0 0 10px;
}

#contact_area .contact_box .info p.tel{
	font-size:14px;
	color:#333;
}

#contact_area .contact_box .info p.tel span{
	font-size:27px;
	position: relative;
	padding: 0 0 0 20px;
}

#contact_area .contact_box .info p.tel span img{
	margin: 0px 0 0 0;
	position: absolute;
	left: 0;
	top: 5px;
}

#contact_area .contact_box .info p.tel a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color:#333;
}

#contact_area .contact_box .info .to_contact{
	float:right;
}

#contact_area .contact_box .info .to_contact a{
	display:block;
	background:linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -webkit-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -moz-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -o-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	background: -ms-linear-gradient(top, #EC7821 0%, #FE5000 100%);
	color:#FFF;
	font-size:18px;
	text-align:center;
	padding:10px 50px;
	border-radius:3px;
	margin:10px 20px 10px 0;
	position:relative;
}

#contact_area .contact_box .info .to_contact a:hover{
	opacity:0.7;
}

#contact_area .contact_box .info .to_contact 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: 5px;
	content: "";
	position: absolute;
	right: 10px;
	top:50%;
	margin:-5px 0 0 0;
}


/***** content_all_area *****/
#content_all_area{
	clear:both;
	border-top:1px solid #d1d1d1;
	margin:0 0 50px;
	padding:30px 0 0;
}

#content_all_area .inner{
	width:1000px;
	margin:0 auto;
}

#content_all_area h2{
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	border-left:4px solid #FE5000;
	padding:2px 0 0 10px;
	margin:0 0 15px;
}

#content_all_area ul{
}

#content_all_area ul li{
	display:inline-block;
	width:320px;
	border:1px solid #d1d1d1;
	margin:0 15px 15px 0;
}
#content_all_area ul li:nth-child(3n) {
	margin-right:0;
}


#content_all_area ul li a{
	display:block;
	font-size:0;
	line-height:1;
}

#content_all_area ul li .img{
	display:table-cell;
	width:138px;
	height:70px;
	background-position:center;
	background-size:cover;
}
#content_all_area ul li h3{
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	line-height:1.5;
	padding:0 5px 0 10px;
}


/*マージン
------------------------------------------------------------*/
.m0{margin:0px !important;}
.mt0{margin-top:0px !important;}
.ml0{margin-left:0px !important;}
.mb0{margin-bottom:0px !important;}
.mr0{margin-right:0px !important;}


.m3{margin:3px !important;}
.mt3{margin-top:3px !important;}
.ml3{margin-left:3px !important;}
.mb3{margin-bottom:3px !important;}
.mr3{margin-right:3px !important;}

.m5{margin:5px !important;}
.mt5{margin-top:5px !important;}
.ml5{margin-left:5px !important;}
.mb5{margin-bottom:5px !important;}
.mr5{margin-right:5px !important;}

.m10{margin:10px !important;}
.mt10{margin-top:10px !important;}
.ml10{margin-left:10px !important;}
.mb10{margin-bottom:10px !important;}
.mr10{margin-right:10px !important;}

.mt15{margin-top:15px !important;}
.ml15{margin-left:15px !important;}
.mb15{margin-bottom:15px !important;}
.mr15{margin-right:15px !important;}

.m20{margin:20px !important;}
.mt20{margin-top:20px !important;}
.ml20{margin-left:20px !important;}
.mb20{margin-bottom:20px !important;}
.mr20{margin-right:20px !important;}

.m30{margin:30px !important;}
.mt30{margin-top:30px !important;}
.ml30{margin-left:30px !important;}
.mb30{margin-bottom:30px !important;}
.mr30{margin-right:30px !important;}

.m35{margin:35px !important;}
.mt35{margin-top:35px !important;}
.ml35{margin-left:35px !important;}
.mb35{margin-bottom:35px !important;}
.mr35{margin-right:35px !important;}

.m50{margin:50px !important;}
.mt50{margin-top:50px !important;}
.ml50{margin-left:50px !important;}
.mb50{margin-bottom:50px !important;}
.mr50{margin-right:50px !important;}

.m60{margin:60px !important;}
.mt60{margin-top:60px !important;}
.ml60{margin-left:60px !important;}
.mb60{margin-bottom:60px !important;}
.mr60{margin-right:60px !important;}

/*パディング
------------------------------------------------------------*/
.p0{padding:0px !important;}
.pt0{padding-top:0px !important;}
.pl0{padding-left:0px !important;}
.pb0{padding-bottom:0px !important;}
.pr0{padding-right:0px !important;}


.p3{padding:3px !important;}
.pt3{padding-top:3px !important;}
.pl3{padding-left:3px !important;}
.pb3{padding-bottom:3px !important;}
.pr3{padding-right:3px !important;}

.p5{padding:5px !important;}
.pt5{padding-top:5px !important;}
.pl5{padding-left:5px !important;}
.pb5{padding-bottom:5px !important;}
.pr5{padding-right:5px !important;}

.p10{padding:10px !important;}
.pt10{padding-top:10px !important;}
.pl10{padding-left:10px !important;}
.pb10{padding-bottom:10px !important;}
.pr10{padding-right:10px !important;}

.pt15{padding-top:15px !important;}
.pl15{padding-left:15px !important;}
.pb15{padding-bottom:15px !important;}
.pr15{padding-right:15px !important;}

.p20{padding:20px !important;}
.pt20{padding-top:20px !important;}
.pl20{padding-left:20px !important;}
.pb20{padding-bottom:20px !important;}
.pr20{padding-right:20px !important;}

.p30{padding:30px !important;}
.pt30{padding-top:30px !important;}
.pl30{padding-left:30px !important;}
.pb30{padding-bottom:30px !important;}
.pr30{padding-right:30px !important;}

/*** footer ***/
#footer{
	background:#333333;
}

#footer .inner{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

#footer .footer_top{
	width:100%;
	margin:15px 0 15px;
}

#footer nav{
	margin:0 0 15px;
	text-align: center;
}

#footer .f_vav{
	padding:5px 0;
}

#footer .f_vav li{
	display:inline-block;
	border-right:1px solid #FFF;
	padding:0 6px 0 4px;
	line-height:1.0;
	margin:0 0 12px;
	color:#FFF;
}

#footer .f_vav li.last{
	border-right:none;
}


#footer .f_vav li a{
	font-size:12px;
	color:#FFF;
}

#footer .f_vav li a:hover{
	opacity:0.7;
}


#footer .f_vav li img{
	vertical-align:middle;
	margin:0 3px 0 0;
}

#footer .f_vav li.bottom{
	margin:10px 5px 0;
	border:1px solid rgba(255,255,255,0.2);
	padding:5px 10px;
}

#footer .f_vav li.bottom:hover{
	background:rgba(255,255,255,0.5);
}

#footer .f_vav li.bottom a:hover{
	color:rgba(0,30,58,1);
	background:url(../img/icon/icon_blank_b.png) right center no-repeat !important;
}

#footer .hotel_info{
	margin:0;
	text-align: center;
}

#footer .hotel_info .logo{
	display:inline-block;
	margin:20px 15px 0 0;
}

#footer .hotel_info address{
	display:inline-block;
	font-size:12px;
	color:#FFF;
	line-height:1.8;
	vertical-align:top;
	margin:10px 0 0 0;
	text-align: left;
}

#footer p.copy{
	text-align: center;
	font-size:10px;
	color:rgba(255,255,255,0.4);
}

#footer .footer_group{
	margin:15px 0 5px;
	padding:0 0 0 20px;
}

#footer .footer_group h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #FFF;
	margin: 0 0 10px;
}

#footer .footer_group h3:before,
#footer .footer_group h3:after {
	border-top: 1px solid;
	content: "";
	width: 415px;
}
#footer .footer_group h3:before {
	margin-right: 1em;
}
#footer .footer_group h3:after {
	margin-left: 1em;
}


#footer .group_hotel{
	display: flex;
	justify-content: space-between;

}

#footer .hotel_box{
	width: 25%;
	padding: 0 10px 0 0;
}

#footer .group_hotel{
	margin: 0 0 15px;
}

#footer .group_hotel .area_box{
	margin: 0 0 10px;
}

#footer .group_hotel h4{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:5px 0 0;
}

#footer .group_hotel .hotel_list li{
	line-height:1.7;
}

#footer .group_hotel .hotel_list li a{
	font-size:11px;
	color:#FFF;
}

#footer .group_hotel .hotel_list li a:hover{
	opacity:0.7;
}


/*** side_sns ***/
#side_sns{
	position: fixed;
	bottom: 100px;
	right: 0;
}

#side_sns a{
	display:block;
}

#side_sns a img:hover{
	opacity:0.7;
}

/*** page-top ***/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:1;
}
#page-top a {
	text-decoration: none;
	text-align: center;
	display: block;
	outline:none;
}
#page-top a:hover {
}

/* user_question */
#user_question{
	position: fixed;
	bottom: -200px;
	right: 80px;
	z-index:999;
	width:150px;
	height:150px;
}

#user_question.open{
	bottom: 75px;
}


#user_question .inner{
	position:absolute;
	left:0;
	top:0;
	color:#FFF;
	width:150px;
	height:150px;

}

/* Hotel Footer
------------------------------------------------------------------------- */
#footer .group{
	clear:both;
	background:#000;
	padding:10px 0 0 0;
}

#hilton_footer {
	margin: 0 auto 20px auto;
	padding:0px 0 0 0;
	width:1000px;
	_position: static;}

#hilton_footer .gridRow {
	width:1000px;
	margin: 0 auto;
	overflow: visible;}

#hilton_footer .hiltonFamily {
	padding:0px 0 0 0; }

#hiltonBrandMenu {
	position:relative;
	z-index:2; }

/* Brand Pulldown
------------------------------------------------------------------------- */
div#hiltonBrandShadow {
	position:absolute;}

#brandSelections {
	background:url(../../img/footer/hiltonfooter/shadowRight.png) no-repeat top right;
	width:210px;
	position:absolute;
	clear:both;
	margin-left:0px;
	margin-top:-295px;
	height:282px; }

#brandSelections ul {
	margin:0;
	padding:0px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;}

#brandSelections li {
	display:block;
	height:27px;
	background-color:#fff;
	background-image:none;
	padding:0px;
	font-size:small;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	line-height:12px; }

#brandSelections li img {
	float:left;}

#brandSelections li a {
	text-decoration:none;
	display:block;
	padding:4px 0; }

#yourBrands li a {
	margin:0;
	color:#222;}


/* Brand home footer
------------------------------------------------------------------------ */
#hilton_footer #brandBar {
	clear:both;
	padding-top:0px;
	font: 13px/14px arial, helvetica, sans-serif;}

#hilton_footer #brandBar .brandBar2 {
	margin:0;
	padding-top:0;}

#hilton_footer .footerLogos {
	padding:4px 0 4px 0;
	margin:0;
	background:transparent;
	/*width: 980px;*/
	list-style:none;
	/*text-align: center;*/
	background-image:url(../img/footer/hiltonfooter/footer_logo_backline_white.svg);
	background-size: 1000px auto;
	background-repeat:no-repeat;
	background-position:0px 11px;
}

#hilton_footer .footerLogos br{
	display:none;
}

#hilton_footer .footerLogos li {
	background-image: none;
	display:inline-block;
	margin:0;
	/*padding:0 0 0 11px;*/
	position:relative;
	width: 90px;
}

#hilton_footer .footerLogos li a {
	display:block;
	height:45px;
	/*width: 90px;*/
	background-image: url(../img/footer/hiltonfooter/footer_logo_white.svg);
	background-size: 1000px auto;
	background-repeat: no-repeat;
}
/*
#hilton_footer .footerLogos li a:hover{
	display:block;
	height:45px;
	background-image: url(../img/footer/hiltonfooter/footer_logo_white.svg);
	background-size: 1000px auto;
	background-repeat: no-repeat;
}
*/
#hilton_footer .footerLogos li a span {
	display:block;
	height:0;
	overflow:hidden;
}

#hilton_footer .footerLogos li.brandLogoHilton {
	/*display:block;
	width:98px;
	height:36px;
	margin:0 auto 18px;
	padding:0;*/
}

#hilton_footer .footerLogos li.brandLogoHilton {
	/*display:block;
	width:1000px;
	height:50px;
	margin:5px auto 10px;
	text-align:center;
	background-image:url(../img/footer/hiltonfooter/footer_logo_black.svg);
	background-size: 1000px auto;
	background-repeat:no-repeat;
	background-position:0px 0px;*/
	display:block;
	width: 100px;
	height:50px;
	margin:0 auto 8px;
}
#hilton_footer .footerLogos li.brandLogoHilton a {
	/*display:block;
	margin:0 auto;
	height:50px;
	width: 100px;
	background-image:none;*/
	height:50px;
	background-position: center 0px;

}
/*
#hilton_footer .footerLogos li.brandLogoHilton a:hover{
	background-image:none;
}
*/
#hilton_footer .footerLogos li.brandLogoHilton .brandDescPopup {
	margin-left: 44%;
	bottom:32px;
}


#hilton_footer .footerLogos li.brandLogoWaldorfAstoria {margin-left: 32px; width: 61px; margin-right: 20px;}
#hilton_footer .footerLogos li.brandLogoWaldorfAstoria a {background-position: -47px -70px;}
#hilton_footer .footerLogos li.brandLogoWaldorfAstoria a:hover {background-position: -47px -335px;}

#hilton_footer .footerLogos li.brandLogoConrad {width: 67px; margin-right: 20px;}
#hilton_footer .footerLogos li.brandLogoConrad a {background-position: -132px -70px; }
#hilton_footer .footerLogos li.brandLogoConrad a:hover {background-position: -132px -335px; }

#hilton_footer .footerLogos li.brandLogoLXR {width: 44px; margin-right: 20px;}
#hilton_footer .footerLogos li.brandLogoLXR a {background-position:-223px -70px;}
#hilton_footer .footerLogos li.brandLogoLXR a:hover {background-position:-223px -335px;}

#hilton_footer .footerLogos li.brandLogoNomad {width: 66px; margin-right: 20px;}
#hilton_footer .footerLogos li.brandLogoNomad a {background-position:-286px -70px;}
#hilton_footer .footerLogos li.brandLogoNomad a:hover {background-position:-286px -335px;}

#hilton_footer .footerLogos li.brandLogoSignisaHilton {width: 53px; margin-right: 18px;}
#hilton_footer .footerLogos li.brandLogoSignisaHilton a {background-position: -374px -70px; }
#hilton_footer .footerLogos li.brandLogoSignisaHilton a:hover {background-position: -374px -335px; }

#hilton_footer .footerLogos li.brandLogoCanopy {width: 67px; margin-right: 21px;}
#hilton_footer .footerLogos li.brandLogoCanopy a {background-position: -444px -70px; }
#hilton_footer .footerLogos li.brandLogoCanopy a:hover {background-position: -444px -335px; }
#hilton_footer .footerLogos li.brandLogoCanopy .brandDescPopup {left: -15px;}

#hilton_footer .footerLogos li.brandLogoHilton_s {width: 47px; margin-right: 30px;}
#hilton_footer .footerLogos li.brandLogoHilton_s a { background-position: -532px -70px; }
#hilton_footer .footerLogos li.brandLogoHilton_s a:hover { background-position: -532px -335px; }
#hilton_footer .footerLogos li.brandLogoHilton_s .brandDescPopup {left: -30px;}

#hilton_footer .footerLogos li.brandLogoCurio {width: 47px; margin-right: 26px;}
#hilton_footer .footerLogos li.brandLogoCurio a {  background-position: -609px -70px; }
#hilton_footer .footerLogos li.brandLogoCurio a:hover {  background-position: -609px -335px; }

#hilton_footer .footerLogos li.brandLogoGraduate {width: 54px; margin-right: 26px;}
#hilton_footer .footerLogos li.brandLogoGraduate a {  background-position: -684px -70px; }
#hilton_footer .footerLogos li.brandLogoGraduate a:hover {  background-position: -684px -335px; }

#hilton_footer .footerLogos li.brandLogoDoubleTree {width: 49px; margin-right: 20px;}
#hilton_footer .footerLogos li.brandLogoDoubleTree a {background-position: -765px -70px; }
#hilton_footer .footerLogos li.brandLogoDoubleTree a:hover {background-position: -765px -335px; }
#hilton_footer .footerLogos li.brandLogoDoubleTree .brandDescPopup {left: -30px;}

#hilton_footer .footerLogos li.brandLogoTapestry{width: 57px; margin-right: 21px;}
#hilton_footer .footerLogos li.brandLogoTapestry a { background-position: -834px -70px; }
#hilton_footer .footerLogos li.brandLogoTapestry a:hover { background-position: -834px -335px; }

#hilton_footer .footerLogos li.brandLogoEmbassySuites{width: 40px;}
#hilton_footer .footerLogos li.brandLogoEmbassySuites a { background-position: -914px -70px; }
#hilton_footer .footerLogos li.brandLogoEmbassySuites a:hover { background-position: -914px -335px; }
#hilton_footer .footerLogos li.brandLogoEmbassySuites .brandDescPopup {left: -30px;}

#hilton_footer .footerLogos li.brandLogoTempo {margin-left: 32px; width: 52px; margin-right: 24px;}
#hilton_footer .footerLogos li.brandLogoTempo a { background-position: -48px -128px; }
#hilton_footer .footerLogos li.brandLogoTempo a:hover { background-position: -48px -393px; }

#hilton_footer .footerLogos li.brandLogoMOTTO {width: 52px; margin-right: 28px;}
#hilton_footer .footerLogos li.brandLogoMOTTO a { background-position: -124px -128px; }
#hilton_footer .footerLogos li.brandLogoMOTTO a:hover { background-position: -124px -393px; }
#hilton_footer .footerLogos li.brandLogoMOTTO .brandDescPopup {left: -20px;}

#hilton_footer .footerLogos li.brandLogoGardenInn{ width: 52px; margin-right: 28px;}
#hilton_footer .footerLogos li.brandLogoGardenInn a { background-position: -203px -128px; }
#hilton_footer .footerLogos li.brandLogoGardenInn a:hover { background-position: -203px -393px; }
#hilton_footer .footerLogos li.brandLogoGardenInn .brandDescPopup {left: -25px;}

#hilton_footer .footerLogos li.brandLogoHampton{width: 42px; margin-right: 28px;}
#hilton_footer .footerLogos li.brandLogoHampton a { background-position: -285px -128px; }
#hilton_footer .footerLogos li.brandLogoHampton a:hover { background-position: -285px -393px; }
#hilton_footer .footerLogos li.brandLogoHampton .brandDescPopup {left: -30px;}

#hilton_footer .footerLogos li.brandLogoTru{width: 30px; margin-right: 24px;}
#hilton_footer .footerLogos li.brandLogoTru a { background-position:-357px -128px; }
#hilton_footer .footerLogos li.brandLogoTru a:hover { background-position:-357px -393px; }
#hilton_footer .footerLogos li.brandLogoTru .brandDescPopup {left: -35px;}

#hilton_footer .footerLogos li.brandLogoSpark{width: 45px; margin-right: 24px;}
#hilton_footer .footerLogos li.brandLogoSpark a { background-position: -412px -128px; }
#hilton_footer .footerLogos li.brandLogoSpark a:hover { background-position: -412px -393px; }

#hilton_footer .footerLogos li.brandLogoHomewoodSuites{width: 61px; margin-right: 24px;}
#hilton_footer .footerLogos li.brandLogoHomewoodSuites a { background-position: -482px -128px; }
#hilton_footer .footerLogos li.brandLogoHomewoodSuites a:hover { background-position: -482px -393px; }
#hilton_footer .footerLogos li.brandLogoHomewoodSuites .brandDescPopup {left: -20px;}

#hilton_footer .footerLogos li.brandLogoHome2{width: 47px; margin-right: 30px;}
#hilton_footer .footerLogos li.brandLogoHome2 a { background-position: -567px -128px; }
#hilton_footer .footerLogos li.brandLogoHome2 a:hover { background-position: -567px -393px; }

#hilton_footer .footerLogos li.brandLogolivsmartstudios{width: 61px; margin-right: 26px;}
#hilton_footer .footerLogos li.brandLogolivsmartstudios a { background-position: -645px -128px; }
#hilton_footer .footerLogos li.brandLogolivsmartstudios a:hover { background-position: -645px -393px; }

#hilton_footer .footerLogos li.brandLogohiltonclub{width: 42px; margin-right: 15px;}
#hilton_footer .footerLogos li.brandLogohiltonclub a { background-position: -735px -128px; }
#hilton_footer .footerLogos li.brandLogohiltonclub a:hover { background-position: -735px -393px; }

#hilton_footer .footerLogos li.brandLogohiltongrandvacationsclub{width: 89px; margin-right: 15px;}
#hilton_footer .footerLogos li.brandLogohiltongrandvacationsclub a { background-position: -792px -128px; }
#hilton_footer .footerLogos li.brandLogohiltongrandvacationsclub a:hover { background-position: -792px -393px; }
#hilton_footer .footerLogos li.brandLogohiltongrandvacationsclub .brandDescPopup {left: -5px;}

#hilton_footer .footerLogos li.brandLogohiltonvacationclub{width: 57px;}
#hilton_footer .footerLogos li.brandLogohiltonvacationclub a { background-position: -896px -128px; }
#hilton_footer .footerLogos li.brandLogohiltonvacationclub a:hover { background-position: -896px -393px; }

#hilton_footer .footerLogos li.brandLogoHH {
	/*display:block;
	width:1000px;
	height:40px;
	margin:15px auto 0;
	text-align:center;
	background-image:url(../img/footer/hiltonfooter/footer_logo_black.svg);
	background-size: 1000px auto;
	background-repeat:no-repeat;
	background-position:0px -186px;*/
	display:block;
	width: 100px;
	margin:15px auto 10px;

}
#hilton_footer .footerLogos li.brandLogoHH a {
	/*display:block;
	margin:0 auto;
	height:40px;
	width: 86px;
	background-image:none;*/
	display:block;
	width: 96px;
	margin:0 auto;
	background-position:center -190px;
}
/*
#hilton_footer .footerLogos li.brandLogoHH a:hover{
	background-image:none;
}
*/
#hilton_footer .footerLogos li.brandLogoHH .brandDescPopup {
	bottom:40px;
	left: 0;
}

.brandDescPopup {
	position: absolute;
	display:none;
	z-index: 50;
	bottom:40px;
	left: -25px;
	width:230px;
	background:transparent url(../img/footer/hiltonfooter/brandBubble.gif) no-repeat bottom left;
	padding-bottom:16px; }

.brandDescPopup .popMessage {
	background:transparent url(../img/footer/hiltonfooter/brandBubble.gif) no-repeat top center;
	padding: 4px 8px 0 8px; }

.brandDescPopup .popMessage p {
	padding:5px;
	margin:0;
	font-size:77%;
	line-height:1.5;
	text-align:left;}

.turnOnThisPopup .brandDescPopup {
	display:block; }


/*

------------------------------------------------------------------------- */

hr.footer { visibility: hidden; }

/* IE Hacks
------------------------------------------------------------------------- */
* html #hilton_footer .buttonFooterSearch { vertical-align:bottom; }
* html #brandPulldownLink { display:block; width:166px; }
* html #brandSelections li a { display:inline-block; }
* html #brandSelections { background-image:none; }
* html #hilton_footer .buttonFooterSearch { vertical-align:bottom; margin-bottom:0px; }
*+html .buttonFooterSearch { margin-top:0px; }
*+html div.footerLogos {padding-top:26px;}

