@charset "utf-8";
@import url("reset.css");
@import url("m_menu.css");
@import url("../slider/flexslider.css");



/*全デバイス共通設定*/
html{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	}
.botan{
	font-weight:bold;
	font-style:normal;
	display:block;
	text-align:center;
	font-size:150%;
	}
.botan a{
	display:block;
	background-color: #003f1e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	color: #e9e480;
	text-decoration:none;
	line-height:1.8em;
	width:100%;
	}
.botan a:hover{
	display:block;
	background-color: #006E34;
	color: #e9e480;
	text-decoration:none;
	line-height:1.8em;
	}
#f_access a:link { text-decoration:none; }
#f_access a:visited { text-decoration:none; }
#f_access a:hover { text-decoration:underline; }
#f_access a:active { text-decoration:none; }



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

/*基本設定*/
html{
	font-size: 16px;
	line-height:1.5;
	}
	
/*ヘッダー*/
header{
	width:100%;
	}
#header_top{
	width:1200px;
	margin:0 auto 0.916em auto;
	position:relative;
	}
#header_top .logo{
	float:left;
	width:28%;
	margin:1.625em 0 0 0;
	}
#header_top .t_botan{
	float:right;
	width:30%;
	font-weight:bold;
	font-style:normal;
	}
#header_top .t_botan li{
	float:right;
	width:45%;
	text-align:center;
	font-size:150%;
	margin:1.708em 0 0 5%;
	}
#header_top .t_botan li a{
	display:block;
	background-color: #003f1e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	color: #e9e480;
	text-decoration:none;
	line-height:1.8em;
	width:100%;
	}
#header_top .t_botan li a:hover{
	display:block;
	background-color: #006E34;
	color: #e9e480;
	text-decoration:none;
	line-height:1.8em;
	}
#m_wrapper{
	width:1200px;
	margin:0 auto 0 auto;
	position:relative;
	}
#message{
	position: absolute;
	font-family: "Sawarabi Mincho";
	
	font-size: 200%;
	color: #fff;
	z-index: 999;
	text-shadow: 1px 1px 1px #000;
	right: auto;
	bottom:8em;
	}
	
/*メイン*/

.top_contents h2{
	font-weight:bold;
	font-size:187.5%;
	color:#003f1e;
	margin:0 0 0.5em 0;
	}
section h3{
	font-weight: bold;
	font-size: 187.5%;
	color: #003f1e;
	border-bottom: 2px solid #000000;
	background-image: url(../img/base/leaf.png);
	background-size:65px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding:0 0 0 65px;
	margin:0 0 0.5em 0;
	}
section{
	width:1200px;
	margin:0 auto 5em auto;
	}
	
.top_contents {
width:100%;
  position: relative;
  overflow: hidden;
  margin: -20em 0 0 0;
  z-index:9999;
  height:85em;
}

.top_contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  background: #e9e480;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.contents_inner {
  box-sizing: boder-box;
  width: 1200px;
  max-width: 1200px;
  height: 100%;
  margin: 20em auto;
  padding: 0 10px 0;
}
.top_contents:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  background: #93bf68;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}

#family{
	width:102%;
	margin:0 -2% 0 0;
	
	}
#family li{
	float:left;
	width:48%;
	padding:0 2% 0 0;
	}
#family .logo{
	width:80%;
	margin:0 0 1em 0;
	}
	
#safety{
	width:102%;
	margin:3em 0 0 -2%;
	position:relative;
	}
#safety li{
	float:right;
	width:48%;
	padding:0 0 0 2%;
	}
.look{
	width:25%;
	position: absolute;
	right: 0%;
	bottom: 0%;	
	}

	
.product{
	width:102%;
	margin:2.5em 0 0 -2%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
.product li{
	float:left;
	width:23%;
	margin:0 0 0 2%;
	}
.center{
	width:30%;
	margin:2em 35% 0 35%;
	}
	
.product dl{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding:0.5em 5% 0.5em 5%;
	min-height:20em;
	}
.product dt{
	font-family: "Sawarabi Mincho";
	
	font-size: 280%;
	color:#86af60;
	text-align:center;
	line-height:1.2;
	margin:0 0 0.2em 0;
	}
.product img{
	margin:1em 0 0 0;
	}
.kakou{
	margin:2.5em 12.5% 0 8.75%;
	}	
/*フッター*/
footer {
  position: relative;
  overflow: hidden;
  padding: 5em 0 0 0;
  text-align:left;
}

footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 0 -10% 0;
  background: #86af60;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.footer_inner {
  box-sizing: boder-box;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 5em 0 5em;
  text-align: left;
}

#f_menu{
	float:left;
	width:50%;
	}
#f_menu dl{
	float:left;
	width:48%;
	margin:0 2% 0 0;
	}
#f_menu dt{
	font-weight:bold;
	color:#fff;
	font-size:120%;
	margin:0 0 0.5em 0;
	}
#f_menu dd {
	position: relative;
	padding:0 0 0 1em;
	color:#0f5033;
}
#f_menu dd:after {
	position: absolute;
	left:0.2em;
	z-index: 2;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #0f5033;
	border-radius: 100%;
	top: 0.55em;
}
#f_menu dd a{
	text-decoration:none;
	color:#0f5033;
	}
#f_menu dd a:hover{
	color:#fff;
	}
#f_access{
	float:right;
	width:45%;
	}
#f_access .f_logo{
	float:left;
	width:30%;
	}
#f_access .f_com{
	float:right;
	width:65%;
	}
#f_access li dl{
	margin:0 0 1em 0;
	
	}
#f_access li dt{
	font-weight:bold;
	}
address{
	width:100%;
	text-align:center;
	line-height:3;
	font-style:normal;
	color:#fff;
		}
#page-top {
	display:none;
}
}
/* pc2 */
@media only screen and (min-width: 1200px) and (max-width:2499px)  {

/*基本設定*/
html{
	font-size: 16px;
	line-height:1.5;
	}
	
/*ヘッダー*/
header{
	width:100%;
	}
#header_top{
	width:1200px;
	margin:0 auto 0.916em auto;
	position:relative;
	}
#header_top .logo{
	float:left;
	width:28%;
	margin:1.625em 0 0 0;
	}
#header_top .t_botan{
	float:right;
	width:30%;
	font-weight:bold;
	font-style:normal;
	}
#header_top .t_botan li{
	float:right;
	width:45%;
	text-align:center;
	font-size:150%;
	margin:1.708em 0 0 5%;
	}
#header_top .t_botan li a{
	display:block;
	background-color: #003f1e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	color: #e9e480;
	text-decoration:none;
	line-height:1.8em;
	width:100%;
	}
#header_top .t_botan li a:hover{
	display:block;
	background-color: #006E34;
	color: #e9e480;
	text-decoration:none;
	line-height:1.8em;
	}
#m_wrapper{
	width:1200px;
	margin:0 auto 0 auto;
	position:relative;
	}
#m_wrapper{
	width:1200px;
	margin:0 auto 0 auto;
	position:relative;
	}
#message{
	position: absolute;
	font-family: "Sawarabi Mincho";
	
	font-size: 200%;
	color: #fff;
	z-index: 999;
	text-shadow: 1px 1px 1px #000;
	bottom:8em;
	}
	
/*メイン*/

.top_contents h2{
	font-weight:bold;
	font-size:170%;
	color:#003f1e;
	margin:0 0 0.5em 0;
	}
section h3{
	font-weight: bold;
	font-size: 170%;
	color: #003f1e;
	border-bottom: 2px solid #000000;
	background-image: url(../img/base/leaf.png);
	background-size:65px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding:0 0 0 65px;
	margin:0 0 0.5em 0;
	}
section{
	width:1200px;
	margin:0 auto 5em auto;
	}
	
.top_contents {
width:100%;
  position: relative;
  overflow: hidden;
  margin: -260px 0 0 0;
  z-index:9999;
  height:1150px;
}

.top_contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #e9e480;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.contents_inner {
  box-sizing: boder-box;
  width: 1200px;
  max-width: 1200px;
  height: 100%;
  margin: 180px auto;
  padding: 0 10px 0;
}
.top_contents:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #93bf68;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}

#family{
	width:102%;
	margin:0 -2% 0 0;
	
	}
#family li{
	float:left;
	width:48%;
	padding:0 2% 0 0;
	}
#family .logo{
	width:80%;
	margin:0 0 1em 0;
	}
	
#safety{
	width:102%;
	margin:3em 0 0 -2%;
	position:relative;
	}
#safety li{
	float:right;
	width:48%;
	padding:0 0 0 2%;
	}
.look{
	width:25%;
	position: absolute;
	right: 0%;
	bottom: 0%;	
	}

	
.product{
	width:102%;
	margin:2.5em 0 0 -2%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
.product li{
	float:left;
	width:23%;
	margin:0 0 0 2%;
	}
.center{
	width:30%;
	margin:2em 35% 0 35%;
	}
	
.product dl{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding:0.5em 5% 0.5em 5%;
	min-height:20em;
	}
.product dt{
	font-family: "Sawarabi Mincho";
	
	font-size: 280%;
	color:#86af60;
	text-align:center;
	line-height:1.2;
	margin:0 0 0.2em 0;
	}
.product img{
	margin:1em 0 0 0;
	}
.kakou{
	margin:2.5em 12.5% 0 8.75%;
	}	
	
/*フッター*/
footer {
  position: relative;
  overflow: hidden;
  padding: 5em 0 0 0;
  text-align:left;
}

footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 2% -10% 0;
  background: #86af60;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.footer_inner {
  box-sizing: boder-box;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 5em 0 5em;
  text-align: left;
}

#f_menu{
	float:left;
	width:50%;
	}
#f_menu dl{
	float:left;
	width:48%;
	margin:0 2% 0 0;
	}
#f_menu dt{
	font-weight:bold;
	color:#fff;
	font-size:120%;
	margin:0 0 0.5em 0;
	}
#f_menu dd {
	position: relative;
	padding:0 0 0 1em;
	color:#0f5033;
}
#f_menu dd:after {
	position: absolute;
	left:0.2em;
	z-index: 2;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #0f5033;
	border-radius: 100%;
	top: 0.55em;
}
#f_menu dd a{
	text-decoration:none;
	color:#0f5033;
	}
#f_menu dd a:hover{
	color:#fff;
	}
#f_access{
	float:right;
	width:45%;
	}
#f_access .f_logo{
	float:left;
	width:30%;
	}
#f_access .f_com{
	float:right;
	width:65%;
	}
#f_access li dl{
	margin:0 0 1em 0;
	
	}
#f_access li dt{
	font-weight:bold;
	}
address{
	width:100%;
	text-align:center;
	line-height:3;
	font-style:normal;
	color:#fff;
		}
#page-top {
	display:none;
}
}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 1199px) {

/*基本設定*/
html{
	font-size: 16px;
	line-height:1.5;
	}
	
/*ヘッダー*/
header{
	width:100%;
	}
#header_top{
	width:100%;
	position:relative;
	}
#header_top .logo{
	float:none;
	width:60%;
	margin:2em 20% 0 20%;
	}
#header_top .t_botan{
	float:none;
	width:80%;
	font-weight:bold;
	margin:0 10% 0 10%;
	}
#header_top .t_botan li{
	float:right;
	width:45%;
	text-align:center;
	font-size:150%;
	margin:1em 2.5% 2em 2.5%;
	}
#header_top .t_botan li a{
	display:block;
	background-color: #003f1e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	color: #e9e480;
	text-decoration:none;
	line-height:1.8em;
	width:100%;
	}
#header_top .t_botan li a:hover{
	display:block;
	background-color: #006E34;
	color: #e9e480;
	text-decoration:none;
	line-height:1.8em;
	}
#m_wrapper{
	width:96%;
	margin:0 2% 0 2%;
	position:relative;
	}
#message{
	position: absolute;
	font-family: "Sawarabi Mincho";
	
	font-size: 130%;
	color: #fff;
	z-index: 99;
	text-shadow: 1px 1px 1px #000;
	bottom:12em;
	}
	
/*メイン*/

.top_contents h2{
	font-weight:bold;
	font-size:187.5%;
	color:#003f1e;
	margin:0 0 0.5em 0;
	}
section h3{
	font-weight:bold;
	font-size: 187.5%;
	color: #003f1e;
	border-bottom: 2px solid #000000;
	background-image: url(../img/base/leaf.png);
	background-size:65px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding:0 0 0 65px;
	margin:0 0 0.5em 0;
	}
section{
	width:96%;
	margin:0 2% 5em 2%;
	}
	
.top_contents {
  position: relative;
  overflow: hidden;
  margin: -15em 0 -14em 0;
  z-index:500;
}

.top_contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #e9e480;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.contents_inner {
  box-sizing: boder-box;
  width: 96%;
  max-width: 96%;
  height: 100%;
  margin: 0 2% 0 2%;
  padding: 5em 0 24em 0;
}
.top_contents:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #93bf68;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}

#family{
	width:100%;
	
	}
#family li{
	float:none;
	width:100%;
	}
#family img{
	width:70%;
	margin:1em 15% 0 15%;
	}
#family .logo{
	width:70%;
	margin:0 0 0 -10%;
	}	
#safety{
	width:100%;
	margin:3em 0 0 0;
	position:relative;
	}
#safety li{
	float:none;
	width:100%;
	}
#safety img{
	width:70%;
	margin:1em 15% 4em 15%;
	}
.look{
	width:50%;
	margin:0 25% 0 25%;
	position: absolute;
	bottom: 0;	
	}

	
.product{
	width:100%;
	margin:2.5em 0 0 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
.product li{
	float:left;
	width:40%;
	margin:0 5% 2em 5%;
	}
.center{
	width:50%;
	margin:0 25% 0 25%;
	}
	
.product dl{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding:0.5em 5% 0.5em 5%;
	min-height:20em;
	}
.product dt{
	font-family: "Sawarabi Mincho";
	
	font-size: 280%;
	color:#86af60;
	text-align:center;
	line-height:1.2;
	margin:0 0 0.2em 0;
	}
.product img{
	margin:1em 0 0 0;
	}
	
/*フッター*/
footer {
  position: relative;
  overflow: hidden;
  padding: 5em 0 0 0;
  text-align:left;
}

footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 2% -10% 0;
  background: #86af60;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.footer_inner {
  box-sizing: boder-box;
  width: 96%;
  height: 100%;
  margin: 0 2%;
  padding: 2em 0 2em;
  text-align: left;
}

#f_menu{
	float:left;
	width:50%;
	}
#f_menu dl{
	float:none;
	width:98%;
	margin:0 2% 0 0;
	}
#f_menu dt{
	font-weight:bold;
	color:#fff;
	font-size:120%;
	margin:0 0 0.5em 0;
	}
#f_menu dd {
	position: relative;
	padding:0 0 0 1em;
	color:#0f5033;
}
#f_menu dd:after {
	position: absolute;
	left:0.2em;
	z-index: 2;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #0f5033;
	border-radius: 100%;
	top: 0.55em;
}
#f_menu dd a{
	text-decoration:none;
	color:#0f5033;
	}
#f_menu dd a:hover{
	color:#fff;
	}
#f_access{
	float:right;
	width:48%;
	}
#f_access li{
	float:none;
	}
#f_access li img{
	width:50%;
	margin:0 25% 0 25%;
	}
#f_access li dl{
	margin:1em 0 1em 0;
	
	}
#f_access li dt{
	font-weight:bold;
	}
address{
	width:100%;
	text-align:center;
	line-height:3;
	font-style:normal;
	color:#fff;
		}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 12px;
    font-size: 90%;
	z-index:999;
}
#page-top a {
	background: #0f5033;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding-top: 1em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1em;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #146c45;
	
}
}
 
/* smartPhone */
@media screen and (max-width: 640px) {

/*基本設定*/
html{
	font-size: 80%;
	line-height:1.5;
	}
	
/*ヘッダー*/
header{
	width:100%;
	}
#header_top{
	width:100%;
	position:relative;
	}
#header_top .logo{
	float:none;
	width:80%;
	margin:4em 10% 0 10%;
	}
#header_top .t_botan{
	float:none;
	width:96%;
	font-weight:bold;
	margin:0 2% 0 2%;
	}
#header_top .t_botan li{
	float:right;
	width:48%;
	text-align:center;
	font-size:150%;
	margin:1em 1% 2em 1%;
	}
#header_top .t_botan li a{
	display:block;
	background-color: #003f1e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	color: #e9e480;
	text-decoration:none;
	line-height:1.8em;
	width:100%;
	}
#header_top .t_botan li a:hover{
	display:block;
	background-color: #006E34;
	color: #e9e480;
	text-decoration:none;
	line-height:1.8em;
	}
#m_wrapper{
	width:96%;
	margin:0 2% 0 2%;
	position:relative;
	}
#message{
	position: absolute;
	font-family: "Sawarabi Mincho";
	font-size: 100%;
	line-height:1.2;
	color: #fff;
	z-index: 99;
	text-shadow: 1px 1px 1px #000;
	bottom:10.5em;
	}
	
/*メイン*/

.top_contents h2{
	font-weight:bold;
	font-size:150%;
	color:#003f1e;
	margin:0 0 0.5em 0;
	}
section h3{
	font-weight: bold;
	font-size: 150%;
	color: #003f1e;
	border-bottom: 2px solid #000000;
	background-image: url(../img/base/leaf.png);
	background-size:40px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding:0 0 0 45px;
	margin:0 0 0.5em 0;
	}
section{
	width:96%;
	margin:0 2% 5em 2%;
	}
	
.top_contents {
  position: relative;
  overflow: hidden;
  margin: -11em 0 -14em 0;
  z-index:500;
}

.top_contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #e9e480;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.contents_inner {
  box-sizing: boder-box;
  width: 96%;
  max-width: 96%;
  height: 100%;
  margin: 0 2% 0 2%;
  padding: 5em 0 24em 0;
}
.top_contents:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #93bf68;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}

#family{
	width:100%;
	
	}
#family li{
	float:none;
	width:100%;
	}
#family img{
	width:90%;
	margin:1em 5% 0 5%;
	}	
#safety{
	width:100%;
	margin:3em 0 0 0;
	position:relative;
	}
#safety li{
	float:none;
	width:100%;
	}
#safety img{
	width:90%;
	margin:1em 5% 4em 5%;
	}
.look{
	width:80%;
	margin:0 10% 0 10%;
	position: absolute;
	bottom: 0;	
	}

	
.product{
	width:96%;
	margin:2.5em 2% 0 2%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
.product li{
	float:none;
	width:100%;
	margin:0 0 1em 0;
	}
.center{
	width:80%;
	margin:0 10% 0 10%;
	}
	
.product dl{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding:0.5em 5% 0.5em 5%;
	min-height:20em;
	}
.product dt{
	font-family: "Sawarabi Mincho";
	font-size: 280%;
	color:#86af60;
	text-align:center;
	line-height:1.2;
	margin:0 0 0.2em 0;
	}
.product img{
	margin:1em 0 0 0;
	}
	
/*フッター*/
footer {
  position: relative;
  overflow: hidden;
  padding: 2.5em 0 2em 0;
  text-align:left;
}

footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 2% -10% 0;
  background: #86af60;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.footer_inner {
  box-sizing: boder-box;
  width: 96%;
  height: 100%;
  margin: 0 2%;
  padding: 2em 0 2em;
  text-align: left;
}

#f_menu{
	display:none;
	}

#f_access{
	float:none;
	width:96%;
	margin:0 2% 0 2%;
	}
#f_access li{
	float:none;
	}
#f_access li img{
	width:50%;
	margin:0 25% 0 25%;
	}
#f_access li dl{
	margin:1em 0 1em 0;
	text-align:center;
	}
#f_access li dt{
	font-weight:bold;
	}
address{
	width:100%;
	text-align:center;
	line-height:1.2;
	font-style:normal;
	color:#fff;
		}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 12px;
    font-size: 90%;
	z-index:999;
}
#page-top a {
	background: #0f5033;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding-top: 1em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1em;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #146c45;
}
}
