@charset "UTF-8";
@-webkit-keyframes maskUp {
	0% {
		margin-top: -5px;
	}
	50% {
		margin-top: -2px;
	}
	100% {
		margin-top: -5px;
	}
}
@keyframes maskUp {
	0% {
		margin-top: -5px;
	}
	50% {
		margin-top: -2px;
	}
	100% {
		margin-top: -5px;
	}
}
@-webkit-keyframes maskDown {
	0% {
		margin-top: 5px;
	}
	50% {
		margin-top: 2px;
	}
	100% {
		margin-top: 5px;
	}
}
@keyframes maskDown {
	0% {
		margin-top: 5px;
	}
	50% {
		margin-top: 2px;
	}
	100% {
		margin-top: 5px;
	}
}
[data-toggle-contents] {
	display: none;
}
[data-toggle-contents].isCurrent {
	display: block;
}
[data-switch-contents] {
	display: none;
}
[data-switch-contents].isShow {
	display: block;
}
.gNav {
	background-color: #df591d;
	position: fixed;
	z-index: 10;
	left: 0;
	width: 300px;
	height: 100%;
	bottom: 0;
	box-sizing: border-box;
	padding-top: 80px;
	width: 180px;
}
.gNav.isFixed {
	padding-top: 0;
}
.gNav_inner {
	padding-top: 15px;
}
.gHeader_inner::before {
	content: "";
	display: block;
	width: 32px;
	height: 58px;
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 0;
	-webkit-transform: skew(-35.8deg);
	transform: skew(-35.8deg);
	background-image: linear-gradient(180deg, #e1c790 25%, #fff 25%, #fff 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(180deg, #df591f 25%, #7a320c 25%, #7a320c 50%, #df5921 50%, #df5921 75%, #fff5de 75%);
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: left top, right top;
}
.gNav_logo {
	margin-right: 9px;
}
.gNav_logo > svg {
	display: block;
	width: 31px;
	height: 330px;
	fill: #fff;
	opacity: .5;
}
.gNav_list {
	list-style: none;
	width: 150px;
	margin: 0 auto;
}
.gNav_list > li {
	position: relative;
	z-index: 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 {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex-direction: column;
	background-color: #fff;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	min-height: 92px;
	padding: 8px 8px;
	box-sizing: border-box;
}
.gNav_list > li > a.isShow {
	background-color: #fef5de;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: calc(100% - 18px);
	left: 0;
	right: 0;
	margin: auto;
	background-color: #8b8b8b;
	height: 1px;
}
.gNav_list > li:last-child > a::after {
	display: none;
}
.gNav_list > li > a > .icon {
	display: block;
	font-size: 58px;
	color: #4f4f4f;
}
.gNav_list > li > a > b {
	display: block;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	align-self: stretch;
}
.gNav_list > li > a > b > .icon {
	display: none;
}
.gHeaderWrap {}
.gHeader {
	background-image: linear-gradient(180deg, #df591d 29px, #fef5de 29px);
	position: relative;
	z-index: 11;
	line-height: 1;
	overflow: hidden;
}
.gHeader_inner {
	max-width: none;
	padding-left: 86px;
}
.gHeader_corp {
	display: flex;
	align-items: center;
	height: 29px;
}
.gHeader_corp > svg {
	display: block;
	width: 110px;
	height: 13px;
	fill: #fff;
}
.gHeader_title {
	display: flex;
}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	height: 51px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_railway {
	display: block;
}
.gHeader_title_cable {
	display: block;
	margin-left: 14px;
}
.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: 12;
	top: 29px;
	display: flex;
	align-items: center;
	right: 0;
	max-width: 510px;
	flex-direction: row-reverse;
	margin-right: 75px;
	height: 51px;
}
.gSubNav_list {
	list-style: none;
	display: flex;
	margin-right: 16px;
}
.gSubNav_list > li {
	margin-left: 15px;
}
.gSubNav_list > li:first-child {
	margin-left: 0;
}
.gSubNav_list > li:last-child {}
.gSubNav_list > li:nth-child(2n+1) {}
.gSubNav_list > li:nth-child(n+3) {}
.gSubNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 51px;
	align-items: center;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-size: 12px;
}
.gSubNav_list > li > a::before {
	content: "";
}
.gSubNav_list > li > a::after {
	content: "";
}
.gSubNav_list > li > a > .icon {
	font-size: 18px;
	color: #848484;
	display: block;
	margin-right: 1px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gLangNav {
	position: relative;
	z-index: 1;
}
.gLangNav_title {}
.gLangNav_title > button {
	display: block;
	border: 3px solid #ffb493;
	box-sizing: border-box;
	background: #df591d;
	color: #fff;
	height: 35px;
	width: 135px;
	font-size: 14px;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.gLangNav_title.isShow > button {
	border-color: #7a320c;
}
.gLangNav_title > button::before {
	content: "";
}
.gLangNav_title > button::after {
	content: "";
}
.gLangNav_title > button > .icon {
	margin-right: 8px;
	transition-duration: .3s;
	transition-property: top, -webkit-transform;
	transition-property: transform, top;
	transition-property: transform, top, -webkit-transform;
	position: relative;
	z-index: 1;
	top: 0;
}
.gLangNav_title.isShow > button > .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -2px;
}
.gLangNav_list {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 35px;
	left: 0;
	border: 3px solid #7a320c;
	box-sizing: border-box;
	width: 100%;
	border-top: none;
	background-color: #fff;
	-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;
}
.isShow + .gLangNav_list {
	-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 {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 12px;
	height: 30px;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gLangNav_list > li > a::before {
	content: "";
}
.gLangNav_list > li > a::after {
	content: "";
}
.gStaNav {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 148px;
	background: #fef5de;
	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;
}
.gStaNav::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: calc(100vw - 165px);
	height: 100%;
	background: #fef5de;
	top: 0;
	left: 0;
}
.isShow + .gStaNav {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
}
.gStaNav_inner {
	padding: 15px 15px;
	overflow: auto;
	max-height: calc(100vh - 140px);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding-right: 50px;
}
.gStaNav_inner-home {
	max-height: none;
	padding: 15px;
	padding-bottom: 50px;
}
.gStaNav_list {
	list-style: none;
	display: flex;
	flex-direction: row-reverse;
}
.gStaNav_list-home {
	display: block;
}
.gStaNav_list > li {
	display: flex;
	background-color: #df591d;
	line-height: 1;
	padding: 6px 6px;
	position: relative;
	z-index: 1;
	flex-direction: column;
	align-items: center;
	margin-right: 9px;
}
.gStaNav_list-home > li {
	padding: 0;
	display: block;
	margin-right: 0;
	margin-top: 5px;
}
.gStaNav_list > li > a {
	background-color: #df591d;
	display: flex;
	padding: 6px;
	text-decoration: none;
}
.gStaNav_list-cablecar > li > a {
	background-color: #ffa200;
}
.gStaNav_list > li:first-child {
	margin-right: 0;
}
.gStaNav_list-home > li:first-child {
	margin-top: 0;
}
.gStaNav_list > li:last-child {}
.gStaNav_list > li:nth-child(2n+1) {}
.gStaNav_list > li:nth-child(n+3) {}
.gStaNav_number {
	line-height: 1;
	background-color: #fef6d2;
	color: #6d3c30;
	border-radius: 45%;
	font-weight: bold;
	height: 33px;
	width: 33px;
	min-width: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
	margin-bottom: 9px;
	align-self: center;
}
.gStaNav_number-home {
	margin-bottom: 0;
	margin-right: 7px;
}
.gStaNav_number::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	right: 0;
	bottom: 0;
	margin: auto;
	border: 2px solid #dd3c13;
	box-sizing: border-box;
	border-radius: 45%;
}
.gStaNav_number > small {
	display: block;
	font-size: 10px;
}
.gStaNav_number > b {
	font-size: 12px;
}
.gStaNav_text {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	flex-grow: 1;
	margin-bottom: 10px;
	height: 105px;
}
[lang="en"] .gStaNav_text {
	height: 130px;
}
.gStaNav_text-home {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	height: auto;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	white-space: normal;
	margin-right: 5px;
}
[lang="en"] .gStaNav_text-home {
	height: auto;
}
.gStaNav_link {
	width: 48px;
	min-width: 48px;
	margin-top: 6px;
}
.gStaNav_link-home {
	background-color: #fff;
	display: flex;
	padding: 3px;
	transition-duration: .3s;
	transition-property: background-color, color;
	align-items: center;
	flex-direction: column;
	margin-top: 0;
	justify-content: center;
	border: 1px solid #fff;
}
.gStaNav_link > .icon {
	margin-bottom: 1px;
	display: block;
	font-size: 14px;
}
.gStaNav_link > b {
	display: block;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gStaNav_link:nth-last-child(2) {
	margin-top: 0;
}
.gStaNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: #fff;
	flex-direction: column;
	font-size: 10px;
	align-items: center;
	padding: 3px 1px 5px;
	border: 1px solid #fff;
	height: 100%;
	box-sizing: border-box;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gStaNav_link > a::before {
	content: "";
}
.gStaNav_link > a::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid #333;
	box-sizing: border-box;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	border-left: none;
	border-bottom: none;
	margin-top: 5px;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.gStaNav_link > a > .icon {
	display: block;
	color: #df591d;
	font-size: 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gStaNav_link > a > b {
	display: block;
	font-weight: 500;
	margin-top: 4px;
	word-break: break-all;
	text-align: center;
}
.gStaNav_closeBtn {
	display: block;
	height: 50px;
	color: #7a310d;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	line-height: 1;
	font-size: 10px;
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 0;
	width: 50px;
}
.gStaNav_closeBtn-home {
	height: 35px;
	background-color: #7a310d;
	color: #fff;
	width: 100%;
	bottom: 0;
	top: auto;
	border: 1px solid #7a310d;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gStaNav_closeBtn::before {
	content: "";
}
.gStaNav_closeBtn::after {
	content: "";
}
.gStaNav_closeBtn > .icon {
	display: block;
	font-size: 12px;
	margin-bottom: 2px;
}
.gStaNav_closeBtn > b {
	display: block;
}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 54px;
}
.gPankuzu {}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 12px;
	overflow: auto;
	white-space: nowrap;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: ">";
	display: block;
	margin: 0 9px;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
	display: block;
	max-width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	display: block;
	padding: 14px 0;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gBody_inner {}
.gVisual {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%23fff' %3E%3Cpolygon points='3 1 2 1 2 0 1 0 1 1 0 1 0 2 1 2 1 3 2 3 2 2 3 2 3 1'/%3E%3Cpolygon points='6 4 5 4 5 3 4 3 4 4 3 4 3 5 4 5 4 6 5 6 5 5 6 5 6 4'/%3E%3C/svg%3E");
	background-color: #fceee8;
	background-size: 6px 6px;
	background-repeat: repeat;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 40px 39px 50px;
	margin-bottom: 42px;
}
.gVisual-mbL {
	margin-bottom: 70px;
}
.gVisual_inner {}
.gVisual_title {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.gVisual_title:last-child {
	margin-bottom: 0;
}
.gVisual_text {
	font-size: 14px;
}
.gSnsLink {
	margin: 54px 0;
}
.gSnsLink_inner {}
.gSnsLink_list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gSnsLink_list > li {
	margin-left: 10px;
}
.gSnsLink_list > li:first-child {
	margin-left: 0;
}
.gSnsLink_list > li:last-child {}
.gSnsLink_list > li:nth-child(2n + 1) {}
.gSnsLink_list > li:nth-child(n + 3) {}
.gSnsLink_list > li > a {
	display: block;
	text-decoration: none;
	color: #dc5a1e;
	font-size: 51px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gSnsLink_list > li > a::before {
	content: "";
}
.gSnsLink_list > li > a::after {
	content: "";
}
.gSnsLink_list > li > a > .icon {
	display: block;
}
.gPageTop {
	position: relative;
	z-index: 1;
}
.gPageTop_button {
	display: block;
	height: 110px;
	background-color: #fef5de;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #dc5a1e;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gFooter {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.gFooter_inner {}
.gFootHead {
	display: flex;
	align-items: center;
}
.gFootHead_corp {
	margin-right: 10px;
}
.gFootHead_corp > svg {
	display: block;
	width: 117px;
	height: 11px;
	fill: #fff;
}
.gFootHead_corp > svg > title {}
.gFootHead_logo {
	margin-right: 10px;
}
.gFootHead_logo > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	height: 65px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootHead_logo > a::before {
	content: "";
}
.gFootHead_logo > a::after {
	content: "";
}
.gFootHead_logo_railway {
	display: block;
	width: 149px;
}
.gFootHead_logo_cable {
	display: block;
	margin-left: 50px;
	position: relative;
	width: 216px;
}
.gFootHead_dList {
	list-style: none;
	display: flex;
	font-size: 12px;
	margin-left: auto;
	font-weight: 500;
	flex-wrap: wrap;
	line-height: 1.2;
	max-width: calc(100% - 441px);
}
.gFootHead_dList > dt {}
.gFootHead_dList > dt::after {
	content: "：";
}
[lang="en"] .gFootHead_dList > dt::after {
	content: ":";
	margin-right: 0.4em;
}
.gFootHead_dList > dd {}
.gFooter_copyright {
	background-color: #df591d;
	text-align: center;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gVehicles {}
.gVehicles_list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gVehicles_list > li {
	margin-right: 20px;
}
.gVehicles_list > li:first-child {}
.gVehicles_list > li:last-child {
	margin-right: 0;
}
.gVehicles_list > li:nth-child(2n + 1) {}
.gVehicles_list > li:nth-child(n + 3) {}
.gVehicles_list > li > a {
	display: flex;
	text-decoration: none;
	color: #dc5a1e;
	line-height: 1.4;
	align-items: center;
	padding: 15px 0;
}
.gVehicles_list > li > a::before {
	content: "";
}
.gVehicles_list > li > a::after {
	content: "";
}
.gVehicles_list > li > a > img {
	display: block;
	width: 49px;
	min-width: 49px;
	margin-right: 10px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 50%;
}
.gVehicles_list > li > a > b {
	display: block;
	font-size: 12px;
	font-weight: 500;
}
.gFootNav {
	background-color: #fceee8;
	padding-top: 30px;
	padding-bottom: 20px;
}
.gFootNav_links {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.gFootNav_links > li {
	width: 49%;
}
.gFootNav_links > li:first-child {}
.gFootNav_links > li:last-child {}
.gFootNav_links > li:nth-child(2n + 1) {}
.gFootNav_links > li:nth-child(n + 3) {}
.gFootNav_links > li > a {
	display: block;
	text-decoration: none;
	height: 100%;
	padding: 8px;
	background-color: #f24800;
	box-sizing: border-box;
	color: #f24800;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_links > li:last-child > a {
	background-color: #064ea4;
	color: #064ea4;
}
.gFootNav_links > li > a::before {
	content: "";
}
.gFootNav_links > li > a::after {
	content: "";
}
.gFootNav_linksCols {
	display: flex;
	height: 100%;
}
.gFootNav_linksCol {
	width: 50%;
}
.gFootNav_linksCol-no1 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.gFootNav_linksCol-no1 > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gFootNav_linksCol-no2 {
	background-color: #fff;
	font-size: 12px;
	line-height: 1.3;
	box-sizing: border-box;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color;
}
.gFootNav_linksCol > b {
	display: block;
}
.gFootNav_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.gFootNav_col {
	border-left: 1px solid #595757;
	padding-left: 20px;
	margin-left: 20px;
	flex-grow: 1;
}
.gFootNav_col-no1 {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.gFootNav_list {
	list-style: none;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.gFootNav_list:last-child {
	margin-bottom: 0;
}
.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 > b,
.gFootNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	padding: 0.3em 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_list > li > b > .icon,
.gFootNav_list > li > a > .icon {
	display: none;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_cList {
	list-style: none;
}
.gFootNav_cList > li {}
.gFootNav_cList > li:first-child {}
.gFootNav_cList > li:last-child {}
.gFootNav_cList > li:nth-child(2n + 1) {}
.gFootNav_cList > li:nth-child(n + 3) {}
.gFootNav_cList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding: 0.3em 0;
	padding-left: 13px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_cList > li > a::before {
	content: "";
	border: 6px solid #595757;
	width: 0;
	height: 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-width: 0;
	display: block;
	position: absolute;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	top: 0.9em;
	border-left-width: 8px;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.gFootNav_cList > li > a::after {
	content: "";
}
.gFootNav_col-no2 {}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {}
.gFootNav_col-no5 {}
.gFootNav_link {
	width: 158px;
	margin-top: 25px;
}
.gFootNav_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootNav_link > a::before {
	content: "";
}
.gFootNav_link > a::after {
	content: "";
}
.gFootNav_link > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gNavWrap {}
.gRecdInfo {
	margin-top: 60px;
}
.gRecdInfo-top {
	margin-top: 25px;
}
.gRecdInfo_title {
	margin-bottom: 46px;
}
.gRecdInfo_linkWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gRecdInfo_link {
	width: 48%;
	margin-left: 4%;
}
.gRecdInfo_link:nth-child(2n + 1) {
	margin-left: 0;
}
.gRecdInfo_link:nth-child(n + 3) {
	margin-top: 4%;
}
.gRecdInfo_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	align-items: center;
	height: 100%;
}
.gRecdInfo_link > a::before {
	content: "";
}
.gRecdInfo_link > a::after {
	content: "";
}
.gRecdInfo_image {
	width: 65%;
	overflow: hidden;
}
.gRecdInfo_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gRecdInfo_text {
	width: 35%;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 1.4;
	text-align: center;
}
.gRecdInfo_text > b {
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 2px;
}
[lang="zh-CN"] .gRecdInfo_text > b {
	font-family: 'Noto Sans SC', sans-serif;
}
.gRecdInfo_text > small {
	display: block;
	color: #74d4bc;
	font-size: 10px;
}
.gFootBnr {
	margin-top: 25px;
}
.gFootBnr_slide {
	opacity: 0;
	transition-duration: .5s;
	transition-property: opacity;
	font-size: 0;
}
.gFootBnr_slide.slick-initialized {
	opacity: 1;
}
.gFootBnr_slide_item {}
.gFootBnr_slide_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
	outline: none;
}
.gFootBnr_slide_item > a::before {
	content: "";
}
.gFootBnr_slide_item > a::after {
	content: "";
}
.gFootBnr_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 42.2%;
}
.gFootBnr_image-pc {}
.gFootBnr_image-pc > img {}
.gFootBnr_image-sp {
	display: none;
	padding-bottom: 156.7%;
}
.gFootBnr_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
	display: none;
}
.gFootBnr_btn {
	display: block;
	width: 25px;
	height: 44px;
	background-color: rgba(252, 238, 232, 0.7);
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootBnr_btn-prev {}
.gFootBnr_btn-prev::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #df591d;
	-webkit-transform: translateX(25%) rotate(45deg);
	transform: translateX(25%) rotate(45deg);
	border-top: none;
	border-right: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.gFootBnr_btn-next {
	right: 0;
	left: auto;
}
.gFootBnr_btn-next::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #df591d;
	-webkit-transform: translateX(-25%) rotate(45deg);
	transform: translateX(-25%) rotate(45deg);
	border-bottom: none;
	border-left: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.gTabNav {
	margin-bottom: 60px;
}
.gTabNav-narrow {
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
}
.gTabNav_list {
	list-style: none;
	display: flex;
}
.gTabNav_list-4cWrap {
	flex-wrap: wrap;
}
.gTabNav_list > li {}
.gTabNav_list > li:first-child {}
.gTabNav_list > li:last-child {}
.gTabNav_list > li:nth-child(2n + 1) {}
.gTabNav_list > li:nth-child(n + 3) {}
.gTabNav_list-4cWrap > li:nth-child(n + 5) {
	margin-top: 3%;
}
.gTabNav_list > li > a {
	display: flex;
	text-decoration: none;
	font-size: 23px;
	font-weight: bold;
	background-color: #fff;
	line-height: 1.4;
	padding: 30px 10px;
	border-left: 4px solid #e05f25;
	border-right: 4px solid #e05f25;
	box-shadow: 0 0 11px rgba(7, 0, 2, 0.24);
	transition-duration: .3s;
	transition-property: background-color, color;
	justify-content: center;
	position: relative;
	z-index: 1;
	height: 100%;
	box-sizing: border-box;
	align-items: center;
	text-align: center;
}
.gTabNav_list > li > a.isCurrent {
	background-color: #e05f25;
	color: #fff;
}
.gTabNav_list > li > a::before {
	content: "";
}
.gTabNav_list > li > a::after {
	content: "";
	display: block;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: 1;
	bottom: -15px;
	left: 50%;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	border: 15px solid #e05f25;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.gTabNav_list > li > a.isCurrent::after {
	opacity: 1;
}
.gTabNav_list-3c {}
.gTabNav_list-3c > li {
	width: 32%;
	margin-left: 2%;
}
.gTabNav_list-3c > li:first-child {
	margin-left: 0;
}
.gTabNav_list-3c > li:last-child {}
.gTabNav_list-3c > li:nth-child(2n + 1) {}
.gTabNav_list-3c > li:nth-child(n + 3) {}
.gTabNav_list-2c {}
.gTabNav_list-2c > li {
	width: 48%;
	margin-left: 4%;
}
.gTabNav_list-2c > li:first-child {
	margin-left: 0;
}
.gTabNav_list-2c > li:last-child {}
.gTabNav_list-2c > li:nth-child(2n + 1) {}
.gTabNav_list-2c > li:nth-child(n + 3) {}
.gTabNav_list-4c > li {
	width: 24.25%;
	margin-left: 1%;
}
.gTabNav_list-4c > li:nth-child(4n + 1) {
	margin-left: 0;
}
.p-souvenir-market .gTabNav_list > li > a.-market,
.p-souvenir-seafood .gTabNav_list > li > a.-seafood,
.p-souvenir-season .gTabNav_list > li > a.-season {
	background-color: #e05f25;
	color: #fff;
}
.p-souvenir-market .gTabNav_list > li > a.-market::after,
.p-souvenir-seafood .gTabNav_list > li > a.-seafood::after,
.p-souvenir-season .gTabNav_list > li > a.-season::after {
	opacity: 1;
}
.gTopicsList {
	list-style: none;
	max-width: 920px;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gTopicsList > li {
	width: 32%;
	margin-left: 2%;
	display: flex;
}
.gTopicsList > li:first-child {}
.gTopicsList > li:last-child {}
.gTopicsList > li:nth-child(3n + 1) {
	margin-left: 0;
}
.gTopicsList > li:nth-child(n + 4) {
	margin-top: 4%;
}
.gTopicsList_item {
	width: 100%;
}
.gTopicsList_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid #bababa;
	padding: 10px 10px 30px;
	position: relative;
	z-index: 1;
	height: 100%;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gTopicsList_item > a::before {
	content: "";
}
.gTopicsList_item > a::after {
	content: "";
}
.gTopicsList_image {
	padding-bottom: 56.2%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gTopicsList_update {
	display: flex;
	margin: 10px 0 5px;
}
.gTopicsList_update > time {
	background: #df591d;
	color: #fff;
	font-size: 11px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	border-radius: 1px;
	padding: 0 17px;
}
.gTopicsList_headline {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 5px;
}
.gTopicsList_text {
	font-size: 13px;
	line-height: 1.4;
}
.gTopicsList_headline-S {
	font-size: 16px;
}
.gTopicsList_text-S {
	font-size: 12px;
}
.gNewsList {
	list-style: none;
}
.gNewsList-paddingL {}
.gNewsList > li {}
.gNewsList > li:first-child {}
.gNewsList > li:last-child {}
.gNewsList > li:nth-child(2n + 1) {}
.gNewsList > li:nth-child(n + 3) {}
.gNewsList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	flex-wrap: wrap;
	padding: 13px 0;
}
.gNewsList-paddingL > li > a {
	padding: 20px 0;
}
.gNewsList > li > a::before {
	content: "";
}
.gNewsList > li > a::after {
	content: "";
}
.gNewsList_update {
	font-size: 12px;
	font-weight: 500;
	margin-right: 10px;
}
.gNewsList_update-L {
	font-size: 13px;
}
.gNewsList_update > time {
	display: block;
}
.gNewsList_cat {
	background-color: #f1f1f1;
	display: block;
	padding: 6px 9px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 500;
	margin-right: 10px;
	line-height: 1;
	text-align: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	text-align: left;
	white-space: nowrap;
}
.gNewsList_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: underline;
	transition-duration: .3s;
	transition-property: background-color, color;
	width: 100%;
	margin-top: 3px;
}
.gNewsList_name-L {
	font-size: 16px;
	white-space: normal;
	overflow: visible;
}
.gFaq {
	margin-bottom: 30px;
}
.gFaq:last-child {
	margin-bottom: 0;
}
.gFaq_title {
	margin-bottom: 0;
}
.gFaq_title > button {
	padding: 34px 80px;
	font-size: 20px;
}
.gFaq_title > button > i {
	right: 34px;
}
.gFaq_title > button::before {}
.gFaq_title > button::after {}
.gFaq_areaAnswer {
	background-color: #f3f3f3;
	padding: 35px 45px;
	position: relative;
	z-index: 1;
	font-size: 20px;
	padding-left: 90px;
	display: none;
}
.gFaq_areaAnswer::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 10px;
	background: #df591d;
	height: 100%;
}
.gFaq_areaAnswer::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 10px;
	background: #df591d;
	height: 100%;
}
.gFaq_areaAnswer.isShow {
	display: block;
}
.gFaq_mark {
	display: flex;
	position: absolute;
	z-index: 1;
	color: #df591d;
	border: 2px solid #df591d;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	box-sizing: border-box;
	left: 10px;
	top: calc(0.6em + 34px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gFaq_mark > b {
	display: block;
	-webkit-transform: scale(1.35);
	transform: scale(1.35);
	position: relative;
}
.gFaq_mark-Q > b {
	top: -2px;
}
.gFaq_mark-Q {}
.gFaq_mark-A {
	left: 20px;
	color: #fff;
	border-color: #fff;
	background-color: #df591d;
}
.gFaq_text {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 22px;
}
.gFaq_text > b {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.gFaq_text > a {
	color: #fff;
	display: inline-block;
	margin-top: 3px;
}
.gFaq_text:last-child {
	margin-bottom: 0;
}
.gStaMap {
	background-image: url(/assets/img/home/bg-station.jpg?date=200227);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 503px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	background-color: #a1b9cd;
}
.gStaMap-index {
	margin-bottom: -115px;
	height: 560px;
}
.gStaMap-tokotoko {
	margin-left: -20px;
	margin-right: -20px;
}
.gStaMap_listWrap {
	width: 954px;
	min-width: 954px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gStaMap_listWrap-index {
	margin-top: -51px;
}
.gStaMap_list {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gStaMap_listWrap::before {}
.gStaMap_listWrap::after {}
.gStaMap_list > li {
	position: absolute;
	z-index: 3;
}
.gStaMap_list > li:first-child {}
.gStaMap_list > li:last-child {
	left: 0px;
}
.gStaMap_list > li:nth-last-child(2) {
	left: 54px;
	top: 20px;
}
.gStaMap_list > li:nth-last-child(3) {
	top: 38px;
	left: 110px;
}
.gStaMap_list > li:nth-last-child(4) {
	top: 60px;
	left: 166px;
}
.gStaMap_list > li:nth-last-child(5) {
	top: 74px;
	left: 222px;
}
.gStaMap_list > li:nth-last-child(6) {
	top: 61px;
	left: 280px;
}
.gStaMap_list > li:nth-last-child(7) {
	top: 175px;
	left: 306px;
}
.gStaMap_list > li:nth-last-child(8) {
	top: 231px;
	left: 307px;
}
.gStaMap_list > li:nth-last-child(9) {
	top: 221px;
	left: 374px;
}
[lang="en"] .gStaMap_list > li:nth-last-child(9) {
	left: 367px;
}
.gStaMap_list > li:nth-last-child(10) {
	top: 152px;
	right: 461px;
}
.gStaMap_list > li:nth-last-child(11) {
	top: 241px;
	right: 296px;
}
.gStaMap_list > li:nth-last-child(12) {
	top: 245px;
	right: 232px;
}
.gStaMap_list > li:nth-last-child(13) {
	top: 236px;
	right: 174px;
}
.gStaMap_list > li:nth-last-child(14) {
	top: 205px;
	right: 119px;
}
.gStaMap_list > li:nth-last-child(15) {
	top: 200px;
	right: 62px;
}
.gStaMap_list > li:nth-last-child(16) {
	top: 189px;
	right: 0;
}
.gStaMap_item {}
.gStaMap_item > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	flex-direction: column;
	align-items: center;
	width: 41px;
	border: 3px solid #ffa200;
	background-color: #fff;
	min-height: 109px;
	border-radius: 10px;
	box-sizing: border-box;
	padding-top: 1px;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
}
.gStaMap_item-railway > a {
	border-color: #da561c;
}
.gStaMap_item-horizon > a {
	min-width: 109px;
	min-height: 0;
	height: 42px;
	flex-direction: row;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	width: auto;
	max-width: 131px;
}
.gStaMap_item-half > a {
	border-color: #fff;
}
.gStaMap_item-half > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 8px;
	background-image: linear-gradient(90deg, #ffa200 50%, #da561c 50%);
}
.gStaMap_item-half > a::after {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 8px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gStaMap_item > a::after {
	content: "";
}
.gStaMap_number {
	line-height: 1;
	color: #7a310d;
	border-radius: 45%;
	font-weight: bold;
	height: 33px;
	width: 33px;
	min-width: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 3;
	-webkit-transform: scale(0.65);
	transform: scale(0.65);
	border: 2px solid #da561c;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.gStaMap_number > small {
	display: block;
	font-size: 10px;
}
.gStaMap_number > b {
	display: block;
}
.gStaMap_name {
	font-size: 14px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	font-weight: bold;
}
.gStaMap_name-horizon {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	margin-left: 0;
	white-space: normal;
}
.gPager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.gPager > a,
.gPager > span {
	min-width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #df591d;
	border-radius: 50%;
	color: #fff;
	margin: 2px 2px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPager > .previouspostslink {}
.gPager > .current {
	background-color: #f18c5f;
}
.gPager > .extend {
	background-color: transparent;
	color: inherit;
}
.gPager > .nextpostslink {}
.gStaNav-home {
	left: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
}
.gStaNav-home::before {
	display: none;
}
.gEntry {}
.gEntry_info {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.gEntry_update {
	font-size: 18px;
	font-weight: bold;
	margin-right: 14px;
}
.gEntry_update > time {
	display: block;
}
.gEntry_categories {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}
.gEntry_categories > li {
	background-color: #f1f1f1;
	line-height: 1;
	padding: 11px 17px;
	margin: 2px 2px;
	margin-right: 10px;
	margin-left: 0;
}
.gEntry_categories > li:first-child {}
.gEntry_categories > li:last-child {
	margin-right: 0;
}
.gEntry_categories > li:nth-child(2n + 1) {}
.gEntry_categories > li:nth-child(n + 3) {}
.gEntry_title {
	font-size: 28px;
	color: #df591d;
	line-height: 1.4;
	margin-bottom: 35px;
}
.gEntry_body {
	max-width: 816px;
	margin: 0 auto;
}
.gEntry_link {
	max-width: 345px;
	margin: 70px auto 0;
}
.gEntry_link > a {}
.gEntry_link > a::before {
	content: "";
}
.gEntry_link > a::after {
	content: "";
}
.gCaution {
	margin-bottom: 25px;
}
.gCaution_text {
	color: #ff0000;
	padding: 20px 15px;
	box-sizing: border-box;
	border: 1px solid #ff0000;
	line-height: 1.8;
	background-color: #f8f5f6;
}
.gCaution_text > a {
	color: inherit;
}
.gCaution_msg {
	text-align: center;
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	background-color: #f8f5f6;
	padding: 25px 10px;
	border: 1px solid #ff0000;
}
.gCaution_dList {
	list-style: none;
	margin-top: 20px;
	line-height: 1.4;
}
.gCaution_dList > dt {
	font-size: 20px;
	margin-bottom: 5px;
}
.gCaution_dList > dd {
	font-size: 16px;
}
.gCaution_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.gCaution_dList > dd > a::before {
	content: "";
}
.gCaution_dList > dd > a::after {
	content: "";
}
.gStaMap_listWrap_image {
	position: relative;
	z-index: 1;
}
.gStaMap_listWrap_image > img {
	width: 100%;
	height: auto;
}
.gStaNav_mask {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: linear-gradient(180deg, #fef5de 50%, transparent);
	pointer-events: none;
	opacity: 0;
	transition-duration: .5s;
	transition-property: opacity;
}
.gStaNav_mask.isShow {
	opacity: 1;
}
.gStaNav_mask::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #df591d;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin-top: -5px;
	border-right: none;
	border-bottom: none;
	-webkit-animation-name: maskUp;
	animation-name: maskUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-timing-function: steps(1);
	animation-timing-function: steps(1);
}
.gStaNav_mask-bottom::after {
	border: 2px solid #df591d;
	margin-top: 5px;
	border-left: none;
	border-top: none;
	-webkit-animation-name: maskDown;
	animation-name: maskDown;
}
.gStaNav_mask.gStaNav_mask-bottom {}
.gStaNav_mask-top {
	top: 0;
}
.gStaNav_mask-bottom {
	bottom: 39px;
	background-image: linear-gradient(0deg, #fef5de 50%, transparent);
}
@media screen and (max-width:1329px) {
	.gNav {}
	.gBody {}
	.gNav_list {}
	.gStaNav {}
	.gStaNav-home {
		left: 0;
	}
	.gStaNav_inner-home {
		padding-right: 15px;
	}
	.gSubNav {}
	.gHeader_inner {
		padding-left: 15px;
	}
	.gStaNav_list > li {
		padding: 5px 5px;
		margin-right: 5px;
	}
	.gStaNav_list-home > li {
		padding: 0;
		margin-right: 0;
	}
	.gStaNav_link {
		width: 45px;
		min-width: 45px;
	}
}
@media screen and (max-width:1229px) {
	.gSubNav {
		right: 0;
	}
	.gHeader {
		padding-left: 0;
	}
	.gHeader_inner {
		max-width: none;
	}
	.gFootNav_col {
		padding-left: 10px;
		margin-left: 10px;
	}
	.gFootNav_col-no1 {
		padding-left: 0;
		margin-left: 0;
	}
	.gFootNav_link {
		width: 130px;
	}
	.gNav_list > li > a > b {}
	.gFootHead_logo_railway {}
	.gFootHead_logo_cable {
		margin-left: 30px;
	}
	.gTabNav_list > li > a {
		font-size: 21px;
	}
}
@media screen and (max-width:1199px) {
	.gStaMap_listWrap {
		-webkit-transform: translate(-50%, -50%) scale(0.8);
		transform: translate(-50%, -50%) scale(0.8);
	}
	.gStaNav_list > li {
		padding: 5px 3px;
		margin-right: 2px;
	}
	.gStaNav_list-home > li {
		padding: 0;
		margin-right: 0;
	}
	.gStaNav_link {
		width: 40px;
		min-width: 40px;
	}
	.gStaNav_closeBtn {
		width: 40px;
	}
	.gStaNav_closeBtn-home {
		width: 100%;
	}
	.gStaNav_inner {
		padding-right: 40px;
	}
	.gStaNav_inner-home {
		padding: 10px 10px 45px;
	}
}
@media screen and (max-height:749px) {
	.gNav_list > li > a > .icon {
		font-size: 45px;
	}
	.gNav_list > li > a > b {
		font-size: 13px;
	}
	.gNav_list > li > a {
		min-height: 70px;
	}
}
@media screen and (min-width:1000px) {
	.gStaNav_link > a:hover::after {
		border-color: #fff;
	}
	.gFaq_title > button:hover {}
	.gEntry_link > a:hover {}
	a:hover .gStaNav_link-home {
		background-color: #df591d;
		color: #fff;
	}
	.gStaNav_list-cablecar > li a:hover .gStaNav_link-home {
		background-color: #ffa200;
	}
	a:hover .gStaNav_link-home > b {
		color: #fff;
	}
	.gPager > a:hover {
		background-color: #f18c5f;
	}
	.gTopicsList_item > a:hover {
		background-color: rgba(223, 89, 29, 0.1);
	}
	.gTabNav_list > li > a:hover {
		background-color: #e05f25;
		color: #fff;
	}
	.gTabNav_list > li > a:hover::after {
		opacity: 1;
	}
	.gFootBnr_btn:hover::before {
		border-color: #fff;
	}
	.gFootBnr_btn:hover {
		background-color: rgba(223, 89, 29, 0.8);
	}
	.gRecdInfo_link > a:hover {}
	a:hover .gRecdInfo_image > img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.gFootBnr_slide_item > a:hover {
		opacity: .7;
	}
	.gPankuzu_oList > li > a:hover {}
	.gSnsLink_list > li > a:hover {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.gPageTop_button:hover {
		background-color: rgba(220, 90, 30, 0.22);
	}
	.gFootHead_logo > a:hover {
		opacity: .7;
	}
	.gVehicles_list > li > a:hover {}
	.gVehicles_list > li > a:hover > img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	.gFootNav_links > li > a:hover {
		color: #fff;
	}
	a:hover .gFootNav_linksCol-no2 {
		background-color: rgba(255, 255, 255, 0);
	}
	.gFootNav_list > li > a:hover {
		color: #df591d;
		text-decoration: underline;
	}
	.gFootNav_cList > li > a:hover {
		color: #df591d;
		text-decoration: underline;
	}
	.gFootNav_cList > li > a:hover::before {
		border-left-color: #df591d;
	}
	.gFootNav_link > a:hover {
		opacity: .7;
	}
	.gNav_list > li > a:hover {
		background-color: #fef5de;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gSubNav_list > li > a:hover {
		color: #df591d;
	}
	.gSubNav_list > li > a:hover > .icon {
		color: #df591d;
	}
	.gLangNav_title > button:hover {
		border-color: #7a320c;
	}
	.gLangNav_list > li > a:hover {
		background-color: #fef5de;
	}
	.gStaNav_link > a:hover {
		background-color: #df591d;
		color: #fff;
	}
	.gStaNav_link > a:hover > .icon {
		color: #fff;
	}
	.gStaNav_closeBtn:hover {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.gStaNav_closeBtn-home:hover {
		-webkit-transform: none;
		transform: none;
		background-color: #fff;
		color: #7a310d;
	}
	a:hover .gNewsList_name {
		color: #df591d;
	}
	a:hover .gNewsList_cat {
		background-color: rgba(223, 89, 29, 0.15);
	}
	.gStaMap_item > a:hover {
		background-color: #ffa200;
		color: #fff;
	}
	.gStaMap_item-railway > a:hover {
		background-color: #da561c;
	}
	.gStaMap_item-half > a:hover::after {
		opacity: 0;
	}
	a:hover .gStaMap_number {
		color: #fff;
		border-color: #fff;
	}
	.gCaution_text > a:hover {}
	.gCaution_dList > dd > a:hover {}
}
@media screen and (max-width: 999px) {
	.gNav {
		width: auto;
		position: static;
		padding-top: 0;
		background-color: transparent;
		margin-bottom: 15px;
		height: auto;
	}
	.gNav.isFixed {}
	.gNav_inner {
		padding: 0;
		display: block;
	}
	.gHeader_inner::before {
		height: 42px;
		right: 15px;
		width: 25px;
	}
	.gNav_logo {
		display: none;
	}
	.gNav_logo > svg {}
	.gNav_list {
		width: auto;
	}
	.gNav_list > li {
		margin-top: 1px;
	}
	.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;
		min-height: 50px;
		padding: 8px 15px;
		padding-right: 41px;
	}
	.gNav_list > li > a.isShow {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {
		display: none;
	}
	.gNav_list > li:last-child > a::after {}
	.gNav_list > li > a > .icon {
		font-size: 35px;
	}
	.gNav_list > li > a > b {
		font-size: 14px;
		margin-left: 10px;
		align-self: center;
		text-align: left;
	}
	.gNav_list > li > a > b > .icon {
		display: block;
		font-size: 16px;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #848484;
	}
	.gNav_list > li > a.-hasChild > b > .icon {
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
		transition-duration: .3s;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
	}
	.gNav_list > li > a.-hasChild.isShow > b > .icon {
		-webkit-transform: translateY(-50%) rotate(270deg);
		transform: translateY(-50%) rotate(270deg);
	}
	.gHeaderWrap {
		position: relative;
		z-index: 1000;
		top: 0;
		left: 0;
		height: 80px;
	}
	.gHeader {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		background-image: linear-gradient(180deg, #df591d 20px, #fef5de 20px);
	}
	.gHeader_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.gHeader_corp {
		justify-content: center;
		height: 20px;
	}
	.gHeader_corp > svg {}
	.gHeader_title {
		justify-content: center;
	}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_railway {}
	.gHeader_title_cable {}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1001;
		top: 35px;
		right: 15px;
		width: 45px;
		height: 45px;
		transition-duration: .3s;
		transition-property: background-color, color, padding-bottom;
		box-sizing: border-box;
		padding-bottom: 12px;
	}
	.gMenuBtn.isShow {
		background-color: #df591d;
		padding-bottom: 0;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		background-color: #df591d;
		width: 28px;
		height: 4px;
		margin: 0 auto;
		transition-duration: .3s;
		transition-property: background-color, top, -webkit-transform, -webkit-transform;
		transition-property: transform, background-color, top, transform;
		transition-property: transform, background-color, top, transform, -webkit-transform, -webkit-transform;
		position: relative;
		z-index: 1;
		top: 0;
	}
	.isShow .gMenuBtn_bar {
		background-color: #fff;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 4px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.gSubNav {
		position: static;
		display: block;
		max-width: none;
		margin-right: 0;
		height: auto;
	}
	.gSubNav_list {
		margin: 15px -15px -15px;
		background: #fef5de;
		justify-content: center;
		flex-wrap: wrap;
	}
	.gSubNav_list > li {}
	.gSubNav_list > li:first-child {}
	.gSubNav_list > li:last-child {}
	.gSubNav_list > li:nth-child(2n + 1) {}
	.gSubNav_list > li:nth-child(n + 3) {}
	.gSubNav_list > li > a {
		font-size: 14px;
	}
	.gSubNav_list > li > a::before {}
	.gSubNav_list > li > a::after {}
	.gSubNav_list > li > a > .icon {
		font-size: 16px;
	}
	.gLangNav {}
	.gLangNav_title {}
	.gLangNav_title > button {
		width: 100%;
		height: 50px;
		border-width: 2px;
	}
	.gLangNav_title.isShow > button {
		border-color: #ffb493;
	}
	.gLangNav_title > button::before {}
	.gLangNav_title > button::after {}
	.gLangNav_title > button > .icon {}
	.gLangNav_title.isShow > button > .icon {}
	.gLangNav_list {
		position: static;
		border-color: #ffb493;
		border-width: 2px;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		display: none;
	}
	.isShow + .gLangNav_list {
		display: block;
	}
	.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 {
		height: 40px;
		font-size: 14px;
	}
	.gLangNav_list > li > a::before {}
	.gLangNav_list > li > a::after {}
	.gStaNav {
		position: static;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		width: auto;
		display: none;
	}
	.gStaNav-home {
		display: block;
		position: absolute;
		width: 100%;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		opacity: 0;
	}
	.isShow + .gStaNav {
		display: block;
	}
	.gStaNav_inner {
		padding: 0 15px 15px;
		max-height: none;
		overflow: visible;
	}
	.gStaNav_inner-home {
		padding: 10px 10px 45px;
	}
	.gStaNav_list {
		display: block;
	}
	.gStaNav_list > li {
		flex-direction: row;
		margin-top: 5px;
		padding: 3px 3px;
		padding-left: 37px;
		margin-right: 0;
	}
	.gStaNav_list-home > li {
		padding: 0;
	}
	.gStaNav_list > li > a {
		align-items: center;
		padding: 3px;
		padding-left: 39px;
	}
	.gStaNav_list > li:first-child {
		margin-top: 0;
	}
	.gStaNav_list > li:last-child {}
	.gStaNav_list > li:nth-child(2n + 1) {}
	.gStaNav_list > li:nth-child(n + 3) {}
	.gStaNav_number {
		margin-bottom: 0;
		-webkit-transform: translateY(-50%) scale(0.69);
		transform: translateY(-50%) scale(0.69);
		position: absolute;
		top: 50%;
		left: 3px;
	}
	.gStaNav_number-home {}
	.gStaNav_number::after {}
	.gStaNav_number > small {}
	.gStaNav_number > b {}
	.gStaNav_text {
		font-size: 14px;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		height: auto;
		display: block;
		margin-bottom: 0;
	}
	[lang="en"] .gStaNav_text {
		height: auto;
	}
	.gStaNav_text-home {
		font-size: 12px;
	}
	.gStaNav_link {
		width: 100px;
		margin-top: 0;
		margin-left: 3px;
		align-self: stretch;
	}
	.gStaNav_link-home {
		width: auto;
		padding: 5px 5px;
		min-width: 45px;
	}
	.gStaNav_link > b {
		font-size: 10px;
	}
	.gStaNav_link:nth-last-child(2) {}
	.gStaNav_link > a {
		font-size: 11px;
	}
	.gStaNav_link > a::before {}
	.gStaNav_link > a::after {
		display: none;
	}
	.gStaNav_link > a > .icon {}
	.gStaNav_link > a > b {}
	.gStaNav_closeBtn {
		display: none;
	}
	.gStaNav_closeBtn-home {
		display: block;
	}
	.gStaNav_closeBtn::before {}
	.gStaNav_closeBtn::after {}
	.gStaNav_closeBtn > .icon {}
	.gStaNav_closeBtn > b {}
	.gBody {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n + 1) {}
	.gPankuzu_oList > li:nth-child(n + 3) {}
	.gPankuzu_oList > li > a {
		padding: 10px 0;
	}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner {}
	.gVisual {
		border-bottom-left-radius: 20px;
		border-top-right-radius: 20px;
		padding: 20px 20px;
		margin-bottom: 25px;
	}
	.gVisual-mbL {
		margin-bottom: 50px;
	}
	.gVisual_inner {}
	.gVisual_title {
		font-size: 30px;
	}
	.gVisual_text {
		font-size: 12px;
	}
	.gSnsLink {
		margin: 25px 0;
	}
	.gSnsLink_inner {}
	.gSnsLink_list {}
	.gSnsLink_list > li {}
	.gSnsLink_list > li:first-child {}
	.gSnsLink_list > li:last-child {}
	.gSnsLink_list > li:nth-child(2n + 1) {}
	.gSnsLink_list > li:nth-child(n + 3) {}
	.gSnsLink_list > li > a {
		font-size: 40px;
	}
	.gSnsLink_list > li > a::before {}
	.gSnsLink_list > li > a::after {}
	.gSnsLink_list > li > a > .icon {}
	.gPageTop {}
	.gPageTop_button {
		height: 80px;
		font-size: 20px;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gFooter {}
	.gFooter_inner {}
	.gFootHead {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gFootHead_corp {
		display: flex;
		margin: 0;
		justify-content: center;
	}
	.gFootHead_corp > svg {}
	.gFootHead_corp > svg > title {}
	.gFootHead_logo {
		margin: 5px 0 10px;
	}
	.gFootHead_logo > a {
		height: auto;
		justify-content: center;
	}
	.gFootHead_logo > a::before {}
	.gFootHead_logo > a::after {}
	.gFootHead_logo_railway {}
	.gFootHead_logo_cable {
		margin-left: 25px;
	}
	.gFootHead_dList {
		justify-content: center;
		max-width: none;
	}
	.gFootHead_dList > dt {}
	.gFootHead_dList > dt::after {}
	.gFootHead_dList > dd {}
	.gFooter_copyright {
		font-size: 10px;
	}
	.gFooter_copyright > small {}
	.gVehicles {}
	.gVehicles_list {}
	.gVehicles_list > li {}
	.gVehicles_list > li:first-child {}
	.gVehicles_list > li:last-child {}
	.gVehicles_list > li:nth-child(2n + 1) {}
	.gVehicles_list > li:nth-child(n + 3) {}
	.gVehicles_list > li > a {}
	.gVehicles_list > li > a::before {}
	.gVehicles_list > li > a::after {}
	.gVehicles_list > li > a > img {}
	.gVehicles_list > li > a > b {}
	.gFootNav {}
	.gFootNav_links {}
	.gFootNav_links > li {}
	.gFootNav_links > li:first-child {}
	.gFootNav_links > li:last-child {}
	.gFootNav_links > li:nth-child(2n + 1) {}
	.gFootNav_links > li:nth-child(n + 3) {}
	.gFootNav_links > li > a {}
	.gFootNav_links > li:last-child > a {}
	.gFootNav_links > li > a::before {}
	.gFootNav_links > li > a::after {}
	.gFootNav_linksCols {}
	.gFootNav_linksCol {}
	.gFootNav_linksCol-no1 {}
	.gFootNav_linksCol-no1 > img {}
	.gFootNav_linksCol-no2 {}
	.gFootNav_linksCol > b {}
	.gFootNav_cols {}
	.gFootNav_col {}
	.gFootNav_col-no1 {}
	.gFootNav_list {
		font-size: 11px;
	}
	.gFootNav_list:last-child {}
	.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 {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li:first-child {}
	.gFootNav_cList > li:last-child {}
	.gFootNav_cList > li:nth-child(2n + 1) {}
	.gFootNav_cList > li:nth-child(n + 3) {}
	.gFootNav_cList > li > a {}
	.gFootNav_cList > li > a::before {}
	.gFootNav_cList > li > a::after {}
	.gFootNav_col-no2 {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {}
	.gFootNav_col-no5 {}
	.gFootNav_link {}
	.gFootNav_link > a {}
	.gFootNav_link > a::before {}
	.gFootNav_link > a::after {}
	.gFootNav_link > a > img {}
	.gNavWrap {
		background-color: #df591d;
		padding: 15px 15px 15px;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
		position: fixed;
		z-index: 1000;
		top: 80px;
		left: 0;
		width: 100%;
		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;
		max-height: calc(100vh - 80px);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.gNavWrap.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gRecdInfo {}
	.gRecdInfo_title {}
	.gRecdInfo_linkWrap {}
	.gRecdInfo_link {}
	.gRecdInfo_link:nth-child(2n + 1) {}
	.gRecdInfo_link > a {}
	.gRecdInfo_link > a::before {}
	.gRecdInfo_link > a::after {}
	.gRecdInfo_image {}
	.gRecdInfo_image > img {}
	.gRecdInfo_text {}
	.gRecdInfo_text > b {}
	.gRecdInfo_text > small {}
	.gFootBnr {}
	.gFootBnr_slide {}
	.gFootBnr_slide.slick-initialized {}
	.gFootBnr_slide_item {}
	.gFootBnr_slide_item > a {}
	.gFootBnr_slide_item > a::before {}
	.gFootBnr_slide_item > a::after {}
	.gFootBnr_image {}
	.gFootBnr_image-pc {
		display: none;
	}
	.gFootBnr_image-pc > img {}
	.gFootBnr_image-sp {
		display: block;
	}
	.gFootBnr_image > img {}
	.gFootBnr_btn {}
	.gFootBnr_btn-prev {}
	.gFootBnr_btn-prev::before {}
	.gFootBnr_btn-next {}
	.gFootBnr_btn-next::before {}
	.gBody_contents {}
	.gTabNav {}
	.gTabNav_list {}
	.gTabNav_list > li {}
	.gTabNav_list > li:first-child {}
	.gTabNav_list > li:last-child {}
	.gTabNav_list > li:nth-child(2n + 1) {}
	.gTabNav_list > li:nth-child(n + 3) {}
	.gTabNav_list > li > a {
		font-size: 20px;
		padding: 25px 10px;
	}
	.gTabNav_list > li > a::before {}
	.gTabNav_list > li > a::after {}
	.gTabNav_list-3c {}
	.gTabNav_list-3c > li {}
	.gTabNav_list-3c > li:first-child {}
	.gTabNav_list-3c > li:last-child {}
	.gTabNav_list-3c > li:nth-child(2n + 1) {}
	.gTabNav_list-3c > li:nth-child(n + 3) {}
	.gTopicsList {}
	.gTopicsList > li {}
	.gTopicsList > li:first-child {}
	.gTopicsList > li:last-child {}
	.gTopicsList > li:nth-child(3n + 1) {}
	.gTopicsList > li:nth-child(n + 3) {}
	.gTopicsList_item {}
	.gTopicsList_item > a {}
	.gTopicsList_item > a::before {}
	.gTopicsList_item > a::after {}
	.gTopicsList_image {}
	.gTopicsList_update {}
	.gTopicsList_update > time {}
	.gTopicsList_headline {}
	.gTopicsList_text {}
	.gNewsList {}
	.gNewsList > li {}
	.gNewsList > li:first-child {}
	.gNewsList > li:last-child {}
	.gNewsList > li:nth-child(2n + 1) {}
	.gNewsList > li:nth-child(n + 3) {}
	.gNewsList > li > a {}
	.gNewsList-paddingL > li > a {
		padding: 15px 0;
	}
	.gNewsList > li > a::before {}
	.gNewsList > li > a::after {}
	.gNewsList_update {}
	.gNewsList_update > time {}
	.gNewsList_cat {
		font-size: 11px;
	}
	.gNewsList_name {}
	.gNewsList_name-L {
		font-size: 15px;
	}
	.gFaq {
		margin-bottom: 20px;
	}
	.gFaq_title {}
	.gFaq_title > button {
		padding: 28px 65px;
		font-size: 18px;
	}
	.gFaq_title > button > i {
		right: 15px;
	}
	.gFaq_title > button::before {}
	.gFaq_title > button::after {}
	.gFaq_areaAnswer {
		padding: 28px 30px;
		font-size: 18px;
		padding-left: 75px;
	}
	.gFaq_mark {
		width: 42px;
		height: 42px;
		top: calc(0.6em + 28px);
	}
	.gFaq_mark > b {}
	.gFaq_mark-Q {}
	.gFaq_mark-A {}
	.gFaq_text {}
	.gFaq_text > b {}
	.gStaMap {
		height: 400px;
		padding: 20px;
	}
	.gStaMap-index {
		margin-bottom: 0;
	}
	.gStaMap_listWrap {
		-webkit-transform: translate(-50%, -50%) scale(0.75);
		transform: translate(-50%, -50%) scale(0.75);
		margin-top: 0;
	}
	.gStaMap_list {}
	.gStaMap_listWrap::before {}
	.gStaMap_listWrap::after {}
	.gStaMap_list > li {}
	.gStaMap_list > li:first-child {}
	.gStaMap_list > li:last-child {}
	.gStaMap_list > li:nth-last-child(2) {}
	.gStaMap_list > li:nth-last-child(3) {}
	.gStaMap_list > li:nth-last-child(4) {}
	.gStaMap_list > li:nth-last-child(5) {}
	.gStaMap_list > li:nth-last-child(6) {}
	.gStaMap_list > li:nth-last-child(7) {}
	.gStaMap_list > li:nth-last-child(8) {}
	.gStaMap_list > li:nth-last-child(9) {}
	.gStaMap_list > li:nth-last-child(10) {}
	.gStaMap_list > li:nth-last-child(11) {}
	.gStaMap_list > li:nth-last-child(12) {}
	.gStaMap_list > li:nth-last-child(13) {}
	.gStaMap_list > li:nth-last-child(14) {}
	.gStaMap_list > li:nth-last-child(15) {}
	.gStaMap_list > li:nth-last-child(16) {}
	.gStaMap_item {}
	.gStaMap_item > a {}
	.gStaMap_item-railway > a {}
	.gStaMap_item-half > a {}
	.gStaMap_item-half > a::before {}
	.gStaMap_item-half > a::after {}
	.gStaMap_item > a::after {}
	.gStaMap_number {}
	.gStaMap_number > small {}
	.gStaMap_number > b {}
	.gStaMap_name {}
	.gPager {
		margin-top: 46px;
	}
	.gPager > a,
	.gPager > span {}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gEntry {}
	.gEntry_info {}
	.gEntry_update {
		font-size: 16px;
	}
	.gEntry_update > time {}
	.gEntry_categories {
		font-size: 16px;
	}
	.gEntry_categories > li {}
	.gEntry_categories > li:first-child {}
	.gEntry_categories > li:last-child {}
	.gEntry_categories > li:nth-child(2n + 1) {}
	.gEntry_categories > li:nth-child(n + 3) {}
	.gEntry_title {}
	.gEntry_body {}
	.gEntry_link {
		margin-top: 50px;
	}
	.gEntry_link > a {}
	.gEntry_link > a::before {}
	.gEntry_link > a::after {}
	.gCaution {}
	.gCaution_text {}
	.gCaution_text > a {}
	.gCaution_msg {}
	.gCaution_dList {}
	.gCaution_dList > dt {}
	.gCaution_dList > dd {}
	.gCaution_dList > dd > a {}
	.gCaution_dList > dd > a::before {}
	.gCaution_dList > dd > a::after {}
}
@media screen and (max-width: 767px) {
	.gNav {
		margin-bottom: 10px;
	}
	.gNav.isFixed {}
	.gNav_inner {}
	.gHeader_inner::before {
		height: 16px;
		width: 9px;
		right: 10px;
	}
	.gNav_logo {}
	.gNav_logo > svg {}
	.gNav_list {}
	.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 {
		padding: 8px 10px;
		padding-right: 30px;
	}
	.gNav_list > li > a.isShow {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li:last-child > a::after {}
	.gNav_list > li > a > .icon {
		font-size: 30px;
	}
	.gNav_list > li > a > b {
		margin-left: 5px;
	}
	.gHeader {
		background-image: linear-gradient(180deg, #df591d 8px, #fef5de 8px);
	}
	.gNav_list > li > a > b > .icon {
		right: 10px;
		font-size: 14px;
	}
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader_inner {
		padding-top: 8px;
	}
	.gHeader_corp {
		height: auto;
		margin-bottom: 4px;
		padding-top: 6px;
	}
	.gHeader_corp > svg {
		fill: #c79856;
		width: 91px;
		height: 11px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 26px;
		padding-bottom: 5px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_railway {
		width: 90px;
	}
	.gHeader_title_cable {
		margin-left: 10px;
		width: 98px;
	}
	.gMenuBtn {
		top: 15px;
		right: 10px;
		padding-bottom: 4px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gSubNav {}
	.gSubNav_list {
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 10px -10px -10px;
	}
	.gSubNav_list > li {
		margin: 0;
	}
	.gSubNav_list > li:first-child {}
	.gSubNav_list > li:last-child {}
	.gSubNav_list > li:nth-child(2n + 1) {}
	.gSubNav_list > li:nth-child(n + 3) {}
	.gSubNav_list > li > a {
		height: auto;
		font-size: 12px;
		padding: 10px 6px;
		text-align: center;
		line-height: 1.2;
	}
	.gSubNav_list > li > a::before {}
	.gSubNav_list > li > a::after {}
	.gSubNav_list > li > a > .icon {
		display: none;
	}
	.gLangNav {}
	.gLangNav_title {}
	.gLangNav_title > button {}
	.gLangNav_title > button::before {}
	.gLangNav_title > button::after {}
	.gLangNav_title > button > .icon {}
	.gLangNav_title.isShow > button > .icon {}
	.gLangNav_list {}
	.isShow + .gLangNav_list {}
	.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 {}
	.gLangNav_list > li > a::before {}
	.gLangNav_list > li > a::after {}
	.gStaNav {}
	.isShow + .gStaNav {}
	.gStaNav_inner {}
	.gStaNav_list {}
	.gStaNav_list > li {
		padding-left: 35px;
	}
	.gStaNav_list-home > li {
		padding-left: 0;
		margin-top: 3px;
	}
	.gStaNav_list > li > a {
		padding-top: 11px;
		padding-bottom: 8px;
		padding-left: 34px;
	}
	.gStaNav_list > li:first-child {}
	.gStaNav_list > li:last-child {}
	.gStaNav_list > li:nth-child(2n + 1) {}
	.gStaNav_list > li:nth-child(n + 3) {}
	.gStaNav_number {
		left: 0;
	}
	.gStaNav_number::after {}
	.gStaNav_number > small {}
	.gStaNav_number > b {}
	.gStaNav_text {
		font-size: 13px;
	}
	.gStaNav_text-home {
		font-size: 12px;
		margin-right: 0;
	}
	.gStaNav_link {
		width: 50px;
	}
	.gStaNav_link-home {
		display: none;
	}
	.gStaNav_link:nth-last-child(2) {}
	.gStaNav_link > a {
		font-size: 10px;
	}
	.gStaNav_link > a::before {}
	.gStaNav_link > a::after {}
	.gStaNav_link > a > .icon {}
	.gStaNav_link > a > b {}
	.gStaNav_closeBtn {}
	.gStaNav_closeBtn::before {}
	.gStaNav_closeBtn::after {}
	.gStaNav_closeBtn > .icon {}
	.gStaNav_closeBtn > b {}
	.gBody {
		padding-bottom: 40px;
	}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 10px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {
		margin: 0 5px;
	}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {
		max-width: 150px;
	}
	.gPankuzu_oList > li:nth-child(2n + 1) {}
	.gPankuzu_oList > li:nth-child(n + 3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner {}
	.gVisual {
		border-bottom-left-radius: 15px;
		border-top-right-radius: 15px;
		padding: 15px 15px;
		margin-bottom: 17px;
		background-size: 3px 3px;
	}
	.gVisual-mbL {
		margin-bottom: 25px;
	}
	.gVisual_inner {}
	.gVisual_title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.gVisual_text {
		font-size: 11px;
	}
	.gSnsLink {
		margin: 0;
	}
	.gSnsLink_inner {}
	.gSnsLink_list {}
	.gSnsLink_list > li {}
	.gSnsLink_list > li:first-child {}
	.gSnsLink_list > li:last-child {}
	.gSnsLink_list > li:nth-child(2n + 1) {}
	.gSnsLink_list > li:nth-child(n + 3) {}
	.gSnsLink_list > li > a {
		font-size: 34px;
		padding: 16px 3px;
	}
	.gSnsLink_list > li > a::before {}
	.gSnsLink_list > li > a::after {}
	.gSnsLink_list > li > a > .icon {}
	.gPageTop {}
	.gPageTop_button {
		height: 50px;
		font-size: 15px;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gFooter {}
	.gFooter_inner {}
	.gFootHead {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.gFootHead_corp {}
	.gFootHead_corp > svg {}
	.gFootHead_corp > svg > title {}
	.gFootHead_logo {}
	.gFootHead_logo > a {
		display: block;
	}
	.gFootHead_logo > a::before {}
	.gFootHead_logo > a::after {}
	.gFootHead_logo_railway {
		display: block;
		margin: 0 auto;
		width: 119px;
	}
	.gFootHead_logo_cable {
		display: block;
		margin: 10px auto 0;
		top: 0;
		width: 173px;
	}
	.gFootHead_dList {
		display: block;
		text-align: center;
		font-size: 11px;
		margin-top: 14px;
	}
	.gFootHead_dList > dt {
		margin-bottom: 6px;
	}
	.gFootHead_dList > dt::after {
		display: none;
	}
	.gFootHead_dList > dd {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gVehicles {}
	.gVehicles_list {
		flex-wrap: wrap;
		align-items: flex-start;
		text-align: center;
	}
	.gVehicles_list > li {
		margin-left: 2%;
		width: 32%;
		margin-right: 0;
	}
	.gVehicles_list > li:first-child {}
	.gVehicles_list > li:last-child {}
	.gVehicles_list > li:nth-child(3n + 1) {
		margin-left: 0;
	}
	.gVehicles_list > li:nth-child(n + 3) {}
	.gVehicles_list > li > a {
		display: block;
	}
	.gVehicles_list > li > a::before {}
	.gVehicles_list > li > a::after {}
	.gVehicles_list > li > a > img {
		margin: 0 auto 5px;
	}
	.gVehicles_list > li > a > b {
		font-size: 11px;
	}
	.gFootNav {
		padding-top: 0;
		padding-bottom: 15px;
	}
	.gFootNav_links {}
	.gFootNav_links > li {
		width: 48%;
	}
	.gFootNav_links > li:first-child {}
	.gFootNav_links > li:last-child {}
	.gFootNav_links > li:nth-child(2n + 1) {}
	.gFootNav_links > li:nth-child(n + 3) {}
	.gFootNav_links > li > a {
		padding: 5px 25px;
	}
	.gFootNav_links > li:last-child > a {}
	.gFootNav_links > li > a::before {}
	.gFootNav_links > li > a::after {}
	.gFootNav_linksCols {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.gFootNav_linksCol {
		width: auto;
	}
	.gFootNav_linksCol-no1 {}
	.gFootNav_linksCol-no1 > img {}
	.gFootNav_linksCol-no2 {
		display: none;
	}
	.gFootNav_linksCol > b {}
	.gFootNav_cols {
		display: block;
		margin-bottom: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.gFootNav_col {
		padding-left: 0;
		margin-left: 0;
		border-left: none;
	}
	.gFootNav_col-no1 {}
	.gFootNav_list {
		margin-bottom: 0;
		min-width: 50%;
	}
	.gFootNav_list-spFlex {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		z-index: 1;
	}
	.gFootNav_list-spFlex::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fceee8;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
	}
	.gFootNav_list:last-child {}
	.gFootNav_list > li {}
	.gFootNav_list-spFlex > li {
		width: 50%;
		border-bottom: 1px solid #d3ccbb;
	}
	.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 > b,
	.gFootNav_list > li > a {
		background-color: #fff9eb;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 13px 25px;
		box-sizing: border-box;
		height: 100%;
		position: relative;
		z-index: 1;
		text-align: center;
		border-bottom: 1px solid #d3ccbb;
	}
	.gFootNav_list > li > a > .icon {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_cList {
		display: flex;
		flex-wrap: wrap;
	}
	.gFootNav_cList > li {
		width: 50%;
	}
	.gFootNav_cList > li:last-child:nth-child(2n + 1) {
		width: 100%;
	}
	.gFootNav_cList > li:first-child {}
	.gFootNav_cList > li:last-child {}
	.gFootNav_cList > li:nth-child(2n + 1) {}
	.gFootNav_cList > li:nth-child(n + 3) {}
	.gFootNav_cList > li > a {
		padding: 10px 10px;
		padding-left: 23px;
		border-right: 1px solid #d3ccbb;
		border-bottom: 1px solid #d3ccbb;
		height: 100%;
		box-sizing: border-box;
		background-color: #fff9eb;
	}
	.gFootNav_cList > li:last-child:nth-child(2n + 1) > a {
		border-right: none;
	}
	.gFootNav_cList > li:nth-child(2n) > a {
		border-right: none;
	}
	.gFootNav_cList > li > a::before {
		border-width: 3px;
		border-left-width: 5px;
		border-right-width: 0;
		top: calc(10px + 0.8em);
		left: 10px;
	}
	.gFootNav_cList > li > a::after {}
	.gFootNav_col-no2 {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {}
	.gFootNav_col-no5 {
		border-bottom: none;
	}
	.gFootNav_link {
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
	.gFootNav_link > a {}
	.gFootNav_link > a::before {}
	.gFootNav_link > a::after {}
	.gFootNav_link > a > img {}
	.gNavWrap {
		top: 60px;
		padding: 10px;
		max-height: calc(100vh - 58px);
	}
	.gRecdInfo {
		margin-top: 40px;
	}
	.gRecdInfo-top {
		margin-top: 10px;
	}
	.gRecdInfo_title {
		margin-bottom: 20px;
	}
	.gRecdInfo_linkWrap {
		display: block;
	}
	.gRecdInfo_link {
		width: auto;
		margin: 0 auto;
	}
	.gRecdInfo_link:nth-child(2n + 1) {}
	.gRecdInfo_link:nth-child(n + 2) {
		margin-top: 10px;
	}
	.gRecdInfo_link > a {}
	.gRecdInfo_link > a::before {}
	.gRecdInfo_link > a::after {}
	.gRecdInfo_image {}
	.gRecdInfo_image > img {}
	.gRecdInfo_text {}
	.gRecdInfo_text > b {}
	.gRecdInfo_text > small {}
	.gFootBnr {
		margin-top: 10px;
	}
	.gFootBnr_slide {}
	.gFootBnr_slide.slick-initialized {}
	.gFootBnr_slide_item {}
	.gFootBnr_slide_item > a {}
	.gFootBnr_slide_item > a::before {}
	.gFootBnr_slide_item > a::after {}
	.gFootBnr_image {}
	.gFootBnr_image-pc {}
	.gFootBnr_image-pc > img {}
	.gFootBnr_image-sp {}
	.gFootBnr_image > img {}
	.gFootBnr_btn {}
	.gFootBnr_btn-prev {}
	.gFootBnr_btn-prev::before {}
	.gFootBnr_btn-next {}
	.gFootBnr_btn-next::before {}
	.gBody_contents {}
	.gTabNav {
		margin-bottom: 39px;
	}
	.gTabNav_list {}
	.gTabNav_list > li {}
	.gTabNav_list > li:first-child {}
	.gTabNav_list > li:last-child {}
	.gTabNav_list > li:nth-child(2n + 1) {}
	.gTabNav_list > li:nth-child(n + 3) {}
	.gTabNav_list > li > a {
		font-size: 17px;
		padding: 15px 10px;
		box-shadow: 0 0 6px rgba(7, 0, 2, 0.24);
		border-width: 3px;
	}
	.gTabNav_list > li > a::before {}
	.gTabNav_list > li > a::after {
		display: none;
	}
	.gTabNav_list-3c {
		display: block;
	}
	.gTabNav_list-3c > li {
		margin-top: 10px;
		width: 100%;
		margin-left: 0;
	}
	.gTabNav_list-3c > li:first-child {
		margin-top: 0;
	}
	.gTabNav_list-3c > li:last-child {}
	.gTabNav_list-3c > li:nth-child(2n + 1) {}
	.gTabNav_list-3c > li:nth-child(n + 3) {}
	.gTabNav_list-2c {}
	.gTabNav_list-2c > li {}
	.gTabNav_list-2c > li:first-child {}
	.gTabNav_list-2c > li:last-child {}
	.gTabNav_list-2c > li:nth-child(2n + 1) {}
	.gTabNav_list-2c > li:nth-child(n + 3) {}
	.gTopicsList {
		display: block;
	}
	.gTopicsList > li {
		width: auto;
		margin: 10px 0 0;
	}
	.gTopicsList > li:first-child {
		margin-top: 0;
	}
	.gTopicsList > li:last-child {}
	.gTopicsList > li:nth-child(3n + 1) {}
	.gTopicsList > li:nth-child(n + 3) {}
	.gTopicsList_item {}
	.gTopicsList_item > a {
		padding: 10px 10px;
		min-height: 60px;
		padding-left: 80px;
	}
	.gTopicsList_item > a::before {}
	.gTopicsList_item > a::after {}
	.gTopicsList_image {
		width: 60px;
		height: 60px;
		padding: 0;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 10px;
		bottom: 0;
		margin: auto;
	}
	.gTopicsList_update {
		margin-top: 0;
	}
	.gTopicsList_update > time {
		font-size: 10px;
		padding: 0 8px;
	}
	.gTopicsList_headline {}
	.gTopicsList_text {
		font-size: 11px;
	}
	.gTopicsList_headline-S {
		font-size: 14px;
	}
	.gNewsList {}
	.gNewsList > li {}
	.gNewsList > li:first-child {}
	.gNewsList > li:last-child {}
	.gNewsList > li:nth-child(2n + 1) {}
	.gNewsList > li:nth-child(n + 3) {}
	.gNewsList > li > a {
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.gNewsList > li > a::before {}
	.gNewsList > li > a::after {}
	.gNewsList_update {
		font-size: 10px;
	}
	.gNewsList_update > time {}
	.gNewsList_cat {
		margin-right: 0;
		font-size: 10px;
	}
	.gNewsList_name {
		width: 100%;
		margin-top: 5px;
	}
	.gNewsList_name-L {
		font-size: inherit;
	}
	.gFaq {
		margin-bottom: 15px;
	}
	.gFaq_title {}
	.gFaq_title > button {
		padding: 15px 32px;
		padding-left: 42px;
		font-size: 15px;
	}
	.gFaq_title > button > i {
		right: 7px;
	}
	.gFaq_title > button::before {}
	.gFaq_title > button::after {}
	.gFaq_areaAnswer {
		padding: 15px 20px;
		padding-left: 46px;
		font-size: 15px;
	}
	.gFaq_areaAnswer::before {
		width: 4px;
	}
	.gFaq_areaAnswer::after {
		width: 4px;
	}
	.gFaq_mark {
		width: 30px;
		height: 30px;
		top: calc(0.6em + 15px);
		left: 6px;
		border-width: 1px;
	}
	.gFaq_mark > b {
		-webkit-transform: none;
		transform: none;
		top: 0;
	}
	.gFaq_mark-Q {}
	.gFaq_mark-A {
		left: 10px;
	}
	.gFaq_text {
		margin-bottom: 12px;
	}
	.gFaq_text > b {
		margin-bottom: 3px;
	}
	.gStaMap {
		padding: 0;
		height: 220px;
	}
	.gStaMap_listWrap {
		-webkit-transform: translate(-50%, -50%) scale(0.35);
		transform: translate(-50%, -50%) scale(0.35);
	}
	.gStaMap_list {}
	.gStaMap_listWrap::before {}
	.gStaMap_listWrap::after {}
	.gStaMap_list > li {}
	.gStaMap_list > li:first-child {}
	.gStaMap_list > li:last-child {}
	.gStaMap_list > li:nth-last-child(2) {}
	.gStaMap_list > li:nth-last-child(3) {}
	.gStaMap_list > li:nth-last-child(4) {}
	.gStaMap_list > li:nth-last-child(5) {}
	.gStaMap_list > li:nth-last-child(6) {}
	.gStaMap_list > li:nth-last-child(7) {}
	.gStaMap_list > li:nth-last-child(8) {}
	.gStaMap_list > li:nth-last-child(9) {}
	.gStaMap_list > li:nth-last-child(10) {}
	.gStaMap_list > li:nth-last-child(11) {}
	.gStaMap_list > li:nth-last-child(12) {}
	.gStaMap_list > li:nth-last-child(13) {}
	.gStaMap_list > li:nth-last-child(14) {}
	.gStaMap_list > li:nth-last-child(15) {}
	.gStaMap_list > li:nth-last-child(16) {}
	.gStaMap_item {}
	.gStaMap_item > a {}
	.gStaMap_item-railway > a {}
	.gStaMap_item-half > a {}
	.gStaMap_item-half > a::before {}
	.gStaMap_item-half > a::after {}
	.gStaMap_item > a::after {}
	.gStaMap_number {}
	.gStaMap_number > small {}
	.gStaMap_number > b {}
	.gStaMap_name {}
	.gPager {
		margin-top: 25px;
	}
	.gPager > a,
	.gPager > span {
		font-size: inherit;
		min-width: 35px;
		height: 35px;
	}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gEntry {}
	.gEntry_info {
		margin-bottom: 5px;
	}
	.gEntry_update {
		font-size: 12px;
	}
	.gEntry_update > time {}
	.gEntry_categories {
		font-size: 12px;
	}
	.gEntry_categories > li {
		padding: 6px 10px;
	}
	.gEntry_categories > li:first-child {}
	.gEntry_categories > li:last-child {}
	.gEntry_categories > li:nth-child(2n + 1) {}
	.gEntry_categories > li:nth-child(n + 3) {}
	.gEntry_title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.gEntry_body {}
	.gEntry_link {
		margin-top: 25px;
		max-width: none;
	}
	.gEntry_link > a {}
	.gEntry_link > a::before {}
	.gEntry_link > a::after {}
	.gCaution {}
	.gCaution_text {
		padding: 15px 10px;
	}
	.gCaution_text > a {}
	.gCaution_msg {
		font-size: 15px;
		text-align: left;
		padding: 15px 10px;
	}
	.gCaution_dList {
		margin-top: 12px;
	}
	.gCaution_dList > dt {
		font-size: 16px;
	}
	.gCaution_dList > dd {
		font-size: 13;
	}
	.gCaution_dList > dd > a {}
	.gCaution_dList > dd > a::before {}
	.gCaution_dList > dd > a::after {}
}
@media screen and (max-width: 374px) {
	.gHeader_title_railway {}
	.gHeader_title_cable {}
	.gHeader_title > a {}
	.gHeaderWrap {}
	.gNavWrap {
		top: 58px;
	}
	.gMenuBtn {
		top: 13px;
	}
	.gTabNav_list > li > a {
		font-size: 14px;
	}
	.gStaMap_listWrap {
		-webkit-transform: translate(-50%, -50%) scale(0.3);
		transform: translate(-50%, -50%) scale(0.3);
	}
	.gFootNav_cols {
		margin-left: -10px;
		margin-right: -10px;
	}
}
