body {
	max-height: 999999px;
}

.tpl-table-01 .box {
	display: flex;
	align-items: center;
}

.tpl-table-01 .box > .tpl-txt:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 750px) {
	.tpl-table-01 .box > .tpl-txt {
		width: 50%;
	}
}

.tpl-table-01 .box .sche_change {
	padding-left: 2em;
}

.sec-final .box {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.sec-final .box .final-schedule {
		width: 50%;
	}
}

.sec-final .box .sche_change {
	padding-left: 2em;
	width: 50%;
}

.sec-final .box {
	border: solid 30px #FDEED5;
	padding: 35px 40px;
}

@media only screen and (max-width: 750px) {
	.sec-final .box {
		border-width: 15px;
		padding: 25px 20px;
	}
}

.sec-final .final-schedule dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	.sec-final .final-schedule dl {
		font-size: 13px;
	}
}

.sec-final .final-schedule dl dt {
	width: 50px;
}

@media only screen and (max-width: 750px) {
	.sec-final .final-schedule dl dt {
		width: 45px;
	}
}

.sec-final .final-schedule dl dd {
	width: calc(100% - 50px);
}

@media only screen and (max-width: 750px) {
	.sec-final .final-schedule dl dd {
		width: calc(100% - 45px);
	}
}

.sec-final .final-schedule .btn-toMap {
	margin-top: 25px;
}

@media only screen and (max-width: 750px) {
	.sec-final .final-schedule .btn-toMap {
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

.tpl-mv-02 .tpl-mv-02--box {
	background-color: #007cc3;
}

.section {
	margin-bottom: 90px;
}

@media only screen and (max-width: 750px) {
	.section {
		margin-bottom: 45px;
	}
}

.btn-toMap {
	width: 140px;
	height: 45px;
	border: solid 1px #C8C8C8;
	font-size: 14px;
}

@media only screen and (max-width: 750px) {
	.btn-toMap {
		margin-left: 0;
		width: 100px;
		height: 35px;
	}
}

.tpl-table-01 .tpl-table--th2, .tpl-table-01 td {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (max-width: 750px) {
	.tpl-table-01 .tpl-table--th2, .tpl-table-01 td {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.tpl-table-01 .tpl-table--th2 {
	width: 150px;
	vertical-align: top;
}

@media only screen and (max-width: 750px) {
	.tpl-table-01 .tpl-table--th2 {
		width: 80px;
	}
}

@media only screen and (max-width: 750px) {
	.tpl-table-01 td .tpl-txt {
		font-size: 11px;
	}
}

@media only screen and (max-width: 750px) {
	.tpl-table-01 td .tpl-list li {
		font-size: 11px;
	}
}

.tpl-table-01 td .btn-toMap {
	margin-top: 25px;
}

@media only screen and (max-width: 750px) {
	.tpl-table-01 td .btn-toMap {
		margin-top: 15px;
	}
}

.tpl-table-01 td .box + .box {
	margin-top: 25px;
	padding-top: 20px;
	border-top: dotted 1px #C8C8C8;
}

@media only screen and (max-width: 750px) {
	.tpl-table-01 td .box + .box {
		margin-top: 15px;
		padding-top: 13px;
	}
}

/*# sourceMappingURL=style.css.map */
