.header {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	clear: both;
	width: 100%;
	z-index: 25;
	height: 101px;
}
.header_sub {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	clear: both;
	width: 100%;
	z-index: 25;
	background: #fff;
}

.header_logo img {
	width: 550px;
	transition: all 0.3s ease;
    margin-left:10px;
    margin-top:10px;	
}

.header_nav {
	float: right;
}
.header_btn {
	overflow: hidden;
	clear: both;
}
.header_btn li {
	float: left;
}
.header_btn li a {
	display: block;
	padding: 25px 15px;
	font-size: 1.6rem;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
.header_btn li a i {
	font-size: 130%;
}

.header_btn li a:after {
    content: attr(data-text);
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align:center;
    color: #fff;
}


.header_contact {
	margin-left: 30px;
	padding: 30px 30px 31px 30px !important;	
	background: #d4ad7a;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: center !important;
	color: #FFF !important;
}
.header_contact:hover {
	background:rgba(250,20,77,1);
}
.header_contact:after {
    content: attr(data-text);
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    text-align:center;
	color: #FFF !important;
}
.min_header	 {
	box-shadow:0px 0px 6px -3px #777;
	background:rgba(255,255,255,1);
	box-shadow: 0 3px 5px -0px rgba(0, 0, 0, .3);
}
.min_header .header_logo img {
	width: 350px;
	transition: all 0.3s ease;
	 margin-top:25px;
}
.min_header li a {
	display: block;
	padding: 25px 10px;
	font-size: 1.5rem;
	font-weight: bold;
	-webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
}
.min_header .header_contact {
	margin-left: 30px;
	margin-top:0px;
	margin-right:0px;
	padding: 32px 30px !important;	
}

.header_sp_btn {
	display: none;
}

@media screen and (max-width: 1500px) {
	
.header_logo img {
	width: 350px;
	transition: all 0.3s ease;
    margin-left:10px;
    margin-top:25px;	
	-webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
}
.header_btn li a {
	display: block;
	padding: 25px 10px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	-webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	
}
.header_btn li a i {
	font-size: 130%;
}

.header_btn li a:after {
    content: attr(data-text);
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align:center;
    color: #707070;
}
	
}

@media screen and (max-width: 1200px) {
.header {
		height: 60px;
		overflow: initial;
	    background:rgba(255,255,255,1);
		
	}
.header_sub {
		height: 60px;
		overflow: initial;
		
}
	.header_sp_btn {
		position: relative;
		float: right;
		display: block;
		width: 60px;
		height: 60px;
	}
	.header_sp_btn span {
	    display: block;
	    position: absolute;    /* .navToggleに対して */
	    width: 30px;
	    border-bottom: solid 3px #222;
	    -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: 250px;
		margin-top: 12px;
		 margin-left:10px;
	}
	.header_nav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		float: none;
		height: 0px;
		overflow: hidden;
		background:#5fd3d3;
		transition: all 0.3s ease;
	}
	.header_nav.active {
		height: 100vh;
		transition: all 0.3s ease;
	}
	.header_btn li {
		float: none;
		width: 100%;
		border-bottom: 1px #757575 solid;
	}
	.header_btn li a {
		padding: 6px 0;
		text-align: center;
		font-size: 1.4rem;
		color: #fff;
	}
	.header_btn li a:after {
    color: #fff;
}
	.header_contact {
	background:rgba(0,0,0,0) !important;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: auto;
	padding: auto !important;
	text-align: center;
	height: auto;
	}
	.header_tel {
		background: none;
		font-size: 3rem !important;
		height: auto;
		padding: 0px 0px 0px 0px !important;
	}
	.header_contact:hover {
	background: #158542;
}


.min_header	 {
	box-shadow:0px 0px 6px -3px #777;
	background:rgba(255,255,255,1);
}
	
	
.min_header .header_contact {
	background:rgba(0,0,0,0) !important;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: auto;
	padding: auto !important;
	text-align: center;
	height: auto;
}





}


.subpage .header {
	
	background: #fff !important;
}


.subpage .header_contact {
	background:rgba(12,107,40,1) !important;
	color: #fff;
	margin-left: 30px;
	margin-top:15px;
	margin-right:15px;
	padding: 20px 20px !important;	
}

.subpage .min_header .header_contact {
	background:rgba(0,100,40,1);
	color: #fff;
	margin-left: 30px;
	margin-top:0px;
	margin-right:0px;
	padding: 20px 20px !important;	
}


@media screen and (max-width: 1200px) {
	
.subpage .header_contact {
	
	color: #fff;
	margin-left: 0px;
	margin-top:0px;
	margin-right:0px;
	padding: 20px 20px !important;	
}
.subpage .min_header .header_contact {
	
	color: #fff;
	margin-left: 0px;
	margin-top:0px;
	margin-right:0px;
	padding: 20px 20px !important;	
}
	
.min_header .header_logo img {
	width: 250px;
	transition: all 0.3s ease;
	margin-top:12px;
}
	
}


.head_title {
	font-size: 1.4rem;
	font-weight: bold;
	color: #006428;
	position: relative;
	left: 10px;
	top: 5px;
}

@media screen and (max-width: 834px) {
	.head_title {
	font-size: 1.4rem;
	font-weight: bold;
	color: #006428;
	display: none;
}

}

@media screen and (max-width: 340px) {
	
.header_logo img {
		width: 220px;
		margin-top: 15px;
		 margin-left:10px;
	}
	
.min_header .header_logo img {
		width: 220px;
		margin-top: 15px;
		 margin-left:10px;
}
	
}
