@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
a{text-decoration: none; color: #000;}

#MW_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0 0 1%;
	margin:0 auto 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	background-color: #e9ecf3;
}
.main {width: 100%; margin:0 auto 2%;}
.Lead_pc {
	display: block;
	text-align:center;
	font-size:1.8rem;
	padding:0 ;
	margin:3% auto 5%;
	line-height:1.8;
}
.Lead_sp {display: none;}

.sp {display:none;}	
.clear {clear:both;}
a img:hover{opacity: 0.8;}

/*item*/

.item_wrap {
	width: 86%;
	margin: 0 auto 10%;
}

.point_box {
	width: 70%;
	margin: 0 auto 10%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.point_img {width:36%; margin: 0;}
.point_txt {
	width:60%;
	margin: 0;
	font-size:1.6rem;
	line-height:1.7em;
	text-align:center;
}

.item_box {
	width: 100%;
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.item1 {width:32%; margin: 0;}

.item1:nth-of-type(4) {margin-left:15.5%;}
.item1:nth-of-type(5) {margin-right:15.5%;}
.item1:nth-of-type(n+4) {margin-top:50px;}

.Name {
	text-align:center;
	font-size:1.7rem;
	margin:5px 0 2px;
	line-height: 1.6em;
	font-weight: 400;
}

.price{
	font-size: 1.5rem;
	font-weight: 400;
}

/*.cmt{
	text-align:center;
	font-size:1.5rem;
	margin:5px auto 2px;
	line-height: 1.8em;
}
*/

span.tax{
	font-size:63%;
}

@media only screen and (max-width: 900px) {
	.main {margin:0 auto 5%;}
	.pc {display:none;}
	.sp {display:block;}

	.Lead_sp {
		display: block;
		text-align:center;
		font-size:1.5rem;
		padding:0 ;
		margin:3% auto 8%;
		line-height:1.8;
	}
	.Lead_pc {display: none;}

/*item*/
	.point_box {width: 98%; margin: 0 auto 14%;}
	.point_img {width:40%; margin: 0;}
	.point_txt {width:60%; margin: 0; font-size:1.2rem;}
	
	.item_wrap {
		width: 96%;
		margin: 0 auto 10%;
	}

	.Name {font-size:1.1rem; line-height: 1.6em;}	
	.price{font-size: 1.1rem;}

	/*.cmt{font-size:1rem; margin:1% auto 1%;}*/
	
	
}
