@charset "UTF-8";
/* CSS Document */



body{
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#4C9D2F;
	font-size:12px;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-text-size-adjust: 100%;	
}
.ie8 body{
	min-width:1000px;	
}


header{
/* 画像ファイルの指定 */
  background-image: url(../images/mainimg.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center bottom;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
 
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000;
	width:100%;
	padding:5% 0;
}
header h1{
	width:40%;
	max-width:380px;
	margin:0 auto ;
	padding:0 0 20%;
}




#copy{
	width:92%;
	max-width:1000px;
	margin:0 auto;
	line-height:1.7;
}
#copy h2{
	font-size:2.1em;
	padding:3em 0 0.5em;	
}
#copy p{
	font-size:1.2em;
	line-height:1.8;
}


   
			

#itemBox{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:70px;
}

#itemBox .icon{
	width:100%;
	margin:0 auto;
	padding:30px 0 0;
	
}

#itemBox h3{
	width:100%;
	font-size:1.8em;
	letter-spacing:0.05em;
	color:#000000;
	margin-bottom:1em;
}

.coordinate{
	width:93%;
	padding:0;
	overflow:hidden;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;  /* 左右均等分布 */
}
.coordinate .left{
	border:2px solid #4C9D2F;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(48.8% - 10px);
  margin: 5px;
}
.coordinate .right{
	border:2px solid #4C9D2F;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(48.8% - 10px);
  margin: 5px;
	
}

.left h4{
	font-size:1.6em;
	line-height:1.2em;
	display:inline-block;
	vertical-align:middle;
}

.right h4{
	font-size:1.6em;
	line-height:1.2em;
	display:inline-block;
	vertical-align:middle;
}


	
.effect{
	width:90%;
	max-width:1000px;
	margin:0 auto 50px;
	}
	
.effect img{
	border:2px solid #4C9D2F;
}

#itemBox h4.summery{
	width:100%;
	font-size:1.4em;
	padding:2em 0 1em;
	line-height:1.8;
}



.itemlist{
	width:92%;
	overflow:hidden;
	margin:0 auto;
	margin-top:35px;
	text-align:center;
}

.itemlist ul{
	width:102%;
	text-align: center;
	font-size:0;
	margin:0 auto;
}
.itemlist ul li{
	width:27.8%;
	margin-right:2%;
	margin-bottom:2%;
	display:inline-block;
	text-align:center;
	font-size:12px;
	vertical-align:top;
	border:2px solid #4C9D2F;
	padding:10px;
}

.itemlist .itemimg{
	width:65%;
	margin:20px auto 10px;
}
.itemlist .itemimg a{
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.itemlist .itemimg a:hover{
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	opacity: 0.7;
}




.itemlist h5{
	font-size:1.2em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	line-height:1.4;
	padding:0.5em 0 0.2em;
	color:#000000;
}
.itemlist p.spec{
	font-size:1.1em;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:1.1;
	color:#000000;
}
.itemlist .itemcomment{
	text-align:left;
	padding:1em 0;
	color:#000000;
}
.itemlist p.buy{
	width:100%;
	margin:0 auto;
	margin-top:0.5em;
}
.itemlist p.buy a{
	width:60%;
	margin:0 auto;
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1em;
	font-weight:400;
	background:#4C9D2F;
	color:#FFF;
	line-height:1.2;
	padding:0.5em 0 0.5em 0;
	letter-spacing:0.05em;
	border-radius:20px;
	-webkit-transition:background-color 0.2s;
	   -moz-transition:background-color 0.2s;
	        transition:background-color 0.2s;
}

.itemlist p.buy a:hover{
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	opacity: 0.7;
}

#itemBox .logo{
	width:100%;
	margin:0 auto;
	padding:50px 0 0;
	
}



.coordinate:after,
ul:after,
dl:after{
	  content: "";
	  display: table;
	  float:none;
	  clear: both;
}

/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){

header{
	background:url(../images/mainimg_s.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	padding:5% 0;
  }
  
 header h1{
	width:70%;
	max-width:380px;
	margin:0 auto ;
	padding:10% 0 40%;
}

#copy{
	width:90%;
	max-width:480px;
	margin:0 auto;
	line-height:1.2;
}
#copy h2{
	font-size:1.8em;
	padding:1em 0 0.5em;
	line-height:1.7em;	
}
#copy p{
	font-size:1.2em;
	line-height:1.8;
	text-align:left;
}
.effect{
	width:89%;
	max-width:1000px;
	margin:0 auto 30px;
	text-align:center;
	}

#itemBox h3{
	width:100%;
	font-size:1.4em;
	letter-spacing:0.05em;
	color:#000000;
}

.coordinate{
	width:93%;
	padding:0;
	overflow:hidden;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;  /* 左右均等分布 */
}

.coordinate .left{
	border:2px solid #4C9D2F;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
  margin: 5px;
}
.coordinate .right{
	border:2px solid #4C9D2F;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
  margin: 5px;
	
}


	
.itemlist{
	width:90%;
	overflow:hidden;
	margin:0 auto;
	margin-top:15px;
	text-align:center;
}

.itemlist ul{
	width:102%;
	text-align: center;
	font-size:0;
	margin:0 auto;
}
.itemlist ul li{
	width:90%;
	margin-right:2%;
	margin-bottom:5%;
	display:inline-block;
	text-align:center;
	font-size:12px;
	vertical-align:top;
	border:2px solid #4C9D2F;
	padding:10px;
}


.itemlist .item{
	width: 90%;
	margin:10px 20px 20px 0;
  	border:2px solid #4C9D2F;
	padding:10px;
}

.itemlist .itemimg{
	width:60%;
	margin:20px auto 10px;
}
.itemlist .itemimg a{
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.itemlist .itemimg a:hover{
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	opacity: 0.7;
}

}

/*===============================================
●tablet.css 画面の横幅が481px以上、768px以下
===============================================*/
@media screen and (min-width: 481px) and (max-width: 768px) {

header{
	background:url(../images/mainimg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	padding:5% 0;
  }
  
 header h1{
	width:70%;
	max-width:380px;
	margin:0 auto ;
	padding:10% 0 40%;
}

#copy{
	width:90%;
	max-width:760px;
	margin:0 auto;
	line-height:1.2;
}



#copy h2{
	font-size:1.8em;
	padding:1em 0 1em;
	line-height:1.6em;
	padding:2em 0 1em;	
}
#copy p{
	font-size:1.3em;
	line-height:1.6;
	text-align:left;
}

.coordinate{
	width:93%;
	padding:0;
	overflow:hidden;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;  /* 左右均等分布 */
}


.coordinate .left{
	border:2px solid #4C9D2F;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(49% - 10px);
  margin: 5px;
}
.coordinate .right{
	border:2px solid #4C9D2F;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(49% - 10px);
  margin: 5px;
	
}

#itemBox h3{
	width:100%;
	font-size:1.4em;
	letter-spacing:0.05em;
	color:#000000;
}


	
.itemlist{
	width:98%;
	overflow:hidden;
	margin:0 auto;
	margin-top:35px;
	text-align:center;
}

.itemlist ul{
	width:102%;
	text-align: center;
	font-size:0;
	margin:0 auto;
}
.itemlist ul li{
	width:28.4%;
	margin-right:2%;
	margin-bottom:2%;
	display:inline-block;
	text-align:center;
	font-size:12px;
	vertical-align:top;
	border:2px solid #4C9D2F;
	padding:10px;
}
.itemlist .itemimg{
	width:60%;
	margin:20px auto 10px;
}
.itemlist .itemimg a{
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.itemlist .itemimg a:hover{
	filter:alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	opacity: 0.7;
}

}





/* ================================ footer ============================== */
footer{
	width:90%;
	margin:0 auto;
	padding:4em 0 3em;
	font-size:0.9em;
	
}
footer p{padding:0.2em 0;color:#000000;}
footer a{color:#191919;}
footer a:hover{color:#FECE02;}
footer br{display:none;}


@media only screen and (max-width: 768px) {
footer{padding:4% 0 4%;}
}

@media only screen and (max-width: 575px) {
footer{font-size:0.85em;}
footer br{display:block;}
}


















