@charset "utf-8";

:root {
	--cl-black: #101010;
	--cl-red: #cf0b1e;
	--cl-gray: #969696;
	--cl-gold: #eec036;
	--fontsize14px: 0.9rem;
	--fontsize16px: 1rem;
	--fontsize18px: 1.15rem;
	--fontsize20px: 1.25rem;
	--fontsize21px: 1.4rem;
	--fontsize24px: 1.5rem;
	--siteWidth: 1200px;
}

#page-shop .page-header {
	width: 100%;
	height: 150px;
	background-image: url(../img/shop/head_shop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Navi  */
nav.shop-ca-navi {
	width: 100%;
	position: relative;
	background-color: var(--cl-black);
	z-index: 1;
}
main#page-shop.nav-lock .shop-ca-navi {
	position: fixed;
	top: 80px;
	z-index: 1;
}
.shop-ca-navi ul {
	max-width: var(--siteWidth);
	padding-inline: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	gap: 2px;
}

.shop-ca-navi ul li {
	width: calc(50% - 1px);
	height: 50px;
}
.shop-ca-navi ul li a {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/icon_cur_red_down.svg);
	background-position: left 10px center;
	background-repeat: no-repeat;
	line-height: 1.25;
}

/* shop-list */
#shop-list {
	background-color: #fff;
	padding: 100px 0;
	margin-bottom: 0;
}

.shop-group-title {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#shop-list h2 {
	font-size: var(--fontsize20px);
	margin: 15px 0 10px 0;
}
#shop-list h2#ti-seller::before,
#shop-list h2#ti-restaurants::before,
#shop-list h2#ti-b2b::before,
#shop-list h2#ti-netshop::before {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	vertical-align: text-bottom;
}
#shop-list h2#ti-seller::before {
	content: url(../img/shop/ico_shop_seller.svg);
}
#shop-list h2#ti-restaurants::before {
	content: url(../img/shop/ico_shop_restaurants.svg);
}
#shop-list h2#ti-b2b::before {
	content: url(../img/shop/ico_shop_b2b.svg);
}
#shop-list h2#ti-netshop::before {
	content: url(../img/shop/ico_shop_net-furusato.svg);
}

.shop-list-selectbox {
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.selectbox-selectcity {
	display: inline-flex;
	align-items: center;
	position: relative;
	padding-left: 5px;
}
.selectbox-selectcity span {
	font-size: var(--fontsize16px);
}
.selectbox-selectcity::after {
	position: absolute;
	right: 15px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	pointer-events: none;
}
.selectbox-selectcity select {
	appearance: none;
	min-width: 160px;
	height: 2.8em;
	padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	background-color: #fff;
	color: #333333;
	font-size: 0.9em;
	cursor: pointer;
	margin-left: 10px;
}

.shop-list-inner {
	margin-bottom: 100px;
}
/* list-title */
dl.list-title {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-collapse: collapse;
}
dl.list-title dt,
dl.list-title dd {
	padding: 0.8rem;
	background-color: #555;
	color: #fff;
	border: 1px solid var(--cl-gray);
}
dl.list-title dt {
	font-weight: normal;
}
dl.list-title dd.list-title-ecshop,
dl.list-title dd.list-title-sns {
	text-align: center;
}
dl.list-title dd.list-title-sns {
	width: 20%;
}

dl.list-title dt.list-title-name.sp-true {
	width: 80%;
}

/* list-shopbox */
dl.list-shopbox {
	display: grid;
	grid-template-columns: 80% 20%;
	grid-template-rows: auto auto auto auto;
	border-collapse: collapse;
	border-right: 1px solid var(--cl-gray);
}

dl.list-shopbox dt {
	font-weight: normal;
	line-height: 1.6;
}
dl.list-shopbox dt a {
	background-image: url(../img/ico_link_blank.svg);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
dl.list-shopbox dd {
	line-height: 1.6;
}
dl.list-title dd.list-title-ecshop a,
dl.list-shopbox dd.list-title-ecshop a {
	text-align: center;
	background-image: url(../img/icon_cur_red.svg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
dl.list-shopbox dt.list-title-name {
	padding: 1rem 0.8rem;
	border-left: 1px solid var(--cl-gray);
	border-right: 1px solid var(--cl-gray);
	grid-column: 1;
	grid-row: 1;
}
dl.list-shopbox dd.list-title-ecshop {
	padding: 0 0.8rem 0.8rem 0.8rem;
	grid-column: 1;
	grid-row: 2;
	border-left: 1px solid var(--cl-gray);
	border-right: 1px solid var(--cl-gray);
}

dl.list-shopbox dd.list-title-address {
	padding: 0.3rem 0.8rem;
	grid-column: 1;
	grid-row: 3;
	border-left: 1px solid var(--cl-gray);
	border-right: 1px solid var(--cl-gray);
}
dl.list-shopbox dd.list-title-tel {
	padding: 0.3rem 0.8rem 1rem 0.8rem;
	grid-column: 1;
	grid-row: 4;
	border-left: 1px solid var(--cl-gray);
	border-right: 1px solid var(--cl-gray);
	border-bottom: 1px solid var(--cl-gray);
}
dl.list-shopbox dd.list-title-sns {
	border-bottom: 1px solid var(--cl-gray);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	grid-column: 2;
	grid-row: 1 / span 4;
}
dl.list-shopbox dd.list-title-sns a {
	width: 32px;
	display: inline-block;
}

/* list-ecshopbox */
ul.list-ecshopbox {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
ul.list-ecshopbox li {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid var(--cl-gray);
}
ul.list-ecshopbox li a {
	display: inline-block;
	color: #333333;
	padding: 1rem 1.2rem 1rem 0.8rem;
	background-image: url(../img/ico_link_blank.svg);
	background-position: right center;
	background-repeat: no-repeat;
}

/*-------------------------------------------
 PC
-------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	main#page-shop.nav-lock .shop-ca-navi {
		position: fixed;
		top: 140px;
		width: 100%;
	}
	main#page-shop.nav-lock .shop-ca-navi ul {
		margin: 0 auto 20px auto;
	}
	.shop-ca-navi ul li {
		width: calc((100% - 6px) / 4);
	}
	main#page-shop.nav-lock #shop-list {
		padding-top: 190px;
	}
	#shop-list h2 {
		font-size: var(--fontsize24px);
	}

	/* list-shopbox */
	.shop-group-title {
		flex-direction: row;
	}

	dl.list-shopbox {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		border-collapse: collapse;
		border-right: 1px solid var(--cl-gray);
	}
	dl.list-shopbox dt,
	dl.list-shopbox dd {
		padding: 1rem 0.8rem;
	}

	dl.list-title dt.list-title-name.pc-true,
	dl.list-shopbox dt.list-title-name {
		width: 25%;
	}
	dl.list-title dd.list-title-address.pc-true,
	dl.list-shopbox dd.list-title-address {
		width: 40%;
	}
	dl.list-title dd.list-title-tel.pc-true,
	dl.list-shopbox dd.list-title-tel {
		width: 15%;
	}
	dl.list-title dd.list-title-ecshop.pc-true,
	dl.list-shopbox dd.list-title-ecshop {
		width: 15%;
		text-align: center;
	}
	dl.list-title dd.list-title-sns,
	dl.list-shopbox dd.list-title-sns {
		width: 20%;
		flex-direction: row;
	}

	/* list-shopbox */
	.selectbox-selectcity span {
		font-size: var(--fontsize18px);
	}
	.selectbox-selectcity select {
		min-width: 230px;
	}

	dl.list-shopbox {
		border-right: none;
	}
	dl.list-shopbox dt,
	dl.list-shopbox dd {
		border-bottom: 1px solid var(--cl-gray);
	}
	dl.list-shopbox dt.list-title-name,
	dl.list-shopbox dd.list-title-address,
	dl.list-shopbox dd.list-title-tel,
	dl.list-shopbox dd.list-title-ecshop {
		border-left: 1px solid var(--cl-gray);
		border-right: none;
		padding: 1rem 0.8rem;
	}
	dl.list-shopbox dd.list-title-sns {
		border-left: 1px solid var(--cl-gray);
		border-right: none;
		padding: 0 0.8rem;
	}

	dl.list-shopbox dd:last-child {
		border-right: 1px solid var(--cl-gray);
	}
	/* list-ecshopbox */
	ul.list-ecshopbox {
		flex-direction: row;
		justify-content: space-between;
	}
	ul.list-ecshopbox li {
		width: 45%;
	}
}

/*--------
 A
----------*/
