@charset "UTF-8";

#container {
	padding: 0;
}

#container.inner {
	max-width: 960px;
}
#mainVisual {
	position: relative;
}
#mainVisual h1 {
	font-size: 0;
	padding: 0;
}

#syohousenContents {
	background: #e8f7f6;
	padding: 0 27px 20px;
}
#syohousenContents:after {
	content: "";
	display: block;
	clear: both;
}
.syohousenBox {
	width: 49.5%;
	max-width: 443px;
	margin-bottom: 18px;
	padding-bottom: 10px;
	background: url(../images/bg_box.gif) no-repeat center bottom;
}
#container #syohousenContents img {
	width: 100%;
	height: auto;
}

.syohousenBox h2 {
	margin-bottom: 0; !important;
}


.syohousenBox h2 + p {
	max-width: 404px;
	margin: -7px auto 0;
	font-size: 0;
}
.shoplist-btn {
	max-width: 404px;
	padding: 5px 11px 0;
	background: #fff;
	box-sizing: border-box;
	margin: 0 auto -4px;
}
.syohousenBox ul {
	background: #fff;
	max-width: 404px;
	margin: 0 auto;
	padding: 3px 22px 4px;
	box-sizing: border-box;
	font-size: 84%;
	line-height: 14px;
}
.syohousenBox ul li {
	text-indent: -1em;
	padding-left: 1em; 
}
#container .button a {
	color: #fff;
	width: 230px;
	height: 41px;
	display: block;
	font-size: 108%;
	line-height: 41px;
	background: #333;
	text-align: center;
	margin: 43px auto 50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
@media (min-width:768px) {
	#container.inner {
		margin-top: 20px;
	}
	#mainVisual .detail01 {
		position: absolute;
		bottom: -5px;
		right: 30px;
		color: #4d4d4d;
		margin: 13px 0;
	}
	.syohousenBox:nth-child(odd) {
		float: left;
	}
	.syohousenBox:nth-child(even) {
		float: right;
	}
}

@media (max-width:767px) {
	#syohousenContents {
		padding:  0 15px 10px; 
	}
	.syohousenBox {
		width: 100%;
		max-width: 100%;
		background-size: 91%;
		padding-bottom: 2%;
		margin-bottom: 10px;
	}
	.detail01 {
		background: #e8f7f6;
		padding: 2% 15px;
		font-size: 12px;
	}
	.syohousenBox h2 + p,
	.shoplist-btn,.syohousenBox ul {
		max-width: 91%;
	}
}