@charset "UTF-8";
.topTour {
	margin-top: 50px;
}
.topTour_inner {}
.topTour_title {}
.topTour_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
}
.topTour_list > li {
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}
.topTour_list_item {}
.topTour_list_item > a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	position: relative;
}
.topTour_list_item_text {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.topTour_list_item_image {
	position: relative;
	z-index: 0;
	padding-bottom: 33.95%;
	transition-duration: .3s;
	transition-property: opacity;
}
.topTour_list_item_image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.30);
	mix-blend-mode: multiply;
}
.topTour_list_item_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topVehicle {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.topVehicle_inner {}
.topVehicle_title {}
.topVehicle_text {}
.topVehicle_canvasWrap {}
.topVehicle_canvas {
	width: 994px;
	height: 647px;
	position: relative;
	z-index: 1;
	transform-origin: left top;
}
.topVehicle_oList {
	list-style: none;
	position: static;
}
.topVehicle_oList_item {
	position: absolute;
	z-index: 10;
}
.topVehicle_oList_item-no1 {
	top: 145px;
	left: 620px;
}
.topVehicle_oList_item-no2 {
	top: 105px;
	left: 376px;
}
.topVehicle_oList_item-no3 {
	top: 159px;
	left: 139px;
}
.topVehicle_oList_item-no4 {
	top: 357px;
	left: 214px;
}
.topVehicle_oList_item-no5 {
	top: 408px;
	left: 520px;
}
.topVehicle_oList_item-no6 {
	top: 286px;
	left: 739px;
}
.topVehicle_oList_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
}
.topVehicle_oList_box {
	background-color: #fff;
	color: #D4461C;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
	padding: 14px 18px;
	padding-right: 33px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topVehicle_oList_icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	font-size: 12px;
}
.topVehicle_oList_image {
	max-width: 106px;
	margin: 0 auto;
}
.topVehicle_oList_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topVehicle_oList_text {
	display: block;
	white-space: nowrap;
	line-height: 1;
	text-align: center;
	margin-top: 3px;
}
.topVehicle_image {}
.topVehicle_image > img {
	display: block;
}
.topVehicle_oList_num {
	background-color: #D4461C;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}
.topVehicle_inside {
	padding-left: 35px;
	margin-bottom: 20px;
}
.topicTab {}
.topicTab_inner {}
.topicTab_tabList {
	list-style: none;
}
.topicTab_tabList > li {}
.topicTab_tabList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.topicTab_contents {}
.topVehicle_canvasOuter {}
.bnrRomance {
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.bnrRomance > a {
	display: block;
	text-decoration: none;
	border: 2px solid #DF5F24;
	padding: 4px 4px;
	color: #DF5F24;
	transition-duration: .3s;
	transition-property: background-color, color;
	background-color: #fff;
}
.bnrRomance_inner {
	border: 2px solid #DF5F24;
	background-color: #fff;
}
.bnrRomance_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.bnrRomance_col {}
.bnrRomance_col-txt {
	width: 52.57%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 29px 20px 10px;
}
.bnrRomance_text {
	font-size: 23px;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
}
.bnrRomance_link {
	font-weight: 500;
	display: flex;
	align-items: center;
	font-size: 15px;
	justify-content: flex-end;
	margin-top: auto;
}
.bnrRomance_link > .icon {
	font-size: 12px;
	margin-left: 16px;
}
.bnrRomance_col-img {
	width: 47.43%;
}
.bnrRomance_image {}
.bnrRomance_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.bnrFeePass {
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
}
.bnrFeePass > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: #D4461C;
	padding: 17px 11px;
	color: #fff;
	flex-direction: row-reverse;
	align-items: center;
	padding-right: 35px;
	position: relative;
	z-index: 1;
	border: 2px solid #D4461C;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.bnrFeePass_icon {
	display: block;
	font-size: 14px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.bnrFeePass_text {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	width: 275px;
	font-feature-settings: "palt";
}
.bnrFeePass_image {
	width: calc(100% - 295px);
	margin-right: auto;
}
.bnrFeePass_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.groupNav_pdfList {
	list-style: none;
	margin-top: 30px;
}
.groupNav_pdfList > li {}
.groupNav_pdfList > li > a {}
.groupNavItem {}
.groupNavItem > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	font-size: 17px;
}
.groupNavItem_title {
	background-color: #CF6736;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 10px;
	line-height: 1.4;
	display: flex;
	align-items: center;
}
.groupNavItem_title::before {
	content: "";
	display: block;
	width: 1px;
	height: 26px;
}
.groupNavItem_box {
	border: 1px solid #DF5F24;
	padding: 10px 10px;
	color: #CF6736;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.groupNavItem_cols {
	display: flex;
	align-items: center;
}
.groupNavItem_col {}
.groupNavItem_col-img {
	width: 193px;
}
.groupNavItem_image {}
.groupNavItem_image > img {
	display: block;
}
.groupNavItem_col-txt {
	width: calc(100% - 209px);
	margin-left: auto;
}
.groupNavItem_name {
	position: relative;
	z-index: 1;
	line-height: 1.4;
	padding-right: 21px;
}
.groupNavItem_name > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.mvSlide {
	font-size: 0;
	margin-bottom: 60px;
	transition-duration: 0.5s;
	transition-property: opacity;
	opacity: 0;
}
.mvSlide.slick-initialized {
	opacity: 1;
}
.mvSlide_item {}
.mvSlide_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.mvSlide_item_image {
	padding-bottom: 49.63%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.mvSlide_item_image > img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	object-fit: cover;
}
.routemap_pdfList {
	list-style: none;
	margin-bottom: 35px;
}
.routemap_pdfList > li {}
.corpNav {
	margin-top: 50px;
}
.corpNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-right: -4px;
}
.corpNav_list > li {
	box-sizing: border-box;
	padding: 0 4px;
	width: 50%;
}
.corpNav_list > li:nth-child(n+3) {
	margin-top: 8px;
}
.corpNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.corpNav_list > li > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.internalNav {
	margin-bottom: 40px;
}
.internalNav_inner {}
.internalNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.internalNav_list > li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px;
}
.internalNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #D4461C;
	padding: 10px 15px;
	line-height: 1.3;
	font-weight: 500;
	font-size: 16px;
	align-items: center;
	padding-right: 35px;
	transition-duration: .3s;
	transition-property: background-color, color;
	height: 100%;
	box-sizing: border-box;
}
.internalNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 39px;
	margin-right: -1px;
}
.internalNav_list_icon {
	display: flex;
	width: 20px;
	height: 20px;
	background-color: #D4461C;
	color: #fff;
	line-height: 1;
	border-radius: 50%;
	font-size: 10px;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: margin;
}
.internalNav_list_icon > .icon {
	display: block;
}
.kankoNews {}
.kankoNews_inner {}
.kankoNews_title {
	margin-bottom: 20px;
}
.kankoNews_link {
	margin: 50px auto 0;
}
.kankoNews_link > a {}
.kankoAccess_scroll {
	margin-bottom: 45px;
}
.kankoAccess_scroll_image {}
.kankoAccess_scroll_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.spSlider {
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity;
	display: none;
}
.spSlider::after {
	content: "";
	display: block;
	clear: both;
}
.spSlider .slick-list {
	overflow: visible;
}
.hotelTicket .spSlider .slick-list {
	overflow: hidden;
}
.spSlider.slick-initialized {
	opacity: 1;
}
.spSlider_item {
	vertical-align: top;
	padding: 0 5px;
	box-sizing: border-box;
}
.spSlider_btn {
	display: block;
	width: 29px;
	height: 29px;
	background-color: #D4461C;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hotelTicket .spSlider_btn {
	top: 73px;
	margin-top: 0;
	transform: none;
}
.hotelTicket [data-slide-num="4"] .spSlider_btn {
	top: 51px;
}
.spSlider_btn-prev {
	transform: translateY(-50%);
	left: -7px;
}
.spSlider_btn-next {
	left: auto;
	transform: translateY(-50%);
	right: -7px;
}
.spSlider_btn > .icon {
	display: block;
}
.fixBuyNav {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 980px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.fixBuyNav_inner {
	position: static;
}
.fixBuyNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
}
.fixBuyNav_list > li {
	width: 48.5%;
	margin-left: 3%;
}
.fixBuyNav_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.fixBuyNav_list_item {
	padding: 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #FF3A00;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	border: 1px solid #FF3A00;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.1;
	position: relative;
	z-index: 0;
	height: 100%;
	box-sizing: border-box;
}
.fixBuyNav_list_item::before {
	content: "";
	display: block;
	width: 1px;
	height: 53px;
}
.fixBuyNav_list_item_ticket {
	width: 40px;
	height: auto;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	display: block;
	top: 0.15em;
}
.fixBuyNav_list_item-dark {
	background-color: #D4461C;
	border-color: #D4461C;
}
.reserveNav {
	margin-bottom: 50px;
}
.reserveNav_cols {
	display: flex;
	max-width: 694px;
	margin-left: auto;
	margin-right: auto;
}
.reserveNav_col {}
.reserveNav_col-no1 {
	position: relative;
	z-index: 0;
	width: 56%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.reserveNav_title {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
}
.reserveNav_title > img {
	display: block;
	width: 71px;
	height: auto;
	margin-right: 10px;
}
.reserveNav_image {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.reserveNav_image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
	mix-blend-mode: multiply;
}
.reserveNav_image > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reserveNav_link {
	position: relative;
	z-index: 2;
	width: 275px;
	max-width: 100%;
	margin-top: 20px;
}
.reserveNav_link > a {
	border-color: #fff;
	color: #fff;
}
.reserveNav_col-no2 {
	width: 44%;
}
.reserveNav_list {
	list-style: none;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.reserveNav_list > li {
	flex-grow: 1;
}
.reserveNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #707070;
	align-items: center;
	padding: 10px 15px;
	position: relative;
	z-index: 0;
	padding-right: 30px;
	border-bottom: none;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-weight: 500;
}
.reserveNav_list > li:last-child > a {
	border-bottom: 1px solid #707070;
}
.reserveNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 42px;
	margin-right: -1px;
}
.reserveNav_list > li > a > .icon {
	display: block;
	font-size: 12px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.reserveNav_list_icon {
	display: block;
	font-size: 36px;
	margin-right: 13px;
}
.reserveNav_list_icon > .icon {
	display: block;
}
.reserveNav_inner {}
.ticketSlide {}
.ticketSlide_inner {}
.ticketItem {}
.ticketItem > a {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid #707070;
}
.ticketItem_image {
	padding-bottom: 68.73%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.ticketItem_image > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.ticketItem_link {
	background-color: #D4461C;
	display: flex;
	font-size: 17px;
	line-height: 1.06;
	color: #fff;
	align-items: center;
	padding: 5px 10px;
	justify-content: flex-start;
	font-weight: 500;
	position: relative;
	z-index: 1;
	padding-right: 29px;
	top: 0px;
}
.ticketItem_link::before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
}
.ticketItem_link > .icon {
	display: block;
	font-size: 10px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.ticketItem_areaText {
	padding: 10px 10px;
}
.ticketItem_text {
	font-size: 14px;
	line-height: 1.7;
	max-height: 3.4em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.ticketItem_price {
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	font-feature-settings: "palt";
}
.ticketItem_price > b {
	font-weight: inherit;
	color: #D4461C;
}
.spSlider-pc {
	display: block;
}
.ticketSlide_title {}
.recdTour {}
.recdTour_inner {}
.recdTour_title {}
.recdTour_link {}
.recdTour_link > a {}
.recdTour_link > a > .icon {}
.ropeNews {}
.ropeNews_inner {}
.ropeNews_title {}
.ropeNews_title > b {}
.ropeNews_link {}
.ropeNews_link > a {}
.ropeRoute {}
.ropeRoute_canvas {
	max-width: 696px;
	margin: 0 auto;
}
.ropeRoute_inner {}
.ropeRoute_title {}
.ropeFee {}
.ropeFee_inner {}
.ropeFee_title {}
.ropeFee_title > b {}
.ropeFee_imageWrap {
	max-width: 696px;
	margin: 0 auto;
}
.ropeFee_image {
	background-color: #FDF7F3;
}
.ropeFee_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.ropePlat {
	background-color: #F0F0F0;
	padding-top: 40px;
	padding-bottom: 40px;
}
.ropePlat_inner {}
.ropePlat_title {}
.ropePlat_title > b {}
.ropeTime {}
.ropeTime_inner {}
.ropeTime_title {}
.ropeTime_title > b {}
.ropeHow_headline {
	text-align: center;
}
.railwayAbout {
	margin-top: 50px;
}
.railwayAbout_inner {}
.railwayAbout_title {}
.railwayAbout_title > b {}
.railwayAbout_headline {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 16px;
}
.railwayAbout_text {}
.ropeNews_title-mbS {
	margin-bottom: 6px;
}
.railFee {}
.railFee_inner {}
.railFee_inner-wide {}
.railFee_headline {}
.railFee_scroll {}
.railFee_tableWrap {}
.railFee_table {
	font-size: 12px;
	line-height: 1;
}
.railFee_table > caption {
	caption-side: top;
	margin-top: 0;
	margin-bottom: 10px;
}
.railFee_table > tbody {}
.railFee_table > tbody > tr {}
.railFee_table > tbody > tr > th {
	white-space: nowrap;
	height: 20px;
	padding: 5px 5px;
	width: 6.25%;
}
.railFee_table > tbody > tr > td {
	padding: 4px 5px;
}
.railTime {}
.railTime_inner {}
.railTime_inner-wide {}
.railTime_headline {}
.railTime_scroll {
	overflow: auto;
	margin-right: -20px;
	padding-right: 20px;
}
.railTime_scroll_list {}
.busTopHow {}
.busTopHow_inner {}
.busTopHow_title {}
.busTopHow_title > b {}
.busTopRoute {}
.busTopRoute_inner {}
.busTopRoute_title {}
.busTopRoute_title > b {}
.busTopRoute_map {}
.busTopRoute_link {}
.busTopIntro {
	background-color: #482715;
	padding: 20px 0 60px;
	color: #fff;
}
.busTopIntro_inner {}
.busTopIntro_title {}
.busTopIntro_title > b {}
.busTopIntro_text {}
.busTopNews {
	padding-bottom: 60px;
}
.busTopNews_inner {}
.busTopNews_title {}
.busTopNews_title > b {}
.busTopNews_link {}
.busTopNews_link > a {}
.busTopNews_link > a > .icon {}
.busSearchTab {
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 30px;
}
.busSearchTab_list {
	list-style: none;
	display: flex;
	margin-left: -38px;
	margin-right: -38px;
}
.busSearchTab_list > li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}
.busSearchNav_list_item {
	background-color: #482715;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 35px;
	font-weight: 500;
	transform: skewX(-30deg);
	line-height: 1.2;
	padding: 10px 10px;
	color: #fff;
	transition-duration: .3s;
	transition-property: background-color, color;
	height: 100%;
	box-sizing: border-box;
}
.busSearchNav_list_item::before {
	content: "";
	display: block;
	width: 1px;
	height: 69px;
	margin-right: -1px;
}
.busSearchNav_list_item-search {}
.busSearchNav_list_item-current {
	background-color: #DF5F24;
	color: #fff;
	pointer-events: none;
}
.busSearchNav_list_text {
	display: block;
	transform: skewX(30deg);
}
.busSearchNav_list_item-location {}
.bnrRomance_msg {
	color: #53463F;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 3px;
}
.bnrRomance_col-txtS {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 40%;
	padding-left: 15px;
	padding-right: 15px;
}
.bnrRomance_col-imgL {
	width: 60%;
}
.bnrRomance_text-s {
	font-size: 20px;
}
.bnrRomance_link-s {
	font-size: 13px;
}
.hotelTicket {
	margin-bottom: 100px;
}
.hotelTicket:last-child {
	margin-bottom: 0;
}
.hotelTicket_title {}
.romancePanel {
	margin-bottom: 50px;
	margin-top: 50px;
}
.romancePanel:first-child {
	margin-top: 0;
}
.romancePanel:last-child {
	margin-bottom: 0;
}
.romancePanel_image {
	margin-bottom: 35px;
}
.romancePanel_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.romancePanel_contents {}
.hotelTicketWrap {
	margin-top: 100px;
}
.hotelItem {}
.hotelItem > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.hotelItem_image {
	position: relative;
	z-index: 1;
	padding-bottom: 55.5%;
}
.hotelItem_image > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hotelItem_title {
	font-weight: 500;
	margin-top: 7px;
}
.hotelItem_description {
	line-height: 1.4;
	margin-top: 6px;
	font-size: 14px;
	max-height: 4.2em;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.fixBuyNav_list_item > .icon-blank {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.fixBuyNav_list_item-hasIcon {
	padding-left: 46px;
	padding-right: 45px;
}
.topTour_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.railTime_link {
	margin-top: 0;
	max-width: none;
	margin-bottom: 50px;
	width: 48.5%;
	margin-left: auto;
	margin-right: auto;
}
.feeBus {
	margin-bottom: 50px;
}
.feeBus_text {
	text-align: center;
	font-weight: 500;
}
.feeBus_link {}
.feeBus_link > a {}
.feeBus_link > a > .icon {}
.ticketEdit {}
.ticketEdit_image {}
.ticketEdit_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.ticketEdit_body {
	margin-top: 45px;
}
.boxTicket_image-fit {
	padding-bottom: 68.75%;
	position: relative;
	z-index: 0;
}
.boxTicket_image-fit > img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	object-fit: cover;
}
.internalNav_list_textWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.internalNav_list_text {
	display: block;
}
.internalNav_list_sub {
	display: block;
	font-size: 12px;
	font-feature-settings: "palt";
}
.preBooking {
	margin-bottom: 94px;
}
.preBooking_title {
	font-size: 20px;
	font-weight: normal;
	background-color: #482716;
	color: #fff;
	padding: 13px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
.preBooking_box {
	background-color: #D4461C;
	color: #fff;
	padding: 22px 20px;
}
.preBooking_inner > a {
	display: block;
	text-decoration: none;
	color: inherit;
	border-radius: 10px;
	overflow: hidden;
	transition-duration: .3s;
	transition-property: opacity;
}
.preBooking_box_cols {
	display: flex;
	justify-content: center;
	align-items: center;
}
.preBooking_box_col {}
.preBooking_box_col-img {
	margin-right: 12px;
}
.preBooking_image {}
.preBooking_image > img {
	display: block;
}
.preBooking_box_col-txt {}
.preBooking_headline {
	line-height: 1.2;
	font-size: 40px;
	font-weight: normal;
	display: flex;
	align-items: center;
}
.preBooking_headline::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	transform: rotate(45deg);
	border-left: none;
	border-bottom: none;
}
.preBooking_caution {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.preBooking_inner {
	max-width: 724px;
	margin-left: auto;
	margin-right: auto;
}
.internalNav_list_icon-blank {
	color: #D4461C;
	background-color: rgba(255, 255, 255, 0);
	font-size: 13px;
}
.fixTouchpay {
	position: fixed;
	z-index: 100;
	top: 575px;
	right: 0;
	width: 330px;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.fixTouchpay.isHidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.fixTouchpay_link {}
.fixTouchpay_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.fixTouchpay_link > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #02489e;
}
.fixTouchpay_link > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.internalNav_list_sub-inline {
	display: inline;
}
.preBooking_headline_inner {}
.preBooking_headline_sub {
	font-size: 73%;
}
.hotelSlide {
	font-size: 0;
	margin-left: -10px;
	margin-right: -10px;
}
.hotelSlide .slick-list {
	overflow: visible;
}
.hotelSlide_item {
	box-sizing: border-box;
	padding: 0 10px;
}
.hotelSlide_item > a {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.hotelSlide_image {
	position: relative;
	padding-bottom: 52.105%;
}
.hotelSlide_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hotelSlide_dots {
	position: relative;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 24px;
}
.hotelSlide_dots > li {
	margin: 5px;
}
.hotelSlide_dots > li > button {
	display: block;
	width: 63px;
	height: 9px;
	background-color: #E5E5E5;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.hotelSlide_dots > li.slick-active > button {
	background-color: #EF4A00;
}
.hotelSlideWrap {
	margin-bottom: 70px;
	overflow: hidden;
}
.hotelSlideWrap_inner {
	max-width: 1510px;
	padding-left: 50px;
	padding-right: 50px;
}
.hotelSlideTitleWrap {
	margin-bottom: 60px;
}
.hotelSlideTitleWrap_inner {}
.hotelSlideTitle {
	font-size: 29px;
	font-weight: 500;
	color: #7C3D1B;
	line-height: 1.5;
	margin-bottom: 12px;
}
.hotelSlideText {}
.romancePanel_inner {
	z-index: auto;
}
@media screen and (max-height: 860px) {
	.fixTouchpay {
		top: auto;
		bottom: 115px;
	}
}
@media screen and (min-width:1000px) {
	.hotelSlide_item > a:hover {
		opacity: .7;
	}
	.hotelSlide_dots > li > button:hover {
		background-color: #EF4A00;
	}
	.fixTouchpay_link > a:hover {
		opacity: .9;
	}
	.preBooking_inner > a:hover {
		opacity: .7;
	}
	.topTour_title > a:hover {
		color: #D4461C;
	}
	.busSearchNav_list_item:hover {
		background-color: #DF5F24;
		color: #fff;
	}
	.busTopNews_link > a:hover {}
	.ticketItem > a:hover {}
	a:hover .ticketItem_image > img {
		transform: scale(1.05);
	}
	.recdTour_link > a:hover {}
	.reserveNav_link > a:hover {
		background-color: #fff;
		color: #000;
	}
	.reserveNav_list > li > a:hover {
		background-color: #482715;
		color: #fff;
	}
	.fixBuyNav_list_item:hover {
		background-color: #fff;
		color: #FF3A00;
	}
	.fixBuyNav_list_item-dark:hover {
		background-color: #fff;
		color: #D4461C;
	}
	.spSlider_btn:hover {}
	a:hover .internalNav_list_icon {
		margin-top: 5px;
		font-size: 13px;
	}
	a:hover .internalNav_list_icon-blank {
		margin-top: 0;
	}
	.mvSlide_item > a:hover {
		opacity: .9;
	}
	.corpNav_list > li > a:hover {
		opacity: .8;
	}
	.internalNav_list > li > a:hover {
		color: #D4461C;
	}
	.groupNavItem > a:hover {}
	.bnrRomance > a:hover {
		background-color: #DF5F24;
	}
	.bnrFeePass > a:hover {
		background-color: #fff;
		color: #D4461C;
	}
	.topVehicle_oList_item > a:hover {}
	a:hover .topVehicle_oList_box {
		background-color: #D4461C;
		color: #fff;
	}
	.topicTab_tabList > li > a:hover {}
	.topTour_list_item > a:hover {}
	a:hover .topTour_list_item_image {
		opacity: .8;
	}
	a:hover .groupNavItem_box {
		color: #fff;
		background-color: #CF6736;
	}
}
@media screen and (max-width: 999px) {
	.topTour {}
	.topTour_inner {}
	.topTour_title {}
	.topTour_list {}
	.topTour_list > li {}
	.topTour_list_item {}
	.topTour_list_item > a {}
	.topTour_list_item_text {}
	.topTour_list_item_image {}
	.topTour_list_item_image::before {}
	.topTour_list_item_image > img {}
	.topVehicle {}
	.topVehicle_inner {}
	.topVehicle_title {}
	.topVehicle_text {}
	.topVehicle_canvasWrap {
		height: 518px;
		width: 796px;
		margin-left: auto;
		margin-right: auto;
	}
	.topVehicle_canvas {
		transform: scale(0.8);
	}
	.topVehicle_oList {}
	.topVehicle_oList_item {}
	.topVehicle_oList_item-no1 {}
	.topVehicle_oList_item-no2 {}
	.topVehicle_oList_item-no3 {}
	.topVehicle_oList_item-no4 {}
	.topVehicle_oList_item-no5 {}
	.topVehicle_oList_item-no6 {}
	.topVehicle_oList_item > a {}
	.topVehicle_oList_box {}
	.topVehicle_oList_icon {}
	.topVehicle_oList_image {}
	.topVehicle_oList_image > img {}
	.topVehicle_oList_text {}
	.topVehicle_image {}
	.topVehicle_image > img {}
	.topVehicle_oList_num {}
	.topVehicle_inside {}
	.topicTab {}
	.topicTab_inner {}
	.topicTab_tabList {}
	.topicTab_tabList > li {}
	.topicTab_tabList > li > a {}
	.topicTab_contents {}
	.topVehicle_canvasOuter {
		margin-left: -20px;
	}
	.bnrRomance {}
	.bnrRomance > a {}
	.bnrRomance_inner {}
	.bnrRomance_cols {}
	.bnrRomance_col {}
	.bnrRomance_col-txt {}
	.bnrRomance_text {}
	.bnrRomance_link {}
	.bnrRomance_link > .icon {}
	.bnrRomance_col-img {}
	.bnrRomance_image {}
	.bnrRomance_image > img {}
	.bnrFeePass {}
	.bnrFeePass > a {
		padding: 15px 10px;
	}
	.bnrFeePass_icon {}
	.bnrFeePass_text {
		font-size: 20px;
		width: 233px;
	}
	.bnrFeePass_image {
		width: calc(100% - 250px);
	}
	.bnrFeePass_image > img {}
	.groupNav_pdfList {}
	.groupNav_pdfList > li {}
	.groupNav_pdfList > li > a {}
	.groupNavItem {}
	.groupNavItem > a {}
	.groupNavItem_title {}
	.groupNavItem_title::before {}
	.groupNavItem_box {}
	.groupNavItem_cols {}
	.groupNavItem_col {}
	.groupNavItem_col-img {}
	.groupNavItem_image {}
	.groupNavItem_image > img {}
	.groupNavItem_col-txt {}
	.groupNavItem_name {}
	.groupNavItem_name > .icon {
		font-size: 9px;
	}
	.mvSlide {}
	.mvSlide.slick-initialized {}
	.mvSlide_item {}
	.mvSlide_item > a {}
	.mvSlide_item_image {}
	.mvSlide_item_image > img {}
	.routemap_pdfList {}
	.routemap_pdfList > li {}
	.corpNav {}
	.corpNav_list {}
	.corpNav_list > li {}
	.corpNav_list > li:nth-child(n+3) {}
	.corpNav_list > li > a {}
	.corpNav_list > li > a > img {}
	.internalNav {}
	.internalNav_inner {}
	.internalNav_list {}
	.internalNav_list > li {}
	.internalNav_list > li > a {
		padding-left: 0;
		font-size: 14px;
		padding-right: 27px;
	}
	.internalNav_list > li > a::before {
		height: 29px;
	}
	.internalNav_list_icon {
		right: 0;
	}
	.internalNav_list_icon > .icon {}
	.kankoNews {}
	.kankoNews_inner {}
	.kankoNews_title {}
	.kankoNews_link {}
	.kankoNews_link > a {}
	.kankoAccess_scroll {}
	.kankoAccess_scroll_image {}
	.kankoAccess_scroll_image > img {}
	.spSlider {}
	.spSlider_item {
		max-width: 310px;
		min-width: 310px;
		padding: 0;
		margin: 0 5px;
	}
	[data-slide-num="4"] .spSlider_item {
		max-width: 100%;
		min-width: 0;
		padding: 0 5px;
		margin: 0;
	}
	.spSlider_btn {
		left: 50%;
		transform: translate(-50%, -50%);
		right: auto;
	}
	.spSlider_btn-prev {
		margin-left: -153px;
	}
	.spSlider_btn-next {
		margin-left: 153px;
	}
	.hotelTicket [data-slide-num="4"] .spSlider_btn {
		top: 6.8vw;
	}
	.hotelTicket [data-slide-num] .spSlider_btn-prev {
		margin-left: 0;
		left: -7px;
	}
	.hotelTicket [data-slide-num] .spSlider_btn-next {
		margin-left: 0;
		right: -7px;
		left: auto;
	}
	.spSlider_btn > .icon {}
	.fixBuyNav {}
	.fixBuyNav_inner {}
	.fixBuyNav_list {}
	.fixBuyNav_list > li {}
	.fixBuyNav_list > li:nth-child(2n+1) {}
	.fixBuyNav_list_item {
		font-size: 16px;
	}
	.fixBuyNav_list_item::before {}
	.fixBuyNav_list_item_ticket {}
	.fixBuyNav_list_item-dark {}
	.reserveNav {}
	.reserveNav_cols {}
	.reserveNav_col {}
	.reserveNav_col-no1 {}
	.reserveNav_title {}
	.reserveNav_title > img {}
	.reserveNav_image {}
	.reserveNav_image::before {}
	.reserveNav_image > img {}
	.reserveNav_link {}
	.reserveNav_link > a {}
	.reserveNav_col-no2 {}
	.reserveNav_list {}
	.reserveNav_list > li {}
	.reserveNav_list > li > a {}
	.reserveNav_list > li:last-child > a {}
	.reserveNav_list > li > a::before {}
	.reserveNav_list > li > a > .icon {}
	.reserveNav_list_icon {}
	.reserveNav_list_icon > .icon {}
	.reserveNav_inner {}
	.ticketSlide {}
	.ticketSlide_inner {}
	.ticketItem {}
	.ticketItem > a {}
	.ticketItem_image {}
	.ticketItem_image > img {}
	.ticketItem_link {}
	.ticketItem_link::before {}
	.ticketItem_link > .icon {}
	.ticketItem_areaText {}
	.ticketItem_text {
		font-size: 13px;
	}
	.ticketItem_price {
		font-size: 15px;
	}
	.ticketItem_price > b {}
	.spSlider-pc {}
	.ticketSlide_title {}
	.recdTour {}
	.recdTour_inner {}
	.recdTour_title {}
	.recdTour_link {}
	.recdTour_link > a {}
	.recdTour_link > a > .icon {}
	.ropeNews {}
	.ropeNews_inner {}
	.ropeNews_title {}
	.ropeNews_title > b {}
	.ropeNews_link {}
	.ropeNews_link > a {}
	.ropeRoute {}
	.ropeRoute_canvas {}
	.ropeRoute_inner {}
	.ropeRoute_title {}
	.ropeFee {}
	.ropeFee_inner {}
	.ropeFee_title {}
	.ropeFee_title > b {}
	.ropeFee_imageWrap {}
	.ropeFee_image {}
	.ropeFee_image > img {}
	.ropePlat {}
	.ropePlat_inner {}
	.ropePlat_title {}
	.ropePlat_title > b {}
	.ropeTime {}
	.ropeTime_inner {}
	.ropeTime_title {}
	.ropeTime_title > b {}
	.ropeHow_headline {}
	.railwayAbout {}
	.railwayAbout_inner {}
	.railwayAbout_title {}
	.railwayAbout_title > b {}
	.railwayAbout_headline {
		font-size: 21px;
	}
	.railwayAbout_text {}
	.ropeNews_title-mbS {}
	.railFee {}
	.railFee_inner {}
	.railFee_inner-wide {}
	.railFee_headline {}
	.railFee_scroll {
		overflow: auto;
		padding-right: 15px;
		margin-right: -15px;
	}
	.railFee_tableWrap {
		width: 870px;
	}
	.railFee_table {}
	.railFee_table > caption {}
	.railFee_table > tbody {}
	.railFee_table > tbody > tr {}
	.railFee_table > tbody > tr > th {}
	.railFee_table > tbody > tr > td {}
	.railTime {}
	.railTime_inner {}
	.railTime_inner-wide {}
	.railTime_headline {}
	.railTime_scroll {}
	.railTime_scroll_list {
		width: 1240px;
	}
	.busTopHow {}
	.busTopHow_inner {}
	.busTopHow_title {}
	.busTopHow_title > b {}
	.busTopRoute {}
	.busTopRoute_inner {}
	.busTopRoute_title {}
	.busTopRoute_title > b {}
	.busTopRoute_map {}
	.busTopRoute_link {}
	.busTopIntro {}
	.busTopIntro_inner {}
	.busTopIntro_title {}
	.busTopIntro_title > b {}
	.busTopIntro_text {}
	.busTopNews {}
	.busTopNews_inner {}
	.busTopNews_title {}
	.busTopNews_title > b {}
	.busTopNews_link {}
	.busTopNews_link > a {}
	.busTopNews_link > a > .icon {}
	.busSearchTab {}
	.busSearchTab_list {}
	.busSearchTab_list > li {}
	.busSearchNav_list_item {
		font-size: 28px;
	}
	.busSearchNav_list_item::before {
		height: 59px;
	}
	.busSearchNav_list_item-search {}
	.busSearchNav_list_item-current {}
	.busSearchNav_list_text {}
	.busSearchNav_list_item-location {}
	.bnrRomance_msg {
		font-size: 11px;
	}
	.bnrRomance_col-txtS {}
	.bnrRomance_col-imgL {}
	.bnrRomance_text-s {
		font-size: 17px;
	}
	.bnrRomance_link-s {
		font-size: 11px;
	}
	.hotelTicket {}
	.hotelTicket_title {}
	.romancePanel {}
	.romancePanel_image {}
	.romancePanel_image > img {}
	.romancePanel_contents {
		margin-left: -15px;
		margin-right: -15px;
	}
	.hotelTicketWrap {}
	.hotelItem {}
	.hotelItem > a {}
	.hotelItem_image {}
	.hotelItem_image > img {}
	.hotelItem_title {}
	.hotelItem_description {}
	.fixBuyNav_list_item > .icon-blank {}
	.fixBuyNav_list_item-hasIcon {}
	.topTour_title > a {}
	.railTime_link {
		margin-bottom: 30px;
	}
	.feeBus {}
	.feeBus_text {}
	.feeBus_link {}
	.feeBus_link > a {}
	.feeBus_link > a > .icon {}
	.ticketEdit {}
	.ticketEdit_image {}
	.ticketEdit_image > img {}
	.ticketEdit_body {
		margin-top: 35px;
	}
	.boxTicket_image-fit {}
	.boxTicket_image-fit > img {}
	.fixTouchpay {
		bottom: 104px;
		top: auto;
		width: 250px;
	}
	.fixTouchpay_link {}
	.fixTouchpay_link > a {}
	.fixTouchpay_link > a::before {}
	.fixTouchpay_link > a > img {}
	.hotelSlide {}
	.hotelSlide .slick-list {}
	.hotelSlide_item {}
	.hotelSlide_item > a {}
	.hotelSlide_image {}
	.hotelSlide_image > img {}
	.hotelSlide_dots {}
	.hotelSlide_dots > li {}
	.hotelSlide_dots > li > button {
		width: 48px;
		height: 7px;
	}
	.hotelSlide_dots > li.slick-active > button {}
}
@media screen and (max-width: 767px) {
	.topTour {}
	.topTour_inner {}
	.topTour_title {}
	.topTour_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.topTour_list > li {
		padding: 0 5px;
	}
	.topTour_list_item {}
	.topTour_list_item > a {
		font-size: 13px;
	}
	.topTour_list_item_text {}
	.topTour_list_item_image {
		padding-bottom: 48.95%;
	}
	.topTour_list_item_image::before {}
	.topTour_list_item_image > img {}
	.topVehicle {}
	.topVehicle_inner {}
	.topVehicle_title {}
	.topVehicle_text {}
	.topVehicle_canvasWrap {
		height: 292px;
		width: 448px;
	}
	.topVehicle_canvas {
		transform: scale(0.45);
	}
	.topVehicle_oList {}
	.topVehicle_oList_item {}
	.topVehicle_oList_item-no1 {}
	.topVehicle_oList_item-no2 {}
	.topVehicle_oList_item-no3 {}
	.topVehicle_oList_item-no4 {}
	.topVehicle_oList_item-no5 {}
	.topVehicle_oList_item-no6 {}
	.topVehicle_oList_item > a {
		font-size: 15px;
		font-weight: 500;
	}
	.topVehicle_oList_box {}
	.topVehicle_oList_icon {}
	.topVehicle_oList_image {}
	.topVehicle_oList_image > img {}
	.topVehicle_oList_text {}
	.topVehicle_image {}
	.topVehicle_image > img {}
	.topVehicle_oList_num {}
	.topVehicle_inside {
		padding-left: 0;
	}
	.topicTab {}
	.topicTab_inner {}
	.topicTab_tabList {}
	.topicTab_tabList > li {}
	.topicTab_tabList > li > a {}
	.topicTab_contents {}
	.topVehicle_canvasOuter {
		margin-left: -61px;
	}
	.bnrRomance {
		margin-bottom: 17px;
		margin-top: 17px;
	}
	.bnrRomance > a {
		border-width: 1px;
	}
	.bnrRomance_inner {
		border-width: 1px;
	}
	.bnrRomance_cols {
		display: block;
		position: relative;
		z-index: 1;
		padding-bottom: 36px;
	}
	.bnrRomance_col {
		width: auto;
	}
	.bnrRomance_col-txt {
		padding: 10px 10px;
	}
	.bnrRomance_text {
		font-size: 15px;
	}
	.bnrRomance_link {
		font-size: 12px;
		height: 36px;
		justify-content: center;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.bnrRomance_link > .icon {
		margin-left: 10px;
		font-size: 10px;
	}
	.bnrRomance_col-img {}
	.bnrRomance_image {}
	.bnrRomance_image > img {
		width: 100%;
	}
	.bnrFeePass {}
	.bnrFeePass > a {
		display: block;
		padding: 6px 6px;
	}
	.bnrFeePass_icon {
		right: 0;
		font-size: 12px;
	}
	.bnrFeePass_text {
		width: auto;
		font-size: 17px;
		margin-bottom: 7px;
		position: relative;
		z-index: 1;
		padding-right: 19px;
		font-weight: 500;
	}
	.bnrFeePass_image {
		width: auto;
	}
	.bnrFeePass_image > img {}
	.groupNav_pdfList {
		margin-top: 25px;
	}
	.groupNav_pdfList > li {}
	.groupNav_pdfList > li > a {
		justify-content: flex-start;
		padding-left: 20px;
	}
	.groupNavItem {}
	.groupNavItem > a {
		font-size: inherit;
	}
	.groupNavItem_title {
		font-size: 17px;
	}
	.groupNavItem_title::before {
		height: 25px;
	}
	.groupNavItem_box {
		padding: 8px 8px;
	}
	.groupNavItem_cols {}
	.groupNavItem_col {}
	.groupNavItem_col-img {
		width: 96px;
	}
	.groupNavItem_image {}
	.groupNavItem_image > img {}
	.groupNavItem_col-txt {
		width: calc(100% - 108px);
	}
	.groupNavItem_name {
		padding-right: 17px;
	}
	.groupNavItem_name > .icon {}
	.mvSlide {
		margin-bottom: 25px;
	}
	.mvSlide.slick-initialized {}
	.mvSlide_item {}
	.mvSlide_item > a {}
	.mvSlide_item_image {}
	.mvSlide_item_image > img {}
	.routemap_pdfList {
		margin-bottom: 25px;
	}
	.routemap_pdfList > li {}
	.routemap_pdfList > li > a {
		justify-content: flex-start;
		padding-left: 20px;
	}
	.corpNav {
		margin-top: 30px;
	}
	.corpNav_list {
		display: block;
		margin: 0;
	}
	.corpNav_list > li {
		width: auto;
		padding: 0;
	}
	.corpNav_list > li:nth-child(n+2) {
		margin-top: 5px;
	}
	.corpNav_list > li > a {}
	.corpNav_list > li > a > img {}
	.internalNav {
		margin-bottom: 15px;
		background-color: #fff;
		position: sticky;
		z-index: 998;
		left: 0;
		top: 128px;
		box-shadow: 0 10px 0 #fff;
	}
	.internalNav_inner {}
	.internalNav_list {}
	.internalNav_list > li {
		padding: 0 5px;
	}
	.internalNav_list > li > a {
		font-size: 12px;
		padding-right: 18px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-feature-settings: "palt";
		line-height: 1.2;
	}
	.internalNav_list > li > a::before {}
	.internalNav_list_icon {
		width: 15px;
		height: 15px;
	}
	.internalNav_list_icon > .icon {
		transform: scale(0.7);
	}
	.kankoNews {}
	.kankoNews_inner {}
	.kankoNews_title {
		margin-bottom: 10px;
	}
	.kankoNews_link {}
	.kankoNews_link > a {}
	.kankoAccess_scroll {
		overflow: auto;
		margin-right: -20px;
		margin-bottom: 30px;
	}
	.kankoAccess_scroll_image {
		width: 662px;
	}
	.kankoAccess_scroll_image > img {}
	.spSlider {
		display: block;
	}
	.spSlider .slick-list {
		overflow: visible;
	}
	.hotelTicket .spSlider .slick-list {
		overflow: visible;
	}
	.spSlider_item {}
	.spSlider_item-hidden {
		overflow: hidden;
	}
	.spSlider_btn {}
	.railwayBody_contents .spSlider_btn {
		margin-top: -45px;
	}
	.busTopCharm .spSlider_btn {
		margin-top: -78px;
	}
	.ropeCharm .spSlider_btn {
		margin-top: -73px;
	}
	.ropeHow .spSlider_btn {
		margin-top: -17px;
	}
	.spSlider_btn-prev {}
	.spSlider_btn-next {}
	.spSlider_btn > .icon {
		display: block;
	}
	.hotelTicket [data-slide-num="4"] .spSlider_btn {
		margin-top: 0;
		top: 8.1vw;
	}
	.hotelTicket [data-slide-num="3"] .spSlider_btn-prev {
		left: 50%;
		transform: translateX(-50%);
		margin-left: -153px;
	}
	.hotelTicket [data-slide-num="3"] .spSlider_btn-next {
		left: 50%;
		transform: translateX(-50%);
		margin-left: 153px;
	}
	.hotelTicket [data-slide-num="4"] .spSlider_btn-prev {
		margin-left: -10px;
	}
	.hotelTicket [data-slide-num="4"] .spSlider_btn-next {
		margin-right: -10px;
	}
	.fixBuyNav {}
	.fixBuyNav_inner {}
	.fixBuyNav_list {}
	.fixBuyNav_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.fixBuyNav_list > li:nth-child(2n+1) {}
	.fixBuyNav_list_item {
		font-feature-settings: "palt";
		font-size: 12px;
		border-top-left-radius: 5px;
		border-top-right-radius: 4px;
		padding: 5px 5px;
	}
	.fixBuyNav_list_item::before {
		height: 28px;
	}
	.fixBuyNav_list_item_ticket {
		width: 30px;
		margin-right: 5px;
	}
	.fixBuyNav_list_item-dark {}
	.reserveNav {}
	.reserveNav_cols {
		display: block;
	}
	.reserveNav_col {
		width: auto;
	}
	.reserveNav_col-no1 {
		padding: 20px 0;
	}
	.reserveNav_title {
		font-size: 25px;
	}
	.reserveNav_title > img {
		width: 65px;
	}
	.reserveNav_image {}
	.reserveNav_image::before {}
	.reserveNav_image > img {}
	.reserveNav_link {}
	.reserveNav_link > a {}
	.reserveNav_col-no2 {}
	.reserveNav_list {
		flex-direction: row;
	}
	.reserveNav_list > li {
		width: 33.33%;
	}
	.reserveNav_list > li > a {
		border: none;
		display: block;
		font-size: 12px;
		text-align: center;
		padding: 7px 5px;
		border-right: 1px solid #707070;
		border-bottom: 1px solid #707070;
		padding-right: 18px;
		font-feature-settings: "palt";
		padding-left: 18px;
	}
	.reserveNav_list > li:last-child > a {
		border-right: none;
	}
	.reserveNav_list > li > a::before {
		display: none;
	}
	.reserveNav_list > li > a > .icon {
		font-size: 10px;
		right: 4px;
	}
	.reserveNav_list_icon {
		font-size: 35px;
		text-align: center;
		margin-right: 0;
	}
	.reserveNav_list_icon > .icon {}
	.reserveNav_inner {
		padding: 0;
		max-width: none;
		border-top: 5px solid #D4461C;
	}
	.ticketSlide {}
	.ticketSlide_inner {}
	.ticketItem {}
	.ticketItem > a {}
	.ticketItem_image {}
	.ticketItem_image > img {}
	.ticketItem_link {}
	.ticketItem_link::before {}
	.ticketItem_link > .icon {}
	.ticketItem_areaText {}
	.ticketItem_text {}
	.ticketItem_price {}
	.ticketItem_price > b {}
	.spSlider-pc {}
	.ticketSlide_title {}
	.recdTour {}
	.recdTour_inner {}
	.recdTour_title {}
	.recdTour_link {}
	.recdTour_link > a {}
	.recdTour_link > a > .icon {}
	.ropeNews {}
	.ropeNews_inner {}
	.ropeNews_title {}
	.ropeNews_title > b {}
	.ropeNews_link {}
	.ropeNews_link > a {}
	.ropeRoute {}
	.ropeRoute_canvas {}
	.ropeRoute_inner {}
	.ropeRoute_title {}
	.ropeFee {}
	.ropeFee_inner {}
	.ropeFee_title {}
	.ropeFee_title > b {}
	.ropeFee_imageWrap {
		max-width: none;
		margin-left: -20px;
		margin-right: -20px;
	}
	.ropeFee_image {}
	.ropeFee_image > img {}
	.ropePlat {}
	.ropePlat_inner {}
	.ropePlat_title {}
	.ropePlat_title > b {}
	.ropeTime {}
	.ropeTime_inner {}
	.ropeTime_title {}
	.ropeTime_title > b {}
	.ropeHow_headline {
		margin-bottom: 15px;
	}
	.railwayAbout {}
	.railwayAbout_inner {}
	.railwayAbout_title {}
	.railwayAbout_title > b {}
	.railwayAbout_headline {
		font-size: 18px;
	}
	.railwayAbout_text {}
	.ropeNews_title-mbS {}
	.railFee {}
	.railFee_inner {}
	.railFee_inner-wide {}
	.railFee_headline {}
	.railFee_scroll {}
	.railFee_tableWrap {
		width: 700px;
	}
	.railFee_table {
		font-size: 10px;
	}
	.railFee_table > caption {}
	.railFee_table > tbody {}
	.railFee_table > tbody > tr {}
	.railFee_table > tbody > tr > th {
		padding: 2px 2px;
	}
	.railFee_table > tbody > tr > td {
		padding: 2px 2px;
	}
	.railTime {}
	.railTime_inner {}
	.railTime_inner-wide {}
	.railTime_headline {}
	.railTime_scroll {}
	.railTime_scroll_list {
		width: 1000px;
	}
	.busTopHow {}
	.busTopHow_inner {}
	.busTopHow_title {}
	.busTopHow_title > b {}
	.busTopRoute {}
	.busTopRoute_inner {}
	.busTopRoute_title {}
	.busTopRoute_title > b {}
	.busTopRoute_map {}
	.busTopRoute_link {}
	.busTopIntro {
		padding-bottom: 35px;
	}
	.busTopIntro_inner {}
	.busTopIntro_title {}
	.busTopIntro_title > b {}
	.busTopIntro_text {}
	.busTopNews {
		padding-bottom: 30px;
	}
	.busTopNews_inner {}
	.busTopNews_title {}
	.busTopNews_title > b {}
	.busTopNews_link {}
	.busTopNews_link > a {}
	.busTopNews_link > a > .icon {}
	.busSearchTab {}
	.busSearchTab_list {
		margin-left: -22px;
		margin-right: -22px;
	}
	.busSearchTab_list > li {
		padding: 0 5px;
	}
	.busSearchNav_list_item {
		font-size: 17px;
	}
	.busSearchNav_list_item::before {
		height: 36px;
	}
	.busSearchNav_list_item-search {}
	.busSearchNav_list_item-current {}
	.busSearchNav_list_text {}
	.busSearchNav_list_item-location {}
	.bnrRomance_msg {
		font-size: 12px;
	}
	.bnrRomance_col-txtS {}
	.bnrRomance_col-imgL {}
	.bnrRomance_text-s {}
	.bnrRomance_link-s {}
	.hotelTicket {
		margin-bottom: 45px;
	}
	.hotelTicket_title {}
	.romancePanel {}
	.romancePanel_image {
		margin-bottom: 15px;
	}
	.romancePanel_image > img {}
	.romancePanel_contents {}
	.hotelTicketWrap {
		margin-top: 60px;
	}
	.hotelItem {}
	.hotelItem > a {}
	.hotelItem_image {}
	.hotelItem_image > img {}
	.hotelItem_title {}
	.hotelItem_description {
		font-size: 12px;
	}
	.fixBuyNav_list_item > .icon-blank {
		font-size: 10px;
		right: 8px;
	}
	.fixBuyNav_list_item-hasIcon {
		padding-right: 25px;
	}
	.topTour_title > a {}
	.railTime_link {
		max-width: none;
		width: 100%;
	}
	.feeBus {
		margin-bottom: 35px;
	}
	.feeBus_text {}
	.feeBus_link {}
	.feeBus_link > a {}
	.feeBus_link > a > .icon {}
	.ticketEdit {}
	.ticketEdit_image {}
	.ticketEdit_image > img {}
	.ticketEdit_body {
		margin-top: 20px;
	}
	.boxTicket_image-fit {}
	.boxTicket_image-fit > img {}
	.internalNav_list_sub {
		font-size: 10px;
	}
	.preBooking {
		margin-bottom: 60px;
	}
	.preBooking_title {
		font-size: 13px;
		text-align: center;
		padding: 10px 5px;
	}
	.preBooking_box {
		padding: 15px 5px;
	}
	.preBooking_inner > a {
		border-radius: 4px;
	}
	.preBooking_box_cols {}
	.preBooking_box_col {}
	.preBooking_box_col-img {
		width: 41px;
		margin-right: 10px;
	}
	.preBooking_image {}
	.preBooking_image > img {}
	.preBooking_box_col-txt {}
	.preBooking_headline {
		font-size: 20px;
	}
	.preBooking_headline::after {
		width: 9px;
		height: 9px;
		border-width: 1px;
		margin-left: 4px;
	}
	.preBooking_caution {
		font-size: 10px;
	}
	.preBooking_inner {}
	.fixTouchpay {
		width: 100%;
		max-width: calc(100% - 78px);
		left: 0;
		right: auto;
		bottom: 0;
	}
	.fixTouchpay-hasFloat {
		bottom: 50px;
	}
	.fixTouchpay_link {}
	.fixTouchpay_link > a {}
	.fixTouchpay_link > a::before {}
	.fixTouchpay_link > a > img {}
	.hotelSlide {
		margin-left: 0;
		margin-right: 0;
	}
	.hotelSlide .slick-list {}
	.hotelSlide_item {
		min-width: 280px;
		padding: 0 3px;
	}
	.hotelSlide_item > a {}
	.hotelSlide_image {}
	.hotelSlide_image > img {}
	.hotelSlide_dots {
		margin-top: 11px;
	}
	.hotelSlide_dots > li {
		margin: 3px;
	}
	.hotelSlide_dots > li > button {
		width: 24px;
		height: 3px;
	}
	.hotelSlide_dots > li.slick-active > button {}
	.hotelSlideWrap {
		margin-bottom: 30px;
	}
	.hotelSlideWrap_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.hotelSlideTitleWrap {
		margin-bottom: 35px;
	}
	.hotelSlideTitleWrap_inner {}
	.hotelSlideTitle {
		font-size: 19px;
	}
	.hotelSlideText {}
}
@media screen and (max-width: 374px) {
	.topVehicle_canvasWrap {
		width: 393px;
		height: 256px;
	}
	.topVehicle_canvas {
		transform: scale(0.395);
	}
	.internalNav_list > li > a {
		font-size: 11px;
	}
	.internalNav_list > li {
		padding: 0 3px;
	}
	.spSlider_item {
		max-width: 280px;
		min-width: 280px;
	}
	.spSlider_btn-prev {
		margin-left: -140px;
	}
	.spSlider_btn-next {
		margin-left: 140px;
	}
	.reserveNav_list > li > a {
		padding-left: 10px;
		font-size: 11px;
	}
	.fixBuyNav_list_item {
		font-size: 10px;
	}
	.fixBuyNav_list_item_ticket {
		width: 24px;
		margin-right: 3px;
	}
	.busSearchNav_list_item {
		font-size: 15px;
	}
}
