@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;
}
.page-title {
	text-align: center;
	padding-bottom: 15px;
}
.page-title span{
	font-weight:inherit;
}

.lead{
	text-align: center;
	font-size:14px;
	line-height:1.4;
	margin-bottom:50px;
}
.staffcoordinate {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
	width:980px;
	margin:0 auto;
}
.staffblog {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;

}
.section_heading {
	text-align:left;
}
.section_heading_textArea {
	font-size: 14px;
	font-weight: normal;
	width: 70px;
	display: block;
}
.section_wrap {
	display:flex;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	word-break:break-all;
	margin:0 auto;
	width: 100%;
}
.cols2 {
	width:50%;
}
.cols3 {
	width:33.33333333%;
}
.cols4 {
	width:25%;
}
.cols5 {
	width:20%;
}
/* ---------------- CommonItemsStyle ---------------- */
.item_list {
	display:flex;
	flex-wrap:wrap;
	visibility:hidden;
	margin: 0 -8px;
}
.item_list.js_active {
	visibility:visible;
}
.noResultItems {
	text-align:center;
	margin:auto;
}
.item_listItem {
	width:50%;
	text-align:center;
	position:relative;
}
.item_listItem:nth-of-type(n+3) {
	margin-top:20px;
}
.item_innerBox {
	display:table;
	padding: 0 8px;
}
.item_tableRow {
	display:table-row;
}
.item_tableCol {
	display:table-cell;
	vertical-align:top;
}
.item_tableCol + .item_tableCol {
	padding-left:15px;
}
.item_photoArea {
	width: 170px;
	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 {
	margin-top:15px;
}
.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;
	max-height:29.4px;
	max-height:calc(2em + 5.4px);
	max-height:-o-calc(2em + 5.4px);
	max-height:-ms-calc(2em + 5.4px);
	max-height:-moz-calc(2em + 5.4px);
	max-height:-webkit-calc(2em + 5.4px);
	text-align:left;
	line-height:1.3;
	overflow:hidden;
	position:relative;
}
.text_shopName:before,
.text_shopName:after {
	background:#fff;
	position:absolute;
}
.text_shopName:before {
	content:"...";
	height:100%;
	top:15.6px;
	top:calc(1em + 3.6px);
	top:-o-calc(1em + 3.6px);
	top:-ms-calc(1em + 3.6px);
	top:-moz-calc(1em + 3.6px);
	top:-webkit-calc(1em + 3.6px);
	right:0;
}
.item_info_logoArea + .item_info_textArea .text_shopName:before {
	right:4px;
}
.text_shopName:after {
	content:"";
	width:100%;
	height:100%;
}
.text_title {
	display:block;
	max-height:76.8px;
	max-height:calc(4em + 28.8px);
	max-height:-o-calc(4em + 28.8px);
	max-height:-ms-calc(4em + 28.8px);
	max-height:-moz-calc(4em + 28.8px);
	max-height:-webkit-calc(4em + 28.8px);
	line-height:1.6;
	overflow:hidden;
	position:relative;
}
.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:#808080;
	margin-top:1em;
}


/* 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 {
	flex-basis:745px;
		-ms-flex-preferred-size:745px;
		-webkit-flex-basis:745px;
	max-width:745px;
	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;
}

.sort_list {
	text-align:left;
	letter-spacing:-0.45em;
	margin: 0;
}
.sort_listItem {
	text-align:center;
	display:inline-block;
	letter-spacing:normal;
}
.sort_listItem + .sort_listItem{
	margin-left: 15px;
}
.sort_listItem:not(.selected) {
	cursor:pointer;
}
.sort_listItem_textArea {
	display:block;
	color:#000;
	font-size:14px;
	background:#fff;
	border: solid 1px #E6E6E6;
	box-sizing:border-box;
	transition:all 100ms 0s ease;
	padding:20px 5px;
	width: 365px;
	box-sizing: border-box;
}
.selected .sort_listItem_textArea {
	color:#000;
	background: #E6E6E6;
}
.sort_listItem:not(.selected) .sort_listItem_textArea:hover {
	color:#000;
	background:#E6E6E6;
}

/* 02_03 section_nowSearch
---------------------------------------- */
.section_nowSearch {}
.section_search + .section_nowSearch {
	margin-top:25px;
}
.nowSearch_list {
	display:flex;
	flex-wrap:wrap;
}
.nowSearch_listItem {
	text-align:left;
	margin-top:10px;
	margin-right:10px;
}
.nowSearch_listItem_textArea {
	display:inline-block;
	border:1px solid #3f3434;
	border-radius:3px;
	box-sizing:border-box;
	transition:all 100ms 0s ease;
	position:relative;
	padding:8px 35px 8px 25px;
}
.nowSearch_listItem_textArea:hover {
	color:#fff;
	border:1px solid #3f3434;
	border-radius:3px;
	box-sizing:border-box;
	background:#000;
}
.trg_resetTags {
	display:block;
	width:100%;
	text-align:right;
	cursor:pointer;
	box-sizing:border-box;
	margin:auto;
	padding:8px 10px 8px 0;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:10;
}
/* 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;
}
