@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	XX COMMON
	00 section_mainVisual
	01 section_sideNav
	02 search_result
		02_01 taglink
		02_02 section_search
		02_03 section_nowSearch
		02_04 section_resultItem
		02_05 section_pager
		02_06 section_rankingItem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* XX COMMON
---------------------------------------------------------------- */
/* ---------------- CommonLayout ---------------- */
body{
	font-size: 12px;
	line-height: 1.5;
}
#contents{
	width:100%;
	padding: 0;
	margin-bottom: 7.5rem;
}
.search_condition{
	top: 0;
}
.page-title {
	width: 100%;
	font-size: 42px;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
	padding: 2.5rem 2.5rem 3rem;
	margin: 0;
	color: #1a1a1a;
}
.page-title span{
	font-weight:inherit;
}

#main {
	display: grid;
	grid-column-gap: 0px;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
	grid-column-gap: 2.5rem;
	grid-template-columns: min(21vw, 250px) minmax(0, 1fr);
	-webkit-padding-start: 2.5rem;
	padding-inline-start: 2.5rem;
	-webkit-padding-end: 2.5rem;
	padding-inline-end: 2.5rem;
	padding-top: 0;
	padding-bottom: 3rem;
}

.cols2 {
	width:50%;
}
.cols3 {
	width:33.33333333%;
}
.cols4 {
	width:25%;
}
.cols5 {
	width:20%;
}
/* ---------------- CommonItemsStyle ---------------- */
.item_list {
	display: grid;
	grid-row-gap: 2rem;
	grid-column-gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.item_list:before,
.item_list:after{
	content:none;
}
@media screen and (max-width: 1000px) {
	.item_list {
		grid-column-gap: 0.75rem;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
@media screen and (min-width: 1440px) {
	.item_list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.item_list.js_active {
	visibility:visible;
}
.noResultItems {
	display:none;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	margin-top: 120px;
	padding-bottom: 80px;
	border-bottom: 1px solid #d7d7d7;
}
.item_listItem {
	text-align:center;
	position:relative;
}

.item_innerBox {
	display: block;
}
.item_tableRow {
	display: grid;
	gap: 16px;

}

.item_photoArea {
	width: 100%;
	text-align: left;
}
.item_photoImg,
.item_info_logoImg {
	width:100%;
	height:auto;
}
.item_photoImg:hover{
	opacity:0.7;
}
.item_infoArea {}
.item_photoArea + .item_infoArea {
}
.item_info_logoArea {
	display:table-cell;
	width:35px;
	vertical-align:middle;
}
.item_infoArea > .item_info_logoArea {}
.item_info_textArea {
	text-align:center;
}
.item_info_logoArea + .item_info_textArea {
	display:table-cell;
	width:144px;
	padding-left:7px;
}
.info_textWrap {}
.info_textBlog {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.info_textItem {}
.info_textItem + .info_textItem {
	margin-top:5px;
}
.info_textItem_textArea {
	text-align:left;
}
.text_bdName {
	display:block;
	font-size:10px;
	text-align:left;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:1.3;
	overflow:hidden;
	/*font-weight:bold;*/
}
.info_textItem a + a .text_shopName {
	margin-top:5px;
}
.text_shopName {
	display:block;
	text-align:left;
	line-height: 1.6;
	position:relative;
	color: #9d9d9d;
}
.text_shopName:before,
.text_shopName:after {
	background:#fff;
	position:absolute;
}

.item_info_logoArea + .item_info_textArea .text_shopName:before {
	right:4px;
}

.text_title {
	display:block;
	font-size:14px;
	line-height:1.6;
	overflow:hidden;
	position:relative;
	color: #1a1a1a;
}
.text_title:before,
.text_title:after {
	background:#fff;
	position:absolute;
}
.text_title:before {
	content:"...";
	height:13px;
	top:59px;
	right:0;
}
.text_title:after {
	content:"";
	width:100%;
	height:100%;
}
.staffblog .text_date {
	display:block;
}
.text_date{
	color: #9d9d9d;
	line-height: 1.6;
}


/* 00 section_mainVisual
------------------------------------------------ */
.section_mainVisual {
	margin-bottom:50px;
}

/* 01 section_sideNav
------------------------------------------------ */
.section_sideNav {
	flex-basis:200px;
		-ms-flex-preferred-size:200px;
		-webkit-flex-basis:200px;
	max-width:200px;
	margin:0;
}
.sideNav {
	text-align:left;
}
.sideNav + .sideNav {
	margin-top:50px;
}
.sideNav_heading {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.sideNav_heading_textArea {
	display:block;
	font-size: 14px;
	font-weight:bold;
	position:relative;
}
.icon_tglArrow {
	display:inline-block;
	vertical-align:middle;
}
.icon_tglArrow:before {
	content:"";
	width:6px;
	height:6px;
	border:0px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
	transition:all 300ms 0s ease;
	position:absolute;
	top:50%;
	right:7px;
	margin-top:-6px;
}
.sideNav_heading.js_active .icon_tglArrow:before {
	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	margin-top:-2px;
}
.sideNav_container {}
.sideNav_list {}
.sideNav_listItem {}
/*.sideNav_listItem + .sideNav_listItem {
	border-top:1px solid #ddd;
}*/
.sideNav_listItem.selected {
	background:#eee;
}
/*.sideNav_listItem:last-child {
	border-bottom:1px solid #ddd;
}*/
.sideNav_listItem a {
	display:block;
}
.sideNav_listItem a:hover {
	text-decoration:none;
}
.sideNav_listItem_textArea {
	display:block;
	color:#242424;
	font-size:12px;
	transition:all 100ms 0s ease;
	position:relative;
	/*padding:15px 10px;*/
	padding:10px;
}
.sideNav_listItem_textArea:hover {
	background:#eee;
}
/*.sideNav_listItem_textArea:not(.selected):before {
	content:"";
	width:6px;
	height:6px;
	border:0px;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	transition:all 300ms 0s ease;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-4px;
}*/
.selected .sideNav_listItem_textArea:not(.sideNav_defs):before {
	content:"";
	width:10px;
	height:10px;
	border:0;
	border-top:1px solid #4b4b4b;
	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	transition:all 300ms 0s ease;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-2px;
}
.selected .sideNav_listItem_textArea:not(.sideNav_defs):after {
	content:"";
	width:10px;
	height:10px;
	border:0;
	border-top:1px solid #4b4b4b;
	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	transition:all 300ms 0s ease;
	position:absolute;
	top:50%;
	right:3px;
	margin-top:-2px;
}
.sideNav_common {}
.sideNav_common_container {}
.sideNav_common_list {}
.sideNav_common_listItem {}
.sideNav_common_listItem + .sideNav_common_listItem {
	margin-top:20px;
}
.sideNav_common_listItem_link {
	display:block;
}
.sideNav_common_listItem_textArea {
	display:block;
	color:#fff;
	text-align:center;
	background:#000;
	border:1px solid #000;
	box-sizing:border-box;
	transition:all 100ms 0s ease;
	padding:20px;
}
.sideNav_common_listItem_link:hover {
	text-decoration:none;
}
.sideNav_common_listItem_link:hover .sideNav_common_listItem_textArea {
	color:#000;
	background:#fff;
}

/* 02 search_result
------------------------------------------------ */
.search_result {
	width: 100%;
	margin:0 0 0 auto;
}
/* 02_01 taglink
---------------------------------------- */
.taglink_list {
	display:flex;
	flex-wrap:wrap;
	margin-left: 20px;
	padding-left: 10px;
	border-left: solid 1px #707070;
}
.taglink_listItem {
	margin: 0 5px 5px 0;
}
.taglink_listItem_textArea {
	display:inline-block;
	border:1px solid #F0F0F0;
	border-radius:3px;
	box-sizing:border-box;
	background:#F0F0F0;
	transition:all 100ms 0s ease;
	padding:8px 25px;
}
.taglink_listItem_textArea:hover {
	color:#fff;
	border:1px solid #000;
	box-sizing:border-box;
	background:#000;
}
/* 02_02 section_search
---------------------------------------- */
.section_taglink + .section_search {
	margin-top:60px;
}


/* 02_03 section_nowSearch
---------------------------------------- */
.section_nowSearch {}
.section_search + .section_nowSearch {
	margin-top:25px;
}
.nowSearch_list {
	display:flex;
	flex-wrap:wrap;
}
.nowSearch_listItem {
	text-align:center;
	margin-top:10px;
	margin-right:10px;
}
.nowSearch_listItem_textArea {
	display: block;
	padding: 8px 32px 8px 12px;
	font-size: 12px;
	line-height: 1.6;
	border: 1px solid #D9D9D9;
	white-space: nowrap;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.trg_resetTags{
	width: 100%;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	right: 0;top: 0;bottom: 0;margin: auto;
}
.trg_resetTags:before,
.trg_resetTags:after {
		content: "";
		display: block;
		width: 16px;
		height: 1px;
		background: #9D9D9D;
		position: absolute;
		right: 6px;
		top: 0;
		bottom: 0;
		margin: auto;
}
.trg_resetTags:before {
	transform: rotate(45deg);
}

.trg_resetTags:after {
	transform: rotate(-45deg);
}


/* 02_04 section_resultItem
---------------------------------------- */
.section_resultItem {}
* + .section_resultItem {
	margin-top:35px;
}
.section_resultItem a {
	display:block;
}
.resultItem_container {}
.resultItem_list {}
.resultItem_listItem {}
/* 02_05 section_pager
---------------------------------------- */
.section_pager {
	padding: 20px 0;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
.section_resultItem + .section_pager {
	margin-top:20px;
}
.pager_list {
	display:flex;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	justify-content: center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	position: relative;
}
.pager_listItem {}
.pager_listItem + .pager_listItem {
	margin-left:10px;
}
.pager_listItem.is-start {
	position: absolute;
	right: 0;
}
.pager_listItem.is-end {
	position: absolute;
	right: 0;
}
.pager_textArea {
	display:block;
	line-height:25px;
	width: 20px;
	text-align: center;
	box-sizing:border-box;
}
.pager_textArea.pager_directionNav {}
.pager_textArea.pager_first {}
.pager_textArea.pager_prev {}
.pager_textArea.pager_number {}
.pager_textArea.selected {
	position: relative;
}

.pager_textArea.selected::after {
	width: 100%;
	height: 5px;
	position: absolute;
	background-color: #4d4d4d;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
}
/* 02_06 section_rankingItem
---------------------------------------- */
.section_rankingItem {}
* + .section_rankingItem {
	margin-top:80px;
}
.section_rankingItem + .section_search {
	margin-top:60px;
}
.rankingItem_heading {
	border-bottom:1px solid #000;
	padding-bottom:10px;
}
.rankingItem_container {}
.rankingItem_heading + .rankingItem_container {
	margin-top:50px;
}
.rankingItem_list {}
.rankingItem_list.item_list {}
.rankingItem_listItem {}
.rankingItem_listItem .item_innerBox {}
.item_rankingNumberArea {
	position:absolute;
	top:0;
	left:5px;
	/*left:35px; ランキングのメイン画像を丸抜きするレイアウトの場合使用*/
	z-index:1;
}
.rankingNumber_textArea {
	display:inline-block;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	/*border-radius:100%; ランキングのメイン画像を丸抜きするレイアウトの場合使用*/
	background:#000;
}
/* side_height
--------------------------------------------------------------------*/
.side_height {
	margin-bottom:35px;
}

.side_height *,
.side_height *:before,
.side_height *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.side_height .side_title {
	margin-bottom:12px;
}
.side_height_inner {
	padding: 0 10px;
}
.side_height_range {
	padding: 10px 0 20px;
}
.col_side input[type="text"]{
	width: 40px;
}
.side_height_search{
	text-align:center;
	justify-content: center;
	margin-bottom: 15px;
}
.side_height_low,.side_height_high{
	display:inline-block;
	width: auto !important;
	margin: 0 5px;
}

.side_height_text{
	display:inline-block;
	padding: 0 5px 0 0;
}
.side_height_allow{
	vertical-align: middle;
	line-height: 20px;
}
.side_height input[type="submit"]:hover {
	text-decoration:underline;
}
/*.side_height_range .noUi-target {
	border: none;
	background: #ededed;
}
.side_height_range .noUi-horizontal {
	height: 4px;
}
.side_height_range .noUi-connect {
	border-radius: 0;
	background: #a8a8a8;
}*/
.side_height_range .noUi-origin {
	top: -8px;
}
/*.side_height_range .noUi-handle {
	cursor: default;
	border: 1px solid #333;
	border-radius: 20px;
	background: #333;
	box-shadow: inset 0 0 0px #333, inset 0 1px 7px #333, 0 3px 6px -3px #333;
}*/
.side_height_range .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -3px;
    top: 0;
    left: 0;
    outline: none;
    cursor: w-resize;
}

.section_taglink {
	display: flex;
	align-items: center;
}

.result_number {
	width: 200px;
	text-align: center;
	padding: 12px 0;
	line-height: 1.6;
	border-bottom: 2px solid #E9E9E9;
	margin: 72px auto 0;
	position: relative;
}

.result_number .number_bar {
	display: block;
	width: 1%;
	max-width: 100%;
	height: 2px;
	background: #1A1A1A;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: all 0.3s;
}

.btn_wrapper {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding-top: 5rem;
	text-align: center;
}

.link-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	padding-bottom: 1px;
}

.item_more_btn:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
	color: currentcolor;
}

.item_more_btn {
	border: none;

	background: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	white-space: nowrap;
	vertical-align: baseline;
	outline: 2px solid transparent;
	outline-offset: 2px;
	line-height: normal;
	/*border: 1px solid #D9D9D9;*/
	font-weight: 300;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	height: 50px;
	min-width: 200px;
	font-size: 16px;
	-webkit-padding-start: 1rem;
	padding-inline-start: 1rem; -webkit-padding-end: 1rem;
	padding-inline-end: 1rem; padding: 0px;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #1A1A1A;
	cursor: pointer;
}

.item_more_btn span {
	display: block;
	height: 24px;
}

@media screen and (max-width: 1000px) {
	.page-title{
		font-size: 24px;
		line-height: 1.4;
		padding: 1rem 1.5rem;
		width: 100%;
	}
	#main{
		display: grid;
		grid-column-gap: 0px;
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
		-webkit-padding-start: 1.5rem;
		padding-inline-start: 1.5rem;
		-webkit-padding-end: 1.5rem;
		padding-inline-end: 1.5rem;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 2.5rem;
	}
	.section_wrap {
		-webkit-padding-start: 0px;
		padding-inline-start: 0px;
		-webkit-padding-end: 0px;
		padding-inline-end: 0px;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.nowSearch_list{
		display: flex;
		flex-wrap: nowrap;
		padding: 0 1.5rem 1rem;
		margin: 0 -1.5rem 0;
		overflow-x: auto;
		gap: 12px;
	}
	.nowSearch_list:before,
	.nowSearch_list:after{
		content:none;		
	}
	.nowSearch_listItem{
		margin: 0;
	}

	.item_tableRow{
		grid-template-columns: 100px minmax(0, 1fr);
	}
	.result_number {
		margin-top: 64px;
		border-bottom: 1px solid #E9E9E9;
	}
	.result_number .number_bar {
		height: 1px;
		bottom: -1px;
	}

}