/* Service */


#available_ok_note {
	margin-top: 5em;
	font-size: 0.95em;
}
#available_ok_note a {
	text-decoration: underline;
}

/** Available **/

.available_buy_pane {
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 2.5em;
	padding: 74px 2.5em 200px 2.5em;
	width: 48%;
	border: solid 1px #eee;
	border-radius: 6px;
	overflow: hidden;
}
.available_buy_pane:nth-of-type(even) {
	clear: none;
	float: right;
}
#available_buy_electronics {
	background: #fff url(../images/service/available_buy_electronics.jpg) no-repeat center bottom / 100%;
}
#available_buy_furniture {
	background: #fff url(../images/service/available_buy_furniture.jpg) no-repeat center bottom / 100%;
}
#available_buy_dish {
	background: #fff url(../images/service/available_buy_dish.jpg) no-repeat center bottom / 100%;
}
#available_buy_toy {
	background: #fff url(../images/service/available_buy_toy.jpg) no-repeat center bottom / 100%;
}

.available_buy_pane h4 {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.75em 1em 0.65em 1em;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1em;
	color: #fff;
	background: #009ea1;
	border-bottom-right-radius: 6px;
}
.available_buy_text ul.available_buy_items {
	margin-bottom: 1em;
}
.available_buy_text ul.available_buy_items li {
	display: inline-block;
	margin: 0 0.15em 0.25em 0.15em;
	padding: 0.5em 1em;
	font-size: 0.95em;
	font-weight: 500;
	line-height: 1.2em;
	color: #009ea1;
	background: #fff;
	border: solid 2px #009ea1;
	border-radius: 20px;
	overflow: hidden;
}
.available_buy_text h5 {
	color: #009ea1;
	font-size: 0.95em;
	font-weight: 500;
	line-height: 1.7em;
	text-align: left;
}
.available_buy_text p.note {
	margin-top: 0.5em;
	text-align: left;
	line-height: 1.6em;
}
.available_buy_maker {
	margin-top: 1em;
	padding: 0.75em 1em;
	border-radius: 4px;
	border: solid 1px #009ea1;
	background: #fcfcfc;
}
.available_buy_maker h6 {
	margin-bottom: 0.25em;
	color: #009ea1;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
}
.available_buy_maker dt {
	margin-bottom: 0.25em;
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1.4em;
	color: #111;
	color: #555;
	letter-spacing: 0.05em;
}
.available_buy_maker dd {
	margin-bottom: 0.65em;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #888;
	letter-spacing: 0.05em;
}
.available_buy_maker dd:last-of-type {
	margin-bottom: 0;
}
.available_buy_maker p.note {
	margin-top: 0.5em;
	font-size: 0.75em !important;
	color: #888;
}



.available_ng_pane {
	float: left;
	margin-bottom: 2em;
	margin-right: 4%;
	margin-right: 2.5%;
	width: 22%;
	width: 18%;
	border: solid 1px #eee;
	border-radius: 6px;
	overflow: hidden;
}
.available_ng_pane:nth-of-type(5n) {
	margin-right: 0;
}
.available_ng_pane:nth-of-type(5n + 1) {
	clear: both;
}
.available_ng_image {
	position: relative;
	padding: 2em;
}
.available_ng_condition {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	padding: 0 20%;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5em;
	text-align: center;
	color: #da833d;
}
.available_ng_image::before {
	position: absolute;
	right: 15px;
	top: 25px;
	content: '';
	transform: rotate(45deg);
	width: 30px;
	height: 5px;
	background: #da833d;
	z-index: 1;
}
.available_ng_image::after {
	position: absolute;
	right: 15px;
	top: 25px;
	content: '';
	transform: rotate(-45deg);
	width: 30px;
	height: 5px;
	background: #da833d;
	z-index: 1;
}

.w_condition .available_ng_image::before {
	position: absolute;
	right: 15px;
	top: 15px;
	content: '';
	transform: rotate(-45deg);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: solid 4px #da833d;
	background: none;
	z-index: 1;
}
.w_condition .available_ng_image::after {
	position: absolute;
	right: 17px;
	top: 28px;
	content: '';
	transform: rotate(45deg);
	width: 26px;
	height: 4px;
	background: #da833d;
	z-index: 2;
}

.available_ng_text {
	padding: 0.5em;
	background: #f0f0f0;
}
.available_ng_text h4 {
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.05em;
}


/** About **/

.service_choose_panes {
	counter-reset: number 0;
}
.service_choose_pane {
	float: left;
	position: relative;
	padding: 2.5em 2em;
	width: 31.666%;
	background: #f1f4f3;
	border-radius: 10px;
}
.service_choose_pane::before {
	position: absolute;
	top: 20px;
	right: 20px;
	counter-increment: number 1;
	content: counter(number) " ";
	color: #fff;
	font-family: "Fredoka", sans-serif;
	font-size: 9em;
	font-weight: 500;
	line-height: 1em;
	opacity: 0.9;
	z-index: 1;
}
.service_choose_pane:nth-of-type(3n - 1) {
	margin: 0 2.5%;
}
.service_choose_pane:nth-of-type(3n + 1) {
	clear: both;
}
.service_choose_pane:nth-last-of-type(n + 4) {
	margin-bottom: 1.8em;
}
.service_choose_pane h4 {
	position: relative;
	margin-bottom: 0.8em;
	color: #009ea1;
	font-size: 1.15em;
	line-height: 1.4em;
	font-weight: 500;
	z-index: 2;
}
.service_choose_pane p {
	position: relative;
	font-size: 0.9em;
	z-index: 2;
}


/* AREA */

.side ul#area_legend {
	margin-bottom: 2em;
	padding: 2em;
	border: 1px solid #eee;
	/* background: #f1f1f1; */
	border-radius: 3px;
}
.side ul#area_legend li {
	position: relative;
	padding-left: 1.5em;
}
.side ul#area_legend li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
.side ul#area_legend li::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #009ea1;
	border: 1px solid #252525;
}
.side ul#area_legend li.area_legend_add::before {
	background: #e0f5ee;
}
._area_pane:not(:last-of-type) {
	margin-bottom: 5em;
}
.area_image {
	margin-bottom: 3em;
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
}
._area_pane h4 {
	position: relative;
	padding-left: 0.9em;
	margin-top: 2em;
	margin-bottom: 0.8em;
	font-size: 1.5em;
	letter-spacing: 0;
}
._area_pane h4 .label {
	display: inline-block;
	margin-right: 0.8em;
	font-size: 0.6em;
	letter-spacing: 0.1em;
}
._area_pane h4 .label.label_before {
	margin-right: 0;
	margin-left: 0.2em;
	letter-spacing: 0;
}
._area_pane h4::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #252525;
	background: #009ea1;
	border-radius: 50%;
}
._area_pane h4.area_add::before {
	background: #e0f5ee;
}
.area_pane h4 {
	font-size: 1.3em;
}
.area_pane h4 span {
	margin-left: 0.2em;
	color: #009ea1;
	font-weight: 500;
	letter-spacing: 0;
}
.area_pane li {
	float: left;
}
.area_pane li:not(:last-of-type)::after {
	margin: 0 0.3em;
	content: '/';
	color: #ccc;
}