#customer_header,
#customer_footer {
    color: #333333;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.7;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    *font-size: small;
    *font: x-small;
    word-wrap: break-word;
    overflow-wrap: break-word;
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    min-width: 1225px;
}

#customer_header ul li,
#customer_footer ul li {
    list-style: none;
}
#customer_header div,
#customer_header ul,
#customer_header ul li,
#customer_footer div,
#customer_footer ul,
#customer_footer ul li{
    margin: 0;
    padding: 0;

}
#customer_header a,
#customer_footer a{
text-decoration: none;
}


#customer_header .pc_none,
#customer_header .sp_only,
#customer_footer .pc_none,
#customer_footer .sp_only {
	display: none;
}
#customer_header .sp_none,
#customer_header .pc_only,
#customer_footer .sp_none,
#customer_footer .pc_only {
	display: block;
}


@media screen and (max-width: 736px) {

	#customer_header,
	#customer_footer {
	    min-width: auto;
	}

	#customer_header .sp_none,
	#customer_header.pc_only,
	#customer_footer .sp_none,
	#customer_footer .pc_only {
		display: none!important;
	}
	#customer_header .pc_none,
	#customer_header .sp_only,
	#customer_footer .pc_none,
	#customer_footer .sp_only {
		display: block;
	}
}

/*htb_header
----------------------------------------*/
#customer_header #htb_header {
    position: relative;
	z-index: 148;
	top: 0;
	right: 0;
	left: 0;
background-color: #fff;
}
#customer_header #htb_header .htb_header_pc{
 background: rgb(248,248,248);
background: -moz-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 8%);
background: -webkit-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 8%);
background: linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 8%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#ffffff",GradientType=1);
}

#customer_header #htb_header .htb_header_pc .htb_subnav{
	width: 100%;
	max-width:1060px;
	min-width: 1060px;
	margin: 0 auto;
	height: 62px;
	display: flex;
	justify-content: space-between;
}

#customer_header .h_fixed_sub{
	top: 0 !important;
}

#customer_header .h_nofixed_header{
	display: none !important;
}

#customer_header #htb_header .htb_header_pc .htb_subnav .htb_group_logo {
	display: block;
	margin-top: 20px;
	margin-left: 0px;
	width: 190px;
	background-image: url(https://www.huistenbosch.co.jp/aboutus/ver1/images/header/htb-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
}

#customer_header #htb_header .htb_header_pc .htb_subnav .htb_group_logo img {
	width: 100%;
}

#customer_header #htb_header .htb_header_pc .htb_subnav ul.htb_subnav_hotel {
display: flex;
margin-top: 12px;
  padding: 0;
}

#customer_header #htb_header .htb_header_pc .htb_subnav ul.htb_subnav_hotel li{display: inline-block;}

#customer_header #htb_header .htb_header_pc .htb_subnav ul.htb_subnav_hotel a:hover{opacity:0.6;}

#customer_header #htb_header .htb_header_pc .htb_subnav ul.htb_subnav_hotel li:not(:first-child){margin-left: 5px;}

#customer_header #htb_header .htb_header_pc .htb_subnav ul.htb_subnav_hotel li.htb_current a{
background-color: #fff;
}

#customer_header #htb_header .htb_header_pc .htb_subnav ul.htb_subnav_hotel li a{
padding:0 20px;
background-color:#E2E2E2;
display: block;
height: 50px;
line-height: 50px;
color: #717171;
font-size: 10px;
white-space: nowrap;
}
#customer_header #htb_header .htb_header_pc .htb_subnav ul.htb_subnav_hotel li a img{
 vertical-align: middle;
 display: inline-block;
 margin-right: 5px;
 height: 26px;
}
#customer_header #header .htb_header_pc .htb_subnav ul.htb_subnav_hotel li a span{display: inline-block;}



#customer_header #htb_gnav_wrapper {
    position: relative;
	width: 100%;
	height: auto;
	z-index: 149;
	background-color: #FFFFFF;
	border-bottom: 1px solid #F5F6F8;
}
#customer_header.he #htb_gnav_wrapper {
	background-color: #221A14;
}

#customer_header.am #htb_gnav_wrapper {
  background-color: #161D2C;
}
#customer_header.fv #htb_gnav_wrapper {
	background-color: #FFFFFF;
}

#customer_header #htb_gnav_wrapper .htb_gnav_block {
	width: 100%;
	max-width:1060px;
	min-width:1060px;
	margin: 0 auto;
}

#customer_header #htb_gnav_wrapper .htb_gnav_box {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;

}

#customer_header #htb_gnav_wrapper #htb_logo {
	align-items: center;
	display: flex;
	z-index: 100;
	margin-left: 0px;
	margin-right: 0px;
	width: 64px;
}

#customer_header #htb_gnav_wrapper #htb_logo img {
	width: 100%;
}


/* グローバルナビ
----------------------------------------*/
#customer_header #htb_gnav {
}
#customer_header #htb_gnav ul{
display: flex;
padding: 20px 0;
margin: 0;
}
#customer_header #htb_gnav ul li{
padding:0 20px;
}

#customer_header #htb_gnav ul li:not(:first-child){border-left: 1px solid #E5E5E5;}

#customer_header #htb_gnav li a {
	display: block;
	font-size: 14px;
	color: #003430;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
}
#customer_header.he #htb_gnav li a {
	  color: #fff;
}
#customer_header.am #htb_gnav li a {
	  color: #fff;
}
#customer_header.fv #htb_gnav li a {
	color: #003430;
}
#customer_header.hr #htb_gnav li a {
	color: #333;
}

#customer_header #htb_gnav li a .eng {
	display: block;
	color: #898989;
	font-size: 10px;
	letter-spacing: 0.1em;
}
#customer_header.he #htb_gnav li a .eng {
  color: #ffffff;
}
#customer_header.am #htb_gnav li a .eng {
  color: #D3C28B;
}
#customer_header.fv #htb_gnav li a .eng {
	color: #898989;
}
#customer_header.hr #htb_gnav li a .eng {
	color: #333;
}


#customer_header #htb_gnav li a:hover{
opacity: 0.6;
}

#customer_header #htb_sp_gnav {
	display: none;
}


@media screen and (max-width: 736px) {
	#customer_header {
	    min-width: 0;
	}
	#customer_header #htb_header {
	    display: none;
	}

	#customer_header #htb_gnav_wrapper {
	    position: relative;
    top: 0;
	}
	#customer_header #htb_gnav_wrapper .htb_gnav_block {
	    width: 100%;
	    max-width:100%;
	    min-width:100%;
	    margin: 0 auto;
	}
	#customer_header #htb_gnav_wrapper #htb_logo {
	    align-items: center;
	    width: 30%;
	    margin: 0 auto;
	    justify-content: center;
	    padding: 1rem;
	}
	#customer_header.he #htb_gnav_wrapper #htb_logo {
	  width: 30%;
	}
	#customer_header.am #htb_gnav_wrapper #htb_logo {
	  width: 30%;
	}
	#customer_header.hr #htb_gnav_wrapper #htb_logo {
	  width: 30%;
	}
	#customer_header #htb_gnav {
		display: none;
	}
}





/*#customer_footer
----------------------------------------*/



#customer_footer #footer_top_banner {
margin-bottom: 0;
z-index: 146;
background: #F2F2F2;
padding: 50px 4%;
position: relative;
box-sizing: border-box;
}


#customer_footer #footer_top_banner .hotel_list{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#customer_footer #footer_top_banner h3{font-size: 20px;font-weight: normal;}
#customer_footer #footer_top_banner .hotel_list .bnner_list{display: flex; align-items: center; margin-left: auto}

#customer_footer #footer_top_banner .bnner_list a{display: block; text-decoration: none; background-color: #fff;
padding: 9px 0; text-align:center; height: 80px; box-sizing: border-box;
margin-left: 7px;
position: relative;}

#customer_footer #footer_top_banner .bnner_list a img {
	height: 30px;
    margin-top: 2px;
    margin-bottom: -2px;
}

#customer_footer #footer_top_banner .bnner_list a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #120C07;
  position: absolute;
  bottom:0;
  right: 0;
}

#customer_footer #footer_top_banner .bnner_list a::after{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 3px;
  right: 5px;
  margin-top: -4px;
}
#customer_footer #footer_top_banner .bnner_list a span{display:block; font-size: 10px;line-height: 1.4;}

#customer_footer #footer_top_banner .bnner_list a:hover{opacity: 0.6;}
#customer_footer #footer_top_banner .bnner_list a:first-of-type{color: #221A14;}
#customer_footer #footer_top_banner .bnner_list a:nth-of-type(2){color: #161D2C;}
#customer_footer #footer_top_banner .bnner_list a:nth-of-type(3){color: #040D5F;}
#customer_footer #footer_top_banner .bnner_list a:nth-of-type(4){color: #161D2C;}
#customer_footer #footer_top_banner .bnner_list a:nth-of-type(5){color: #000000;}
@media screen and (min-width: 737px) {
	#customer_footer #footer_top_banner .hotel_list{
		display: flex;
		align-items: center;
	}

	#customer_footer #footer_top_banner .bnner_list a{width: 165px;}
	#customer_footer #footer_top_banner .bnner_list a:first-of-type span{line-height: 3.5;}
	#customer_footer #footer_top_banner .bnner_list a:nth-of-type(2) span{line-height: 3.5;}
	#customer_footer #footer_top_banner .bnner_list a:nth-of-type(3) > span{margin-top: 5px;}
	#customer_footer #footer_top_banner .bnner_list a:nth-of-type(4) span{line-height: 3.5;}
	#customer_footer #footer_top_banner .bnner_list a:nth-of-type(5) span{margin-top: 5px;}
}
@media screen and (max-width: 736px) {
	#customer_footer #footer_top_banner h3{font-size: 20px;font-weight: normal;text-align: center;
		margin-bottom: 20px;}
	#customer_footer #footer_top_banner .hotel_list .bnner_list{justify-content: space-between; flex-wrap: wrap; margin: 0;}
	#customer_footer #footer_top_banner .hotel_list a{width: 48%; margin-bottom:15px; padding:10px; height: 73px !important; margin-left:0;}
	#customer_footer #footer_top_banner .hotel_list a > span{line-height: 1; margin-top: 10px;}
}



/*footer
----------------------------------------*/
#customer_footer #footer {
	position: relative;
	z-index: 300;
	background: #333;
	width: 100%;
	padding: 40px 0;
}
#customer_footer.he #footer {
	background: #231a13;
}
#customer_footer.am #footer {
	background: #172033;
}
#customer_footer.fv #footer {
	background: #003835;
}
#customer_footer.hr #footer {
	background: #000;
}

#customer_footer #footer .footer_block {
	width: 1000px;
	margin: 0 auto;
	color: #ccc;
}



#customer_footer #footer .flogo {
	margin-bottom: 30px;
}

#customer_footer #footer .flogo img {
	width: 253px;
}
#customer_footer.am #footer .flogo img {
  width: 358px;
}
#customer_footer.fv #footer .flogo img {
	width: 253px;
}

#customer_footer #footer a:link {
	color: #ccc;
}
#customer_footer #footer .footer_nav {
	/*! width: 660px; */
    margin-left: auto;
	font-size: 92%;
	overflow: hidden;
}

#customer_footer #footer .footer_nav li {
	float: left;
	margin-left: 10px;
}

#customer_footer #footer .footer_nav a {
	color: #ccc;
	text-decoration: none;
	padding-left: 20px;
	position: relative;
}

#customer_footer #footer .footer_nav a:hover {
	text-decoration: underline;
}

#customer_footer #footer .flogo span {
	display: block;
	line-height: 10px;
}

#customer_footer #footer .address_box {
	border-top: solid 1px rgb(255,255,255,0.2);
	clear: both;
	padding-top: 28px;
}
#customer_footer #footer .address_box .htb_logo {
	vertical-align: middle;
	margin: 0 20px 4px 0;
}
#customer_footer #footer .address_box .htb_logo img {
	vertical-align: middle;
}
#customer_footer #footer .address_box .btn_htb {
	display: inline-block;
	vertical-align: middle;
	background: url(https://www.huistenbosch.co.jp/hotels/fv/img/common/icon_footer_gaibu.gif) no-repeat right center;
}
#customer_footer #footer .address_box .btn_htb + .btn_htb {
	margin-left: 17px;
}

#customer_footer #footer .address_box .btn_htb a {
	display: inline-block;
	font-size: 85%;
	color: #fff;
	text-decoration: none;
	padding: 0 14px 0 11px;
	background: url(https://www.huistenbosch.co.jp/hotels/fv/img/common/icon_footer_arrow.gif) no-repeat left center;
}

#customer_footer #footer .address_box .btn_htb a:hover {
	text-decoration: underline;
}


#customer_footer #footer .address_box address span{
  display:none!important;
}

#customer_footer.he #footer_top_banner .hotel_list a:first-child{
  display:none!important;
}
#customer_footer.am #footer_top_banner .hotel_list a:nth-child(2){
  display:none!important;
}

@media screen and (min-width: 737px) {
	#customer_footer #footer .address_box{display: flex;}
	#customer_footer #footer .footer_nav a::before{
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 5px;
		left: 5px;
		/*! margin-top: -4px; */
	}
}

#customer_footer #footer .footer_sitemap {
	border-top: solid 1px #282b33;
	clear: both;
	padding: 25px 15px 18px;
	overflow: hidden;
}

#customer_footer #footer .footer_sitemap dl {
	float: left;
}

#customer_footer #footer .footer_sitemap dl.guest {
	width: 272px;
}

#customer_footer #footer .footer_sitemap dl.restaurant {
	width: 280px;
}

#customer_footer #footer .footer_sitemap dl.plan {
	width: 213px;
}

#customer_footer #footer .footer_sitemap dl dt a {
	text-decoration: none;
	color: #ccc;
}

#customer_footer #footer .footer_sitemap dl dd a {
	text-decoration: none;
	color: #637395;
}

#customer_footer #footer .footer_sitemap dl a:hover {
	text-decoration: underline;
}

#customer_footer #footer .footer_sitemap dt {
	font-size: 123.1%;
}

#customer_footer #footer .footer_sitemap dd {
	font-size: 93%;
	margin: 3px 0 7px;
}

#customer_footer #footer .copyright {
	font-size: 11px;;
	text-align: right;
	line-height: 1;
	color: #fff;
}

@media screen and (min-width: 737px) {
	#customer_footer #footer .copyright{margin-left: auto;}
    #customer_footer #footer .footer_block_wap{display: flex;align-items: center;}
}


@media screen and (max-width: 736px) {
	#customer_footer #footer {
		position: static;
		min-width: 0;
		text-align: center;
		padding-bottom: 15px;
	}

	#customer_footer #footer .footer_block {
		width: 100%;
	}

	#customer_footer #footer .flogo {
		width: 90.625%;
		float: none;
		margin: 0 auto 20px;
	}
	#customer_footer.am #footer .flogo img {
	  max-width: 100%;
	  width: auto;
	}

	#customer_footer #footer .flogo span {
		margin: 0 auto;
	}

	#customer_footer #footer .footer_nav {
		width: auto;
		float: none;
		margin-left: 0;
		font-size: 86.66%;
		text-align: left;
		border-top: solid 1px rgba(255,255,255,0.2);
		border-bottom: solid 1px rgba(255,255,255,0.2);
	}

	#customer_footer #footer .footer_nav li{
		float: none;
		margin: 0;
	}

	#customer_footer #footer .footer_nav > ul > li > ul {
		display: table;
		width: 100%;
	}

	#customer_footer #footer .footer_nav li li {
		width: 50%;
		display: table-cell !important;
		margin-left: 0;
		border-bottom: solid 1px rgba(255,255,255,0.2);
		vertical-align: middle;
	}

	#customer_footer #footer .footer_nav li li:last-child {
		border-left: solid 1px rgba(255,255,255,0.2);
	}

	#customer_footer #footer .footer_nav > ul > li:last-child li  {
		border-bottom: none;
	}

	#customer_footer #footer .footer_nav a {
		color: #fff;
		display: block;
		background: url(https://www.huistenbosch.co.jp/hotels/fv/img/common/footer_icon.gif) no-repeat 4.70% center;
		background-size: 5px 8px;
		text-decoration: none;
		padding: 15px 5px 15px 10.06%;
		position: relative;
	}


	#customer_footer #footer .address_box {
		border-top: none;
		padding-top: 15px;
	}

	#customer_footer #footer .address_box .htb_logo {
		display: block;
		margin: 0 0 7px;
		float: none;
	}

	#customer_footer #footer .address_box .htb_logo img {
		width: 30%;
	}
	#customer_footer #footer .address_box .btn_htb {
		vertical-align: middle;
		margin-bottom: 5px;
		background: none;
		float: none;
		display: block;
		width: 44.375%;
		margin-right: 4.6875% !important;
		margin-left: 0 !important;
		float: right;
	}
	#customer_footer #footer .address_box .btn_htb:after {
		content: "";
		width: 10px;
		height: 9px;
		background: url(https://www.huistenbosch.co.jp/hotels/fv/img/common/icon_footer_gaibu_sp.gif) no-repeat;
		background-size: 10px 9px;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -5px;
	}
	#customer_footer #footer .address_box .btn_htb.clear {
		margin-left: 4.6875% !important;
		margin-right: 4.6875% !important;
		display: block;
		width: auto;
		float: none;
	}
	#customer_footer #footer .address_box .btn_htb.clear + .btn_htb {
		margin-left: 4.6875% !important;
		margin-right: 0 !important;
		float: left;
	}

	#customer_footer #footer .address_box .btn_htb a {
		display: block;
		padding: 5px 23px 5px 20px;
		border: solid 1px #8b9099;
		background: url(https://www.huistenbosch.co.jp/hotels/fv/img/common/icon_footer_arrow_sp.gif) no-repeat 10px center;
		background-size: 5px 8px;
		text-align: left;
		font-size: 73%;
	}

	#customer_footer #footer .address_box address,
	#customer_footer #footer .address_box .subnav {
		float: none;
		clear: both;
		text-align: center;
	}

	#customer_footer #footer .address_box address {
		padding-top: 7px;
	}

	#customer_footer #footer .footer_sitemap {
		display: none;
	}

	#customer_footer #footer .copyright {
		width: 71.875%;
		margin: 0 auto;
		text-align: center;
		padding-top: 16px;
	}
}
