/* CSS Document */




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

	header

============================================================================*/
#header{
	position: absolute;
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: space-between;
    z-index: 999;
}
@media screen and (max-width:1380px) {
}



/*------------------------------ 左＊h1とロゴ ------------------------------*/
#header_left {
	margin-left: 100px;
}
#header h1{
	position: relative;
	padding-top: 10px;
	font-size: 12px;
	color: #999;
}
#header figure{
	position: relative;
	margin-top: 20px;
}
@media screen and (max-width:1380px) {
	#header_left {
		margin-left: 40px;
	}
}
@media screen and (max-width:1278px) {
	#header_left {
		margin-left: 20px;
	}
	#header h1{
		font-size: 10px;
	}
}
@media screen and (max-width:880px) {
	#header figure{
		width: 160px;
		margin-top: 10px;
	}
}



/*------------------------------ 右＊大枠 ------------------------------*/
#header_right {
	margin-right: 20px;
	height: 85px;
	display: flex;
	align-items: flex-end;
}



/*------------------------------ 右＊nav ------------------------------*/
nav {
	position: relative;
	margin-top: 65px;
}
nav li {
	display: inline-block;
	margin: 0 15px;
}
nav li a {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}
@media screen and (max-width:1278px) {
	nav li {
		margin: 0 10px;
	}
	nav li a {
		font-size: 15px;
	}
}
@media screen and (max-width:1080px) {
	nav { display: none;}
}



/*------------------------------ 右＊電話番号 ------------------------------*/
#header_tel {
	margin: 0 30px 5px 20px;
	text-align: center;
}
#header_tel dt {
	margin-bottom: 5px;
	color: #b2890e;
	font-size: 15px;
}
#header_tel dd {
	color: #931919;
	font-size: 32px;
	font-family: "Oswald", sans-serif;
	line-height: 1;
	letter-spacing: 2.3px;
}
@media screen and (max-width:1278px) {
	#header_tel {
		margin: 0 20px 5px 15px;
	}
	#header_tel dt {
		font-size: 14px;
	}
	#header_tel dd {
		font-size: 28px;
	}
}
@media screen and (max-width:880px) {
	#header_tel { display: none;}
}



/*------------------------------ 右＊言語 ------------------------------*/
#header_lang {
	display: flex;
}
#header_lang li a {
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	display: block;
	color: #222;
	font-size: 15px;
	text-align: center;
}
#header_lang li img {
	display: block;
	margin: 0 auto 5px;
	padding-top: 13px;
}

#header_lang li:nth-of-type(1) a { /*日本語*/
	background: #eae6d9;
	border: 1px solid #b2890e;
}
#header_lang li:nth-of-type(2) a { /*英語*/
	background: #d9e5ea;
	border: 1px solid #0e5bb2;
	margin: 0 10px;
}
#header_lang li:nth-of-type(3) a { /*中国語・簡SC*/
	background: #f3e5e3;
	border: 1px solid #931919;
	margin-right: 10px;
}
#header_lang li:nth-of-type(4) a { /*中国語・繁TC*/
	background: #f3e5e3;
	border: 1px solid #931919;
}
#header_lang li:nth-of-type(1) a:hover { /*日本語*/
	background: #b2890e;
	color: #FFF;
}
#header_lang li:nth-of-type(2) a:hover { /*英語*/
	background: #0e5bb2;
	color: #FFF;
}
#header_lang li:nth-of-type(3) a:hover { /*中国語・簡SC*/
	background: #931919;
	color: #FFF;
}
#header_lang li:nth-of-type(4) a:hover { /*中国語・簡SC*/
	background: #931919;
	color: #FFF;
}
@media screen and (max-width:1278px) {
	#header_lang li a {
		width: 60px;
		font-size: 14px;
	}
	#header_lang li:nth-of-type(2) a { /*英語*/
		margin: 0 5px;
	}
}
@media screen and (max-width:880px) {
	#header_lang { display: none;}
}



/*------------------------------ PC＊スクロール後設定 ------------------------------*/
#header.HeightMin{
	position: fixed;
	height:85px;
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}




	
.sp_navi {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:62px;
	font-size:18px;
	font-weight:bold;
	z-index: 9998;
}
@media screen and (max-width:880px) {
	.sp_navi { display: block;}
}
	
	




.sp_navi dl{
}
.sp_navi dl dt {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 62px;
	height: 62px;
	font-weight:bold;
	cursor:pointer;
}
.sp_navi dl dd {
	display:none;
	background: #931919;
}
.sp_navi ul{
	padding:10px 8% 8% 8%;
}
.sp_navi ul li:first-of-type{
	margin-bottom: 30px;
}
.sp_navi ul li:first-of-type h1{
	position: relative;
	padding-top: 10px;
	font-size: 10px;
	color: #FFF;
}
.sp_navi ul li:first-of-type figure{
	margin-top: 10px;
	width: 160px;
}






.sp_navi ul li {
	width: 100% ;
}
.sp_navi ul li a {
	display: block;
	width:100%;
	color:#FFF;
	line-height:3;
	border-bottom: 1px solid #b2890e;
	font-size: 15px;
}

/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 42px;
    height:42px;
    position: absolute;
    top:9px;
    right: 10px;
	background: #931919;
	border: 1px solid #b2890e;
    z-index: 9999999;
}
.sp_navi dt a span {
    display: block;
    background: #b2890e;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:first-child {
    top: 12px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.sp_navi dt a span:last-child {
    bottom: 12px;
}
.sp_navi dt a.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}






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

		英語ページの場合 page-id-9

==================================================================*/
.page-id-9 #header_tel dt {
	font-family: "Oswald", sans-serif;
    font-weight: 400;
}
.page-id-9 #header_lang {
	font-family: "Oswald", sans-serif;
    font-weight: 400;
}








