/* ===================================
TOBISHI COSMETICS PON-series
Shop list Style Sheet
First Update  2018-05-28
Last Update   2022-01-19
Created by Basic Plus Design Inc.
=================================== */
/* ===========================================================
 shop list
=========================================================== */
#shoplist {
	padding-bottom: 800px;
	width: 100% !important;
}
#shop-list .p-shop {
	position: relative;
}
.shophead {
	margin-bottom: 0;
}
.shophead.fixed {
	position: fixed;
	width: 100%;
	height: 190px;
	top: -120px;
	left: 0;
	padding: 0 1em;
	background: rgba(255, 255, 255, 0.8);
}

/* ===========================================================
 shoplist - area tab
=========================================================== */
.tab_area {
	display: table;
	width: 100%;
	max-width: 1260px;
	margin: 10px 0 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	border-bottom: none;
}
.tab_area li {
	display: table-cell;
	width: calc(100% / 9);
	height: 3em;
	color: #222;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: middle;
	background: #f2f2f2;
	border-right: 1px solid #ccc;
	cursor: pointer;
}
.tab_area li:last-child {
	border-right: none;
}
.tab_area li span::before {
	content: "・";
}
.all_area {
	width: 100%;
	max-width: 1260px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
.all_area div.content_area {
	background: #ffffff;
	padding: 0.5em;
}
.tab_area li.select {
	color: #fff;
	font-weight: bold;
	background: #000;
}
.hide {
	display: none;
}
.content_area {
	border: 1px solid #ccc;
	border-top: 0;
}
.list_area li {
	display: inline-block;
	position: relative;
	margin-right: 2em;
	font-size: 0.8rem;
}
.list_area li::after {
	position: absolute;
	right: -3em;
	top: 0;
	width: 3em;
	height: 1em;
	padding: 0 1em;
	content: "|";
}
.list_area li:last-child::after {
	content: none;
}

@media screen and (max-width: 767px) {
	.tab_area li span::before {
		content: "\A";
		white-space: pre;
	}
}

/* ===========================================================
 shoplist - list
=========================================================== */
.p-shoplist__table {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #000;
}
.p-shoplist__table dt {
	font-weight: bold;
	padding-top: 150px;
}
.p-shoplist__head {
	display: flex;
	-js-display: flex;
	flex-flow: row wrap;
	margin-bottom: 0;
	border-top: 1px solid #000;
}
.p-shoplist__head li {
	width: 25%;
	margin: 0;
	padding: 0.8em;
	font-weight: bold;
}
.p-shoplist {
	display: flex;
	-js-display: flex;
	flex-direction: column;
	padding: 0.5em 1em;
	font-size: 0.8rem;
	border-top: 1px solid #000;
}
.p-shoplist li {
	width: 100%;
	text-align: left;
}
.p-shoplist li:nth-child(1) {
	font-weight: 600;
}
.p-shoplist li:nth-child(4) a {
	font-size: 80%;
	text-align: left;
	word-break: break-all;
}
.p-shoplist > p {
	padding: 1em;
	text-align: center;
}
.p-shoplist__table dt .mark {
	font-size: 80%;
	font-weight: normal;
	float: right;
}
.p-shoplist__table .ico_waki,
.p-shoplist__table .ico_ashi {
	width: 40px;
	height: 40px;
}
.p-shoplist__table dt .ico_waki,
.p-shoplist__table dt .ico_ashi {
	margin-left: 1em;
}
.p-shoplist__table .ico_waki {
	color: rgba(168, 168, 168);
}
.p-shoplist__table .ico_ashi {
	color: rgba(45, 45, 45);
}

/* -----------------------------------------------------------
 shoplist area MediaQuery
----------------------------------------------------------- */

@media all and (min-width: 640px) {
	.shophead.fixed {
		height: 175px;
		top: -50px;
	}
}

@media all and (min-width: 768px) {
	.p-shoplist {
		font-size: 0.9rem;
	}
	.p-shoplist li:nth-child(4) a {
		word-break: break-all;
		text-align: left;
	}
}

@media screen and (min-width: 960px) {
	.p-shoplist {
		display: block;
		padding: 1.6em 1em;
	}
	.p-shoplist ul {
		display: flex;
		-js-display: flex;
		flex-flow: row wrap;
	}
	.p-shoplist__head li {
		font-size: 0.8rem;
		padding: 1em;
	}
	.p-shoplist li:nth-child(1),
	.p-shoplist__head li:nth-child(1) {
		width: 26%;
	}
	.p-shoplist li:nth-child(2),
	.p-shoplist__head li:nth-child(2) {
		width: 25%;
	}
	.p-shoplist li:nth-child(3),
	.p-shoplist__head li:nth-child(3) {
		width: 14em;
		text-align: center;
	}
	.p-shoplist li:nth-child(4),
	.p-shoplist__head li:nth-child(4) {
		width: 28%;
	}
	.p-shoplist li:nth-child(5),
	.p-shoplist__head li:nth-child(5) {
		width: 3em;
	}
	.p-shoplist__head li:nth-child(1),
	.p-shoplist__head li:nth-child(2),
	.p-shoplist__head li:nth-child(3),
	.p-shoplist__head li:nth-child(4),
	.p-shoplist__head li:nth-child(5) {
		text-align: center;
	}
}
