@charset "utf-8";

/* autumn2018_stains_sp.css：PC
 * ======================================
 *
 * ======================================
 */


/* #common
------------------------------------------------------------------ */
#content section + section {
	margin: 60px auto 0;
}
img {
	max-width: 100%;
}
.button {
	background: #ffffff;
  margin: 1em auto 0;
  text-align: center;
}
.button a {
	border: 1px solid #dadada;
	padding: 1em 0;
}
h1,
#cat01 h2 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#content section:not(#cat01) h2 {
	background: #d28096;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding: 0.5em;
	font-size: 1.4em;
}
ul.notes li {
	position: relative;
	padding-left: 1em;
	list-style-type: none;
}
ul.notes li:before {
	content: "※";
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0; left: 0;
}
#subPage #content .mainvisual {
	margin: 0 auto;
}

/* #cat01
------------------------------------------------------------------ */
#subPage #content h1 {
	background: #cc2f17;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0.25em;
	letter-spacing: 0.1em;
	margin: 0;
}
#cat01 .inner {
	text-align: center;
}
#cat01 .limit {
	margin-bottom: 2em;
	text-align: center;
}
#cat01 .limit dt {
	background: #cc2f17;
	color: #fff;
	text-align: center;
	margin-right: 1em;
	padding: 0.1em 1em;
	display: inline-block;
}
#cat01 .limit dd {
	color: #cc2f17;
	display: inline-block;
	font-weight: bold;
	text-align: left;
}
#content #cat01 h2 {
	font-size: 1.4em;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	font-weight: normal;
	padding: 0;
}
#cat01 h2 + p {
	line-height: 2;
}

/* #cat02
------------------------------------------------------------------ */
#cat02 .inner > dl {
	text-align: justify;
	margin-top: 40px;
}
#cat02 .inner > dl:nth-of-type(odd) dt {
	width: 40%;
	float: left;
}
#cat02 .inner > dl:nth-of-type(odd) dd {
	width: 55%;
	float: right;
}
#cat02 .inner > dl:nth-of-type(even) dt {
	width: 40%;
	float: right;
}
#cat02 .inner > dl:nth-of-type(even) dd {
	width: 55%;
	float: left;
}
#cat02 .inner > dl h3 {
	color: #cc2f17;
	text-align: left;
	margin: 1em auto;
	font-size: 1.2em;
}
#cat02 .price {
margin-top: 60px;
}
#cat02 .infusion_area{
margin:30px 0;
}
#cat02 .infusion_area h3{
color:#cc2f17;
font-size: 1.4em;
text-align: center;
margin-bottom: 20px;
}
#cat02 .infusion_area .wrap{
display: block;
}
#cat02 .infusion_area .wrap .thumb{
margin-bottom: 10px;
text-align: center;
}
#cat02 .infusion_area .wrap .thumb img{
width: 100%;
max-width: 400px;
}
#cat02 .infusion_area .wrap .txt_area{
font-feature-settings: "palt";
text-align: justify;
text-justify: inter-ideograph;
line-height: 1.8;
}
#cat02 .infusion_area .wrap .txt_area .button{
margin: 10px auto 0;
}
#cat02 .color_red{
color:#cc2f17;
}


/* table */
table {
	border: 1px solid #dadada;
	margin: 30px auto;
	width: 100%;
	border-collapse: collapse;
}
table th,
table td {
	vertical-align: middle;
	padding: 10px;
}
table th {
	background-color: #f0f0f0;
	border-left: 1px solid #dadada;
}
table tr + tr th,
table tr + tr td {
	border-top: 1px solid #dadada;
}
table td {
	border-left: 1px solid #dadada;
	text-align: center;
}
table tbody {
	border-top: 1px solid #dadada;
}
table tbody th {
	width: 10em;
}
table tr th:nth-of-type(2),
table tr td:nth-of-type(2) {
	color: #cc2f17;
	font-weight: bold;
}

#cat02 .price .button {
	background: #dbdada;
	transition: 0.5s;
}
#cat02 .price .button:hover {
	background: #fff;
}
