@charset "UTF-8";

/* ======================================================================================
	showroom index
========================================================================================= */
#showroom {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#showroom::after {
	content: "";
	display: block;
	clear: both;
}

#showroom h2 {
	padding: 0.5em 0;
	border-top: 1px #A29D95 solid;
	border-bottom: 1px #A29D95 solid;
	text-align: center;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1em;
}

@supports (-ms-ime-align: auto) {
	#showroom h2 {
		margin-top: 65px;
		/* Edge */
	}
}

#showroom {
	width: 100%;
	max-width: 960px;
	margin: 5em auto;
}

#showroom::after {
	content: "";
	display: block;
	clear: both;
}

#showroom a {
	position: relative;
	display: block;
}

#showroom a p {
	position: absolute;
	z-index: 2;
	top: 20%;
	right: 5%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

#showroom #showroomList #near-sr-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 1em;
	margin-bottom: 2em;
}

#showroom #showroomList #near-sr-list > * {
	width: 30%;
	margin-right: 5%;
}

#showroom #showroomList #near-sr-list > *:nth-of-type(3n) {
	margin-right: 0;
}

#showroom #showroomList #area-tab {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 2em 0;
	border-bottom: 1px #A29D95 solid;
}

#showroom #showroomList #area-tab li {
	width: 12.5%;
	padding: 1em 0;
	border-right: 1px #fff solid;
	text-align: center;
	font-size: 1.4rem;
}

#showroom #showroomList #area-tab li.sel {
	background-color: #A29D95;
	color: #fff;
	font-weight: bold;
}

#showroom #showroomList #area-tab li:last-of-type {
	border-right: none;
}

#showroom #showroomList #area-tab li:hover {
	background-color: #A29D95;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#showroom #showroomList #sr-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#showroom #showroomList #sr-list li {
	width: 20%;
	padding: 0 1% 3em;
}

#showroom #showroomList #sr-list li img {
	width: 100%;
	max-width: none;
}