@charset "UTF-8";

.location {
}

.location_cnt {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.location_col {
}

.location_col.-cnt {
	width: 40.5%;
}

.location_col.-img {
	width: 49%;
}

.location_link {
}

.location_link_item {
	margin-top: 18px;
}

.location_link_item:first-child {
	margin-top: 0;
}

.location_link_item > a {
	border: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
}

.location_link_item > a:hover {
	background: #f5f8fb;
}

.location_link_item > a span {
}

.location_link_item > a img {
}

.location_info {
}

.location_info dl {
}

.location_info dl dt {
	float: left;
}

.location_info dl dd {
	margin-left: 3em;
}

.location_info dl dd:before {
	content: "：";
}

.location_img {
	margin-top: 10px;
}

.access {
}

.access_map {
	text-align: center;
}

.access_cnt {
	margin-top: 60px;
}

.access_item {
	margin-top: 40px;
}

.access_item:first-child {
	margin-top: 0;
}

.access_item_name {
	line-height: 1.5;
	font-size: 18px;
	color: #004386;
}

.access_item_name span.-icon {
	display: inline-block;
	background: #004386;
	color: #fff;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	margin-right: 10px;
}

.access_item_name span.-icon.icon-bus {
	font-size: 23px;
}

.access_item_name span.-icon.icon-taxi {
	font-size: 22px;
}

.access_item_name span.-icon.icon-car {
	font-size: 16px;
}

.access_fig {
	margin-top: 60px;
}

.access_fig_img {
}

.access_link {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #ccc;
}

.access_item_other {
	margin-top: 60px;
}

.access_item_other_txt {
}

.access_item_other_link {
	margin-top: 10px;
}

/* All SP */
@media screen and (max-width:640px) {
	.location {
	}

	.location_cnt {
		display: block;
	}

	.location_col {
	}

	.location_col.-cnt {
		width: 100%;
		margin-top: 20px;
	}

	.location_col.-img {
		width: 100%;
	}

	.location_link {
	}

	.location_link_item {
	}

	.location_link_item:first-child {
	}

	.location_link_item > a {
	}

	.location_link_item > a span {
	}

	.location_link_item > a img {
	}

	.location_info {
	}

	.location_info dl {
	}

	.location_info dl dt {
	}

	.location_info dl dd {
	}

	.location_info dl dd:before {
	}

	.location_img {
	}

	.location_img img {
		width: 100%;
	}

	.access {
	}

	.access_map {
	}

	.access_cnt {
		margin-top: 40px;
	}

	.access_item {
		margin-top: 20px;
	}

	.access_item:first-child {
	}

	.access_item_name {
	}

	.access_item_name span.-icon {
	}

	.access_item_name span.-icon.icon-bus {
	}

	.access_item_name span.-icon.icon-taxi {
	}

	.access_item_name span.-icon.icon-car {
	}

	.access_fig {
		margin-top: 40px;
	}

	.access_fig_img {
	}

	.access_link {
		margin-top: 40px;
		padding-top: 40px;
	}

	.access_item_other {
		margin-top: 40px;
	}

	.access_item_other_txt {
	}

	.access_item_other_link {
	}

}
