@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

	移転・閉店サービス店舗一覧

///////////////////////////////////////////////////////////////////////*/
.end-svc-container {
	float: right;
	width: 730px;
}
.end-svc_ttl {
	display: flex;
	align-items: center;
	min-height: 68px;
	margin: -14px 0 24px;
	padding-left: 54px;
	color: #135F51;
	font-size: 21px;
	font-weight: bold;
	background:url("/gr/service-area/detail/common/img/bg_flower_and_grass.png") left top no-repeat;
}
/* ====================================================
	リード
====================================================*/
.end-svc_lead {
	display: flex;
	margin-bottom: 30px;
	font-size: 14px;
}
.end-svc_lead-show {
	margin-left: auto;
}
.end-svc_lead-show a {
	color: #009a2c;
	font-size: 13px;
	text-decoration: underline;
}
.end-svc_lead-show a:hover {
	color: #009a2c !important;
	text-decoration: none;
}
.end-svc_lead-show a::before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	border: 4px solid transparent;
	border-left: 7px solid #009a2c;
	border-right: none;
	vertical-align: middle;
}
/* ====================================================
	エリア
====================================================*/
.end-svc-area_ttl {
	height: 37px;
	margin-bottom: 20px;
	padding-left: 13px;
	border-left: 7px solid #e2d9b5;
	background-color: #f5f2e9;
	font-size: 15px;
	font-weight: normal;
	line-height: 37px;
}
.end-svc-area_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px 8px;
}
.end-svc-pref {
	width: 308px;
	margin-bottom: 8px;
}
.end-svc-pref_ttl {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
}
.end-svc-pref_shop li {
	margin-bottom: 7px;
}
.end-svc-pref_shop a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
.end-svc-pref_shop a:hover {
	text-decoration: underline !important;
}
.end-svc-pref_shop a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	background-color: #d7d3d0;
	vertical-align: middle;
}
/* ====================================================
	リンクボタン
====================================================*/
.end-svc_show-index {
	margin-bottom: 40px;
	text-align: center;
}
.end-svc_show-index a {
	display: inline-block;
	height: 44px;
	padding: 0 32px 0 22px;
	border-radius: 3px;
	background: url("/public/img/common/icon_next-white.svg") right 10px center no-repeat #009825;
	background-size: 8px auto;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	line-height: 44px;
}
.end-svc_show-index a:hover {
	color: #fff !important;
}