@charset "utf-8";

/* ==================================================
 - index
================================================== */

/* ----------------------------------------
 - #MainVisual
---------------------------------------- */
#MainVisual{
	background: url(../images/recommend1/main1_pc.jpg) center center no-repeat;
	height: 500px;
	background-size: cover;
}
@media screen and (max-width: 768px) {
#MainVisual{
	background: url(../images/recommend1/main1_sp.jpg) center center no-repeat;
	height: 260px;
	background-size: cover;
}
}

/* ----------------------------------------
 - #Contents .wrapper
---------------------------------------- */
#Contents {
	padding: 0;
}
#Contents .wrapper {
	margin: 0 auto;
	width: 900px;
}
@media screen and (max-width: 768px) {
#Contents .wrapper {
	width: 92%;
}
}

/* ----------------------------------------
 - ttl
---------------------------------------- */
.ttl.wrapper {
	margin: 100px auto 70px;
	width: 900px;
}
.ttl h2 {
	font-size: 30px;
	line-height: 2;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
.ttl.wrapper {
	margin: 40px auto;
	width: 92%;
}
.ttl h2 {
	font-size: 20px;
	line-height: 2.26;
	margin: 0 auto 0.5em;
}
}

/* ----------------------------------------
 - leadBox
---------------------------------------- */
#Contents .leadBox {
	padding: 70px 0;
}
#Contents .leadBox p {
	line-height: 2.8;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
#Contents .leadBox {
	margin: 2em 0 4em;
	padding: 1em 0;
}
#Contents .leadBox p {
	line-height: 2.8;
	font-size: 16px;
}
}

/* ----------------------------------------
 - section.lineup
---------------------------------------- */
#Contents section.lineup {
	padding: 0 0 85px;
}
#Contents section.lineup ul {
	text-align: center;
}
#Contents section.lineup ul li {
	border-bottom: none;
	display: inline-block;
	margin-left: 35px;
	padding-bottom: 0;
	vertical-align: top;
	width: 245px;
	text-align: left;
}
#Contents section.lineup ul li:first-child {
	margin-left: 0;
}
#Contents section.lineup ul li a {
	display: block;
}
#Contents section.lineup ul li a:hover {
	text-decoration: none;
}
#Contents section.lineup ul li span.img {
	display: block;
	border-radius: 3px;
	margin-bottom: 20px;
	overflow: hidden;
}
#Contents section.lineup ul li .boxR span.name {
	display: block;
	font-size: 18px;
	font-family:"FOT-筑紫A丸ゴシック Std B";
	margin-bottom: 10px;
}
#Contents section.lineup ul li .boxR span.price {
	color: #c7536f;
	display: block;
	font-family:"FOT-筑紫A丸ゴシック Std B";
}
#Contents section.lineup ul li .boxR span.price span {
	font-size: 18px;
	padding: 0 0.2em 0 0.5em;
}
#Contents section.lineup ul li .boxR span.tax {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
#Contents section.lineup {
	margin-bottom: 2em;
}
#Contents section.lineup ul {
	text-align: left;
}
#Contents section.lineup ul li {
	border-bottom: solid 1px #dbdbdb;
	display: block;
	clear: both;
	margin: 0 0 2em 0;
	overflow: hidden;
	padding-bottom: 2em;
	width: 100%;
}
#Contents section.lineup ul li:last-child {
	border-bottom: none;
	margin: 0;
	padding-bottom: 0;
}
#Contents section.lineup ul li span.img {
	display: block;
	border-radius: 3px;
	margin-bottom: 0;
	float: left;
	overflow: hidden;
	width: 45%
}
#Contents section.lineup ul li .boxR {
	box-sizing: border-box;
	float: right;
	padding: 1em 0 0 1em;
	width: 55%;
}
#Contents section.lineup ul li .boxR span.name {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
#Contents section.lineup ul li .boxR span.price {
	color: #c7536f;
	display: block;
	font-size: 14px;
}
#Contents section.lineup ul li .boxR span.price span {
	font-size: 16px;
	padding: 0 0.2em 0 0.5em;
}
#Contents section.lineup ul li .boxR span.tax {
	font-size: 12px;
}
}

/* ----------------------------------------
 - section.related
---------------------------------------- */
#Contents section.related {
	background: url(/common/images/contents_bg.jpg) repeat;
	padding: 80px 0 205px;
}
#Contents section.related .wrapper {
	width: 900px;
}
#Contents section.related ul {
	text-align: center;
}
#Contents section.related ul li {
	border-bottom: none;
	display: inline-block;
	margin-left: 20px;
	padding-bottom: 0;
	text-align: left;
	vertical-align: top;
	width: 205px;
}
#Contents section.related ul li:first-child {
	margin-left: 0;
}
#Contents section.related ul li a {
	display: block;
}
#Contents section.related ul li a:hover {
	text-decoration: none;
}
#Contents section.related ul li span.img {
	display: block;
	border-radius: 3px;
	margin-bottom: 20px;
	overflow: hidden;
}
#Contents section.related ul li span.name {
	display: block;
	font-size: 16px;
	font-family:"FOT-筑紫A丸ゴシック Std B";
	margin-bottom: 10px;
}
#Contents section.related ul li span.price {
	color: #c7536f;
	display: block;
}
#Contents section.related ul li span.price span {
	font-size: 18px;
	padding: 0 0.2em 0 0.5em;
}
#Contents section.related ul li span.tax {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
#Contents section.related {
	padding: 4em 0;
	margin-bottom: 0;
}
#Contents section.related .wrapper {
	width: 92%;
}
#Contents section.related ul {
	text-align: left;
}
#Contents section.related ul li {
	border-bottom: solid 1px #dbdbdb;
	display: block;
	clear: both;
	margin: 0 0 2em 0;
	padding-bottom: 2em;
	overflow: hidden;
	width: 100%;
}
#Contents section.related ul li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#Contents section.related ul li span.img {
	display: block;
	border-radius: 3px;
	margin-bottom: 0;
	float: left;
	overflow: hidden;
	width: 30%
}
#Contents section.related ul li .boxR {
	box-sizing: border-box;
	float: right;
	padding: 1em 0 0 1em;
	width: 70%;
}
#Contents section.related ul li .boxR span.name {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
#Contents section.related ul li .boxR span.price {
	color: #c7536f;
	display: block;
	float: left;
	font-size: 12px;
	padding-right: 1em;
}
#Contents section.related ul li .boxR span.price span {
	font-size: 14px;
	padding: 0 0.2em 0 0.5em;
}
#Contents section.related ul li .boxR span.tax {
	font-size: 10px;
	float: left;
	padding-top: 3px;
}
}

/* ----------------------------------------
 - .movePC .moveSP
---------------------------------------- */
.moveSP {
	padding: 4em 0;
}
.moveSP p.next.active a {
	color: #c7536f;
}
.moveSP p.next.active a span::after {
	color: #c7536f;
	content: "";
}
.moveSP p:last-child {
	border-bottom: solid 1px #b5b5b5;
}
.moveSP p:last-child {
	border-bottom: solid 1px #b5b5b5;
}

