/* CSS Document */
/*----- last up date 20230210 -----*/



/*====================================*/
/*====== 商品検索ページ調整用 ========*/
/*====================================*/

div.itemArchive {
	max-width: 1100px;
	width:96%;
	margin: auto;
	text-align: center;
	position: relative;
	padding: 160px 0;
}

.search-results .entry-content .search-result-count {
	text-align: right;
	border-bottom: 1px solid #3d82a2;
	padding: 10px;
}

.post-type-archive #site-content article.product .entry-content figure,
.tax-product_cate #site-content article.product .entry-content figure,
.search-results .entry-content figure {
	display: block;
	cursor: pointer;
	width: 100%;
	height: auto;
	padding: 0;
	background: none;
	margin: 0 auto 20px;
	overflow: hidden;
	transition: .8s;
	position: static;
}

.post-type-archive #site-content article.product .entry-content ul li h3,
.tax-product_cate #site-content article.product .entry-content ul li h3,
.search-results .entry-content ul li h3 {
	font-size: 22px;
	border-bottom: 1px solid #3d82a2;
	position: relative;
	padding: 0 7px 0 7px;
	margin: 0 auto 10px;
	/* max-height: 73px; */
	min-height: 73px;
	/* overflow: hidden; */
}

.post-type-archive #site-content article.product .entry-content ul li > a:hover span,
.tax-product_cate #site-content article.product .entry-content ul li > a:hover span,
.search-results .entry-content ul li > a:hover span{
	color:#fff;
	position:relative;
	z-index:5;
	}


.post-type-archive #site-content article.product .entry-content ul li > a::after,
.tax-product_cate #site-content article.product .entry-content ul li > a::after,
.search-results .entry-content ul li > a::after {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #d60000;
	margin: 0 auto;
	transition: 0.4s;
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
}


@media only screen and (max-width:1500px){}

@media only screen and (max-width:1250px){
}