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



------------------------------------------------------------------------------------------------------*/

/* Scroll-top
------------------------------------*/
#page-top {
	position: fixed;
	bottom: 0;
	right: 10px;
	font-size: 12px;
	}
#page-top a {
	background: #000;
  opacity: 0.6;
	text-decoration: none;
	color: #FFF;
	width: 60px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 8px 8px 0 0;
	}
#page-top a:hover {
	text-decoration: none;
	background: #000;
	}

/*ヘッダー*/
header{}
header .txt-tagline{
	font-size: 18px;
	color: #FFF;
	background: #1EAA39;
	text-align: center;
	padding: 8px 0;
	}
header h1{
	padding: 25px;
	}
header .box-catch{
	padding: 0 15px;
	margin-bottom: 40px;
	}
header .txt-catch{
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #555;
	margin-bottom: 8px;
	}
header .txt-lead{
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	}

/*商品*/
section.area-product{}
.area-product h2{
	font-size: 20px;
	font-weight: 700;
	color: #1EAA39;
	text-align: center;
	margin-bottom: 10px;
	}
.area-product .block-nikken{}
.area-product .block-nikken p.txt-nikken{
	font-size: 16px;
	line-height: 1.5;
	padding: 0 15px 15px 15px;
	}
.area-product .block-other{}
.area-product article{
	border: #1EAA39 solid 2px;
	margin: 20px 15px;
	padding: 15px;
	}
.area-product hgroup{
	margin-bottom: 10px;
	}
.area-product hgroup h4{
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	color: #1EAA39;
	margin-bottom: 8px;
	}
.area-product hgroup p{
	font-size: 16px;
	line-height: 1.5;
	}
.area-product hgroup span.label-eiyo{}
.area-product .box-pic{
	text-align: center;
	}
.area-product .box-pic img{
	width: 100%;
	height: auto;
	}


/*地図*/
section.area-map{
	margin: 30px 0;
	background: #F8F7F7;
	text-align: center;
	padding: 14px 0;
	}
section.area-map h2{
	font-size: 20px;
	font-weight: 700;
	color: #1EAA39;
	margin-bottom: 10px;
	}
section.area-map iframe{
	width: 100%;
	height: 450px;
	}
section.area-map p{
	font-size: 16px;	
	color: #444;
	padding-top: 6px;
	}

/*お問い合わせ*/
section.area-contact{
	border: #1EAA39 solid 2px;
	margin: 30px 15px;
	padding: 20px 15px;
	text-align: center;
	}
section.area-contact h2{
	font-size: 20px;
	font-weight: 700;
	color: #1EAA39;
	margin-bottom: 12px;
	}
section.area-contact a{
	font-size: 18px;
	}

/*フッター*/
footer{
	background: #1EAA39;
	padding: 15px 0;
	}
footer{
	font-size: 14px;
	color: #FFF;
	text-align: center;
	}	

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

}
