@charset "UTF-8";
/* --------------------------------------------------

model-route

-------------------------------------------------- */

.route {
	margin-bottom: 3em;
}
.route .route-block {
	margin-bottom: 5em;
}
.route .route-block img {
	margin-bottom: 1em;
}
.route .route-block .btn-flex {
	display: flex;
	justify-content: right;
	flex-wrap: wrap;
}
.route .route-block .btn-area {
	margin-left: 1em;
	margin-bottom: 1em;
}
.route .route-block .btn-area .basic-btn a {
	min-width: 288px;
}
@media screen and (max-width: 960px) {

	.route .route-block .btn-area {
		width: 100%;
	}

	.route .route-block .btn-area .basic-btn a {
		min-width: auto;
		width: 100%;
	}
}