@charset "utf-8";

/* autumn2018_stains_pc.css：PC
 * ======================================
 *
 * ======================================
 */


/* #common
------------------------------------------------------------------ */
#content section + section {
	margin: 100px auto 0;
}
img {
	max-width: 100%;
}
.button {
	background: #ffffff;
  margin: 56px auto 0;
  text-align: center;
  width: 54%;
}
.button a {
	border: 1px solid #dadada;
	padding: 14px 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;
}

/* #cat01
------------------------------------------------------------------ */
#subPage #content h1 {
	background: #cc2f17;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 1.8em;
	padding: 0.25em;
	letter-spacing: 0.1em;
}
#cat01 .inner {
	text-align: center;
}
#cat01 .limit {
	display: inline-block;
	margin: 0 auto;
}
#cat01 .limit dt {
	background: #cc2f17;
	color: #fff;
	width: 11em;
	float: left;
	text-align: center;
	margin-right: 1em;
}
#cat01 .limit dd {
	color: #cc2f17;
	width: calc(100% - 12em);
	float: right;
	font-weight: bold;
}
#cat01 h2 {
	font-size: 1.8em;
	letter-spacing: 0.15em;
	margin-bottom: 1em;
	font-weight: normal;
}
#cat01 h2 + p {
	line-height: 2;
}

/* #cat02
------------------------------------------------------------------ */
#cat02 .inner > dl {
	width: 46%;
	float: left;
	text-align: justify;
	margin-top: 40px;
}
#cat02 .inner > dl.center{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#cat02 .inner > dl:nth-of-type(even) {
	float: right;
}
#cat02 .inner > dl dt img {
	width: 50%;
	display: block;
	margin: 0 auto;
}
#cat02 .inner > dl h3 {
	color: #cc2f17;
	text-align: center;
	margin: 1em auto;
	font-size: 1.2em;
}
#cat02 .price {
margin-top: 100px;
}
#cat02 .infusion_area{
margin:50px 0;
}
#cat02 .infusion_area h3{
color:#cc2f17;
font-size: 1.4em;
text-align: center;
margin-bottom: 30px;
}
#cat02 .infusion_area .wrap{
display: flex;
flex-wrap: wrap;
}
#cat02 .infusion_area .wrap .thumb{
width: 420px;
margin-right: 30px;
}
#cat02 .infusion_area .wrap .thumb img{
width: 100%;
}
#cat02 .infusion_area .wrap .txt_area{
width: calc(100% - 450px);
font-feature-settings: "palt";
text-align: justify;
text-justify: inter-ideograph;
line-height: 1.8;
}
#cat02 .infusion_area .wrap .txt_area .button{
margin: 30px auto 0;
}
#cat02 .color_red{
color:#cc2f17;
}
/* table */
table {
	border: 1px solid #dadada;
	width: 80%;
	margin: 30px auto;
}
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;
}
