@charset "UTF-8";
/*================================================
ショップリストページ用
================================================*/

.solrbar {
	display:none;
}

/*
------------------------------------*/
#contents {
	width: 100%;
	padding: 0 3.4rem 3.4rem;
	margin-bottom: 0;
}

@media screen and (min-width: 1001px) {
	.store_header {
		padding-inline-start: 3.4rem;
		padding-inline-end: 3.4rem;
	}
}

.contents_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
	margin-bottom: 40px;
	padding: 3rem 0 2.5rem;
}

.contents_title {
	font-size: 24px;
	font-weight: normal;
}

.contents_description {
	letter-spacing: 0.1em;
	line-height: 1.8;
	font-size: 10px;
	font-weight: 300;
}

@media screen and (min-width: 1001px){
	.contents_title {
		font-size: 32px;
	}
	.store_list {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 0.75rem;
		padding-bottom: 1rem;
		-webkit-padding-start: 1.5rem;
		padding-inline-start: 1.5rem;
		-webkit-padding-end: 1.5rem;
		padding-inline-end: 1.5rem;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		margin-bottom: 70px;
	}

	.section_shoplist {
	display: flex;
	}
	.condition_wrapper {
	min-width: 250px;
	max-width: 250px;
	margin-right: 96px;
	position: sticky;
	height: calc(100% - 210px);
	top: 80px;
	}

	.store_item {
		position: relative;
		overflow: hidden;
		cursor: pointer;
		margin-bottom:0px;
	}

	#stockMap{
		width: calc(100vw - (361px + 5rem))!important;
		height: calc(100vw - (361px + 5rem))!important;
		margin-top: -30px;
		margin-bottom: 20px;
	}

}

.store_item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom:67px;
	letter-spacing: 0.08em;
}

.store_text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	-webkit-padding-start: 1rem;
	padding-inline-start: 1rem;
	-webkit-padding-end: 1rem;
	padding-inline-end: 1rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: pre-wrap;
}
.store_photo {
	position: relative;
	margin-bottom: 16px;
}
.store_photo:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.store_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	user-select: none;
}

.store_name {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
	color: #1A1A1A;
	font-weight: 300;
}

.store_address {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 8px;
	color: #555555;
}

.store_hours {}

.store_type {
	flex-shrink: 0;
}

.store_type span {
	display: inline-block;
	font-size: 12px;
	padding: 5px 8px;
	border: 1px solid #9D9D9D;
	color: #555555;
}

.store_btn {}

.store_btn span {
	display: block;
	line-height: 24px;
	font-size: 16px;
	position: relative;
	padding-right: 30px;
}

.store_btn span::before {
	content: "";
	position: absolute;
	bottom: 7px;
	right: 7px;
	width: 13px;
	height: 13px;
	border-top: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
}

.store_btn span::after {
	content: "";
	position: absolute;
	bottom: 12px;
	right: 4px;
	width: 19px;
	height: 1px;
	background: #1A1A1A;
	transform: rotate(135deg);
}
.store_detail_link {
	display: inline-flex;
	gap: .25rem;
	align-items: center;
	-webkit-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	user-select: none;
	min-width: 2.5rem;
	height: auto;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	vertical-align: baseline;
	white-space: nowrap;
	outline: 2px solid transparent;
	outline-offset: 2px;
	-webkit-padding-start: 1rem;
	padding-inline-start: 1rem;
	-webkit-padding-end: 1rem;
	padding-inline-end: 1rem;
	padding: 0px;
	position: relative;
}
.store_detail_link:link,
.store_detail_link:visited,
.store_detail_link:hover,
.store_detail_link:active {
	color: #1a1a1a;
	text-decoration: none;
}
.store_detail_link:after{
	content:"";
	display:inline-block;
	flex-shrink: 0;
	width:24px;
	height:24px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.0002 17.3V6.5H7.2002" stroke="%231A1A1A" stroke-width="1.2" stroke-miterlimit="10"/><path d="M18 6.5L6 18.5" stroke="%231A1A1A" stroke-width="1.2" stroke-miterlimit="10"/></svg>');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.store_detail_link:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: calc(100% - 28px);
	height: 1px;
	background-color: currentColor;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	z-index: 3;
}
.store_detail_link:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.store_other_info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 12px;
}
@media screen and (min-width: 1201px){
	.store_detail_link {
		font-size: 16px;
	}
	.store_other_info {
		flex-direction: row;
	}
}
@media screen and (min-width:1001px) and ( max-width:1200px) {
	.store_detail_link {
		font-size: 14px;
	}
	.store_other_info {
		flex-direction: column;
	}
}



/* condition_area
----------------------------*/

.pref_select {
	width: 100%;
	font-size: 16px;
	color: #999999;
	padding: 16px 0 16px 18px;
	border: 1px solid #DDDDDD;
	background: none;
}
.pref_select option{
	color: #999999;
}

#prefList {position: relative;}

#prefList:after {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 13px;
	margin: -6px 0 0 0px;
	transform: rotate(135deg);
	transition:transform 0.3s ease;
	pointer-events: none;
}

.result_title {
	font-size: 21px;
	margin-bottom: 28px;
}

.result_title span {
	font-size: 18px;
	margin-left: 8px;
}

#stockMap {
	width: 100%;
	height: 500px;
	margin-top: -30px;
	margin-bottom: 20px;
}

.search_nearest {
	display:none;
}

.switch_tab {
	display:none;
}

.store_link {
	display: block;
}

.section_nowSearch {
	margin-bottom: 30px;
}

.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 #D9D9D9;
	border-radius:3px;
	box-sizing:border-box;
	transition:all 100ms 0s ease;
	position:relative;
	padding:8px 25px 8px 15px;
}
.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;
}


.nowSearch_listItem_textArea:before{
	content:"";
	display: inline-block;
	position: absolute;
	right: 3px;
	width: 16px;
	height: 2px;
	transition: all 0s;
	background: #D9D9D9;
	box-sizing: border-box;
	top: 5px;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nowSearch_listItem_textArea:after{
	content:"";
	display: inline-block;
	position: absolute;
	right: 3px;
	width: 16px;
	height: 2px;
	transition: all 0s;
	background: #D9D9D9;
	box-sizing: border-box;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	top: 21px;
}

@media (max-width: 1000px) {

	#contents {
		padding: 0 1.5rem;
	}

	.contents_info {
		font-size: 24px;
		padding: 2.25rem 0 0;
		width: 100%;
		display: block;
		position: relative;
	}


	.condition_title {
		border-top: none;
	}

	.condition_wrapper {
		margin: 0;
		padding: 0;
	}

	.store_item {
		margin-bottom: 40px;
	}

	.store_list .store_item:last-child {
		margin-bottom: 176px
	}

	.search_nearest {
		display: block;
		margin-top: 25px;
		margin-bottom: 30px;
	}

	.search_nearest_link {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}

	.condition_detail {
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 100vh;
		right: 0;
		background: #2A292F;
		color: #fff;
		z-index: 10000;
		transition: top 0.3s ease;
		overflow-y: scroll;
		padding-bottom: 100px;
	}

	.condition_detail.open {
		top: 0;
	}

	.result_area {
		padding-top: 35px;
		border-top: 1px solid #DDDDDD;
	}

	.search_nearest_link {
		box-sizing: border-box;
	}
	.search_nearest_link span{
		display:inline-block;
		background: #ffffff url(/static/full/images/store/ec/shoplist/location_on.png) no-repeat;
		background-position: left top 3px;
		background-size: 15px;
		padding: 5px 0 5px 20px;
	}
}

@media screen and (max-width: 1000px) {
	.search_condition_btn_wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width: 1001px) {
	.search_condition_area {
		margin-top:40px;
		padding-top:40px;
		border-top:1px solid #ddd;
		position: relative;
		width: 100%;
	}
	.search_condition_area_inner{
		display:block;
		position: relative;
		top: auto;
		height: auto;
	}
}
