@charset "utf-8";


/* 
==============================================================*/

.fix-header {
	/*background-color:#646464;*/
	background-color: rgba(255,255,255,0.9);
	line-height: 90px;
	top: -90px;/* 上に隠す */
	left: 0;
	/*text-align: center;*/
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:30px;
	position: fixed;
	opacity:0;
	z-index: 1000;


height: 150px;

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

.fix-header {
	display: none;
	}

}
 
 
	.fix-header-contents{
		max-width:960px;
		margin: 0 auto;
	}
 
.fix-header ul{
list-style-type: none;
margin-top: -10px;
margin-bottom: 0px;
}
 
.fix-header li{
	display: inline;
	margin-right: 65px;
}

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

.fix-header li{
	margin-right: 25px;
}

}

 
.fix-header li a,.fix-header li a:visited{
	color: #000;
	text-decoration: none;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
.fix-header li:last-child{
	margin-right:0;
}
#fix-header-logo{
	/*float:left;*/
	position: absolute;
	left: 0;
	top: 0;
}
 
#fix-header-logo img{
width:170px;
}

#fix-header-sitetitle {
	color: #000;
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 0.4em;
	margin-bottom: 0px;
	margin: 0 auto;
	text-align: center;
}





#fix-header-menus{
	/*float:right;*/
	text-align: center;
}

/*
#scroll-fix-menu img{
padding-bottom: 5px;
   border-bottom:2px solid #fff;
}
 
#scroll-fix-menu .current-menu-item img{
   border-bottom:2px solid #0f142a;
}
 
#scroll-fix-menu a img:hover{
   border-bottom:2px solid #0f142a;
	transition:border-color 0.6s ease-out;
}
*/

/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */
 
 /*
	nav{
		width:100%;
		background-color: #646464;
	}
	.nav-container{
		max-width:960px;
		margin: 0 auto;
	}
	
	nav ul{
		padding:0;
		list-style: none;
	}
	
	nav ul li{
		float:left;
		margin:10px 30px 10px 0;
	}
	
	nav ul li a,nav ul li a:visited{
		color: #fff;
		text-decoration: none;
	}


*/




#fix-header-sns-btns {
	position: absolute;
	right: 20px;
	top: 55px;
}








/* アンカー位置のずれを解消
==============================================================*/

@media only screen and (min-width:760px){
    span.anchorlink {
       position: relative;
       top: -245px;
       display: block;
    }
}


