/*スマホ最適化*/
@media only screen and (max-width: 751px) {
	.cf:after {
	  content: ".";  /* 新しい要素を作る */
	  display: block;  /* ブロックレベル要素に */
	  clear: both;
	  height: 0;
	  visibility: hidden;
		font-size: 0.1em;
	}
	.cf {
	  min-height: 1px;
	}
	 * html .cf {
	  height: 1px;
	  /*\*//*/
	  height: auto;
	  overflow: hidden;
	  /**/
	}
	.cb { clear: both;}
	/* =========================================================
	container
	========================================================= */
	div#container {
		background-image: url(../img/impression04/bg.png);
		background-repeat: repeat;
	}

.inner{
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainimg-page{
	padding-top: 50px;
}
	#mainimg-page img {
		width: 100%;
	}
	
	.blockintro img,
	.blockone img,
	.blocktwo img,
	.blockthree img,
	.blockfour img,
	.blockfive img,
	.blocksum img {
		width: 100%;
	}

	
	.blockproduct {
		background: #fff;
		padding: 30px 0 40px;
	}
	.blockproduct .producthd {
		text-align: center;
		margin-bottom: 30px;
	}
	.blockproduct .producthdin {
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		border-bottom: 2px #000 solid;
		line-height: 1.5;
	}
	.blockproduct .productmain {
		text-align: center;
		margin-bottom: 20px;
	}
	.blockproduct .productmain img {
		width: auto;
		max-width: 100%;
	}
	.blockproduct .productlist {
		margin-bottom: 80px;
		padding: 0 20px;
	}
	.blockproduct .productlist ul {
		display: block;
	}
	.blockproduct .productlist ul img {
		width: auto;
		max-width: 100%;
	}
	.blockproduct .productlist ul li {
		border: 2px #000 solid;
		padding: 30px 20px;
		text-align: center;
	-webkit-border-radius: 0 10px 0 10px;
	-moz-border-radius: 0 10px 0 10px;
	-ms-border-radius: 0 10px 0 10px;
	-o-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
	}
	.blockproduct .productlist ul li+li {
		margin-top: 30px;
	}
	.blockproduct .productbtn {
		margin-top: 10px;
	}
	
	.blockinter {
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.blockinter .blockinterimg {
		margin-bottom: 20px;
		text-align: center;
	}
	.blockinter .blockintercont {
		text-align: center;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.3;
	}
	.blockinter .blockintertit {
		font-size: 20px;
	}
	.blockprice {
		display: flex;
		justify-content: center;
	}
	.blockprice .priceinner {
		padding: 0 40px;
		color: #505050;
		font-size: 14px;
		line-height: 1.5;
		font-weight: 500;
	}
	.blockprice .pricebox+.pricebox {
		margin-top: 30px;
	}
	.blockprice .pricetit {
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		border: 2px #505050 solid;
		padding: 3px 10px;
		margin-bottom: 15px;
	}
	.blockprice .pricelist li+li {
		margin-top: 20px;
	}
	.blockprice .pricelar {
		font-weight: 700;
	}

}