
/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
 font-family: "Oswald", serif;
  	font-weight: 400;
*/

/** *********************** **/

.main-visual {
	width: 100%;
    padding: 65px 0;
	background:#f7f4ef
}

/** *********************** **/

.main-contents {
	width: 100%;
	padding-top: 165px;
}

/** *********************** **/

.main-subcategory-list {
	width: 1060px;
	background: #f4f0ea;
	padding: 20px 30px;
	margin: -30px auto 40px auto;
}
.main-subcategory-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 25px;
	margin-right: 20px;
}
.main-subcategory-list li::before {
	content: ">";
	margin-right: 5px;
}
.main-subcategory-list li a {
	text-decoration: underline !important;
}

/** *********************** **/

.item_list_wrap {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.item_list_wrap h2 {
	width: 1060px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	border-top: 2px solid #e3d6c4;
	border-bottom: 1px solid #eee6dc;
	margin: 0 auto 40px auto;
	padding: 12px 20px 15px 20px;
	position: relative;
}
.item_list_wrap h2::after {
	content: "";
	width: 1060px;
	height: 1px;
	background: #eee6dc;
	position: absolute;
	top: 2px;
	left: 0;
}
.item_list_wrap ul {
	font-size: 0;
	text-align: left;
}
.item_list_wrap li {
	width: 235px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 50px 20px;
	text-align: left !important;
}
.item_list_wrap li figure {
	display: block;
	width: 235px;
	height: 235px;
	overflow: hidden;
}
.item_list_wrap li p {
	font-size: 17px;
	line-height: 27px;
	font-weight: 700;
	min-height: 111px;
	padding: 10px 5px 20px 5px;
}
.item_list_wrap li a:nth-of-type(1) span {
	font-size: 15px;
	line-height: 1;
	padding: 0 5px;
}
.item_list_wrap li span:nth-of-type(1) a {
	display: block;
	width: 225px;
	height: 45px;
	border: 3px solid #ab7c3e;
	background: #bd9259;
	font-size: 15px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 25px auto 0 auto;
	transition: all .3s ease;
}
.item_list_wrap li a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}
.item_list_wrap li span:nth-of-type(1) a:hover {
	opacity: 0.7;
	transition: all .3s ease;
}

/** *********************** **/

.sort-select {
	width: 1060px;
	text-align: right;
	margin: 0 auto 30px auto;
}
.sort-select p {
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #bd9259;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.sort_label {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.sort_label::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.sort-select select {
    appearance: none;
    min-width: 160px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
	text-align: center;
}

/** *********************** **/

.pager-list {
	width: 1060px !important;
	margin: 0 auto 30px auto !important;
	text-align: center !important;
	font-size: 0;
}
.pager-list li {
	width: auto !important;
	height: 35px !important;
	display: inline-block!important;
	vertical-align: top;
	font-size: 15px !important;
	line-height: 26px !important;
	margin: 0 5px !important;
	border: 1px solid #e3d6c4;
	padding: 3px 8px 5px 8px !important;
}
.pager-list li a {
	color: #000 !important;
	display: block !important;
}
.is-current-page {
	background: #f9f6f3;
}

/** *********************** **/