@charset "utf-8";

body {
	padding-top: 160px;
}

.page_header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background:#fff;
	padding: 10px 0 0;
    top: 0;
	height:160px;
}
.page_header .catch{
	width: 1050px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
	color:#00ca1e;
}
.page_header .header_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page_header_text h1 {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	max-width: 100%;
	width: 960px;
	margin: auto;
}
.page_header .header_inner {
	width: 1050px;
	max-width: 100%;
	margin: auto;
	padding: 10px 5px 20px;
	text-align: center;
	height: 80px;
}
@media only screen and (min-width: 768px){
	.header_logo {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.header_btn {
		-ms-flex-preferred-size: 250px;
		flex-basis: 250px;
	}
	.header_info {
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px;
	}

}

.header_logo a,
.header_logo img {
	display: block;
}
.header_logo img {
	/* width: 100%; */
}
.header_logo .logo_text {
	font-size: 13px;
	color: #444;
	display: block;
	margin-top: 2px;
	font-weight: normal;
}
.header_tel {
	font-size: 37px;
	position: relative;
	padding-left: 30px;
	color: #000;
	font-family: 'Crimson Text', serif;
	line-height: 1;
	display: inline-block;
}
.header_tel::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 22px;
	height: 35px;
	background: url("../img/common/ico_phone_b-2019.png") 0 0 no-repeat;
	background-size: 22px auto;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	.page_header .header_inner {
		width: 100%;
	}
	.header_logo {
		width: 33.33%;
	}
	.header_logo img {
		max-width: 100%;
		height: auto;
	}
	.header_btn {
		width: 33.33%;
		max-width: 250px;
		padding: 0 10px;
	}
	.header_info {
		width: 33.33%;
		max-width: 245px;
	}
	.header_info .header_tel {
		font-size: 3.5vw;
	}
}
@media only screen and (max-width: 767px) {
	body {
		padding-top: 80px;
	}
	.page_header_text {
		display: none;
	}
	.page_header {
		padding: 0;
	}
	.page_header .header_inner {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 0 10px 10px;
	}
	.header_info,
	.header_btn {
		display: none;
	}

	.header_logo {
		text-align: center;
		width: 200px;
		max-width: 65%;
	}
	.sp_header_btn {
		display: flex;
		width: 85px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.page_header {
		height:auto;
}
	.page_header .catch{
	width: 100%;
		box-sizing: border-box;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	color:#00ca1e;
	font-size: 12px;
}
}
	@media only screen and (max-width: 450px) {
		.header_logo .logo_text {
			margin-top: 2px;
		}
	}
	.header_logo img {
		max-width: 100%;
	}
	.sp_header_tel a {
		background: #ff5b00;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5b00+0,ff5b00+100&1+0,0.7+100 */
		background: -moz-linear-gradient(top, rgba(255,91,0,1) 0%, rgba(255,91,0,0.7) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,91,0,1) 0%,rgba(255,91,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,91,0,1) 0%,rgba(255,91,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b00', endColorstr='#b3ff5b00',GradientType=0 ); /* IE6-9 */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: block;
		width: 40px;
		height: 40px;
	}
	.sp_header_tel a img {
		height: 34px;
		padding-top: 5px;
	}
	



.header02 {
	position: relative;
	background: #00b900; /* Old browsers */
	background: -moz-linear-gradient(top, #00b900 0%, #71d871 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00b900 0%,#71d871 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00b900 0%,#71d871 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b900', endColorstr='#71d871',GradientType=0 ); /* IE6-9 */
}
.header02 .header_inner {
	position: relative;
	width: 960px;
	margin: auto;
}

.header02 .nav_list > li > a {
	display: block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.header02 .nav_list > li > a::before {
	font-family: FontAwesome;
	font-size: 18px;
	margin-right: 5px;
	position: absolute;
	top: 50%;
	margin: -1.2em 0 0 -25px;
}
.header02 li a:hover {
	opacity: .7;
}
@media only screen and (min-width: 960px) {
	.header02 {
		min-width: 960px;
	}
}
@media only screen and (min-width: 768px) {
	.header02 {
		min-width: 100%;
	}
	.header02 .panel {
		display: block !important;
	}
	.header02 a.menu {
		display: none;
	}
	.header02 .nav_list > li:last-of-type {
		background: #ff5b00;
		margin-left: 30px;
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5b00+0,ff5b00+100&1+0,0.7+100 */
			background: -moz-linear-gradient(top, rgba(255,91,0,1) 0%, rgba(255,91,0,0.7) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(255,91,0,1) 0%,rgba(255,91,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(255,91,0,1) 0%,rgba(255,91,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b00', endColorstr='#b3ff5b00',GradientType=0 ); /* IE6-9 */
	}
	.header02 .nav_list > li {
		float: left;
		width: 13.8%;
		height: 45px;
		line-height: 45px;
		position: relative;
	}
	.header02 .nav_list > li > a {
		height: 45px;
		vertical-align: middle;
	}
}
@media only screen and (max-width: 767px) {
	.header02 .inner {
		width: 100%;
	}
	.header02 {
		position: relative;
		z-index:999;
		top:0;
		width:100%;
		background:#fff;
	}
	.sp_menu {
		 display:block;
		line-height: 1;
	}
	.sp_menu span {
		width: 40px;
		padding: 8px;
		display: block;
		border-radius: 3px;
background: #00b900; /* Old browsers */
background: -moz-linear-gradient(top, #00b900 0%, #71d871 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00b900 0%,#71d871 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00b900 0%,#71d871 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b900', endColorstr='#71d871',GradientType=0 ); /* IE6-9 */
	}
	.sp_menu span img {
		 display:block;
	}
	.header02 ul li {
		line-height:1.2;
		border-bottom: 1px solid #ccc;
		background: #fff;
	}
	.header02 ul li:first-child {
		border-top: 1px solid #ccc; 
	}
	.header02 .nav_list > li > a {
		background: #fff;
		padding: 0 5%;
		text-align:left;
		color: #333;
		font-size: 14px;
		font-size: 1.4rem;
		text-decoration:none;
		vertical-align:middle;
	}
	.header02 div.panel {
		position: absolute;
		width: 100%;
	}
}
