.shoplist
	{
	background: #f7f2ed;
	color: #5a4c45;
	}

.shoplist h1
	{
	margin: 0;
	}

.shoplist h1+p
	{
	margin: 0;
	}

.shoplist h1+p+span
	{
	margin-top: 1rem;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	display: block;
	}

.area-content
	{
	display: none;
	}

.select
	{
	position: relative;
	}

#area-select
	{
	width: 100%;
	border: 2px solid #645650;
	padding: 1rem 2rem 1rem 1rem;
	background: #fff;
	font-size: 1.1em;
	color: #5a4c45;
	outline: 0;
	appearance: none;
	}

.select:after
	{
        content: "";
        position: absolute;
        top: 45%;
        right: 2%;
        width: 7px;
        height: 7px;
        border-top: 2px solid #5a4c45;
        border-right: 2px solid #5a4c45;
        transform: rotate(135deg);
	}

.shoplist table
	{
	margin-top: 2rem;
	width: 100%;
	border-color: inherit;
	border-collapse: collapse;
	font-weight: 500;
	font-size: clamp(0.6em, 0.6em + 0.45vw, 1rem);
	}

.shoplist table th
	{
	color: #fff;
	padding: 0.5rem;
	border: 1px solid #5a4c45;
	background: #5a4c45;
	text-align: center;
	font-weight: 500;
	}

.shoplist table td
	{
	font-weight: 500;
	padding: 0.5rem;
	border: 1px solid #5a4c45;
	}


.shoplist table a
	{
	color: #5a4c45;
	display: block;
	text-decoration: none;
	}

.shoplist table .hover:hover
	{
	background: #8e7970;
	}







.item_brand
	{
	width: 15%;
	}

@media screen and (max-width:769px) {

.item_brand
	{
	width: 25%;
	}

.shoplist table td
{
word-break : break-all;
}
}

