@charset "UTF-8";
.gHeaderWrap {
	position: relative;
	z-index: 1000;
	height: 120px;
	border-bottom: 1px solid rgba(112, 112, 112, 0.41);
}
.gHeader {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
}
.gHeader_inner {
	max-width: none;
	width: auto;
	margin: 0 auto;
	padding: 19px 0;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-no1 {
	background-color: rgba(255, 255, 255, 0.9);
	width: 585px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title {
	height: 100%;
}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100%;
	align-items: center;
	padding-left: 22px;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {}
.gHeader_col-no2 {
	width: calc(100% - 585px);
}
.gNav {}
.gNav_inner {
	display: flex;
	align-items: center;
}
.gNav_list {
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: 1px;
	background-color: rgba(255, 255, 255, 0.9);
	justify-content: flex-end;
	padding-left: 10px;
	width: calc(100% - 161px);
	box-sizing: border-box;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	line-height: 1;
	height: 82px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 21px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-size: 13px;
	text-align: center;
	padding-top: 13px;
	box-sizing: border-box;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #223487;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	margin-top: 15px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: margin-top;
}
[data-season="summer"] .gNav_list > li > a::after {
	background-color: #00743A;
}
[data-season="autumn"] .gNav_list > li > a::after {
	background-color: #F28B40;
}
.isFixed .gNav_list > li > a::after {
	margin-top: -4px;
}
.p-hasVis .gNav_list > li > a::after {
	margin-top: -4px;
}
.p-timetable .gNav_list > li > a.-timetable::after,
.p-modelcourse .gNav_list > li > a.-modelcourse::after,
.p-information .gNav_list > li > a.-information::after,
.p-transport .gNav_list > li > a.-transport::after,
.p-seasonal .gNav_list > li > a.-seasonal::after {
	opacity: 1;
}
.gNav_list > li > a > .icon {
	display: block;
	font-size: 27px;
	text-align: center;
	margin-bottom: 7px;
}
.gNav_list > li > a > b {
	text-align: center;
}
.gNav_sub {
	width: 161px;
	background-color: rgba(255, 255, 255, 0.9);
}
.gLangNav {
	position: relative;
	z-index: 1;
}
.gLangNav-sp {
	display: none;
}
.gLangNav_title {}
.gLangNav_title > button {
	display: block;
	background-color: #223487;
	color: #fff;
	height: 42px;
	line-height: 1;
	padding: 0 10px;
	width: 100%;
	font-size: 13px;
	outline: none;
	border: 1px solid #223487;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
[data-season="summer"] .gLangNav_title > button {
	border-color: #00743A;
	background-color: #00743A;
}
[data-season="autumn"] .gLangNav_title > button {
	border-color: #F28B40;
	background-color: #F28B40;
}
.gLangNav_title > button::before {
	content: "";
}
.gLangNav_title > button::after {
	content: "";
	display: block;
	border: 2px solid #FFFFFF;
	width: 0;
	height: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-width: 0;
	border-top-width: 4px;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 17px;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.gLangNav_list {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 42px;
	left: 0;
	width: 100%;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	box-sizing: border-box;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
}
.gLangNav_list.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
}
.gLangNav_list > li {}
.gLangNav_list > li:first-child {}
.gLangNav_list > li:last-child {}
.gLangNav_list > li:nth-child(2n+1) {}
.gLangNav_list > li:nth-child(n+3) {}
.gLangNav_list > li > a {
	text-decoration: none;
	color: inherit;
	background-color: #fff;
	border-bottom: 1px solid rgba(112, 112, 112, 0.1);
	font-weight: bold;
	font-size: 13px;
	height: 30px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	display: flex;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gLangNav_list > li:last-child > a {
	border-bottom: 1px solid #707070;
}
.gLangNav_list > li > a::before {
	content: "";
}
.gLangNav_list > li > a::after {
	content: "";
}
.gHeadSns {}
.gHeadSns_dList {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.gHeadSns_dList > dt {
	font-weight: bold;
	font-size: 12px;
}
.gHeadSns_dList > dd {}
.gHeadSns_dList > dd > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	padding: 0 10px;
	height: 40px;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: color, -webkit-transform;
	transition-property: transform, color;
	transition-property: transform, color, -webkit-transform;
}
.gHeadSns_dList > dd > a::before {
	content: "";
}
.gHeadSns_dList > dd > a::after {
	content: "";
}
.gHeadSns_dList > dd > a > .icon {
	display: block;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gSubNav {
	position: absolute;
	z-index: 10;
	top: 101px;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 2px solid rgba(255, 255, 255, 0);
	background-clip: padding-box;
	padding: 27px 34px 47px;
	box-sizing: border-box;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
}
.gSubNav_inner {
	display: flex;
}
.gSubNav_title {
	width: 220px;
	box-sizing: border-box;
	padding-right: 20px;
	height: 63px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}
.gSubNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 220px);
	max-width: 1182px;
	margin-left: auto;
}
.gSubNav_list > li {
	width: 24.25%;
	margin-left: 1%;
}
.gSubNav_list > li:first-child {}
.gSubNav_list > li:last-child {}
.gSubNav_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.gSubNav_list > li:nth-child(n+5) {
	margin-top: 1%;
}
.gSubNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 63px;
	background-color: #fff;
	border: 1px solid #707070;
	box-sizing: border-box;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1;
}
.gSubNav_list > li > a::before {
	content: "";
}
.gSubNav_list > li > a::after {
	content: "";
	border: 11px solid #223487;
	border-top-color: transparent;
	border-left-color: transparent;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 3px;
	display: block;
	transition-duration: .3s;
	transition-property: border-color, color;
}
[data-season="summer"] .gSubNav_list > li > a::after {
	border-right-color: #00743A;
	border-bottom-color: #00743A;
}
[data-season="autumn"] .gSubNav_list > li > a::after {
	border-right-color: #F28B40;
	border-bottom-color: #F28B40;
}
.gFootNav {
	background-color: #EBEBEB;
}
.gFootNav_inner {}
.gFootNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.gFootNav_list > li {}
.gFootNav_list > li:first-child {}
.gFootNav_list > li:last-child {}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 13px;
	height: 64px;
	align-items: center;
	text-align: center;
	padding: 0 10px;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: background-color;
	line-height: 1;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFooter {
	background-color: #223487;
	color: #fff;
	padding: 31px 0 145px;
}
.gFooter[data-season="summer"] {
	background-color: #00743A;
}
.gFooter[data-season="autumn"] {
	background-color: #F28B40;
}
.gFooter_inner {}
.gFooter_snsList {
	list-style: none;
	display: flex;
	justify-content: center;
}
.gFooter_snsList > li {}
.gFooter_snsList > li:first-child {}
.gFooter_snsList > li:last-child {}
.gFooter_snsList > li:nth-child(2n+1) {}
.gFooter_snsList > li:nth-child(n+3) {}
.gFooter_snsList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 22px;
	padding: 7px 11px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gFooter_snsList > li > a::before {
	content: "";
}
.gFooter_snsList > li > a::after {
	content: "";
}
.gFooter_snsList > li > a > .icon {
	display: block;
}
.gFooter_copyright {
	margin-top: 8px;
}
.gFooter_copyright > small {
	display: block;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	line-height: 1;
}
.gLangBtn {
	display: none;
}
.gLangBtn::before {
	content: "";
}
.gLangBtn::after {
	content: "";
}
.gLangBtn > .icon {}
.gBody {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.gBody-hasPt {
	padding-top: 50px;
}
.gBody-hasMb {
	margin-bottom: 70px;
}
.gBody_title {}
.pageBody {
	margin-bottom: 120px;
}
.p-hasVis .gHeaderWrap {
	height: 0;
}
.secNormal {
	margin-top: 0;
	margin-bottom: 45px;
}
.secNormal:first-child {}
.secNormal:last-child {
	margin-bottom: 0;
}
.secNormal_text:last-child {
	margin-bottom: 0;
}
.secNormal_image-noMargin {
	margin: 0;
}
.secNormal_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gSpNav {
	display: none;
}
.gSpNav_list {
	list-style: none;
}
.gSpNav_list > li {}
.gSpNav_list > li:first-child {}
.gSpNav_list > li:last-child {}
.gSpNav_list > li:nth-child(2n+1) {}
.gSpNav_list > li:nth-child(n+3) {}
.gSpNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gSpNav_list > li > a::before {
	content: "";
}
.gSpNav_list > li > a::after {
	content: "";
}
.gSpNav_subList {
	list-style: none;
}
.gSpNav_subList > li {}
.gSpNav_subList > li:first-child {}
.gSpNav_subList > li:last-child {}
.gSpNav_subList > li:nth-child(2n+1) {}
.gSpNav_subList > li:nth-child(n+3) {}
.gSpNav_subList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	text-align: center;
}
.gSpNav_subList > li > a:hover {}
.gSpNav_subList > li > a::before {
	content: "";
}
.gSpNav_subList > li > a::after {
	content: "";
}
.secNormal_text {
	line-height: inherit;
}
.gTicketNav {
	padding-bottom: 60px;
}
.gTicketNav-fixed {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 999;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 18px 0;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
}
.gTicketNav-fixed.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
}
.gTicketNav_inner {}
.gTicketNav_cols {
	display: flex;
	/* justify-content: space-between; */
	justify-content: space-evenly;
}
.gTicketNav_col {
	width: 16.2%;
}
.gTicketNav_col-no1 {}
.gTicketNav_link {
	height: 100%;
}
.gTicketNav_link > a {
	display: flex;
	text-decoration: none;
	background-color: #009A80;
	align-items: center;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 0 10px;
	justify-content: center;
	height: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-shadow: inset 0 0 0 1px #009A80, 0 3px 6px rgba(0, 0, 0, 0.16);
	line-height: 1.2;
}
.gTicketNav_link-combined > a {
	background-color: #E97DA4;
	box-shadow: inset 0 0 0 1px #E97DA4, 0 3px 6px rgba(0, 0, 0, 0.16);
}
.gTicketNav_link-ticket_guide > a {
	background-color: #16499D;
	box-shadow: inset 0 0 0 1px #16499D, 0 3px 6px rgba(0, 0, 0, 0.16);
}
.gTicketNav_link-small > a {
	font-size: 15px;
}
.gTicketNav_link > a::before {}
.gTicketNav_link > a::after {
	content: "";
}
.gTicketNav_link > a > b {
	display: block;
}
.gTicketNav_link-web {}
.gTicketNav_link-web > a {
	background-image: url(../png/bg-ticket%402x.png);
	background-size: 51px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.gTicketNav_link-web > a::before {
	content: "";
}
.gTicketNav_link-web > a::after {
	content: "";
}
.gTicketNav_col-no2 {
	width: 31.7%;
}
.gTicketNav_link-osaka {}
.gTicketNav_link-osaka > a {
	background-color: #1196D8;
	padding: 0;
	justify-content: space-between;
	box-shadow: inset 0 0 0 1px #1196D8, 0 3px 6px rgba(0, 0, 0, 0.16);
}
.gTicketNav_link-osaka > a::before {}
.gTicketNav_link-osaka > a::after {
	content: "";
	display: block;
	width: 54.2%;
	background-image: url(../png/bnr-ticket01%402x.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 54.2%;
	height: 100%;
	min-height: 78px;
}
.gTicketNav_link-osaka > a > b {
	flex-grow: 1;
	padding: 10px 5px;
}
.gTicketNav_col-no3 {
	width: 31.7%;
}
.gTicketNav_link-nagoya {}
.gTicketNav_link-nagoya > a {
	background-color: #E27B31;
	justify-content: space-between;
	padding: 0;
	box-shadow: inset 0 0 0 1px #E27B31, 0 3px 6px rgba(0, 0, 0, 0.16);
}
.gTicketNav_link-nagoya > a::before {
	content: "";
}
.gTicketNav_link-nagoya > a:after {
	content: "";
	display: block;
	width: 54.2%;
	background-image: url(../png/bnr-ticket02%402x.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 54.2%;
	height: 100%;
	min-height: 78px;
}
.gTicketNav_link-nagoya > a > b {
	flex-grow: 1;
	padding: 10px 10px;
}
.gTicketNav_col-no4 {}
.space{
	padding-left:1em
}

.-end {
	margin: auto 30px;
    padding: 10px;
    background: #f4c0ff;
}

@media screen and (max-width: 1599px) {
	.gHeader {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gHeader_title > a {
		padding-left: 15px;
	}
	.gHeader_col-no1 {
		width: 578px;
	}
	.gHeader_col-no2 {
		width: calc(100% - 578px);
	}
}
@media screen and (max-width:1399px) {
	.gNav_list > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.gHeader_col-no1 {
		width: 500px;
	}
	.gHeader_col-no2 {
		width: calc(100% - 500px);
	}
	.gHeader_title_img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width:1249px) {
	.gNav_list > li > a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 12px;
	}
	.gHeader_col-no1 {
		width: 390px;
	}
	.gHeader_col-no2 {
		width: calc(100% - 390px);
	}
}
@media screen and (max-width:1099px) {
	.gHeadSns_dList > dd > a {
		padding: 0 5px;
	}
	.gNav_sub {
		width: 140px;
	}
	.gNav_list {
		width: calc(100% - 140px);
	}
}
@media screen and (min-width:1000px) {
	.gSpNav_list > li > a:hover {}
	.gLangBtn:hover {}
	.gHeader_title > a:hover {}
	.gNav_list > li > a:hover {
		background-color: #223487;
		color: #fff;
	}
	[data-season="summer"] .gNav_list > li > a:hover {
		background-color: #00743A;
	}
	[data-season="autumn"] .gNav_list > li > a:hover {
		background-color: #F28B40;
	}
	.gLangNav_title > button:hover {
		color: #223487;
		background-color: #fff;
	}
	[data-season="summer"] .gLangNav_title > button:hover {
		color: #00743A;
	}
	[data-season="autumn"] .gLangNav_title > button:hover {
		color: #F28B40;
	}
	.gLangNav_title > button:hover::after {
		border-top-color: #223487;
	}
	.gLangNav_list > li > a:hover {
		background-color: #223487;
		color: #fff;
	}
	[data-season="summer"] .gLangNav_list > li > a:hover {
		background-color: #00743A;
	}
	[data-season="autumn"] .gLangNav_list > li > a:hover {
		background-color: #F28B40;
	}
	.gHeadSns_dList > dd > a:hover {
		color: #223487;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	[data-season="summer"] .gHeadSns_dList > dd > a:hover {
		color: #00743A;
	}
	[data-season="autumn"] .gHeadSns_dList > dd > a:hover {
		color: #F28B40;
	}
	.gMenuBtn:hover {}
	a:hover + .gSubNav {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gSubNav:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gSubNav_list > li > a:hover {
		background-color: #223487;
		color: #fff;
		border-color: #223487;
	}
	[data-season="summer"] .gSubNav_list > li > a:hover {
		background-color: #00743A;
		border-color: #00743A;
	}
	[data-season="autumn"] .gSubNav_list > li > a:hover {
		background-color: #F28B40;
		border-color: #F28B40;
	}
	.gSubNav_list > li > a:hover::after {
		border-bottom-color: #fff;
		border-right-color: #fff;
	}
	.gFootNav_list > li > a:hover {
		background-color: rgba(255, 255, 255, 0.71);
	}
	.gFooter_snsList > li > a:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	.gTicketNav_link > a:hover {
		background-color: #fff;
		color: #009A80;
	}
	.gTicketNav_link-combined > a:hover {
		color: #E97DA4;
	}
	.gTicketNav_link-ticket_guide > a:hover {
		color: #16499D;
	}
	.gTicketNav_link-web > a:hover {}
	.gTicketNav_link-osaka > a:hover {
		background-color: #fff;
		color: #1196D8;
	}
	.gTicketNav_link-nagoya > a:hover {
		background-color: #fff;
		color: #E27B31;
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {
		padding-left: 0;
		padding-right: 0;
	}
	.gHeader_inner {
		padding: 0;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
	}
	.gHeader_col-no1 {
		width: calc(100% - 121px);
	}
	.isShow .gHeader_col-no1 {
		background-color: #fff;
	}
	.gHeader_title {
		width: 500px;
	}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-no2 {
		position: relative;
		z-index: 1;
	}
	.gNav {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		border-top: 1px solid #ccc;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_inner {
		display: block;
	}
	.gNav_list {
		background-color: transparent;
		display: flex;
		padding-left: 0;
		width: auto;
	}
	.gNav_list > li {
		flex-grow: 1;
	}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		height: 70px;
		display: flex;
		padding-top: 0;
	}
	.p-timetable .gNav_list > li > a.-timetable,
	.p-modelcourse .gNav_list > li > a.-modelcourse,
	.p-information .gNav_list > li > a.-information,
	.p-transport .gNav_list > li > a.-transport,
	.p-seasonal .gNav_list > li > a.-seasonal {
		color: #002D8F;
	}
	.p-timetable [data-season="summer"] .gNav_list > li > a.-timetable,
	.p-modelcourse [data-season="summer"] .gNav_list > li > a.-modelcourse,
	.p-information [data-season="summer"] .gNav_list > li > a.-information,
	.p-transport [data-season="summer"] .gNav_list > li > a.-transport,
	.p-seasonal [data-season="summer"] .gNav_list > li > a.-seasonal {
		color: #00743A;
	}
	.p-timetable [data-season="autumn"] .gNav_list > li > a.-timetable,
	.p-modelcourse [data-season="autumn"] .gNav_list > li > a.-modelcourse,
	.p-information [data-season="autumn"] .gNav_list > li > a.-information,
	.p-transport [data-season="autumn"] .gNav_list > li > a.-transport,
	.p-seasonal [data-season="autumn"] .gNav_list > li > a.-seasonal {
		color: #F28B40;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {
		margin-top: 0;
		width: 100px;
		height: 2px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	.gNav_list > li > a > .icon {}
	.gNav_list > li > a > b {}
	.gNav_sub {
		background-color: transparent;
		margin: 0 auto;
	}
	.gLangNav {
		display: none;
	}
	.gLangNav-sp {
		display: block;
		position: fixed;
		z-index: 1000;
		top: 60px;
		width: 100%;
		left: 0;
		background-color: rgba(255, 255, 255, 1);
		padding: 15px 10px;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		box-sizing: border-box;
		border-top: 1px solid #ccc;
	}
	.gLangNav-sp.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gLangNav_title {}
	.gLangNav_title > button {}
	.gLangNav_title > button::before {}
	.gLangNav_title > button::after {}
	.gLangNav_list {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		position: static;
		border: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.gLangNav_list.isShow {}
	.gLangNav_list > li {
		margin: 2px 2px;
	}
	.gLangNav_list > li:first-child {}
	.gLangNav_list > li:last-child {}
	.gLangNav_list > li:nth-child(2n+1) {}
	.gLangNav_list > li:nth-child(n+3) {}
	.gLangNav_list > li > a {
		border-radius: 5px;
		padding: 0 10px;
		background-color: #fff;
		font-size: 12px;
		border: 1px solid #707070;
	}
	.gLangNav_list > li:last-child > a {
		border-bottom: 1px solid #707070;
	}
	.gLangNav_list > li > a::before {}
	.gLangNav_list > li > a::after {}
	.gHeadSns {}
	.gHeadSns_dList {}
	.gHeadSns_dList > dt {}
	.gHeadSns_dList > dd {}
	.gHeadSns_dList > dd > a {}
	.gHeadSns_dList > dd > a::before {}
	.gHeadSns_dList > dd > a::after {}
	.gHeadSns_dList > dd > a > .icon {}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background-color: #223487;
		outline: none;
	}
	[data-season="summer"] + .gMenuBtn {
		background-color: #00743A;
	}
	[data-season="autumn"] + .gMenuBtn {
		background-color: #F28B40;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #fff;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, height, -webkit-transform;
		transition-property: transform, top, height;
		transition-property: transform, top, height, -webkit-transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 4px;
	}
	.isShow .gMenuBtn_bar-no1 {
		top: 3px;
		-webkit-transform: rotate(38deg);
		transform: rotate(38deg);
		height: 1px;
	}
	.isShow .gMenuBtn_bar-no2 {
		top: -2px;
		-webkit-transform: rotate(-38deg);
		transform: rotate(-38deg);
		height: 1px;
	}
	.gMenuBtn_bar-no3 {
		display: none;
	}
	.gSubNav {
		top: 109px;
		padding: 20px 20px;
		border-top-width: 1px;
		background-color: rgba(255, 255, 255, 1);
	}
	.isShow + .gSubNav {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gSubNav_inner {}
	.gSubNav_title {
		font-size: 15px;
		width: 160px;
		height: 50px;
	}
	.gSubNav_list {
		width: calc(100% - 160px);
	}
	.gSubNav_list > li {}
	.gSubNav_list > li:first-child {}
	.gSubNav_list > li:last-child {}
	.gSubNav_list > li:nth-child(4n+1) {}
	.gSubNav_list > li:nth-child(n+5) {}
	.gSubNav_list > li > a {
		font-size: 12px;
		padding: 0 10px;
		height: 50px;
	}
	.gSubNav_list > li > a::before {}
	.gSubNav_list > li > a::after {
		border-width: 7px;
	}
	.gFootNav {}
	.gFootNav_inner {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {
		font-size: 12px;
		height: 50px;
	}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {
		font-size: 20px;
	}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {
		font-size: 11px;
	}
	.gLangBtn {
		display: block;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 60px;
		width: 61px;
		height: 60px;
		background-color: rgba(255, 255, 255, 0.9);
		border-left: 1px solid rgba(112, 112, 112, 0.41);
		background-clip: padding-box;
		font-size: 17px;
		outline: none;
		transition-duration: .3s;
		transition-property: background-color, color, border-color;
	}
	.isShow ~ .gLangBtn {
		background-color: #fff;
		border-left: 1px solid #ccc;
	}
	.gLangBtn::before {}
	.gLangBtn::after {}
	.gLangBtn > .icon {
		display: block;
	}
	.gBody {}
	.gBody-hasPt {
		padding-top: 30px;
	}
	.pageBody {
		margin-bottom: 80px;
	}
	.gBody_title {}
	.gBody-hasMb {
		margin-bottom: 50px;
	}
	.p-hasVis .gHeaderWrap {
		height: 60px;
	}
	.secNormal {}
	.secNormal:first-child {}
	.secNormal:last-child {}
	.secNormal_image-noMargin {}
	.gSpNav {}
	.gSpNav_list {}
	.gSpNav_list > li {}
	.gSpNav_list > li:first-child {}
	.gSpNav_list > li:last-child {}
	.gSpNav_list > li:nth-child(2n+1) {}
	.gSpNav_list > li:nth-child(n+3) {}
	.gSpNav_list > li > a {}
	.gSpNav_list > li > a::before {}
	.gSpNav_list > li > a::after {}
	.gSpNav_subList {}
	.gSpNav_subList > li {}
	.gSpNav_subList > li:first-child {}
	.gSpNav_subList > li:last-child {}
	.gSpNav_subList > li:nth-child(2n+1) {}
	.gSpNav_subList > li:nth-child(n+3) {}
	.gSpNav_subList > li > a {}
	.gSpNav_subList > li > a:hover {}
	.gSpNav_subList > li > a::before {}
	.gSpNav_subList > li > a::after {}
	.gTicketNav {
		padding-bottom: 45px;
	}
	.gTicketNav-fixed {
		padding: 15px 0;
	}
	.gTicketNav_inner {}
	.gTicketNav_cols {}
	.gTicketNav_col {}
	.gTicketNav_col-no1 {}
	.gTicketNav_link {}
	.gTicketNav_link > a {
		font-size: 13px;
	}
	.gTicketNav_link-combined > a {}
	.gTicketNav_link > a::before {}
	.gTicketNav_link > a::after {}
	.gTicketNav_link > a > b {}
	.gTicketNav_link-web {}
	.gTicketNav_link-web > a {}
	.gTicketNav_link-web > a::before {}
	.gTicketNav_link-web > a::after {}
	.gTicketNav_col-no2 {}
	.gTicketNav_link-osaka {}
	.gTicketNav_link-osaka > a {}
	.gTicketNav_link-osaka > a::before {}
	.gTicketNav_link-osaka > a::after {}
	.gTicketNav_link-osaka > a > b {}
	.gTicketNav_col-no3 {}
	.gTicketNav_link-nagoya {}
	.gTicketNav_link-nagoya > a {}
	.gTicketNav_link-nagoya > a::before {}
	.gTicketNav_link-nagoya > a:after {}
	.gTicketNav_link-nagoya > a > b {}
	.gTicketNav_col-no4 {}
}
@media screen and (max-width:699px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {
		padding-right: 10px;
		box-sizing: border-box;
		width: calc(100% - 90px);
	}
	.gHeader_title {
		width: 100%;
		max-width: 260px;
	}
	.gHeader_title > a {
		padding-left: 12px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-no2 {}
	.gNav {
		height: calc(100vh - 61px);
		box-sizing: border-box;
	}
	.gNav_inner {
		height: calc(100vh - 61px);
		overflow: auto;
		padding-bottom: 25px;
		box-sizing: border-box;
	}
	.gNav_list {
		display: block;
		position: relative;
		z-index: 1;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gNav_list::after {
		content: "";
		display: block;
		width: calc(100% - 40px);
		left: 0;
		right: 0;
		margin: auto;
		background-color: #ccc;
		height: 1px;
		bottom: 0;
		position: absolute;
	}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		flex-direction: row;
		justify-content: flex-start;
		font-size: 13px;
		padding: 0 25px;
		height: 45px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > .icon {
		margin-bottom: 0;
		margin-right: 10px;
	}
	.gNav_list > li > a > b {}
	.gNav_sub {
		width: 100%;
		min-width: 0;
	}
	.gLangNav {
		height: calc(100vh - 61px);
		padding-left: 0;
		padding-right: 0;
	}
	.gLangNav_title {}
	.gLangNav_title > button {}
	.gLangNav_title > button::before {}
	.gLangNav_title > button::after {}
	.gLangNav_list {
		display: block;
		max-height: calc(100vh - 61px);
		overflow: auto;
		box-sizing: border-box;
		padding-bottom: 25px;
	}
	.gLangNav_list.isShow {}
	.gLangNav_list > li {
		margin: 0;
	}
	.gLangNav_list > li:first-child {}
	.gLangNav_list > li:last-child {}
	.gLangNav_list > li:nth-child(2n+1) {}
	.gLangNav_list > li:nth-child(n+3) {}
	.gLangNav_list > li > a {
		border-radius: 0;
		border: none;
		font-size: 13px;
		font-weight: 500;
		justify-content: flex-start;
		padding-left: 30px;
		padding-right: 30px;
		height: 35px;
		position: relative;
		z-index: 1;
	}
	.gLangNav_list > li:nth-child(6) {
		margin-top: 10px;
		padding-top: 10px;
		position: relative;
		z-index: 1;
	}
	.gLangNav_list > li:nth-child(6)::before {
		content: "";
		display: block;
		width: calc(100% - 40px);
		height: 1px;
		background-color: #ccc;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.gLangNav_list > li:last-child > a {
		border-bottom: none;
	}
	.gLangNav_list > li > a::before {}
	.gLangNav_list > li > a::after {}
	.gHeadSns {
		display: none;
	}
	.gHeadSns_dList {}
	.gHeadSns_dList > dt {}
	.gHeadSns_dList > dd {}
	.gHeadSns_dList > dd > a {
		padding: 0 10px;
		font-size: 20px;
		height: 50px;
	}
	.gHeadSns_dList > dd > a::before {}
	.gHeadSns_dList > dd > a::after {}
	.gHeadSns_dList > dd > a > .icon {}
	.gMenuBtn {
		width: 50px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gSubNav {
		padding: 0;
		top: 0;
		z-index: 100;
		width: 100%;
		height: calc(100vh - 61px);
		background-color: #fff;
	}
	.isShow + .gSubNav {}
	.gSubNav_inner {
		display: block;
		padding-top: 10px;
	}
	.gSubNav_title {
		width: auto;
		height: auto;
		font-size: 13px;
		display: block;
		padding: 13px 30px;
		text-align: right;
		position: relative;
		z-index: 1;
		font-weight: 500;
		padding-left: 49px;
		cursor: pointer;
		margin-bottom: 10px;
	}
	.gSubNav_title::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 35px;
		margin-top: auto;
		margin-bottom: auto;
		border: 2px solid #223487;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-top: none;
		border-right: none;
	}
	[data-season="summer"] .gSubNav_title::before {
		border-color: #00743A;
	}
	[data-season="autumn"] .gSubNav_title::before {
		border-color: #F28B40;
	}
	.gSubNav_title::after {
		content: "";
		display: block;
		width: calc(100% - 40px);
		height: 1px;
		background-color: #ccc;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.gSubNav_list {
		width: auto;
		display: block;
	}
	.gSubNav_list > li {
		margin-left: 0;
		width: auto;
	}
	.gSubNav_list > li:first-child {}
	.gSubNav_list > li:last-child {}
	.gSubNav_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.gSubNav_list > li:nth-child(n+3) {
		margin-top: 0;
	}
	.gSubNav_list > li > a {
		border: none;
		height: 35px;
		font-size: 13px;
		padding: 0 30px;
		font-weight: 500;
	}
	.gSubNav_list > li > a::before {}
	.gSubNav_list > li > a::after {
		opacity: 0;
	}
	.gFootNav {}
	.gFootNav_inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {
		height: 30px;
	}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFooter {
		padding: 20px 0;
	}
	.gFooter_inner {}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {
		font-size: 10px;
	}
	.gLangBtn {
		width: 40px;
		right: 50px;
	}
	.gLangBtn::before {}
	.gLangBtn::after {}
	.gLangBtn > .icon {}
	.gBody {}
	.gBody-hasPt {
		padding-top: 20px;
	}
	.pageBody {
		margin-bottom: 40px;
	}
	.gBody_title {}
	.gBody-hasMb {
		margin-bottom: 35px;
	}
	.secNormal {
		margin-bottom: 35px;
	}
	.secNormal:first-child {}
	.secNormal:last-child {}
	.secNormal_image-noMargin {}
	.gSpNav {
		display: block;
		margin-top: 15px;
	}
	.gSpNav_list {}
	.gSpNav_list > li {}
	.gSpNav_list > li:first-child {}
	.gSpNav_list > li:last-child {}
	.gSpNav_list > li:nth-child(2n+1) {}
	.gSpNav_list > li:nth-child(n+3) {}
	.gSpNav_list > li > a {
		padding: 0 30px;
		font-weight: 500;
		font-size: 13px;
		display: flex;
		align-items: center;
		height: 30px;
		line-height: 1;
	}
	.gSpNav_list > li > a::before {}
	.gSpNav_list > li > a::after {}
	.gSpNav_subList {
		padding: 0 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 25px;
	}
	.gSpNav_subList > li {}
	.gSpNav_subList > li:nth-child(1) {
		width: 48%;
		margin-bottom: 3%;
	}
	.gSpNav_subList > li:nth-child(2) {
		width: 48%;
	}
	.gSpNav_subList > li:nth-child(3) {
		width: 48%;
	}
	.gSpNav_subList > li:nth-child(4) {
		width: 48%;
		/*margin-top: 3%;*/
	}
	.gSpNav_subList > li:nth-child(1) > a {
		background-color: #009A80;
		/*height: 42px;*/
	}
	.gSpNav_subList > li:nth-child(2) > a {}
	.gSpNav_subList > li:nth-child(3) > a {
		background-color: #E27B31;
	}
	.gSpNav_subList > li:nth-child(4) > a {
		background-color: #E97DA4;
	}
	.gSpNav_subList > li > a {
		height: 35px;
		line-height: 1;
		display: flex;
		justify-content: center;
		/*background-color: #1196D8;*/
		background-color: #16499D;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		align-items: center;
		padding: 0 5px;
	}
	.gSpNav_subList > li > a:hover {}
	.gSpNav_subList > li > a::before {}
	.gSpNav_subList > li > a::after {}
	.gTicketNav {
		padding-bottom: 20px;
	}
	.gTicketNav-fixed {
		padding: 10px 0;
	}
	.gTicketNav_inner {}
	.gTicketNav_cols {
		flex-wrap: wrap;
	}
	.gTicketNav_col {}
	.gTicketNav_col-no1 {
		width: 48%;
		margin-bottom: 2%;
	}
	.gTicketNav_link {}
	.gTicketNav_link > a {
		height: 35px;

	}
	.gTicketNav_link-combined > a {
		padding: 0px 10px;
	}
	.gTicketNav_link > a::before {}
	.gTicketNav_link > a::after {}
	.gTicketNav_link > a > b {}
	.gTicketNav_link-web {}
	.gTicketNav_link-web > a {
		background-image: none;
		padding: 0px 10px;
		background-position: right 10px;
		background-size: 35px auto;
	}
	.gTicketNav_link-web > a::before {}
	.gTicketNav_link-web > a::after {}
	.gTicketNav_col-no2 {
		width: 48%;
	}
	.gTicketNav_link-osaka {}
	.gTicketNav_link-osaka > a {
		height: 100%;
		flex-direction: column;
	}
	.gTicketNav_link-osaka > a::before {}
	.gTicketNav_link-osaka > a::after {
		height: 38px;
		min-height: 0;
		width: 100%;
		min-width: 0;
	}
	.gTicketNav_link-fixed > a::after {
		display: none;
	}
	.gTicketNav_link-osaka > a > b {}
	.gTicketNav_col-no3 {
		width: 48%;
	}
	.gTicketNav_link-nagoya {}
	.gTicketNav_link-nagoya > a {
		/*height: 100%;*/

		/*flex-direction: column;*/
	}
	.gTicketNav_link-nagoya > a::before {}
	.gTicketNav_link-nagoya > a:after {
		width: 100%;
		min-height: 0;
		height: 38px;
		min-width: 0;
		display: none;
	}
	.gTicketNav_link-nagoya > a > b {}
	.gTicketNav_col-no4 {
		width: 48%;
		/*margin-top: 2%;*/
	}
	.gTicketNav_col-no5 {
		width: 48%;
	}
	.gTicketNav_link-fixed > a {
		background-image: none;
		padding: 0 10px;
		height: 35px;
		line-height: 1;
		flex-direction: row;
		justify-content: center;
	}
	.gTicketNav_link-fixed > a > b {
		padding: 0;
		flex-grow: 0;
	}
	.gTicketNav_colFixed-no1 {
		width: 48%;
		order: 0;
	}
	.gTicketNav_colFixed-no2 {
		/*order: 2;*/
	}
	.gTicketNav_colFixed-no3 {
		order: 3;
	}
	.gTicketNav_colFixed-no4 {
		width: 48%;
		order: 4;
		margin-top: 0;
		margin-bottom: 2%;
	}
	.hide-sp{
		display: none;
	}

}
