.header {
	position: fixed;
	top: 0;
	left: 0;
	/*overflow: hidden;*/
	clear: both;
	width: 100%;
	background: #fff;
	z-index: 25;
	padding: 15px 15px 5px;
	box-sizing: border-box;
}
.header_title {
	font-size: 1.3rem;
    font-weight: 500;
    padding: 0 0 0 10px;
    margin: 0;
}
.header_logo img {
	width: 230px;
	transition: all 0.3s ease;	
}
.header_nav {
	float: right;
    padding: 25px 0 0 0;
}
.header_btn:after {
	display: block;
	overflow: hidden;
	clear: both;
}
.header_btn li {
	float: left;
}
.header_btn li a {
	display: block;
	padding: 0px 25px;
    font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 5px;
	border-left: #222 solid 1px;
	position: relative;
}
.header_btn li a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	background: #8B252A;
	transition: all 0.5s ease;
}
.header_btn li a:hover:after {
	width: 80%;
	transition: all 0.5s ease;
}
.header_btn > li:first-child > a{
	border-left: none;
}
.header_btn li.head_icon a {
	padding: 0 10px;
	margin-top: 0;
	border-left: none;
}
.header_btn li a i {
	font-size: 130%;
}
ul > li {
	display: inline-block;
	position: relative;
}
ul li:hover ul {
	display: block;
}
ul li ul {
	position: absolute;
	top: 22px;
	left: 0;
	display: none;
	z-index: 999;
	transition: all 0.5s ease;
}
ul li ul li {
	display: block;
	color: #000;
	margin: 2px 0;
}
ul.header_btn li ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #8B252A;
	transition: all 0.5s ease;
}
ul.header_btn li ul li:first-child a{
	border-left: #222 solid 1px;
}
.menu__parent-down-link {
	display: none;
}
.menu__button-hidden-check {
	display: none;
}
@media screen and (max-width: 768px){
	.menu__parent-link {
		display: none!important;
	}
	.menu__parent-down-link {
		background-color: unset;
		cursor: pointer;
		padding: 20px 0;
		display: flex;
		justify-content: center;
		border-bottom: 1px #222 solid;
		z-index: 30;
	}
	.menu__parent-down-link span {
		display: block;
		color: #fff;
		margin-left: 2rem;
		font-size: 1.6rem;
	}
	ul.accshow {
		position: static;
		height: 0;
		background-color: unset;
		transition: all 0.5s ease;
		overflow: hidden;
	}
	input.menu__button-hidden-check:checked + ul.accshow {
		height: auto;
	}
	ul li ul li {
		margin: 0;
	}
}
.header_contact {
	background: #111;
	color: #fff;
	margin-left: 30px;
}
.header_contact:hover {
	background: #777;
}
.min_header	 {
	box-shadow:0px 0px 6px -3px #777;
}
.min_header .header_logo img {
	width: 300px;
	transition: all 0.3s ease;
}
.min_header li a {
	display: block;
	padding: 16px 30px;
	font-size: 1.4rem;
	font-weight: bold;
}
.header_sp_btn {
	display: none;
}
.language {
	position: absolute;
	top: 15px;
	right: 15px;
}
.language {
	overflow: hidden;
	clear: both;
	width: 190px;
}
.language a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border:#222 solid 1px;
}
.language a:hover,
.language a.on {
	background: #8B252A;
	color: #fff;
	border:#8B252A solid 1px;
}
.head_search_btn {
	background: url("/images/common/icon_search.gif")no-repeat;
	width: 30px;
	height: 30px;
	border: none;
	transition: all 0.3s ease;
	position: relative;
	top: 2px;
	margin: 0 5px 0 10px;
}
.head_search_btn:hover {
	opacity: 0.5;
	transition: all 0.3s ease;
}
.head_search_text {
	padding: 5px;
	border:#000 solid 1px;
	position: relative;
	top: -8px;
	width: 180px;
}

@media screen and (max-width: 1640px) {
	.header_btn li a {
		padding: 0px 12px;
		font-size: 1.5rem;
	}
	.header_btn li.head_icon a img {
		width: 85%;
	}
	.head_search_btn {
		background: url(/images/common/icon_search.gif)no-repeat;
		background-size: 85%;
	}
	.head_search_text {
		top: -10px;
		width: 100px;
	}
	.header_btn li.head_icon a {
    	padding: 0;
	}
	.header_btn li.head_icon1 a {
		margin-left: 10px;
	}
}
@media screen and (max-width: 1340px) {
	.header_btn li a {
		padding: 0px 7px;
		font-size: 1.3rem;
	}
	.header_btn li.head_icon a img {
		width: 80%;
	}
	.head_search_btn {
		background: url(/images/common/icon_search.gif)no-repeat;
		background-size: 80%;
	}
	.head_search_text {
		top: -12px;
		width: 45px;
	}
}

@media screen and (max-width: 1115px) {
	.header_nav {
		padding: 10px 0 0 0;
	}
	.header {
		min-width: 870px;
	}
}
@media screen and (max-width: 768px) {
	.header {
		height: 60px;
		overflow: initial;
		padding: 7px 7px 0px;
		min-width: 100%;
	}
	.header_title {
		font-size: 10px;
		line-height: 1.2;
		padding: 0;
		position: absolute;
		width: 40%;
		top: 14px;
		right: 13%;
	}
	.header_sp_btn {
		position: relative;
		float: right;
		display: block;
		width: 40px;
		height: 40px;
		top: -7px;
	}
	.header_sp_btn span {
	    display: block;
	    position: absolute;    /* .navToggleに対して */
	    width: 30px;
	    border-bottom: solid 3px #181818;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	    left: 6px;
	}
	.header_sp_btn span:nth-child(1) { top: 18px;}
	.header_sp_btn span:nth-child(2) { top: 28px;}
	.header_sp_btn span:nth-child(3) { top: 38px;}
	.header_sp_btn.active span:nth-child(1) {
	    top: 28px;
	    left: 6px;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.header_sp_btn.active span:nth-child(2),
	.header_sp_btn.active span:nth-child(3) {
	    top: 28px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.header_logo img {
		width: 45%;
		top: 3px;
    	position: relative;
		max-width: 180px;
	}
	.header_nav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		float: none;
		height: 0;
		overflow: hidden;
		background-color:rgba(0,0,0,0.9);
		transition: all 0.3s ease;
		z-index: 30;
		padding: 0;
	}
	.header_nav.active {
		height: 100vh;
		transition: all 0.3s ease;
	}
	.header_btn {
		position: relative;
	}
	.header_btn:before {
		content: '';
		display: block;
		background: #fff;
		width: 100%;
		height: 40px;
		top: 0;
		left: 0;
	}
	.header_btn li {
		float: none;
		width: 100%;
		border-bottom: 1px #222 solid;
		z-index: 30;
	}
	.header_btn li a {
		padding: 20px 0;
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
	}
	.header_contact {
	    background: none;
	    margin-left: 0;
	}
	.language {
		width: 30%;
		top: 0px;
		left: 15px;
		right: auto;
	}
	.language a {
		font-size: 1.3rem;
	}
	.header_btn li.head_icon {
		width: 7%;
		border-bottom: none;
	}
	.header_btn li.head_icon1 {
		position: absolute;
		top: 0;
		left: 37%;
	}
	.header_btn li.head_icon1 a {
		margin-left: 0;
	}
	.header_btn li.head_icon2 {
		position: absolute;
		top: 0;
		left: 47%;
	}
	.header_btn li.head_icon3 {
		position: absolute;
		top: 0;
		left: 59%;
		width: 40%;
	}
	.head_search_text {
		width: 55%;
	}
	.header_btn li.head_icon a img {
		width: 100%;
	}
	.header_btn li a:after {
		display: none;
	}

	
	
	
	
	
	
}