@charset "utf-8";

.w-state {
}


/* ---------------------------------------------------------------------- */


.access {
	border-radius: 10px;
	overflow: hidden;
}

.access__map {
	
}

.access__map iframe {
	width: 100%;
	height: 50vh;
	min-height: 400px;
}

@media screen and (min-width: 1280px) {
	
}



.route {
	padding: 20px 0;
	box-sizing: border-box;
}

.route__item {
	margin: 0 0 30px;
}

.route__ttl {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	font-size: 1.4rem;
}

.route__ttl i {
	display: block;
	margin-right: 10px;
	margin-left: -3px;
}

.route__ttl i svg {
	width: 24px !important;
	height: 24px !important;
	stroke-width: 1.4;
}

.route__ttl .label {
}

.route__des {
	margin: 0;
	font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
	.route {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.route__item {
		width: calc(33.333% - 20px);
		margin-bottom: 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 20px;
	}
	
	.route:after,
	.route:before {
		width: calc(33.333% - 20px);
		content: "";
		order: 2;
	}
}

@media screen and (min-width: 1280px) {
	.route {
		padding: 40px 0 0;
	}
	.route__des {
		font-size: 1.2rem;
	}
	
	.route__item {
		width: calc(33.333% - 40px);
	}
	.route:before {
		width: calc(33.333% - 40px);
	}
}

