@charset "UTF-8";

.areaShop_title>b {
	padding-left: 85px;
	display: inline-block;
	position: relative;
}

.areaShop_title>b::before {
	width: 85px;
	height: 130px;
	background-image: url("/assets/img/gourmet/toyama_no_sakana/img-head@2x.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.slick-dots {
	margin-top: 20px;
}

.wp-pagenavi {
	margin-top: 0;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding: 0 10px;
}

.areaShop_text {
	text-align: center;
	margin-bottom: 50px;
}

.slide {
	margin-bottom: 60px;
}

.filter_sec {
	border-radius: 10px;
	overflow: hidden;
}

.filter_sec+.filter_sec {
	margin-top: 20px;
}

.filter_ttl {
	background: #EAE6DE;
	font-weight: normal;
	font-size: 15px;
	padding: 5px 15px;
}

.filter_cnt {
	background: #F2F2EE;
	padding: 15px 25px;
}

.filter_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 40px;
}

.filter_list label {
	cursor: pointer;
	display: inline-block;
	margin-right: 0;
}

.filter_btn {
	margin-top: 12px;
	text-align: right;
}

.filter_btn button {
	color: #FFF;
	background: #000;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	appearance: none;
	padding: 0 30px;
	font-size: 15px;
	transition: opacity .3s;
}

.filter_btn button:hover {
	opacity: 0.75;
}

.result {
	margin-top: 30px;
}

.result_hd {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #C3C3C3;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.result_ft {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-top: 1px solid #C3C3C3;
	padding-top: 12px;
	margin-top: 30px;
}

.result_count {
	margin-right: auto;
	display: flex;
	line-height: 1;
}

.result_pager {
	margin-left: auto;
	margin-right: 0;
}

.result_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 80px 20px;
}

.result_item {
	max-width: 320px;
	width: calc(33.333% - 13.333px);
}

.result_item_slide div.-item {
	max-width: 320px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.result_item_slide div.-item::before {
	content: "";
	width: 100%;
	padding-top: 93.75%;
	display: block;
}

.result_item_thumb {
	margin-top: 6.666px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 6.666px;
}

.result_item_thumb img {
	width: 23.4375%;
	height: auto;
	cursor: pointer;
	transition: opacity .3s;
}

.result_item_thumb img:hover {
	opacity: 0.75;
}

.result_item_ttl {
	margin-top: 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}

.result_item_cat {
	margin-top: 8px;
	display: flex;
	list-style-type: none;
	font-size: 13px;
	flex-wrap: wrap;
	gap: 8px;
	font-feature-settings: "palt";
}

.result_item_cat>li {
	display: inline-block;
	background: #F2F2EE;
	border-radius: 13px;
	padding: 3px 15px;
	line-height: 1.5;
}

.result_item_text {
	margin-top: 10px;
}

.result_item_data>*:first-child {
	margin-top: 20px;
}

.result_item_data .-address span {
	display: inline-block;
	margin-right: 1em;
}

.result_item_data dl {
	clear: both;
}

.result_item_data dt {
	float: left;
}

.result_item_data dt::after {
	content: "：";
}

.result_item_shop {
	margin-top: 30px;
	height: 60px;
	padding: 5px 15px;
	background: #000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	transition: opacity .3s;
}

.result_item_shop:hover {
	opacity: 0.75;
}

.result_item_shop:after {
	content: "";
	width: 16px;
	height: 12px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../img/buy_onlineshop/img-result-blank.svg");
}

@media screen and (min-width:1000px) {}

@media screen and (max-width:999px) {
	.areaShop_title {
		margin-bottom: 55px;
	}
}

@media screen and (min-width:768px) {
	.filter_cnt {
		display: block !important;
	}
}

@media screen and (max-width:767px) {
	.areaShop_title {
		margin-bottom: 25px;
	}

	.areaShop_title>b {
		padding-left: 55px;
	}

	.areaShop_title>b::before {
		width: 45px;
		height: 70px;
	}

	.areaShop_text {
		margin-bottom: 30px;
	}

	.slide {
		margin: 0 -20px 30px;
	}

	.filter_cnt {
		padding: 0;
		display: none;
	}

	.filter_list {
		flex-direction: column;
		gap: 0;
	}

	.filter_list label {
		display: flex;
		width: 100%;
		align-items: center;
		gap: 10px;
		padding: 12px 15px;
		border-top: 1px solid #C3C3C3;
		box-sizing: border-box;
		line-height: 1.5;
	}

	.filter_btn {
		text-align: center;
		margin-top: 15px;
	}

	.filter_btn button {
		padding: 5px 30px;
	}

	.result_hd {
		display: block;
		padding-bottom: 0;
		border: none;
		margin-bottom: 0;
	}

	.result_ft {
		padding-top: 0;
	}

	.result_count {
		border-bottom: 1px solid #C3C3C3;
		padding-bottom: 10px;
	}

	.result_pager {
		padding: 15px;
		margin-right: auto;
	}

	.result_list {
		margin: 0 auto;
		max-width: 660px;
		width: 100%;
	}

	.result_item {
		width: calc(50% - 10px);
	}

	.result_item_ttl {
		margin-top: 20px;
	}

	.result_item_shop {
		margin-top: 20px;
	}
}

@media screen and (max-width:519px) {
	.result_list {
		margin: 0 auto;
		max-width: 320px;
		width: 100%;
	}

	.result_item {
		width: 100%;
	}

	.result_item_data .-address span {
		margin-left: 0;
		display: block;
	}

	.result_item_data .-address br {
		display: none;
	}
}