@charset "UTF-8";
.pageNav {
	margin-bottom: 15px;
}
.pageNav_inner {}
.pageNav_list {
	list-style: none;
	display: flex;
	line-height: 1.33;
	max-width: 680px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.pageNav_list > li {
	width: 31%;
	margin-left: 3.5%;
}
.pageNav_list > li:first-child {
	margin-left: 0;
}
.pageNav_list > li:last-child {}
.pageNav_list > li:nth-child(2n+1) {}
.pageNav_list > li:nth-child(n+3) {}
.pageNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	transition-duration: .3s;
	transition-property: transform;
	height: 100%;
	flex-direction: column;
	align-items: stretch;
}
.pageNav_list > li > a > b {
	display: flex;
	background-color: #F04902;
	border-radius: 12px;
	padding: 20px 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}
.pageNav_list > li > a::before {}
.pageNav_list > li > a::after {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 34' fill='%23f04902'%3E%3Cpath d='M22.83,31A5,5,0,0,1,16,32.84,5.07,5.07,0,0,1,14.17,31L.85,8A5,5,0,0,1,5.17.49H31.83A5,5,0,0,1,36.16,8Z'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 37px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	top: -12px;
}
.pageNav_image {
	position: relative;
	z-index: 0;
	max-width: 210px;
	margin: 0 auto;
}
.pageNav_image > img {
	display: block;
	margin: 0 auto;
}
.courseOuter {}
.course {
	position: relative;
	z-index: 1;
}
.course::before {
	content: "";
}
.course::after {
	content: "";
}
.course-hasBg {
	background-color: #F9F6E6;
	padding: 70px 0 210px;
}
.course-hasBg::before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 130' fill='%23fff' preserveAspectRatio='none'%3E%3Cpath d='M-68-137V-.2c360.24-2.49,933.61,8.94,1308.08,93C1677.81,191.14,526.32,172.41-68,157.2V380H1399V-137Z'/%3E%3C/svg%3E");
	height: 130px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.course-hasBg::after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 130' fill='%23fff' preserveAspectRatio='none'%3E%3Cpath d='M1680.43,6.79S620.85-37.62,39.91,92.84s1637.34,54.79,1637.34,54.79Z'/%3E%3C/svg%3E");
	height: 130px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
}
.course-bgLast {
	padding: 120px 0 100px;
}
.course-bgLast::after {
	display: none;
}
.course_tblWrap {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.course_table {
	width: 100%;
	font-size: 14px;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.course_table-gray {
	background-color: #F7F7F7;
}
.course_table > tbody {}
.course_table > tbody > tr {}
.course_table > tbody > tr:first-child {}
.course_table > tbody > tr:last-child {}
.course_table > tbody > tr:nth-child(2n) {
	background-color: #FAF3F0;
}
.course_table-gray > tbody > tr:nth-child(2n) {
	background-color: #fff;
}
.course_table > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	width: auto;
	box-sizing: border-box;
	padding: 19px 25px;
	padding-left: 30px;
}
.course_table > tbody > tr > td {
	text-align: left;
	vertical-align: middle;
	padding: 19px 10px;
	padding-left: 0;
	width: 90%;
	text-indent: -45px;
	padding-left: 45px;
}
.course_table > tbody > tr > td::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #F58150;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	z-index: 1;
	top: -1px;
}
.course_noteList {
	list-style: none;
	font-size: 12px;
	padding: 20px 30px;
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.course_noteList-gray {
	background-color: #F7F7F7;
}
.course_noteList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.course_noteList > li:first-child {}
.course_noteList > li:last-child {}
.course_ttlOuter {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	padding: 0 100px;
}
.course_message {
	display: block;
	font-size: 22px;
	color: #5E292A;
	font-weight: bold;
	margin-bottom: 9px;
	position: relative;
	z-index: 2;
	line-height: 1.54;
}
.course_title {
	font-size: 48px;
	color: #F04902;
	position: relative;
	z-index: 1;
	line-height: 1;
}
.course_titleWrap {
	position: relative;
	z-index: 1;
}
.course_hour {
	color: #F04902;
	display: flex;
	position: absolute;
	z-index: 0;
	font-size: 20px;
	font-weight: normal;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 3px #F9F6E6, 0 0 0 6px #fff;
	right: 100%;
	bottom: 100%;
	margin-bottom: -9px;
	margin-right: -45px;
	line-height: 1.1;
}
.course_hour-hasBg {
	background-color: #FAF3F0;
	box-shadow: 0 0 0 3px #fff, 0 0 0 6px #FAF3F0;
}
.course_hour > small {
	display: block;
	font-size: inherit;
}
.course_hour > small > b {
	font-size: 186%;
	font-weight: inherit;
	line-height: 1.2;
}
.course_text {
	margin-bottom: 35px;
}
.spotWrap {
	margin-bottom: 44px;
}
.spot {
	margin-bottom: 17px;
	max-width: 880px;
}
.spot-center {
	margin-left: auto;
	margin-right: auto;
}
.spot:last-child {
	margin-bottom: 0;
}
.spot_cols {
	display: flex;
	align-items: flex-end;
	padding-bottom: 17px;
	margin-bottom: 8px;
}
.spot_col {}
.spot_col-no1 {
	width: 460px;
}
.spot_areaTxt {
	background-color: #fff;
	padding: 43px 50px;
	box-sizing: border-box;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border: 4px solid #F04902;
	border-right-width: 15px;
}
.spot_areaTxt-edge {
	border: none;
	padding: 35px 50px;
}
.spot_areaTxt-hasBg {
	background-color: #FAF3F0;
}
.spot_title {
	font-size: 28px;
	font-weight: bold;
	color: #F04902;
	line-height: 1.46;
}
.spot_timeList {
	list-style: none;
	margin-top: 5px;
}
.spot_timeList > li {
	font-size: 16px;
	font-weight: bold;
	color: #F04902;
	line-height: 1.33;
	margin-top: 5px;
}
.spot_timeList > li > b {
	background-color: #F04902;
	color: #fff;
	font-size: 90%;
	border-radius: 6px;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 10px;
	margin-left: 11px;
	position: relative;
	z-index: 1;
	top: -.1em;
}
.spot_timeList > li:first-child {
	margin-top: 0;
}
.spot_timeList > li:last-child {}
.spot_timeList > li > .icon {
	top: -1px;
	margin-right: 8px;
}
.spot_col-no2 {
	width: calc(100% - 460px);
}
.spot_fig {
	position: relative;
	z-index: 1;
}
.spot_fig > img {
	display: block;
	border-radius: 20px;
	border-bottom-left-radius: 0;
	max-width: 100%;
	height: auto;
}
.spot_fig > figcaption {
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	top: 0;
	left: -35px;
	margin-top: -17px;
	margin-bottom: -17px;
	display: flex;
}
.spot_fig > figcaption > b {
	background-color: #5E292A;
	display: block;
	border-radius: 6px;
	padding: 8px 16px;
	font-weight: inherit;
}
.spot_col-no1Edge {
	width: 530px;
}
.spot_col-no2Edge {
	width: calc(100% - 530px);
}
.spot-hasMarginL {
	margin-left: auto;
}
.spot_note {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}
.arrow {
	display: flex;
	align-items: center;
	line-height: 1;
	padding-left: 92px;
}
.arrow_down {
	margin-right: 29px;
}
.arrow_down > .icon {
	display: block;
	color: #F04902;
	font-size: 70px;
}
.arrow_text {
	font-weight: bold;
	color: #5E292A;
	position: relative;
	z-index: 1;
	top: 6px;
}
.arrow_text > b {
	font-size: 26px;
	color: #F04902;
	font-weight: bold;
}
.arrow_text > b > small {
	font-size: 18px;
	color: #F04902;
}
.arrow_text > .icon {
	font-size: 55px;
	color: #F04902;
	margin-left: 10px;
	top: -7px;
}
.arrow_text > .icon-bus {
	top: -12px;
}
.arrow_text > .icon-ropeway {
	top: -9px;
}
.courseOuter-hasMb {
	margin-bottom: 90px;
}
.coruse_bnr {
	max-width: 680px;
	margin: 30px auto 0;
}
.coruse_bnr > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.coruse_bnr > a::before {
	content: "";
}
.coruse_bnr > a::after {
	content: "";
}
.coruse_bnr > a > img {
	display: block;
}
@media screen and (min-width:1000px) {
	.coruse_bnr > a:hover {
		opacity: .7;
	}
	.pageNav_list > li > a:hover {
		transform: translateY(5px);
	}
}
.ride{
	font-family: 'Zen Antique Soft', serif;
}
.ride a{
	display: inline-flex!important;
	color: #666!important;
	letter-spacing: 0.1em;
	line-height: 1.5!important;
	width: 100%!important;
	height: 100%!important;
	justify-content: center;
	align-items: center;
	padding-top: 3px!important;
}
.ride a:hover{
	color:#000;
}
.gNavPc_list > li.ride > a::before{
	
}
@media screen and (max-width: 760px) {
	.gNav_list > li.ride > a{
		color:#000!important;
		height: 46px!important;
	}
	.pageNav {}
	.pageNav_inner {}
	.pageNav_list {
		max-width: none;
	}
	.pageNav_list > li {
		width: 100px;
		margin-left: 10px;
	}
	.pageNav_list > li:first-child {}
	.pageNav_list > li:last-child {}
	.pageNav_list > li:nth-child(2n + 1) {}
	.pageNav_list > li:nth-child(n + 3) {}
	.pageNav_list > li > a {
		font-size: 11px;
	}
	.pageNav_list > li > a > b {
		padding: 16px 4px;
	}
	.pageNav_list > li > a::before {}
	.pageNav_list > li > a::after {
		width: 22px;
		height: 19px;
		top: -10px;
	}
	.pageNav_image {
		max-width: 90px;
	}
	.pageNav_image > img {}
	.courseOuter {}
	.course {}
	.course::before {}
	.course::after {}
	.course-hasBg {
		padding: 50px 0 100px;
	}
	.course-hasBg::before {
		height: 65px;
	}
	.course-hasBg::after {
		height: 65px;
	}
	.course-bgLast {
		padding: 70px 0 40px;
	}
	.course_tblWrap {
		max-width: none;
	}
	.course_table {
		font-size: 12px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.course_table-gray {}
	.course_table > tbody {}
	.course_table > tbody > tr {}
	.course_table > tbody > tr:first-child {}
	.course_table > tbody > tr:last-child {}
	.course_table > tbody > tr:nth-child(2n) {}
	.course_table-gray > tbody > tr:nth-child(2n) {}
	.course_table > tbody > tr > th {
		padding: 9px 10px;
		padding-left: 20px;
	}
	.course_table > tbody > tr > td {
		padding: 9px 20px;
		text-indent: -30px;
		padding-left: 30px;
	}
	.course_table > tbody > tr > td::before {
		width: 10px;
	}
	.course_noteList {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		font-size: 11px;
		padding: 10px 20px;
	}
	.course_noteList-gray {}
	.course_noteList > li {}
	.course_noteList > li:first-child {}
	.course_noteList > li:last-child {}
	.course_ttlOuter {
		padding: 0 10px;
	}
	.course_message {
		font-size: 16px;
		padding-left: 70px;
		margin-bottom: 12px;
	}
	.course_title {
		font-size: 26px;
		text-align: center;
		line-height: 1.38;
	}
	.course_titleWrap {}
	.course_hour {
		width: 72px;
		height: 72px;
		font-size: 15px;
		margin-right: -30px;
		margin-bottom: -8px;
	}
	.course_hour-hasBg {}
	.course_hour > small {}
	.course_hour > small > b {
		font-size: 18px;
	}
	.course_text {
		margin-bottom: 10px;
	}
	.spotWrap {
		margin-bottom: 17px;
	}
	.spot {
		max-width: 490px;
		margin-right: auto;
		margin-left: auto;
	}
	.spot-center {}
	.spot:last-child {}
	.spot_cols {
		justify-content: center;
		padding-bottom: 13px;
		margin-bottom: 0;
	}
	.spot_col {}
	.spot_col-no1 {
		width: 165px;
	}
	.spot_areaTxt {
		padding: 22px 15px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-width: 2px;
		border-right-width: 8px;
		padding-right: 20px;
	}
	.spot_areaTxt-edge {
		padding: 25px 20px;
		padding-right: 10px;
	}
	.spot_areaTxt-hasBg {}
	.spot_title {
		font-size: 17px;
		line-height: 1.35;
	}
	.spot_timeList {}
	.spot_timeList > li {
		font-size: 11px;
	}
	.spot_timeList > li:first-child {}
	.spot_timeList > li:last-child {}
	.spot_timeList > li > .icon {
		margin-right: 2px;
	}
	.spot_col-no2 {
		width: calc(100% - 165px);
	}
	.spot_fig {}
	.spot_fig > img {
		border-radius: 10px;
		border-bottom-left-radius: 0;
	}
	.spot_fig > figcaption {
		font-size: 11px;
		line-height: 1.46;
		margin-top: -13px;
		margin-bottom: -13px;
		left: 0px;
		margin-left: -20px;
	}
	.spot_fig > figcaption > b {
		padding: 5px 10px;
		border-radius: 3px;
		box-sizing: border-box;
	}
	.spot_col-no1Edge {
		width: 190px;
	}
	.spot_col-no2Edge {
		width: calc(100% - 190px);
	}
	.spot_fig-edge {}
	.spot_fig-edge > figcaption {
		left: -20px;
		font-size: 11px;
	}
	.spot_fig-edge > figcaption > b {}
	.spot-hasMarginL {}
	.spot_note {
		text-align: left;
		padding-left: 100px;
		font-size: 11px;
		margin-top: 15px;
	}
	.arrow {
		padding: 0;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}
	.arrow_down {
		margin-right: 50px;
	}
	.arrow_down > .icon {
		font-size: 45px;
	}
	.arrow_text {
		top: 8px;
	}
	.arrow_text > b {
		font-size: 18px;
	}
	.arrow_text > b > small {}
	.arrow_text > .icon {
		font-size: 35px;
		top: 0px;
	}
	.arrow_text > .icon-bus {
		font-size: 38px;
		top: -4px;
	}
	.arrow_text > .icon-ropeway {
		font-size: 40px;
		top: -5px;
	}
	.courseOuter-hasMb {
		margin-bottom: 40px;
	}
	.spot_timeList > li > b {
		margin-top: 6px;
		border-radius: 4px;
		font-size: 10px;
	}
	.coruse_bnr {
		margin-top: 20px;
	}
	.coruse_bnr > a {}
	.coruse_bnr > a::before {}
	.coruse_bnr > a::after {}
	.coruse_bnr > a > img {}
}
@media screen and (max-width: 374px) {
	.spot_col-no1Edge {
		width: 160px;
	}
	.spot_col-no2Edge {
		width: calc(100% - 160px);
	}
	.spot_areaTxt {
		padding: 15px 15px;
	}
	.spot_areaTxt-edge {
		padding: 20px 10px;
	}
	.spot_title {}
	.spot_note {
		padding-left: 40px;
	}
	.course_hour {
		margin-right: -38px;
		margin-bottom: -11px;
		width: 60px;
		height: 60px;
		font-size: 13px;
	}
	.spot_fig > figcaption {
		font-size: 10px;
	}
	.spot_fig-edge > figcaption {
		left: 0px;
	}
	.spot_timeList > li {
		font-size: 10px;
	}
}
