@charset "EUC-JP";

/* ---------------------------------------------------------
	CSS Document archive
--------------------------------------------------------- */

#archive {
	margin-bottom: 130px;
}

#archive h2 {
	margin-bottom: 30px;
	padding-top: 80px;
	text-align: left;
	font-weight: 700;
	font-family: 'Shippori Mincho', serif;
	font-size: 28px;
	line-height: 1;
	position: relative;
	z-index: 0;
}

#archive h2:before {
	content: '';
	width: 210px;
	height: 210px;
	background: url(https://file003.shop-pro.jp/PA01481/405/images/product_logo.svg) no-repeat left bottom / 210px auto;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: -1;
}

#archive h2:after {
	display: block;
	content: '';
	width: 480px;
	height: 40px;
	margin-top: 15px;
	border-top: double 3px #231815;
	background: url(https://file003.shop-pro.jp/PA01481/405/images/product_name.svg) no-repeat left bottom / 150px 24px;
}

.cg_freespace_01 {
	margin-bottom: 30px;
	text-align: justify;
	color: #848383;
}
.cg_freespace_02 {
	margin-top: 40px;
	text-align: justify;
	color: #848383;
}

/* ---------------------------------------------------------
	CSS Document category_list
--------------------------------------------------------- */

.category_list {
	margin-bottom: 50px;
	padding: 10px;
	border-radius: 5px;
	background: #f7f7f5;
	text-align: left;
}

.category_list ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 30px;
}

.category_list li {
	margin: 10px;
}

.category_list li a {
	display: block;
	text-decoration: none;
	color: #231815;
}

.category_list li img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

/* ---------------------------------------------------------
	CSS Document list_sort
--------------------------------------------------------- */

#list_sort {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

#list_sort .total {
	letter-spacing: 0.05em;
}

#list_sort ul {
	display: flex;
}

#list_sort li {
	font-weight: 500;
}

#list_sort li:not(:last-of-type):after {
	content: 'กร';
	margin: 0 0.2em;
}

#list_sort li a {
	text-decoration: underline;
	font-weight: 400;
	color: #231815;
}

/* ---------------------------------------------------------
	CSS Document list_pager
--------------------------------------------------------- */

#list_pager {
	margin-top: 60px;
}

#list_pager p {
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}

#list_pager ul {
	display: flex;
	justify-content: center;
}

#list_pager li {
	margin: 0 4px;
	line-height: 30px;
}

#list_pager .current span,
#list_pager .page a {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: #231815;
}

#list_pager .current span {
	background: #c1b594;
	color: #fff;
}

#list_pager .prev,
#list_pager .next {
	margin: 0 10px;
}

#list_pager .prev a,
#list_pager .next a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 0;
	position: relative;
}

#list_pager .prev a:before,
#list_pager .next a:before {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: solid 2px #231815;
	border-right: solid 2px #231815;
	position: absolute;
	top: 50%;
}

#list_pager .prev a:before {
	transform: rotate(-135deg);
	left: 39%;
}

#list_pager .next a:before {
	transform: rotate(45deg);
	right: 39%;
}

/* ---------------------------------------------------------
	CSS Document hide_flg
--------------------------------------------------------- */

.hide_flg {
	margin: 2em 0 340px;
}