#contents {
	width: 1024px;
	margin: 0 auto;
	font-family: "メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

/* ---------------見出し--------------- */

#contents p {
	font-size: 16px;
	line-height: 30px;
}

#contents h1 {
	font-size: 34px;
	border-left: #D51E13 2px solid;
	padding: 10px 0 10px 15px;
	margin: 30px 0 60px;
	color: #000;
}

#contents .shop h2 {
	font-size: 29px;
	margin: 0 0 35px;
	line-height: 34px;
	color: #000;
}

/* ---------------メイン--------------- */

#contents .shop {
	margin: 40px auto 100px;
	width: 950px;
}

#contents .shop .shop_area {
	overflow: hidden;
	margin: 0 0 25px;
}

#contents .shop .shop_area p {
	float: right;
	width: 520px;
}

#contents .shop .shop_area img {
	float: left;
}

#contents .shop .shop_area img:hover {
	opacity: 0.6;
	transition: 0.5s;
}

#contents .shop .online_txt{
    width: 580px;
	margin: 15px auto 0;
}


/* ---------------商品--------------- */

#contents .shop ul {
	overflow: hidden;
	border: 1px solid #aaa;
	padding: 30px 30px 0;
}

#contents .shop ul li {
	float: left;
	width: 420px;
	overflow: hidden;
}

#contents .shop ul li:nth-child(odd) {
	margin: 0 45px 30px 0;
}

#contents .shop ul li h3 {
	font-size: 17px;
	margin: 0 0 10px;
	line-height: 30px;
	color: #E6091A;
	font-weight: bold;
}

#contents .shop ul li img {
	float: left;
}

#contents .shop ul li p {
	float: left;
	width: 290px;
	margin: -5px 0 0 20px;
	line-height: 28px;
}

/* ---------------ボタン--------------- */

#contents .btn a {
	width: 580px;
	margin: 40px auto 0;
	padding: 25px 0;
	text-align: center;
	display: block;
	color: #fff;
	background: #E6091A;
	border-radius: 5px;
	font-size: 20px;
}

#contents .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}


/* ---------------半分入る商品--------------- */

#contents .shop_half ul {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}

#contents .shop_half ul li {
	width: 460px;
	text-align: center;
	border: 1px solid #aaa;
	padding: 40px 20px 20px;
	float: left;
	box-sizing: border-box;
}

#contents .shop_half ul li:nth-child(odd) {
	margin: 0 30px 0 0
}

#contents .shop_half h2 {
	font-size: 20px;
	margin: 0 0 20px;
	line-height: 34px;
	color: #000;
}

#contents .shop_half .btn a {
	width: 400px;
	margin: 30px auto 0;
	padding: 15px 0;
	text-align: center;
	display: block;
	color: #fff;
	background: #E6091A;
	border-radius: 5px;
	font-size: 16px;
}


/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	#contents {
		width: 100%;
	}

	#contents img {
		width: 100%;
	}

	/* ---------------見出し--------------- */

	#contents h1 {
		width: 90%;
		font-size: 30px;
		letter-spacing: -3px;
		margin: 30px auto 40px;
	}

	#contents .shop h2 {
		font-size: 24px;
		margin: 0 0 10px;
		line-height: 28px;
	}

	/* ---------------メイン--------------- */

	#contents .shop {
		margin: 0 auto 80px;
		width: 90%;
	}

	#contents .shop .shop_area {
		overflow: hidden;
		margin: 0 0 15px;
	}

	#contents .shop .shop_area p {
		float: none;
		width: 100%;
	}

	#contents .shop .shop_area p br {
		display: none;
	}

	#contents .shop .shop_area img {
		float: none;
		margin: 10px 0 15px;
	}

	/* ---------------商品--------------- */
	#contents .shop ul {
		padding: 30px 20px 0;
	}

	#contents .shop ul li {
		width: 46%;
		margin: 0 0 30px 0;
	}

	#contents .shop ul li:nth-child(odd) {
		margin: 0 8% 30px 0;
	}

	#contents .shop ul li h3 {
		font-size: 16px;
		letter-spacing: -1px;
		line-height: 20px;
		min-height: 40px;
	}

	#contents .shop ul li img {
		float: left;
		margin: 0 0 10px;
	}

	#contents .shop ul li p {
		float: left;
		width: 100%;
		margin: 0;
		line-height: 28px;
	}

	/* ---------------ボタン--------------- */

	#contents .btn a {
		width: 100%;
		font-size: 16px;
		text-decoration: none;
		padding: 15px 0;
	}

	/* ---------------半分入る商品--------------- */

	#contents .shop_half ul {
		width: 90%;
	}

	#contents .shop_half ul li {
		width: 100%;
	}

	#contents .shop_half ul li:nth-child(odd) {
		margin: 0 0 30px 0
	}

	#contents .shop_half .btn a {
		width: 100%;
	}