@charset "utf-8";
/*------------------------------------------------------------------------------------------------------



------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:767px) {

/*ヘッダー*/
header{}
header .txt-tagline{
	font-size: 20px;
	color: #FFF;
	background: #1EAA39;
	text-align: center;
	padding: 18px 0 10px 0;
	}
header h1{
	padding: 0;
	width: 730px;
	margin: 30px auto 70px auto;
	}
header .box-catch{
	padding: 0 15px;
	margin-bottom: 80px;
	text-align: center;
	}
header .txt-catch{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 14px;
	}
header .txt-lead{
	font-size: 16px;
	line-height: 1.8;
	}


/*商品*/
section.area-product{
	margin-bottom: 60px;
	}
.area-product h2{
	font-size: 24px;
	font-weight: 700;
	color: #1EAA39;
	text-align: center;
	margin-bottom: 10px;
	}
.area-product .block-nikken{
	width: 1050px;
	margin: 0 auto 40px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.area-product .block-nikken p.txt-nikken{
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0 auto;
	}
.area-product .block-other{
	width: 1050px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.area-product article{
	border: #1EAA39 solid 1px;
	margin: 0;
	padding: 20px;
	width: 334px;
	}
.area-product hgroup{
	margin-bottom: 10px;
	}
.area-product hgroup h4{
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	color: #1EAA39;
	margin-bottom: 8px;
	height: 50px;
	}
.area-product hgroup p{
	font-size: 14px;
	line-height: 1.5;
	height: 110px;
	}
.area-product hgroup span.label-eiyo{}
.area-product .box-pic{
	text-align: center;
	}
.area-product .box-pic img{
	width: 100%;
	height: auto;
	}

.area-product .block-other article{
	width: 510px;
	}
.area-product .block-other hgroup p{
	height: auto;
	}
.area-product .box-pic img{
	width: 75%;
	height: auto;
	}

/*地図*/
section.area-map{
	margin: 0 auto 60px auto;
	text-align: center;
	padding: 0;
	width: 1050px;
	}
section.area-map h2{
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 10px;
	background: #1EAA39;
	padding: 8px 0;
	}
section.area-map iframe{
	width: 100%;
	height: 450px;
	}
section.area-map p{
	font-size: 16px;	
	color: #444;
	padding: 18px 0;
	}

/*お問い合わせ*/
section.area-contact{
	border: #1EAA39 solid 1px;
	margin: 60px auto;
	padding: 20px 15px;
	text-align: center;
	width: 1050px;
	}
section.area-contact h2{
	font-size: 24px;
	font-weight: 700;
	color: #1EAA39;
	margin-bottom: 24px;
	}
section.area-contact a{
	font-size: 22px;
	}
section.area-contact a:hover{
	color: #2557F4;
	}





}
