@charset "UTF-8";
#header {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
/* a */
#header a{
	text-decoration:none;
	display: block;
}
/* ul ol */
#header ul,#header ol{
	list-style-type: none;
}
#header .headerIn {
	/* 並べ方 */
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	/* 方向 */
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction:row;
	/* 位置揃え */
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	/* 垂直方向の揃え */
	-ms-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;

	max-width:1120px;
	margin: 0 auto;
	padding: 0 10px;
}
#header .globalHeader{
	width: 30%;
	margin-right: 20px;
}
#header .globalHeader .logo{
	margin: 0;
}
#header .globalHeader img{
	width: 100%;
	max-width: 300px;
}
#header .headerMenu{
	width: 65%;
}
#header .globalNav ul{
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header .globalNav li{
	display: table-cell;
	vertical-align: top;
}
#header .globalNav li:hover{
	opacity: .5;
}
#header .globalNav li a{
	position: relative;
	z-index:1;
	display: block;
	text-align: center;
	width: 100%;
	vertical-align: middle;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
}
#header .globalNav li a::after{
	display: block;
	content: attr(title);
	font-weight: normal;
	font-size: 13px;
	margin-top: 0;
	font-weight: normal;
	font-size: 11px;
	color:#079e75;
}
#header .spMenuBtn,
#header .close,
#header .globalNav .child {
	display: none;
}


@media screen and (max-width: 767px) {
	#header {
		position: relative;
		margin: 0;
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}
	#header .globalHeader {
		width: 100%;
		margin-right: 0;
		padding-right: 50px;
	}
	#header .globalHeader .logo{
		max-width: 195px;
		line-height: 1;
	}
	#header .spMenuBtn{
		display: block;
		cursor:pointer;
		position:absolute;
		width:27px;
		height:25px;
		right: 10px;
		top:7px;
		margin: 0;
	}
	#header .spMenuBtn::after{
		content: "\004d\0045\004e\0055";
		color:#079e75;
		font-size:11px;
		position: absolute;
		bottom:-18px;
		left:50%;
		-ms-transform:translate(-50%,0);
		-webkit-transform:translate(-50%,0);
		transform:translate(-50%,0);
	}
	#header .spMenuBtn.open::after{
		content: "\0063\006c\006f\0073\0065";
	}
	#header .spMenuBtn span{
		position:absolute;
		right:0;
	}
	#header .spMenuBtn span.line{
		width:27px;
		height:3px;
		background:#079e75;
		-ms-transition: all .4s;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	#header .spMenuBtn span.line:nth-of-type(1){
		top:5px;
	}
	#header .spMenuBtn span.line:nth-of-type(2){
		top:11px;
	}
	#header .spMenuBtn span.line:nth-of-type(3){
		top:17px;
	}
	#header .spMenuBtn.open span.line:nth-of-type(1){
		-ms-transform:translateY(20px) rotate(-45deg);
		-webkit-transform:translateY(20px) rotate(-45deg);
		transform:translateY(20px) rotate(-45deg);
		top:-8px;
	}
	#header .spMenuBtn.open span.line:nth-of-type(2){
		display: none;
	}
	#header .spMenuBtn.open span.line:nth-of-type(3){
		-ms-transform:translateY(-7px) rotate(45deg);
		-webkit-transform:translateY(-7px) rotate(45deg);
		transform:translateY(-7px) rotate(45deg);
		top:19px;
	}
	#header .headerMenu{
		position: absolute;
		left:0;
		top:55px;
		width: 100%;
		display: none;
		height: 0;
		opacity: 0;
		-webkit-animation: headerFadeOut .4s linear 0s 1;
		animation: headerFadeOut .4s linear 0s 1;
	}
	#header .headerMenu.open{
		display: block;
		height: auto;
		opacity: 1;
		-webkit-animation: headerFadeIn .4s linear 0s 1;
		animation: headerFadeIn .4s linear 0s 1;
	}
	#header .globalHeader{
		display: block;
		margin-top: 0;
		padding-top: 0;
	}
	#header .siteSearch{
		margin-top: 1em;
		position: relative;
		display: block;
		text-align: center;
	}
	#header .globalNav {
		background-color: #fff;
	}
	#header .globalNav ul{
		display: block;
	}
	#header .globalNav li {
		display: block;
		text-align: center;
		margin: 0;
		background-color: #fff;
		border-top: 1px solid #fff;
	}
	#header .globalNav .parent {
		margin-left: 10px;
		margin-right: 10px;
		box-sizing: border-box;
		width: calc(100% - 20px)
	}
	#header .globalNav .parent > li {
		border-bottom: 1px solid #e6e6e6;
	}
	#header .globalNav li a {
		display: block;
		padding: 10px;
	}
	#header .globalNav li:hover{
		opacity: 1;
	}
	#header .globalNav .child {
		display: block;
	}
	#header .globalNav .child a::before {
		position: absolute;
		right: 20px;
		top: 50%;
		display: inline-block;
		content: "";
		width: 6px;
		height: 6px;
		vertical-align: text-top;
		border-top: 2px solid #aaa;
		border-right: 2px solid #aaa;
		-ms-transform: rotate(45deg) translate(-50%,0);
		-webkit-transform: rotate(45deg) translate(-50%,0);
		transform: rotate(45deg) translate(-50%,0);
	}
	
	/* .close */
	#header .close{
		display: block;
		background-color: #fff;
		margin: 20px 0 0 0;
		padding: 20px 10px 120px;
		text-align: center;
		font-size:14px;
		cursor: pointer;
	}
	#header .close .box{
		display:inline-block;
		padding:8px 12px;
		border:1px solid #ddd;
	}
	#header .close .icon{
		position: relative;
		display: inline-block;
		background-image: url(/common_2018/img/header/close.png);
		background-repeat: no-repeat;
		background-size: 16px 16px;
		background-position: 0 50%;
		padding-left: 25px;
		line-height: 1;
	}

	#header .globalNav .link > a::before {
		position: absolute;
		right: 10px;
		top: 50%;
		display: inline-block;
		content: "";
		width: 8px;
		height: 8px;
		vertical-align: text-top;
		border-top: 2px solid #aaa;
		border-right: 2px solid #aaa ;
		-ms-transform: rotate(45deg) translate(-50%,0);
		-webkit-transform: rotate(45deg) translate(-50%,0);
		transform: rotate(45deg) translate(-50%,0);
	}

	#header .globalNav .accordion > .child{
		display:none;
	}

	#header .globalNav .accordion > a span::before,
	#header .globalNav .accordion > a span::after{
		position: absolute;
		display: inline-block;
		content: "";
		width:12px;
		height:2px;
		background:#aaaaaa;
		right:10px;
		top:50%;
		margin-top: -3px;
		-ms-transition: all 300ms 0s ease;
		-webkit-transition: all 300ms 0s ease;
		transition: all 300ms 0s ease;
	}
	#header .globalNav .accordion > a span::before{
		-ms-transform:translate(0px,0px) rotate(-180deg);
		-webkit-transform:translate(0px,0px) rotate(-180deg);
		transform:translate(0px,0px) rotate(-180deg);
	}
	#header .globalNav .accordion > a span::after{
		-ms-transform:translate(0px,0px) rotate(-90deg);
		-webkit-transform:translate(0px,0px) rotate(-90deg);
		transform:translate(0px,0px) rotate(-90deg);
	}
	#header .globalNav .accordion.open > a span::before{
		-ms-transform:translate(0px,0px) rotate(0deg);
		-webkit-transform:translate(0px,0px) rotate(0deg);
		transform:translate(0px,0px) rotate(0deg);
	}
	#header .globalNav .accordion.open > a span::after{
		-ms-transform:translate(0px,0px) rotate(0deg);
		-webkit-transform:translate(0px,0px) rotate(0deg);
		transform:translate(0px,0px) rotate(0deg);
	}
}

