@charset "utf-8";
/* CSS Document */
#top_visual {
	background: #007743;
}
#plan .plan_data .data1 th {
	width: 12em;
}
#outline .info span {
	color: #FF8000;
	font-size: 1.6rem;
	font-weight: bold;
}
.col2_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.catch {
	margin-bottom: 35px;
	color: #000;
	font-size: 2.0rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: .2em;
	text-indent: -.2em;
}
.map {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.col2_wrap {
		display: block;
	}
	.col2_wrap li {
		margin-bottom: 5vw;
	}
	.col2_wrap li:last-child {
		margin-bottom: 0;
	}
	.catch {
		letter-spacing: 0;
		text-indent: 0;
	}
	.map {
		margin-top: 5vw;
	}
}
#location .location_pic li .car,
#location .location_pic li .bike,
#location .location_pic li .walk,
#location .location_data td .car,
#location .location_data td .bike,
#location .location_data td .walk {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: -10px;
}
#location .location_pic li .car,
#location .location_data td .car {
	background: url("../../../parts/images/property/location_ico_car.png") top center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#location .location_pic li .bike,
#location .location_data td .bike {
	background: url("../../../parts/images/property/location_ico_bike.png") top center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#location .location_pic li .walk,
#location .location_data td .walk {
	background: url("../../../parts/images/property/location_ico_walk.png") top center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	#location .location_pic li .car,
	#location .location_pic li .bike,
	#location .location_pic li .walk,
	#location .location_data td .car,
	#location .location_data td .bike,
	#location .location_data td .walk {
		width: calc((40/760)*100vw);
		height: calc((40/760)*100vw);
		margin-bottom: calc((-15/760)*100vw);
	}
}