@charset "utf-8";
/* CSS Document */

#header.fixed{
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 9999;
	transition: all .3s;
}
#header{background-color: #022d6c;transition: all .3s;}
#header .inn{
	overflow: hidden;
	min-width: 1000px;
}
#header .inn .logo{
	float: left;
	padding: 10px 0 10px 30px;
	transition: all .3s;
}
#header.fixed .inn .logo{
	padding: 5px 0 5px 30px;
	transition: all .3s;
}
#header .inn h1{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 5px 0;
}
#header.fixed .inn h1{
	display: none;
}
#header .inn .logo img{
	height: 40px;
	width: auto;
	transition: all .3s;
}
#header.fixed .inn .logo img{
	height: 35px;
	transition: all .3s;
}
#header .inn .bt-set{
	float: right;
	overflow: hidden;
}
#header .inn .bt-set .btn{
	float: left;
	margin: 20px 20px 0 0;
	transition: all .3s;
}
#header.fixed .inn .bt-set .btn{
	margin: 5px 20px 0 0;
	transition: all .3s;
}
#header .inn .bt-set .btn p{
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}
#header .inn .bt-set .btn p span{color: #fff;}
#header .inn .bt-set .btn p span::before{
	font-family: "fontAwesome";
  content: ' \f0da ';
  margin: 0 5px 0 0;
  color: #fff;
}
#header .inn .bt-set .btn span:hover{color: #ac8700;}
#header .inn .bt-set ul{overflow: hidden;border-left: 1px solid #ddd;}
#header .inn .bt-set ul li{
	float: left;
	width: 150px;
	text-align: center;
	line-height: 1;
}
#header .inn .bt-set ul li a{
	display: block;
	padding: 30px 0;
	font-size: 13px;
	transition: all .3s;
}
#header .inn .bt-set ul li a:hover{color: #ac8700;}
#header .inn .bt-set ul li span{
	padding: 2px 0;
	display: block;
	color: #fff;
}
#header .inn .bt-set ul li.reserve{
	background-color: #ac8700;
}
#header .inn .bt-set ul li.reserve:hover{
	background-color: #bd9c27;
}
#header .inn .bt-set ul li.reserve span{
	color: #fff;
}
#header .inn .bt-set ul li.inquiry span{
	display: block;
	border-left: 1px solid #ddd;
}

#header .inn .bt-set ul li.contact span::before{
	font-family: "fontAwesome";
  content: ' \f199 ';
  margin: 0 5px 0 0;
  color: #fff;
}
#header .inn .bt-set ul li.inquiry span::before{
	font-family: "fontAwesome";
  content: ' \f02d ';
  margin: 0 5px 0 0;
  color: #fff;
}
#header .inn .bt-set ul li.reserve span::before{
	font-family: "fontAwesome";
  content: ' \f004 ';
  margin: 0 5px 0 0;
  color: #ece000;
}

#header.fixed .inn .bt-set ul li a {
    padding: 15px 0;
    transition: all .3s;
}

#globalmenu{
	background-color: #ebf2f2;
}
#globalmenu ul{
	overflow: hidden;
	text-align: center;
	display: table;
	width: 1000px;
	margin: 0 auto;
}
#globalmenu ul li{
	float: left;
	text-align: center;
	width: 11.1%;
}
#globalmenu ul li span{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1;
	border-left: 1px solid #ddd;
	display: block;
}
#globalmenu ul li:last-child span{border-right: 1px solid #ddd;}
#globalmenu ul li a{
	display: block;
	padding: 16px 0;
	transition: all .3s;
}
#header.fixed #globalmenu ul li a{
	padding: 10px 0;
	transition: all .3s;
}

#globalmenu ul li a span.en{
	display: block!important;
}
#globalmenu ul li a:hover span.eng {
    display: none!important;
}
#globalmenu ul li a span.jp {
    display: none!important;
    
}
#globalmenu ul li a:hover span.jp {
    display: block!important;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #ac8700;
}

#globalmenu ul li.current span{color: #ac8700;}















