/*PCサイト*/
@media only screen and (min-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;
	}

	#main {
		background: url(../img/impression04/bg_up.png) 0 0 no-repeat;
		background-size: 100% auto;
	}
	.inner{
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	#mainimg-page {
		background: url(../img/impression04/mainimg.png) center center no-repeat;
		height: 855px;
	}

	#mainimg-page img {
		display: none;
		max-width: 100%;
		width: auto;
	}


	div#footer{
		position: relative;
		text-align: center;
	}
	.blockintro img,
	.blockone img,
	.blocktwo img,
	.blockthree img,
	.blockfour img,
	.blockfive img,
	.blocksum img {
		display: none;
	}
	
	.blockintro {
		background: url(../img/impression04/img_intro.png) center center no-repeat;
		height: 967px;
	}
	.blockone {
		background: url(../img/impression04/img_block01.png) center center no-repeat;
		height: 1981px;
	}
	.blocktwo {
		background: url(../img/impression04/img_block02.png) center center no-repeat;
		height: 2216px;
	}
	.blockthree {
		background: url(../img/impression04/img_block03.png) center center no-repeat;
		height: 1923px;
	}
	.blockfour {
		background: url(../img/impression04/img_block04.png) center center no-repeat;
		height: 2437px;
	}
	.blockfive {
		background: url(../img/impression04/img_block05.png) center center no-repeat;
		height: 2062px;
	}
	.blocksum {
		background: url(../img/impression04/img_sum.png) center center no-repeat;
		height: 1816px;
	}
	
	.blockproduct {
		background: url(../img/impression04/bg_btm.png) center 0 no-repeat #fff;
		padding: 95px 0 55px;
	}
	.blockproduct .producthd {
		text-align: center;
		margin-bottom: 70px;
	}
	.blockproduct .producthdin {
		display: inline-block;
		font-size: 40px;
		font-weight: 700;
		border-bottom: 3px #000 solid;
		line-height: 1.5;
	}
	.blockproduct .productmain {
		text-align: center;
		margin-bottom: 60px;
	}
	.blockproduct .productmain img {
		width: auto;
		max-width: 100%;
	}
	.blockproduct .productlist {
		max-width: 1146px;
		margin: 0 auto 135px;
	}
	.blockproduct .productlist ul {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.blockproduct .productlist ul img {
		width: auto;
		max-width: 100%;
	}
	.blockproduct .productlist ul li {
		border: 3px #000 solid;
		width: 368px;
		padding: 90px 0 40px;
		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 .productbtn {
		margin-top: 30px;
	}
	
	.blockinter {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 160px;
	}
	.blockinter .blockinterimg {
		margin-right: 10px;
	}
	.blockinter .blockintercont {
		font-size: 15px;
		font-weight: 700;
		line-height: 1.3;
	}
	.blockinter .blockintertit {
		font-size: 30px;
	}
	.blockprice {
		display: flex;
		justify-content: center;
	}
	.blockprice .priceinner {
		padding: 0 40px;
		color: #505050;
		font-size: 18px;
		line-height: 1.5;
		font-weight: 500;
	}
	.blockprice .pricebox+.pricebox {
		margin-top: 60px;
	}
	.blockprice .pricetit {
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.5;
		border: 2px #505050 solid;
		padding: 3px 10px;
		margin-bottom: 15px;
	}
	.blockprice .pricelist li+li {
		margin-top: 30px;
	}
	.blockprice .pricelar {
		font-weight: 700;
	}
	
}








