@charset "utf-8";

.search-shoplist .inner {
	margin-bottom: 80px;
}
.search-shoplist section.shop-showroom .ttl-showroom {
	font-weight: normal;
	color: #fff;
	background: #aa5968;
	padding: 5px 20px;
	margin-bottom: 30px;
}
.search-shoplist section.shop-showroom .ttl-showroom h4:after {
	content: "：";
	margin-left: 10px;
	margin-right: 10px;
}
.shop-showroom .flex:not(.ttl-showroom) {
	margin-bottom: 40px;
	border: 1px solid #ededed;
}
.shop-showroom .SR-name .flex {
	border-width: 0;
	margin-bottom: 0;
}
.shop-showroom .flex:nth-child(odd) {
	margin-right: auto;
}
.shop-showroom .flex figure {
	width: 40%;
	padding: 15px 20px;
}
.shop-showroom .flex figure img {
	width: 100%;
}
.shop-showroom .flex .txt_item {
	width: 60%;
	border-left: 1px solid #ededed;
}
.shop-showroom .flex .txt_item h5 {
	margin: 0;
	padding: 15px 20px;
	border-bottom: 1px solid #ededed;
	font-size: 1.5rem;
}
.shop-showroom .flex a {
	text-decoration: none;
}
.shop-showroom .flex .txt_item p {
	padding: 15px 20px;
	border-bottom: 1px solid #ededed;
	line-height: 1.3em;
}
.shop-showroom .flex .txt_item .detail-info {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
}
.shop-showroom .flex .txt_item .detail-info:last-of-type {
	border-bottom-width: 0;
}
.shop-showroom .flex .txt_item .detail-info .label-info {
	width: 20%;
}
.shop-showroom .flex .txt_item .detail-info .txt-info {
	width: 80%;
}
a.btn-detail {
	width: 90%;
	margin: 10px auto;
	padding: 5px 0;
	display: block;
	position: relative;
	background: #7f9780;
	color: #fff;
	text-align: center;
}
a.btn-reserve {
	color: #fff;
	background: #bd5f64;
	display: block;
	width: 90%;
	max-width: 320px;
	margin: 12px auto;
	padding: 12px 5px;
	text-align: center;
	position: relative;
}
a.btn-reserve span {
	display: block;
	font-size: 12px;
}
a.btn-reserve::before {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	width: 0;
	height: 0;
	margin-top: -8px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
}
a.btn-appmap {
	width: 90%;
	max-width: 320px;
	margin: 12px auto;
	padding: 26px 0;
	display: block;
	position: relative;
	background: #7f9780;
	color: #fff;
	text-align: center;
}
a.btn-appmap::before {
	content: url("../images/i_anchor.png");
	width: 20px;
	height: 20px;
	float: left;
	position: absolute;
	left: 20%;
}
a.btn-360sr {
	margin: 12px auto;
	/* padding: 0 16px; */
}
a.btn-360sr > img {
	width: 100%;
}
.info-txt {
	margin-top: 60px;
	margin-bottom: 130px;
	padding: 20px;
	text-align: center;
	border: solid 1px #CACACA;
}
.showroom-list-footer {
	padding-top: 40px;
}
.showroom-list-footer .content-area.flex-ce {
	justify-content: flex-end;
}