@charset "UTF-8";
[data-switch-contents] {
	display: none;
}
[data-switch-contents].isShow {
	display: block;
}
.trainNav {
	margin-bottom: 60px;
}
.trainNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
}
.trainNav_list > li {
	width: 11.2%;
	margin-left: 0.6%;
}
.trainNav_list > li:first-child {
	margin-left: 0;
}
.trainNav_list > li:last-child {}
.trainNav_list > li:nth-child(2n+1) {}
.trainNav_list > li:nth-child(n+3) {}
.trainNav_list > li > a {
	display: block;
	text-decoration: none;
	border: 1px solid #df591d;
	padding: 5px 4px;
	color: #df591d;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	height: 100%;
}
.trainNav_list > li > a.isCurrent {
	background-color: #df591d;
	color: #fff;
}
.trainNav_list > li > a::before {
	content: "";
}
.trainNav_list > li > a::after {
	content: "";
	display: block;
	border: 14px solid #df591d;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255, 255, 255, 0);
	border-bottom-width: 0;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.trainNav_list > li > a.isCurrent::after {
	opacity: 1;
}
.trainNav_fig {}
.trainNav_fig > img {
	display: block;
	margin: 0 auto;
}
.trainNav_fig > figcaption {
	margin-top: 5px;
	line-height: 1.2;
}
.train {}
.train_inner {
	max-width: 652px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.train_title {
	line-height: 1.2;
	margin-bottom: 30px;
	font-size: 30px;
	text-align: center;
}
.train_title::before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23df591d' viewBox='0 0 842 466'%3E%3Cpath d='M820.5,344.2H780.1l-32.2-35.4-38.8-42.6-79.6-87.4a21.3,21.3,0,0,0-29-2.3l-49.4,39.4L420.9,10.3a21.2,21.2,0,0,0-36,0L273.7,185.8l-41.6-60.9a21.4,21.4,0,0,0-35.3,0L100.3,266.2,71.1,308.8,60.5,324.4h-39a21.3,21.3,0,0,0,0,42.6H71.7a21.4,21.4,0,0,0,17.7-9.3l8.2-12,116.8-171,34.5,50.4L172.5,345.7l-55.2,87.2a21.3,21.3,0,0,0,6.6,29.4,21,21,0,0,0,11.4,3.4,21.5,21.5,0,0,0,18.1-10l10.1-16L402.9,61.6,597.4,368.8l4.9,7.7a21.3,21.3,0,0,0,37.5-20.1c-.5-.9-.9-1.9-1.5-2.8L574.1,252.2l37.4-29.9L739.6,363l14.9,16.4a21.7,21.7,0,0,0,15.4,7l.4.4h50.2a21.3,21.3,0,0,0,0-42.6Z'/%3E%3C/svg%3E");
	width: 82px;
	height: 45px;
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 auto 12px;
}
.train_text {
	margin-bottom: 30px;
}
.train_moive {
	margin-bottom: 38px;
}
.train_moive > img {
	display: block;
}
.train_slide {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	font-size: 0;
}
.train_slide.slick-initialized {
	opacity: 1;
}
.train_image {}
.train_image > img {}
.train_thmubList {
	list-style: none;
	display: flex;
	margin-top: 19px;
}
.train_thmubList > li {
	width: 24.25%;
	margin-left: 1%;
}
.train_thmubList > li:first-child {}
.train_thmubList > li:last-child {}
.train_thmubList > li:nth-child(4n + 1) {
	margin-left: 0;
}
.train_thmubList > li:nth-child(n + 3) {}
.train_thmubList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
	position: relative;
	z-index: 1;
}
.train_thmubList > li > a.isCurrent {
	cursor: default;
}
.train_thmubList > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition-duration: .3s;
	transition-property: opacity;
}
.train_thmubList > li > a.isCurrent::before {
	opacity: 0;
}
.train_thmubList > li > a::after {
	content: "";
}
.train_thmubList > li > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.outline {}
.outline_title {
	margin-bottom: 30px;
}
.outline_title > button {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 32px 16px;
	text-align: left;
	padding-right: 75px;
	font-size: 25px;
	line-height: 1.2;
	border-right: 10px solid #df591d;
	border-left: 10px solid #df591d;
	box-shadow: 0 0 11px rgba(7, 0, 2, 0.2);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.outline_title > button > i {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #7a310d;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 23px;
}
.outline_title > button > i::before {
	content: "";
	display: block;
	height: 2px;
	background-color: #7a310d;
	position: absolute;
	z-index: 1;
	width: 68%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.outline_title > button.isShow > i::before {
	-webkit-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}
.outline_title > button > i::after {
	content: "";
	display: block;
	height: 2px;
	background-color: #7a310d;
	position: absolute;
	z-index: 1;
	width: 68%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.outline_indent {
	margin-bottom: 60px;
	padding: 0 25px;
}
.outline_image {}
.outline_image > img {
	display: block;
	margin: 0 auto;
}
.outline_caption {
	text-align: right;
	margin-top: 29px;
}
.outline_caption > span {
	display: inline-block;
	color: #f5e1e0;
}
.outline_table {}
.outline_table > tbody {}
.outline_table > tbody > tr {}
.outline_table > tbody > tr:first-child {}
.outline_table > tbody > tr:last-child {}
.outline_table > tbody > tr > th {
	width: auto;
	vertical-align: middle;
}
.outline_table > tbody > tr > td {
	text-align: center;
}
.train_moive_iframeWrap {
	padding-bottom: 64.1%;
	position: relative;
	z-index: 1;
}
.train_moive_iframeWrap > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.outline_tblImg {
	margin: 0 auto;
	max-width: 110px;
}
.outline_tblImg > img {
	display: block;
	max-width: 100%;
}
.p-fun-train-moha1 .trainNav_list > li > a.-moha1,
.p-fun-train-moha2 .trainNav_list > li > a.-moha2,
.p-fun-train-1000 .trainNav_list > li > a.-no1000,
.p-fun-train-2000 .trainNav_list > li > a.-no2000,
.p-fun-train-3000 .trainNav_list > li > a.-no3000,
.p-fun-train-3100 .trainNav_list > li > a.-no3100,
.p-fun-train-moni1 .trainNav_list > li > a.-moni1,
.p-fun-train-cablecar .trainNav_list > li > a.-cablecar {
	background-color: #df591d;
	color: #fff;
}
.p-fun-train-moha1 .trainNav_list > li > a.-moha1::after,
.p-fun-train-moha2 .trainNav_list > li > a.-moha2::after,
.p-fun-train-1000 .trainNav_list > li > a.-no1000::after,
.p-fun-train-2000 .trainNav_list > li > a.-no2000::after,
.p-fun-train-3000 .trainNav_list > li > a.-no3000::after,
.p-fun-train-3100 .trainNav_list > li > a.-no3100::after,
.p-fun-train-moni1 .trainNav_list > li > a.-moni1::after,
.p-fun-train-cablecar .trainNav_list > li > a.-cablecar::after {
	opacity: 1;
}
.areaRoad {}
.areaRoad_title {}
.road {}
.road_title {
	font-size: 30px;
	padding-top: 0;
	padding-bottom: 0;
}
.road_headline {
	color: #df591d;
	font-size: 18px;
	font-weight: normal;
	display: flex;
	align-items: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
.road_headline > b {
	font-size: 133%;
	font-weight: normal;
	display: block;
	margin-right: 8px;
}
.road_text {}
.road_text-hasIndent {
	text-indent: 1em;
}
.road_list {
	list-style: none;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.road_list > li {
	width: 32%;
	margin-left: 2%;
}
.road_list > li:first-child {
	margin-left: 0;
}
.road_list > li:last-child {}
.road_list > li:nth-child(2n + 1) {}
.road_list > li:nth-child(n + 3) {}
.road_fig {}
.road_fig > img {
	display: block;
}
.road_fig > figcaption {
	margin-top: 9px;
}
.chrono {}
.chrono_title {}
.chrono_tblWrap {}
.chrono_table {
	width: 100%;
	border: 1px solid #ddd;
	table-layout: fixed;
}
.chrono_table > thead {}
.chrono_table > thead > tr {
	border-bottom: 1px solid #ddd;
}
.chrono_table > thead > tr:first-child {}
.chrono_table > thead > tr:last-child {}
.chrono_table > thead > tr > th {
	font-size: 16px;
	font-weight: bold;
	background-color: #ebebeb;
	padding: 14px 10px;
}
.chrono_table > thead > tr > th:first-child {
	border-right: 1px solid #ddd;
	width: 190px;
}
.chrono_table > thead > tr > td {}
.chrono_table > tbody {}
.chrono_table > tbody > tr {
	border-bottom: 1px solid #ddd;
}
.chrono_table > tbody > tr:first-child {}
.chrono_table > tbody > tr:last-child {}
.chrono_table > tbody > tr > th {
	padding: 13px 10px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-left: 30px;
	width: 190px;
}
.chrono_table > tbody > tr > td {
	padding: 13px 10px;
	padding-left: 20px;
}
.chrono_list {
	list-style: none;
}
.chrono_list > li {
	display: flex;
	align-items: flex-start;
	margin-top: 3px;
}
.chrono_list > li:first-child {
	margin-top: 0;
}
.chrono_list > li:last-child {}
.chrono_list > li:nth-child(2n + 1) {}
.chrono_list > li:nth-child(n + 3) {}
.chrono_list > li > small {
	font-size: 12px;
	line-height: 1;
	background-color: #7a310d;
	color: #fff;
	min-width: 88px;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	text-align: center;
	margin-right: 17px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 10px;
}
.chrono_list > li > small::after {
	content: "";
	display: block;
	border: 10px solid #7a310d;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	border-top-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
	border-right: none;
}
.chrono_list > li > b {
	font-weight: normal;
	display: block;
	line-height: 1.43;
}
@media screen and (min-width:1000px) {
	.trainNav_list > li > a:hover {
		background-color: #df591d;
		color: #fff;
	}
	.trainNav_list > li > a:hover::after {
		opacity: 1;
	}
	.train_thmubList > li > a:hover {}
	.train_thmubList > li > a:hover::before {
		opacity: 0;
	}
	.outline_title > button:hover {
		background-color: rgba(255, 162, 0, 0.1);
	}
}
@media screen and (max-width:999px) {
	.trainNav {}
	.trainNav_list {}
	.trainNav_list > li {}
	.trainNav_list > li:first-child {}
	.trainNav_list > li:last-child {}
	.trainNav_list > li:nth-child(2n + 1) {}
	.trainNav_list > li:nth-child(n + 3) {}
	.trainNav_list > li > a {}
	.trainNav_list > li > a.isCurrent {}
	.trainNav_list > li > a::before {}
	.trainNav_list > li > a::after {}
	.trainNav_list > li > a.isCurrent::after {}
	.trainNav_fig {}
	.trainNav_fig > img {}
	.trainNav_fig > figcaption {
		font-size: 12px;
	}
	.train {}
	.train_inner {}
	.train_title {
		font-size: 24px;
	}
	.train_text {}
	.train_moive {}
	.train_moive > img {}
	.train_slide {}
	.train_image {}
	.train_image > img {}
	.train_thmubList {}
	.train_thmubList > li {}
	.train_thmubList > li:first-child {}
	.train_thmubList > li:last-child {}
	.train_thmubList > li:nth-child(4n + 1) {}
	.train_thmubList > li:nth-child(n + 3) {}
	.train_thmubList > li > a {}
	.train_thmubList > li > a::before {}
	.train_thmubList > li > a::after {}
	.train_thmubList > li > a > img {}
	.outline {}
	.outline_title {
		margin-bottom: 24px;
	}
	.outline_title > button {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 21px;
	}
	.outline_title > button::before {}
	.outline_title > button::after {}
	.outline_title > button > i {
		width: 36px;
		height: 36px;
		border-width: 1px;
	}
	.outline_title > button > i::before {
		width: calc(100% - 12px);
		height: 1px;
	}
	.outline_title > button > i::after {
		width: calc(100% - 12px);
		height: 1px;
	}
	.outline_indent {
		padding: 0 15px;
	}
	.outline_image {}
	.outline_image > img {}
	.outline_caption {}
	.outline_table {}
	.outline_table > tbody {}
	.outline_table > tbody > tr {
		margin-top: 10px;
	}
	.outline_table > tbody > tr:first-child {}
	.outline_table > tbody > tr:last-child {}
	.outline_table > tbody > tr > th {}
	.outline_table > tbody > tr > td {}
	.areaRoad {}
	.areaRoad_title {}
	.road {}
	.road_title {
		font-size: 24px;
	}
	.road_headline {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.road_headline > b {}
	.road_text {}
	.road_text-hasIndent {}
	.road_list {
		margin-top: 20px;
	}
	.road_list > li {}
	.road_list > li:first-child {}
	.road_list > li:last-child {}
	.road_list > li:nth-child(2n + 1) {}
	.road_list > li:nth-child(n + 3) {}
	.road_fig {}
	.road_fig > img {}
	.road_fig > figcaption {}
	.chrono {}
	.chrono_title {}
	.chrono_tblWrap {}
	.chrono_table {}
	.chrono_table > thead {}
	.chrono_table > thead > tr {}
	.chrono_table > thead > tr:first-child {}
	.chrono_table > thead > tr:last-child {}
	.chrono_table > thead > tr > th {}
	.chrono_table > thead > tr > th:first-child {
		width: 150px;
	}
	.chrono_table > thead > tr > td {}
	.chrono_table > tbody {}
	.chrono_table > tbody > tr {
		font-size: 13px;
	}
	.chrono_table > tbody > tr:first-child {}
	.chrono_table > tbody > tr:last-child {}
	.chrono_table > tbody > tr > th {
		padding: 10px 10px;
		padding-left: 20px;
		width: 150px;
	}
	.chrono_table > tbody > tr > td {
		padding: 10px 10px;
		padding-left: 20px;
	}
	.chrono_list {}
	.chrono_list > li {}
	.chrono_list > li:first-child {}
	.chrono_list > li:last-child {}
	.chrono_list > li:nth-child(2n + 1) {}
	.chrono_list > li:nth-child(n + 3) {}
	.chrono_list > li > small {}
	.chrono_list > li > small::after {}
	.chrono_list > li > b {}
}
@media screen and (max-width:767px) {
	.trainNav {
		margin-bottom: 35px;
	}
	.trainNav_list {
		flex-wrap: wrap;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	.trainNav_list > li {
		width: 24.25%;
		margin-left: 1%;
	}
	.trainNav_list > li:first-child {}
	.trainNav_list > li:last-child {}
	.trainNav_list > li:nth-child(4n + 1) {
		margin-left: 0;
	}
	.trainNav_list > li:nth-child(n + 5) {
		margin-top: 2%;
	}
	.trainNav_list > li > a {
		font-size: 11px;
	}
	.trainNav_list > li > a.isCurrent {}
	.trainNav_list > li > a::before {}
	.trainNav_list > li > a::after {
		display: none;
	}
	.trainNav_list > li > a.isCurrent::after {}
	.trainNav_fig {}
	.trainNav_fig > img {}
	.trainNav_fig > figcaption {}
	.train {}
	.train_inner {
		margin-bottom: 35px;
	}
	.train_title {
		font-size: 20px;
		margin-bottom: 17px;
	}
	.train_title::before {
		width: 60px;
		height: 33px;
		margin-bottom: 5px;
	}
	.train_text {
		margin-bottom: 15px;
	}
	.train_moive {
		margin-bottom: 15px;
	}
	.train_moive > img {}
	.train_slide {}
	.train_image {}
	.train_image > img {}
	.train_thmubList {
		margin-top: 5px;
	}
	.train_thmubList > li {}
	.train_thmubList > li:first-child {}
	.train_thmubList > li:last-child {}
	.train_thmubList > li:nth-child(4n + 1) {}
	.train_thmubList > li:nth-child(n + 3) {}
	.train_thmubList > li > a {}
	.train_thmubList > li > a::before {}
	.train_thmubList > li > a::after {}
	.train_thmubList > li > a > img {}
	.outline {}
	.outline_title {
		margin-bottom: 15px;
	}
	.outline_title > button {
		padding: 12px 8px;
		padding-right: 32px;
		border-width: 4px;
		font-size: 15px;
		box-shadow: 0 0 6px rgba(7, 0, 2, 0.13);
	}
	.outline_title > button::before {}
	.outline_title > button::after {}
	.outline_title > button > i {
		width: 20px;
		height: 20px;
		border-width: 1px;
		right: 5px;
	}
	.outline_indent {
		margin-bottom: 35px;
		padding: 0;
	}
	.outline_image {}
	.outline_image > img {}
	.outline_caption {
		font-size: 10px;
		margin-top: 10px;
	}
	.outline_table {}
	.outline_table > tbody {}
	.outline_table > tbody > tr {}
	.outline_table > tbody > tr:first-child {
		margin-top: 0;
	}
	.outline_table > tbody > tr:last-child {}
	.outline_table > tbody > tr > th {
		font-size: 10px;
	}
	.outline_table > tbody > tr > td {
		font-size: 11px;
	}
	.areaRoad {}
	.areaRoad_title {}
	.road {}
	.road_title {
		font-size: 20px;
	}
	.road_headline {
		font-size: 14px;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 12px;
	}
	.road_headline > b {
		font-size: 120%;
		margin-right: 0;
	}
	.road_text {}
	.road_text-hasIndent {}
	.road_list {
		display: block;
		max-width: 300px;
		margin: 20px auto 0;
	}
	.road_list > li {
		width: 100%;
		margin-left: 0;
	}
	.road_list > li:first-child {
		margin-top: 0;
	}
	.road_list > li:last-child {}
	.road_list > li:nth-child(n + 1) {
		margin-top: 15px;
	}
	.road_list > li:nth-child(n + 3) {}
	.road_fig {}
	.road_fig > img {}
	.road_fig > figcaption {
		margin-top: 3px;
	}
	.chrono {}
	.chrono_title {}
	.chrono_tblWrap {}
	.chrono_table {
		display: block;
		border: none;
	}
	.chrono_table > thead {
		display: none;
	}
	.chrono_table > thead > tr {}
	.chrono_table > thead > tr:first-child {}
	.chrono_table > thead > tr:last-child {}
	.chrono_table > thead > tr > th {}
	.chrono_table > thead > tr > th:first-child {}
	.chrono_table > thead > tr > td {}
	.chrono_table > tbody {
		display: block;
	}
	.chrono_table > tbody > tr {
		display: block;
		border: none;
		margin-top: 15px;
	}
	.chrono_table > tbody > tr:first-child {
		margin-top: 0;
	}
	.chrono_table > tbody > tr:last-child {}
	.chrono_table > tbody > tr > th {
		display: block;
		padding: 7px 10px;
		background-color: #eee;
		width: auto;
		margin-bottom: 10px;
	}
	.chrono_table > tbody > tr > td {
		display: block;
		padding: 0;
		padding-left: 15px;
		padding-right: 10px;
	}
	.chrono_list {}
	.chrono_list > li {
		margin-top: 5px;
	}
	.chrono_list > li:first-child {}
	.chrono_list > li:last-child {}
	.chrono_list > li:nth-child(2n + 1) {}
	.chrono_list > li:nth-child(n + 3) {}
	.chrono_list > li > small {
		min-width: 65px;
		width: auto;
		background-color: rgb(122, 49, 13);
		padding: 4px 10px;
		height: auto;
		text-align: left;
		justify-content: center;
		font-size: 10px;
		margin-bottom: 2px;
		margin-right: 0;
	}
	.chrono_list > li > small::after {
		display: none;
	}
	.chrono_list > li > b {
		padding-left: 0.5em;
	}
}
