@charset "UTF-8";
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes swing {
	0% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(30deg);
	}
	35% {
		transform: rotate(32deg);
	}
	50% {
		transform: rotate(-20deg);
	}
	60% {
		transform: rotate(15deg);
	}
	70% {
		transform: rotate(-10deg);
	}
	80% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes swingSeat {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	60% {
		transform: rotate(-6deg);
	}
	70% {
		transform: rotate(2deg);
	}
	85% {
		transform: rotate(-1deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.areaSect {
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}
.areaSect::after {
	content: "";
	background-color: var(--color-line-light);
	display: block;
	max-width: 1344px;
	height: 1px;
	width: 100%;
	left: 0;
	right: 0;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
}
.areaSect:last-child::after {
	display: none;
}
.areaSect_inner {
	max-width: 1148px;
}
.areaSect_title {}
.areaSect_cols {
	display: flex;
	max-width: 1120px;
}
.areaSect_col {}
.areaSect_col-map {
	width: 52%;
	max-width: 550px;
}
.areaSect_map {
	padding-bottom: 67%;
}
.areaSect_map > img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.areaSect_col-txt {
	width: 44%;
	max-width: 464px;
	margin-left: auto;
}
.areaSect_image {
	margin-bottom: 16px;
	padding-bottom: 56.25%;
}
.areaSect_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.areaSect_text {}
.areaSect_list {
	list-style: none;
	display: flex;
	column-gap: 4px;
	justify-content: center;
	margin-top: 24px;
}
.areaSect_list > li {}
.areaSect_list > li > a {}
.areaSectWrap {
	padding-bottom: 46px;
	padding-top: 6px;
}
.romancePr {
	background-color: var(--color-blue-odakyu-ci);
	color: var(--color-white);
	padding-bottom: 80px;
	padding-top: 40px;
}
.romancePr_inner {
	max-width: 1344px;
}
.romancePr_cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1210px;
	margin: 0 auto;
}
.romancePr_col {}
.romancePr_col-window {
	width: 455px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.romancePr_window {
	position: relative;
	width: 942px;
	overflow: hidden;
}
.romancePr_window_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.romancePr_window_image::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--color-blue-odakyu-ci);
	opacity: 0.2;
	mix-blend-mode: luminosity;
}
.romancePr_window_video {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.romancePr_window_copy {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 17px;
	font-family: var(--font-rubik);
	font-weight: 800;
	font-size: 48px;
	line-height: 0.85;
	letter-spacing: -0.04em;
	display: none;
}
.romancePr_window_copy_inner {
	display: block;
}
.romancePr_window_copy_inner-no1 {}
.romancePr_window_copy_inner-no2 {
	font-size: 94px;
}
.romancePr_window_copy_inner-no3 {
	text-align: right;
}
.romancePr_window_frame {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	z-index: 2;
}
.romancePr_window_frame_cell {
	height: 434px;
	position: relative;
}
.romancePr_window_frame_cell::before {
	content: "";
	border: 8px solid var(--color-blue-odakyu-ci);
	box-sizing: border-box;
	border-radius: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0px 8px var(--color-blue-odakyu-ci), inset 6px 8px 4px rgba(0, 0, 0, 0.3);
}
.romancePr_window_frame_cell::after {
	content: "";
	border: 4px solid var(--color-blue-odakyu-ci);
	box-sizing: border-box;
	border-radius: 40px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	box-shadow: 0 0 0px 4px var(--color-blue-odakyu-ci);
	z-index: 10;
}
.romancePr_window_frame_corner {
	border: 16px solid rgba(255, 255, 255, 0);
	position: absolute;
}
.romancePr_window_frame_corner-topLeft {
	top: 0;
	left: 0;
	border-left-color: var(--color-blue-odakyu-ci);
	border-top-color: var(--color-blue-odakyu-ci);
}
.romancePr_window_frame_corner-topRight {
	top: 0;
	right: 0;
	border-right-color: var(--color-blue-odakyu-ci);
	border-top-color: var(--color-blue-odakyu-ci);
}
.romancePr_window_frame_corner-bottomLeft {
	bottom: 0;
	left: 0;
	border-left-color: var(--color-blue-odakyu-ci);
	border-bottom-color: var(--color-blue-odakyu-ci);
}
.romancePr_window_frame_corner-bottomRight {
	bottom: 0;
	right: 0;
	border-right-color: var(--color-blue-odakyu-ci);
	border-bottom-color: var(--color-blue-odakyu-ci);
}
.romancePr_col-txt {
	width: calc(100% - 475px);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 630px;
}
.romancePr_image {
	max-width: 292px;
	margin-bottom: 32px;
	filter: drop-shadow(5px 10px 10px rgba(43, 45, 66, 0.25));
}
.romancePr_image > img {
	display: block;
}
.romancePr_title {
	text-align: center;
}
.romancePr_text {}
.romancePr_text-intro {}
.romancePr_link {
	max-width: 248px;
	width: 100%;
	margin-top: 32px;
}
.romancePr_link > a {}
.romancePr_hotel_link {
	margin-top: 32px;
	display: flex;
}
.romancePr_hotel_link > a {
	width: auto;
}
.romancePr_link > a > .icon {}
.romancePr_otherLink {
	font-size: 13px;
	margin-top: 27px;
}
.romancePr_otherLink > a {
	color: inherit;
}
.romancePr_hr {
	height: 1px;
	background-color: var(--color-line-blue-light);
	margin-top: 48px;
	margin-bottom: 48px;
}
.romancePr_hotel {
	max-width: 1228px;
	margin: 0 auto;
}
.romancePr_hotel_cols {
	display: flex;
	max-width: 1189px;
	margin-left: auto;
	align-items: center;
}
.romancePr_hotel_col {}
.romancePr_hotel_col-txt {
	width: 490px;
}
.romancePr_headline {}
.romancePr_hotel_col-img {
	width: calc(100% - 530px);
	max-width: 590px;
	margin-left: auto;
}
.romancePr_banner {}
.romancePr_banner > a {
	text-decoration: none;
	color: inherit;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.romancePr_banner > a > img {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.areaVis {
	position: relative;
	background-color: var(--color-gray-light);
	padding-top: 100px;
	overflow: hidden;
}
.areaVis::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-line-light);
}
.areaVis_vis {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 160px);
}
.areaVis_vis_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.areaVis_vis_video::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: var(--background-second-movie);
}
.areaVis_vis_video_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	display: block;
}
.areaVis_vis_text {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 1503px;
	transform: translateX(-50%);
	z-index: 3;
}
.areaVis_vis_text > img {
	display: block;
}
.areaVis_inner {
	text-align: center;
	color: var(--color-white);
	max-width: 1230px;
}
.areaVis_title {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 56px;
	line-height: 1.1;
	letter-spacing: -0.03em;
	margin-bottom: 24px;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.areaVis_text {
	margin-bottom: 48px;
	position: relative;
	z-index: 1;
}
.areaVis_image {
	position: relative;
}
.areaVis_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.areaVis_areaText {}
.areaVis_imageWrap {
	border: 1px solid var(--color-line-light);
	border-top-left-radius: 20px;
	overflow: hidden;
	border-top-right-radius: 20px;
	position: relative;
	z-index: 4;
	box-shadow: 0px 4px 16px rgba(43, 45, 66, 0.08);
	background-color: var(--color-white-gray);
}
.scrollHint {
	font-size: 65px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition-duration: .3s;
	transition-property: opacity, visibility;
	color: var(--color-white);
}
.scrollHint.isShow {
	opacity: 1;
	visibility: visible;
}
.scrollHint_icons {
	display: flex;
	column-gap: 70px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.scrollHint_icons > .icon {
	display: block;
}
.areaVis_imageWrap .ps__rail-x {
	transform: scale(0.9, 1);
}
.ticketsVis {
	color: var(--color-white);
	text-align: center;
	padding-top: 30px;
	margin-bottom: 48px;
}
.ticketsVis_inner {}
.ticketsVis_title {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 56px;
	line-height: 1.1;
	letter-spacing: -0.03em;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.ticketsVis_title_inner {
	display: block;
	position: relative;
}
.ticketsVis_title_smart {
	background-image: url(/assets/img/tickets/bg-mark.svg);
	width: 130px;
	height: 130px;
	position: absolute;
	left: 100%;
	top: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--color-blue-odakyu-ci);
	transform: rotate(15deg);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -8px;
	margin-top: -5px;
	background-size: 100% 100%;
}
.ticketsVis_text {
	max-width: 738px;
	margin-left: auto;
	margin-right: auto;
}
.travelTips {
	margin-bottom: 64px;
	overflow: hidden;
}
.travelTips:last-child {
	margin-bottom: 0;
}
.travelTips_inner {
	max-width: 1112px;
}
.travelTips_title {
	border-bottom: 1px solid var(--color-line-light);
	border-top: 1px solid var(--color-line-light);
	padding: 19px 0;
	margin-bottom: 0;
}
.travelTips_contents {}
.travelTips_scroll {}
.travelTips_grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.travelTips_gridWrap {
	overflow: hidden;
}
.travelTips_cell {
	width: 33.33%;
	box-sizing: border-box;
	border-left: 1px solid var(--color-line-light);
}
.travelTips_cell:nth-child(3n+1) {
	border-left: none;
}
.tipsItem {}
.tipsItem > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 16px 15px 40px;
}
.tipsItem_title {
	margin-bottom: 24px;
}
.tipsItem_imageWrap {
	max-width: 300px;
	margin: 0 auto 0;
	position: relative;
	width: calc(100% - 46px);
}
.tipsItem_new {
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border: 1px solid var(--color-navy);
	background-color: var(--color-white);
	border-radius: 50%;
	box-sizing: border-box;
	color: var(--color-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	letter-spacing: -0.01em;
}
.tipsItem_image {
	position: relative;
	padding-bottom: 100%;
}
.tipsItem_image > img {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tipsItem_date {
	font-size: 12px;
	text-align: center;
	letter-spacing: -0.02em;
	line-height: 1;
	margin: 12px 0 24px;
}
.tipsItem_text {
	font-weight: 500;
	line-height: 1.3;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.tipsItem_tagList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 4px;
	row-gap: 4px;
	margin-top: 20px;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.tipsItem_tagList > li {}
.travelTips_link {
	max-width: 184px;
	margin: 24px auto 0;
}
.travelTips_link > a {
	text-decoration: none;
	color: inherit;
}
.ticketNav {
	margin-bottom: 142px;
}
.ticketNav_inner {
	max-width: 1220px;
}
.ticketNav_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 16px;
	row-gap: 16px;
}
.ticketItem {
	height: 100%;
	display: flex;
	flex-direction: column;
	filter: drop-shadow(3px 4px 4px rgba(43, 45, 66, 0.1));
	color: var(--color-black);
}
.ticketItem.isHidden {
	display: none;
}
.ticketItem_areaImage {
	background-color: var(--color-white);
	border-radius: 8px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	padding: 3px;
}
.ticketItem_image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	padding-bottom: 100%;
}
.ticketItem_image > img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 0;
	border-radius: 12px;
}
.ticketItem_label {
	position: absolute;
	top: 9px;
	left: 8px;
	background-color: var(--color-white);
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.01em;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 24px;
	z-index: 2;
	color: var(--color-red);
	border: 1px solid currentColor;
	box-sizing: border-box;
}
.ticketItem_line {
	border-top: 2px dashed var(--color-white);
	width: calc(100% - 16px);
	margin-left: auto;
	margin-right: auto;
}
.ticketItem_areaText {
	background-color: var(--color-white);
	border-radius: 8px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 8px 20px 16px;
	flex-grow: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.ticketItem_area {
	font-weight: 400;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 22px;
}
.ticketItem_title {
	margin-bottom: 13px;
}
.ticketItem_price {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.35;
	text-align: right;
	letter-spacing: -0.01em;
	margin-top: auto;
	margin-bottom: 13px;
}
.ticketItem_link {}
.ticketItem_link-sp {
	display: none;
}
.ticketItem_moreLink {}
.ticketItem_moreLink > a {
	color: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	justify-content: center;
	display: flex;
	min-height: 36px;
	align-items: center;
}
.recdTours {
	border-top: 1px solid var(--color-line-light);
	padding-top: 19px;
	margin-bottom: 64px;
}
.recdTours:last-child {
	margin-bottom: 0;
}
.recdTours_inner {
	max-width: 1344px;
}
.recdTours_title {
	margin-bottom: 53px;
}
.recdTours_contents {
	max-width: 1064px;
	margin-left: auto;
	margin-right: auto;
}
.recdTours_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 24px;
}
.toursItem {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.toursItem > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.toursItem_image {
	margin-bottom: 16px;
}
.toursItem_image_inner {
	padding-bottom: 100%;
	position: relative;
}
.toursItem_image_inner > img {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.toursItem_text {
	margin-bottom: 12px;
}
.toursItem_more {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.1;
	text-align: right;
	letter-spacing: -0.02em;
	text-decoration-line: underline;
	margin-top: auto;
	display: flex;
	justify-content: flex-end;
	min-height: 36px;
}
.recdTours_link {
	max-width: 184px;
	margin: 24px auto 0;
}
.recdTours_link > a {
	text-decoration: none;
	color: inherit;
}
.ticketsMap {
	border-bottom: 1px solid var(--color-line-light);
	margin-bottom: 64px;
}
.ticketsMap_inner {
	max-width: 1230px;
}
.ticketsMap_image {
	position: relative;
	border-top-left-radius: 20px;
	overflow: hidden;
	border-top-right-radius: 20px;
}
.ticketsMap_image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	border: 1px solid var(--color-line-light);
	box-sizing: border-box;
	border-bottom: none;
	box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.ticketsMap_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.ticketsChoose {
	margin-bottom: 88px;
}
.ticketsChoose_inner {
	max-width: 1112px;
}
.ticketsChoose_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 42px;
	column-gap: 20px;
}
.ticketsChoose_title {
	margin-bottom: 0;
}
.ticketsChoose_selWrap {
	flex-grow: 1;
	max-width: 415px;
}
.ticketsChoose_selWrap > select {}
.ticketsChoose_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 12px;
	row-gap: 16px;
}
.ticketItem_stamp {
	position: absolute;
	z-index: 2;
	width: 30.5%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 80px;
}
.ticketItem_stamp > img {}
.ticketItem_title-small {
	font-size: 16px;
	line-height: 1;
}
.recdTours_scroll {}
.gotoFrom {}
.gotoFrom_inner {
	max-width: 997px;
	margin-bottom: 107px;
}
.gotoFrom_inner:last-child {
	margin-bottom: 0;
}
.gotoFrom_arrow {
	max-width: 22px;
	margin: 0 auto;
}
.gotoFrom_arrow-head {
	margin-bottom: 17px;
}
.gotoFrom_arrow-head > img {
	display: block;
}
.gotoFrom_title {
	font-size: 56px;
	font-family: var(--font-rubik);
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.gotoFrom_title_em {
	font-size: 178%;
	font-weight: 500;
	margin-right: 0.2em;
}
.gotoFrom_title_text {}
.gotoFrom_from {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
}
.gotoFrom_selWrap {
	max-width: 300px;
	margin: 18px auto 64px;
}
.gotoFrom_selWrap > select {}
.gotoFrom_selWrap > select > option {}
.gotoFrom_sect {
	max-width: 876px;
	margin-left: auto;
	margin-right: auto;
}
.gotoFrom_headline {
	border-top: 1.5px dashed currentColor;
	color: var(--color-little-light-black);
	padding-top: 8px;
	display: flex;
	align-items: center;
	line-height: 32px;
	margin-bottom: 56px;
}
.gotoFrom_headline > .icon {
	font-size: 26px;
	margin-right: 0.4em;
}
.gotoFrom_headline_em {}
.gotoFrom_headline_separator {
	font-size: 18px;
	font-family: var(--font-rubik);
	font-weight: 500;
	margin: 0 0.4em;
}
.gotoFrom_headline_time {
	font-size: 18px;
	font-weight: 600;
}
.gotoFrom_image {
	margin-bottom: 64px;
}
.gotoFrom_image > img {
	display: block;
}
.gotoFrom_subhead {
	margin-bottom: 15px;
}
.gotoFrom_text {}
.gotoFrom_arrow-bottom {
	margin-top: 41px;
	margin-bottom: 19px;
}
.gotoFrom_arrow-bottom > img {
	display: block;
}
.gotoFrom_link {
	width: calc(100% - 76px);
}
.gotoFrom_link > a {
	min-height: 80px;
	border-width: 2px;
	font-size: 24px;
	font-weight: 600;
}
.gotoFrom_link_more {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	right: -77px;
	font-family: var(--font-rubik);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--color-black-orange-line);
	transform: translateY(-50%);
}
.gotoFrom_link_more_bg {
	background-image: url(/assets/img/tickets/bg-mark.svg);
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 100% 100%;
	background-position: 0 0;
	filter: drop-shadow(3px 4px 4px rgba(43, 45, 66, 0.1));
	animation-name: rotate;
	animation-duration: 10s;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.gotoFrom_link_more_text {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-50%, -50%);
}
.gotoFrom_sect_inner {
	max-width: 833px;
	margin: 0 auto 0;
}
.ticketNav_title {
	text-align: center;
	margin-bottom: 8px;
}
.ticketNav_area {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 24px;
}
.ticketNav-noMb {
	margin-bottom: 0;
}
.areaItinerary {
	border-bottom: 1px solid var(--color-line-light);
}
.areaItinerary_head {}
.areaItinerary_head-noBorder {
	border-top: none;
}
.areaItinerary_head_inner {}
.areaItinerary_title {
	margin-bottom: 0;
}
.tabNav {
	border-bottom: 1px solid var(--color-line-light);
	margin-bottom: 80px;
}
.tabNav_inner {
	max-width: 1340px;
}
.tabNav_list {
	list-style: none;
	display: flex;
	column-gap: 10px;
}
.tabNav_list > li {
	flex-grow: 1;
}
.tabNav_btn {
	display: flex;
	padding-bottom: 16px;
	justify-content: center;
	width: 100%;
	position: relative;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding-top: 16px;
}
.tabNav_btn::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: currentColor;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.tabNav_btn[aria-selected="true"] {
	color: var(--color-blue-odakyu-ci);
}
.tabNav_btn[aria-selected="true"]::after {
	opacity: 1;
}
.areaItinerary_panel {
	display: none;
}
.areaItinerary_panel.isShow {
	display: block;
}
.itinerary {
	padding-bottom: 80px;
}
.itinerary_inner {
	max-width: 996px;
}
.itinerary_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--color-line-light);
	margin-bottom: 40px;
	padding-bottom: 16px;
}
.itinerary_head_txt {
	width: calc(100% - 240px);
}
.itinerary_title {
	color: var(--color-blue-odakyu-ci);
	margin-bottom: 0;
}
.itinerary_title_with {
	font-size: 20px;
	margin-left: 0.3em;
	margin-right: 0.2em;
}
.itinerary_title_witd {}
.itinerary_title_name {
	font-weight: 600;
	font-size: 24px;
	font-style: italic;
}
.itinerary_subTitle {
	color: var(--color-blue-odakyu-ci);
}
.itinerary_head_link {
	width: 220px;
}
.itinerary_link {}
.itinerary_intro {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 64px;
}
.itinerary_intro-center {
	justify-content: center;
}
.itinerary_intro_cell {}
.itinerary_intro_cell-img {
	width: 61.5%;
	max-width: 612px;
}
.itinerary_image {
	padding-bottom: 67%;
}
.itinerary_image::before {
	border: 1px solid var(--color-line-light);
	box-sizing: border-box;
}
.itinerary_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itinerary_intro_cell-txt {
	width: 36%;
}
.itinerary_intro_cell-full {
	width: 100%;
}
.itinerary_intro_text {}
.itinerary_spot {
	margin-bottom: 32px;
}
.itinerary_cols {
	display: flex;
	align-items: center;
}
.itinerary_col {}
.itinerary_col-img {
	width: 46.7%;
	max-width: 464px;
}
.itinerary_col-txt {
	width: 49%;
	margin-left: auto;
	max-width: 463px;
}
.itinerary_headline {
	margin-bottom: 24px;
}
.itinerary_headline_num {
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	letter-spacing: -0.03em;
	margin-right: 16px;
}
.itinerary_headline_text {}
.itinerary_text {}
.itinerary_spot_arrow {
	border-top: 1px solid var(--color-line-light);
	margin-top: 32px;
}
.itinerary_arrow_img {
	max-width: 22px;
	margin: 0 auto;
}
.itinerary_arrow_img > img {
	display: block;
}
.itinerary_moreLink {
	max-width: 412px;
	margin: 80px auto 0;
}
.itinerary_moreLink > a {
	text-decoration: none;
	color: inherit;
}
.seasonalPicks {
	padding-bottom: 63px;
}
.seasonalPicks_head {
	padding-top: 18px;
	margin-bottom: 44px;
}
.seasonalPicks_head_inner {
	max-width: 1340px;
}
.seasonalPicks_title {
	margin-bottom: 0;
}
.seasonalPicks_headline {
	margin-bottom: 24px;
}
.seasonalPicks_body {
	border-bottom: 1px solid var(--color-line-light);
}
.seasonalPicks_tabList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.seasonalPicks_tabList > li {}
.seasonalPicks_tabList_btn {
	display: block;
	width: 100%;
	padding-bottom: 29px;
	box-sizing: border-box;
	position: relative;
}
.seasonalPicks_tabList_btn[aria-selected="true"] {
	color: var(--color-blue-odakyu-ci);
}
.seasonalPicks_tabList_btn[aria-selected="true"]::after {
	opacity: 1;
}
.seasonalPicks_tabList_btn::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: currentColor;
	bottom: 0;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.seasonalPicks_tabList_btn_img {
	display: block;
	width: 24px;
	margin: 0 auto 8px;
}
.seasonalPicks_tabList_btn_img > img {
	display: block;
}
.seasonalPicks_tabList_btn_text {}
.seasonalPicks_panel {
	max-height: 0;
	visibility: hidden;
	pointer-events: none;
}
.seasonalPicks_panel.isShow {
	max-height: none;
	visibility: visible;
	pointer-events: auto;
}
.seasonalPicks_swiper {}
.seasonalPicks_swiper_wrapper {}
.seasonalPicks_swiper_slide {
	width: 648px;
	height: auto;
}
.seasonalPicks_item {
	width: 648px;
	padding-top: 48px;
	padding-bottom: 32px;
	border-right: 1px solid var(--color-line-light);
	height: 100%;
	box-sizing: border-box;
}
.seasonalPicks_item-last {
	border-right: none;
}
.seasonalPicks_item_cols {
	display: flex;
	max-width: 532px;
	margin: 0 auto;
	justify-content: space-between;
}
.seasonalPicks_item_col {
	width: 48%;
	max-width: 242px;
}
.seasonalPicks_item_col-img {}
.seasonalPicks_image {
	margin-bottom: 17px;
	padding-bottom: 75%;
}
.seasonalPicks_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.seasonalPicks_dList {
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 1.1;
	margin-top: 8px;
}
.seasonalPicks_dList > dt {
	display: flex;
	align-items: center;
}
.seasonalPicks_dList > dt::after {
	content: ":";
	margin: 0 0.4em;
}
.seasonalPicks_dList > dt > .icon {
	font-size: 14px;
	margin-right: 4px;
}
.seasonalPicks_dList > dd {}
.seasonalPicks_item_col-txt {}
.seasonalPicks_text {}
.seasonalPicks_link {
	display: flex;
	justify-content: flex-end;
	margin-top: 12px;
}
.seasonalPicks_link > a {}
.seasonalPicks_body_inner {
	max-width: 1340px;
}
.seasonalPicks_swiper_scrollbar {
	display: none;
}
.seasonalPicks_swiper_pagination {
	margin-top: 49px;
}
.areaDetailVis {
	color: var(--color-white);
	padding-top: 113px;
	background-color: var(--color-second-movie);
	position: relative;
	z-index: 2;
	padding-bottom: 46px;
}
.areaDetailVis_inner {
	max-width: 1342px;
}
.areaDetailVis_cols {
	display: flex;
	margin-bottom: 80px;
	max-width: 1130px;
	margin-left: auto;
}
.areaDetailVis_col {}
.areaDetailVis_col-txt {
	position: relative;
	width: 45%;
	margin-right: auto;
	max-width: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.areaDetailVis_subImage {
	width: 174px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 88px;
	height: 320px;
}
.areaDetailVis_subImage::before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.areaDetailVis_subImage > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.areaDetailVis_titleWrap {
	position: relative;
	min-height: 151px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.areaDetailVis_title {
	z-index: 1;
	width: 100%;
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 64px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.03em;
}
.areaDetailVis_jp {
	position: absolute;
	width: 592px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.areaDetailVis_jp > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.areaDetailVis_text {
	margin-bottom: 0;
	margin-top: 19px;
}
.areaDetailVis_col-img {
	width: 52.3%;
	max-width: 590px;
}
.areaDetailVis_image {
	position: relative;
	padding-bottom: 67%;
}
.areaDetailVis_image > img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 0;
}
.areaDetailVis_nav {}
.areaDetailVis_nav_list {
	list-style: none;
	display: flex;
	column-gap: 24px;
	justify-content: center;
}
.areaDetailVis_nav_list > li {
	width: 128px;
}
.areaDetailVis_nav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}
.areaDetailVis_nav_list > li > a > .icon {
	display: block;
	font-size: 10px;
	text-align: center;
	margin-top: auto;
}
.areaDetailVis_nav_circle {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px;
	height: 88px;
	background: var(--color-white-gray);
	border: 2px solid var(--color-blue-deep);
	box-shadow: 3px 4px 4px rgba(43, 45, 66, 0.1);
	border-radius: 50px;
	color: var(--color-blue-deep);
	font-size: 23px;
	transition-duration: .3s;
	transition-property: background-color, color;
	margin-bottom: 8px;
}
.areaDetailVis_nav_circle > .icon {}
.areaDetailVis_nav_text {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.areaDetailVis_nav_circle-yellow {
	background-color: var(--color-yellow);
}
.areaDetailVis_nav_circle-yellow > .icon {}
.areaDetailVis_exclude {
	position: absolute;
	top: 100%;
	width: 64px;
	height: 64px;
	overflow: hidden;
}
.areaDetailVis_exclude::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 64px var(--color-second-movie);
}
.areaDetailVis_exclude-left {
	left: 0;
}
.areaDetailVis_exclude-left::before {}
.areaDetailVis_exclude-right::before {
	left: auto;
	right: 0;
}
.areaDetailVis_exclude-right {
	right: 0;
}
.areaHigh {}
.areaHigh_contents {
	color: var(--color-white);
	padding-top: 10px;
	padding-bottom: 65px;
}
.areaHigh_contents-round {
	position: relative;
	border-top-left-radius: 64px;
	overflow: hidden;
	border-top-right-radius: 64px;
	padding-top: 36px;
}
.areaHigh_inner {
	position: relative;
	z-index: 1;
	max-width: 1341px;
}
.areaHigh_title {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 100px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.04em;
	margin-bottom: 49px;
}
.areaHigh_sect {
	max-width: 880px;
	margin: 0 auto 0;
}
.areaHigh_cols {
	display: flex;
}
.areaHigh_col {}
.areaHigh_col-img {
	width: 46.5%;
	max-width: 408px;
}
.areaHigh_image {
	padding-bottom: 75%;
}
.areaHigh_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.areaHigh_col-txt {
	text-align: center;
	width: 50%;
	max-width: 410px;
	margin-left: auto;
}
.areaHigh_num {
	font-family: var(--font-rubik);
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	letter-spacing: -0.03em;
}
.areaHigh_headline {
	margin: 17px 0 30px;
}
.areaHigh_text {
	text-align: left;
}
.areaHigh_link {
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
	color: var(--color-black);
}
.areaHigh_link > a {
	width: auto;
}
.areaDetailMovie {
	position: relative;
	margin-bottom: 24px;
}
.areaDetailMovie-noMb {
	margin-bottom: 0;
}
.areaDetailMovie_video {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.areaDetailMovie_video > img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.areaDetailMovie_video::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: var(--color-blue-odakyu-ci);
	opacity: 0.2;
}
.areaDetailMovie_video_item {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gotoFrom_contents {
	background-color: var(--color-white-gray);
	padding-bottom: 96px;
	position: relative;
}
.gotoFrom_exclude {
	width: 64px;
	height: 64px;
	position: absolute;
	bottom: 100%;
	overflow: hidden;
}
.gotoFrom_exclude::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 00;
	left: 0;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 64px var(--color-white-gray);
}
.gotoFrom_exclude-left {
	left: 0;
}
.gotoFrom_exclude-right {
	right: 0;
}
.gotoFrom_exclude-right::before {
	left: auto;
	right: 0;
}
.areaHigh_swiper_pagination {
	margin-top: 54px;
}
.areaHigh_moreLink {
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-top: -29px;
}
.areaHigh_moreLink > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	padding: 4px 0;
	position: relative;
	z-index: 2;
}
.areaHigh_moreLink > a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition-duration: .3s;
	transition-property: width;
}
.areaHigh_moreLink > a > .icon {
	font-size: 18px;
	margin-right: 4px;
}
.areaHigh_moreLink_arrow {
	font-size: 15px;
	margin-left: 8px;
}
.areaHigh_moreLink_arrow > .icon {
	display: block;
}
.areaHigh_swiper {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.areaHigh_swiper_wrapper {}
.areaHigh_swiper_slide {}
.areaHigh_swiper_btn {
	display: block;
	text-align: center;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	box-sizing: border-box;
	padding-bottom: 57px;
	width: 20px;
	white-space: nowrap;
}
.areaHigh_swiper_btn-prev {
	left: 0;
}
.areaHigh_swiper_btn-next {
	right: 0;
}
.areaHigh_swiper_btn > .icon {
	display: block;
	font-size: 14px;
}
.areaHigh_swiper_btn_text {
	font-family: var(--font-rubik);
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.03em;
	margin-top: 10px;
	display: block;
}
.areaHigh_numWrap {}
.areaHigh_textWrap {}
.romancePr-hotel {
	padding-top: 64px;
}
.stories {
	margin-bottom: 88px;
}
.stories_contents {
	border-top: 1px solid var(--color-line-light);
	padding-top: 20px;
}
.stories_inner {
	max-width: 1340px;
}
.stories_title {
	margin-bottom: 0;
}
.stories_grid {
	display: flex;
	justify-content: center;
	max-width: 1112px;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	row-gap: 50px;
}
.stories_movie {
	position: relative;
	padding-bottom: 55.59%;
	margin-bottom: 15px;
}
.stories_movie:last-child {
	margin-bottom: 0;
}
.stories_movie > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.stories_cell {
	width: 48.6%;
	margin-left: 2.8%;
}
.stories_cell:nth-child(2n+1) {
	margin-left: 0;
}
.stories_cell:nth-child(n+3) {}
.stories_head {
	margin-bottom: 32px;
}
.stories_head_inner {}
.ticketNav-ticket {
	margin-bottom: 64px;
}
.ticketNav_title-ticket {
	margin-bottom: 32px;
}
.faq {
	margin-bottom: 111px;
}
.faq:last-child {
	margin-bottom: 0;
}
.faq_head {}
.faq_head_inner {}
.faq_title {}
.faq_inner {
	max-width: 880px;
}
.faq_body {}
.faqBox {}
.faqBox-last {
	border-bottom: 1px solid var(--color-line-light);
}
.faqBox:nth-child(n+2) {
	border-top: 1px solid var(--color-line-light);
}
.faqBox_title {}
.faqBox_title_btn {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	padding-left: 66px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 40px;
	transition-duration: .3s;
	transition-property: opacity;
}
.faqBox_title_num {
	position: absolute;
	top: 35px;
	left: 0;
	transform: translateY(-50%);
}
.faqBox_title_text {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	display: block;
}
.faqBox_title_icon {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.faqBox_title_icon::before {
	content: "";
	width: calc(100% - 4px);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	background-color: currentColor;
	transform: translate(-50%, -50%);
	border-radius: 1px;
}
.faqBox_title_icon::after {
	content: "";
	width: calc(100% - 4px);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	background-color: currentColor;
	transform: translate(-50%, -50%) rotate(-90deg);
	border-radius: 1px;
	transition-duration: .3s;
	transition-property: transform;
}
.faqBox_title_btn[aria-expanded="true"] .faqBox_title_icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}
.faqBox_toggle {
	max-height: 0;
	overflow: hidden;
}
.faqBox_toggle.isShow {
	max-height: none;
}
.faqBox_toggle_inner {
	position: relative;
	padding-bottom: 24px;
	padding-left: 66px;
}
.faqBox_num {
	font-size: 25px;
	font-weight: normal;
	line-height: 1;
	font-family: var(--font-rubik);
	position: absolute;
	top: -3px;
	left: 0;
}
.faqBox_answer {}
.faqBox_answer p {
	margin-bottom: 1.35em;
}
.faqBox_answer p:last-child {
	margin-bottom: 0;
}
.faqBox_text {
	margin-bottom: 1.35em;
}
.faqBox_text:last-child {
	margin-bottom: 0;
}
.faqBox_text > a {}
.faq_link {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.faq_link > a {
	width: auto;
	min-width: 120px;
}
.howotoBuy {
	margin-bottom: 87px;
}
.howotoBuy_head {}
.howotoBuy_head_inner {}
.howotoBuy_title {
	margin-bottom: 0;
}
.howotoBuy_panel {
	display: none;
}
.howotoBuy_panel.isShow {
	display: block;
}
.howotoBuy_image {}
.howotoBuy_image > img {
	display: block;
}
.howotoBuy_inner {}
.tabNav-mbS {
	margin-bottom: 50px;
}
.priceDetail {
	margin-bottom: 70px;
}
.priceDetail_head {
	margin-bottom: 55px;
}
.priceDetail_head_inner {}
.priceDetail_title {
	margin-bottom: 0;
}
.priceDetail_inner {
	max-width: 1110px;
}
.priceDetail_table {
	width: 100%;
	border-collapse: separate;
	font-family: var(--font-rubik);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.03em;
}
.priceDetail_table > thead {}
.priceDetail_table > thead > tr {}
.priceDetail_table > thead > tr > th {
	background-color: var(--color-white-gray);
	height: 68px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 10px;
	box-sizing: border-box;
	border-right: 1px solid var(--color-line-light);
	font-weight: inherit;
}
.priceDetail_table > thead > tr:first-child > th {
	border-top: 1px solid var(--color-line-light);
}
.priceDetail_table > thead > tr > th.-sky {
	background-color: var(--color-odakyu-blue);
	color: var(--color-white);
}
.priceDetail_table > thead > tr > th.-blue {
	background-color: var(--color-blue-odakyu-ci);
	color: var(--color-white);
}
.priceDetail_table > thead > tr > th.-dark {
	background-color: var(--color-navy);
	color: var(--color-white);
}
.priceDetail_table > thead > tr:first-child > th:first-child {
	border-left: 1px solid var(--color-line-light);
	border-top-left-radius: 12px;
}
.priceDetail_table > thead > tr:first-child > th:last-child {
	border-top-right-radius: 12px;
}
.priceDetail_table > thead > tr > td {}
.priceDetail_table > tbody {}
.priceDetail_table > tbody > tr {}
.priceDetail_table > tbody > tr > td {
	background-color: var(--color-white-gray);
	height: 88px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid var(--color-line-light);
	border-right: 1px solid var(--color-line-light);
}
.priceDetail_table > tbody > tr:first-child > td {
	border-top: 1px solid var(--color-line-light);
}
.priceDetail_table > tbody > tr > td:first-child {
	border-left: 1px solid var(--color-line-light);
}
.priceDetail_table > tbody > tr:last-child > td:last-child {
	border-bottom-right-radius: 12px;
}
.priceDetail_table > tbody > tr:last-child > td:first-child {
	border-bottom-left-radius: 12px;
}
.priceDetail_headline {
	margin-bottom: 40px;
	color: var(--color-blue-odakyu-ci);
}
.priceDetail_subhead {
	margin-bottom: 16px;
}
.priceDetail_text {
	margin-bottom: 32px;
}
.priceDetail_note {}
.priceDetail_link {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.priceDetail_link > a {
	width: auto;
	min-width: 120px;
}
.priceDetail_tableWrap {
	position: relative;
}
.priceDetail_tableWrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border-radius: 12px;
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.ticketMap {
	margin-bottom: 63px;
}
.ticketMap_inner {
	max-width: 1230px;
}
.ticketMap_arrow {
	max-width: 22px;
	margin: 0 auto 19px;
}
.ticketMap_arrow > img {
	display: block;
}
.ticketMap_title {
	text-align: center;
	margin-bottom: 23px;
}
.ticketMap_image {
	border: 1px solid var(--color-line-light);
}
.ticketMap_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.ticketMap_link {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.ticketMap_link > a {}
.areaHigh_title-small {
	font-size: 48px;
}
.areaHigh_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.areaHigh_video::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--color-blue-odakyu-ci);
	opacity: .5;
}
.areaHigh_vis_item {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ticketMv {
	background-color: var(--color-white-gray);
	padding-top: 100px;
	position: relative;
	padding-bottom: 80px;
}
.ticketMv::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 400px;
	left: 0;
	background-color: var(--color-blue-odakyu-ci);
	top: 0;
}
.ticketMv_inner {
	max-width: 1324px;
}
.ticketMv_box {
	background-color: var(--color-white-gray);
	position: relative;
	z-index: 1;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 28px 28px 0;
}
.ticketMv_box_inner {}
.ticketMv_cols {
	display: flex;
	max-width: 1239px;
}
.ticketMv_col {}
.ticketMv_col-img {
	width: 368px;
}
.ticketMv_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.ticketMv_slide.slick-initialized {
	opacity: 1;
}
.ticketMv_slide_item {}
.ticketMv_image {
	padding-bottom: 100%;
	position: relative;
	border-radius: 6px;
}
.ticketMv_image::before {}
.ticketMv_image > img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ticketMv_thumbList {
	list-style: none;
	column-gap: 12px;
	display: grid;
	flex-wrap: wrap;
	row-gap: 12px;
	margin-top: 16px;
	grid-template-columns: repeat(7, 1fr);
}
.ticketMv_thumbList > li {}
.ticketMv_thumbList_btn {
	display: block;
	width: 100%;
	position: relative;
	transition-duration: .3s;
	transition-property: opacity;
	border-radius: 6px;
}
.ticketMv_thumbList_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid var(--color-black);
	box-sizing: border-box;
	z-index: 2;
	border-radius: inherit;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.ticketMv_thumbList_btn.isCurrent::before {
	opacity: 1;
}
.ticketMv_thumbList_image {
	display: block;
	padding-bottom: 100%;
	border-radius: inherit;
}
.ticketMv_thumbList_image::before {
	border-radius: 6px;
	box-shadow: inset 2.4px 2.4px 2.4px rgba(0, 0, 0, 0.1);
}
.ticketMv_thumbList_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ticketMv_col-txt {
	width: calc(100% - 400px);
	margin-left: auto;
	max-width: 804px;
	padding-top: 16px;
}
.ticketMv_head {
	border-bottom: 2px solid currentColor;
	margin-bottom: 4px;
	padding-bottom: 8px;
}
.ticketMv_days {
	display: flex;
	justify-content: flex-end;
	margin-bottom: -12px;
}
.ticketMv_days_inner {
	background-color: var(--color-black);
	color: var(--color-white);
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	padding: 6px 14px;
	border-radius: 30px;
	display: block;
}
.ticketMv_title {
	padding-right: 115px;
	margin-bottom: 33px;
}
.ticketMv_price {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	font-size: 16px;
	letter-spacing: -0.01em;
	font-weight: normal;
	font-family: var(--font-rubik);
	align-items: flex-end;
}
.ticketMv_priceList {
	list-style: none;
}
.ticketMv_priceListWrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}
.ticketMv_priceList > dt {
	display: inline-flex;
	align-items: center;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
}
.ticketMv_priceList > dt::after {
	content: ":";
	margin-left: 0.2em;
	margin-right: 0.1em;
}
.ticketMv_priceList > dd {
	display: inline-block;
}
.ticketMv_priceList_num {
	font-size: 22px;
	font-weight: 500;
	margin-right: 0.1em;
}
.ticketMv_price_slash {
	font-size: 20px;
	margin: 0 0.5em;
	font-weight: 300;
}
.ticketMv_note {
	font-size: 12px;
	line-height: 1.35;
	text-align: right;
	margin-bottom: 15px;
}
.ticketMv_headline {
	margin-bottom: 23px;
}
.ticketMv_list {
	padding-left: 1.4em;
}
.ticketMv_list > li {}
.ticketMv_list > li > strong {
	font-weight: inherit;
	color: var(--color-red);
}
.ticketMv_btnList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 8px;
	margin-top: 41px;
}
.ticketMv_btnList:first-child {
	margin-top: 0;
}
.ticketMv_btnList > li {}
.ticketMv_btnList > li.-online {
	width: 248px;
}
.ticketMv_btnList > li.-sp {
	display: none;
}
.ticketMv_btnList > li > a {
	text-decoration: none;
	color: inherit;
}
.ticketMv_btnList > li > a > .icon-blank {
	font-size: 13px;
	right: 17px;
}
.areaHigh_bgWrap {
	background-color: var(--color-white-gray);
}
.ticketFrom {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.ticketFrom_brackets {
	display: block;
	width: 6px;
	height: 52px;
	box-sizing: border-box;
	border: 2px solid currentColor;
	border-radius: 2px;
}
.ticketFrom_brackets-left {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ticketFrom_inner {}
.ticketFrom_title {
	font-size: 15px;
	text-align: center;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.ticketFrom_title_em {
	font-weight: 600;
	font-style: italic;
}
.ticketFrom_numWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}
.ticketFrom_num {
	font-size: 15px;
	line-height: 1;
	letter-spacing: -0.02em;
	font-weight: 500;
}
.ticketFrom_num_main {
	font-weight: 500;
	font-family: var(--font-rubik);
	font-size: 28px;
	margin-right: 0.05em;
}
.ticketFrom_brackets-right {
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.ticketMv_infoCols {
	display: flex;
	margin-top: 40px;
	column-gap: 20px;
}
.ticketMv_infoCol {}
.ticketMv_infoCol-from {}
.ticketMv_infoCol-btn {
	margin-left: auto;
}
.ticketMv_link {
	margin-top: 5px;
	margin-bottom: 10px;
	display: flex;
}
.ticketMv_link-strong {
	color: var(--color-red);
}
.ticketMv_link > a {}
.ticketMap_imageWrap {}
.priceDetail_scroll {
	margin-bottom: 48px;
}
.ticketMv_otherImage {
	margin-top: 40px;
	margin-bottom: 40px;
}
.ticketMv_otherImage > img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.faq-mbS {
	margin-bottom: 48px;
}
.howtoSect {}
.howtoSect_grid {
	display: grid;
	grid-template-columns: calc((100% - 100px) / 3) 20px calc((100% - 100px) / 3) 20px calc((100% - 100px) / 3);
	column-gap: 15px;
}
.howtoSect_cell {}
.howtoSect_item {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.howtoSect_num {
	width: 68px;
	height: 68px;
	background-color: var(--color-blue-odakyu-ci);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto -41px;
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 500;
}
.howtoSect_box {
	border: 2px solid var(--color-blue-odakyu-ci);
	background-color: var(--color-white);
	border-radius: 16px;
	padding: 56px 24px 14px;
	box-sizing: border-box;
	box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1);
	flex-grow: 1;
}
.howtoSect_title {
	text-align: center;
	margin-bottom: 22px;
}
.howtoSect_text {
	font-weight: normal;
	margin-bottom: 16px;
}
.howtoSect_text h4 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
}
.howtoSect_caption {
	margin-top: 24px;
}
.howtoSect_image {
	max-width: 252px;
	margin: 0 auto 0;
}
.howtoSect_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.howtoSect_arrow {
	border: 25px solid rgba(255, 255, 255, 0);
	width: 0;
	height: 0;
	border-left-color: var(--color-blue-odakyu-ci);
	border-right-width: 0;
	border-left-width: 20px;
	align-self: center;
}
.howtoSect_swiper {
	overflow: visible;
}
.howtoSect_swiper_wrapper {}
.howtoSect_swiper_slide {}
.howtoSect_swiper_scrollbar {
	display: none;
}
.transNav {
	margin-bottom: 60px;
}
.transNav_inner {
	max-width: 968px;
}
.transNav_title {
	text-align: center;
}
.transNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 32px;
	margin-top: 88px;
}
.transNav_list > li {
	border-top: 1px solid var(--color-little-light-black);
}
.transNav_list > li.-wide {
	grid-column: span 2;
}
.transNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.transNav_item {
	display: grid;
	grid-template-columns: 56px 1fr;
	column-gap: 12px;
	font-size: 13px;
	line-height: 1.1;
	font-weight: normal;
	padding: 17px 16px;
	row-gap: 10px;
}
.transNav_item-bus {
	padding-bottom: 0;
}
.transNav_img {
	border-radius: 8px;
	align-self: flex-start;
	transition-duration: .3s;
	transition-property: opacity;
}
.transNav_img::before {}
.transNav_img > img {
	display: block;
}
.transNav_text {
	display: flex;
	align-items: center;
}
.transNav_itemWrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-start;
	column-gap: 14px;
	row-gap: 10px;
}
.ticketMap_image-half {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ticketMap_image-half::before {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ticketMap-border {
	position: relative;
	margin-bottom: 24px;
}
.ticketMap-border::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-line-light);
	bottom: 0;
}
.ticketMv_subhead {
	margin-top: 1.4em;
}
.ticketMv_bnr {
	margin-top: 40px;
}
.ticketMv_bnr > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.ticketMv_bnr_image {
	display: block;
}
.ticketMv_bnr_image > img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.ticketMv_bnr_image > a {
	text-decoration: none;
	color: inherit;
}
.ticketMv_bnr_image > a > img {
	display: block;
}
.priceDetail_msg {
	margin-bottom: 40px;
}
.notice {
	border: 2px solid var(--color-odakyu-blue);
	background-color: var(--color-sky-light);
	border-radius: 12px;
	padding: 40px 40px;
	margin: 24px 0;
}
.notice_cols {
	display: flex;
	align-items: center;
}
.notice_col {}
.notice_col-img {
	width: 88px;
}
.notice_image {
	max-width: 64px;
	margin: 0 auto;
}
.notice_image > img {
	display: block;
}
.notice_col-txt {
	width: calc(100% - 112px);
	margin-left: auto;
}
.notice_text {
	margin-bottom: 24px;
}
.notice_text:last-child {
	margin-bottom: 0;
}
.pamphelt {
	margin-bottom: 130px;
}
.pamphelt_head {}
.pamphelt_head_inner {}
.pamphelt_title {}
.pamphelt_inner {
	max-width: 908px;
}
.pamphelt_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	row-gap: 35px;
	justify-content: center;
	margin-top: 11px;
}
.pamphelt_list > li {
	width: 21.7%;
	margin-left: 4.4%;
}
.pamphelt_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.pamphelt_list > li > a {
	text-decoration: none;
	color: inherit;
}
.pamphelt_image {
	position: relative;
	padding-bottom: 142.13%;
	transition-duration: .3s;
	transition-property: opacity;
	background-color: var(--color-white-gray);
}
.pamphelt_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pamphelt_info {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 5px;
	justify-content: space-between;
	align-items: center;
	margin-top: 18px;
}
.pamphelt_local {}
.pamphelt_link {}
.pamphelt_link > .icon {}
.transNav_link {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
.transNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	column-gap: 13px;
	flex-wrap: wrap;
	row-gap: 5px;
}
.transNav_link_text {}
.transNav_link_icon {}
.insta {
	padding-bottom: 144px;
	border-top: 1px solid var(--color-line-light);
	padding-top: 56px;
}
.insta_head {
	margin-bottom: 32px;
}
.insta_head_inner {}
.insta_cols {
	display: flex;
	justify-content: center;
	align-items: center;
}
.insta_col {}
.insta_col-logo {}
.insta_image {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.insta_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.insta_col-ttl {
	margin-left: 20px;
	margin-right: 64px;
	text-align: center;
}
.insta_title {}
.insta_subTitle {
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	margin-top: 6px;
	color: var(--color-slate);
}
.insta_col-txt {
	width: 360px;
}
.insta_text {
	max-height: 3.75em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.insta_msg {
	font-weight: 400;
}
.insta_swiper {
	overflow: visible;
}
.insta_swiper_wrapper {}
.insta_swiper_slide {
	width: 296px;
}
.insta_item {
	background-color: var(--color-white-gray);
	border: 1px solid var(--color-line-light);
	border-radius: 32px;
	overflow: hidden;
	position: relative;
}
.insta_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 32px;
	pointer-events: none;
	box-sizing: border-box;
	z-index: 2;
}
.insta_item > a {
	text-decoration: none;
	color: inherit;
}
.insta_areaText {
	padding: 18px 24px 37px;
}
.insta_date {
	text-align: center;
	font-size: 11px;
	margin-bottom: 16px;
}
.insta_textWrap {
	position: relative;
	padding-left: 16px;
}
.insta_textWrap > .icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
}
.insta_swiper_scrollbar {}
.insta_foot {
	margin-top: 32px;
}
.insta_foot_inner {}
.insta_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 8px;
}
.insta_btnList > li {
	width: 197px;
}
.insta_btnList_btn {
	display: block;
	display: flex;
	height: 46px;
	align-items: center;
	justify-content: center;
	background-color: var(--color-white-gray);
	border-radius: 46px;
	text-decoration: none;
	font-weight: 500;
	position: relative;
}
.insta_btnList_btn-instagram {
	background: linear-gradient(135deg, #FF8921 0.91%, #F50000 38.03%, #B900B4 87.21%, #B900B4 87.21%, #B900B4 91.75%);
}
.insta_btnList_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: var(--color-white-gray);
	border-radius: 50px;
	z-index: 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.insta_btnList_btn-facebook {
	background-color: var(--color-facebook-blue);
	color: var(--color-facebook-blue);
}
.insta_btnList_btn_arrow {
	font-size: 10px;
	display: block;
}
.insta_btnList_btn_arrow-instagram {
	background: linear-gradient(135deg, #FF8921 0.91%, #F50000 38.03%, #B900B4 87.21%, #B900B4 87.21%, #B900B4 91.75%);
	background-clip: text;
	color: rgba(255, 255, 255, 0);
}
.insta_btnList_btn_icon {
	display: block;
	position: relative;
	z-index: 1;
}
.insta_btnList_btn_text {
	display: block;
	margin-left: 10px;
	margin-right: 4px;
	position: relative;
	z-index: 1;
}
.insta_btnList_btn_text-instagram {
	background: linear-gradient(135deg, #FF8921 0.91%, #F50000 38.03%, #B900B4 87.21%, #B900B4 87.21%, #B900B4 91.75%);
	background-clip: text;
	color: rgba(255, 255, 255, 0);
}
.insta_logo {}
.insta_logo > img {}
.insta_inner {
	max-width: none;
}
.travelTips_inner-wide {
	max-width: 1340px;
}
.travelTips_title-wide {
	border-bottom: none;
	border-top: none;
	position: relative;
}
.travelTips_title-topics {
	margin-bottom: 36px;
}
.travelTips_title-wide::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 200vw;
	height: 1px;
	background-color: var(--color-line-light);
	transform: translateX(-50%);
}
.travelTips_title-wide::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 200vw;
	height: 1px;
	background-color: var(--color-line-light);
	transform: translateX(-50%);
}
.tipsItem_text-wide {
	max-width: 383px;
}
.tipsItem_tagList-wide {
	max-width: 383px;
}
.tipsItem_imageWrap-wide {
	max-width: 320px;
}
.discover {
	color: var(--color-white);
}
.discover_contents {
	position: relative;
	border-top-left-radius: 48px;
	border-top-right-radius: 48px;
	overflow: hidden;
	padding-bottom: 147px;
}
.discover_video {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.discover_video::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-blue-odakyu-ci);
	z-index: 1;
	opacity: .3;
}
.discover_video_item {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.discover_jp {
	position: relative;
	z-index: 2;
	width: 1433px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 43px;
}
.discover_jp > img {
	display: block;
}
.discover_inner {
	position: relative;
	z-index: 2;
	max-width: none;
}
.discover_title {
	font-family: var(--font-rubik);
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -0.03em;
	text-align: center;
	margin-bottom: 15px;
}
.discover_text {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 121px;
}
.discover_swiper {
	overflow: visible;
	margin-left: -40px;
	margin-right: -40px;
}
.discover_areaBtn {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
.discover_btn {
	display: block;
	padding: 0 16px;
	transition-duration: .3s;
	transition-property: opacity;
}
.discover_btn-prev {}
.discover_headline {}
.discover_btn-next {}
.discover_btn > .icon {
	display: block;
}
.discover_swiper_wrapper {}
.discover_swiper_slide {
	width: auto;
}
.discover_tag {}
.discover_tag > a {
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	letter-spacing: -0.02em;
	line-height: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 39px;
	border: 1px solid var(--color-white);
	border-radius: 50px;
	min-height: 32px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.areaVis-top {
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
	margin-top: -122px;
}
.areaVis-top::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-gray-light);
	z-index: 0;
}
.hakoneAreas {
	position: relative;
	padding-bottom: 96px;
}
.hakoneAreas_arrow {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 21px;
}
.hakoneAreas_arrow > img {
	display: block;
}
.hakoneAreas_head {
	padding-top: 12px;
	margin-bottom: 44px;
}
.hakoneAreas_head_inner {
	max-width: 1228px;
}
.hakoneAreas_from {
	font-size: 18px;
	margin-bottom: 4px;
}
.hakoneAreas_headline {}
.hakoneAreas_inner {
	max-width: 1160px;
}
.hakoneAreas_title {
	text-align: center;
	margin-bottom: 39px;
}
.hakoneAreas_image {
	border-radius: 28px;
	border: 1px solid var(--color-line-light);
	margin-bottom: 23px;
	position: relative;
}
.hakoneAreas_image_inner {
	border-radius: inherit;
}
.hakoneAreas_image_inner > img {
	width: 100%;
	height: auto;
	display: block;
}
.hakoneAreas_image::before {
	border-radius: 28px;
}
.hakoneAreas_image > img {
	display: block;
}
.hakoneAreas_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	border-bottom: 1px solid var(--color-line-light);
	margin-bottom: 32px;
}
.hakoneAreas_list > li {}
.hakoneAreas_list_btn {
	display: flex;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 23px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.hakoneAreas_list_btn::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--color-black);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.hakoneAreas_list_btn[aria-selected="true"]::after {
	opacity: 1;
}
.hakoneAreas_list_btn_num {
	background-image: url(/assets/img/home/bg-marker.svg);
	display: block;
	width: 28px;
	height: 34px;
	color: var(--color-white);
	font-family: var(--font-rubik);
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	background-size: 100% 100%;
	position: absolute;
	z-index: 3;
	top: -13px;
	left: -14px;
}
.hakoneAreas_list_btn_image {
	display: block;
	border-radius: 12px;
	padding-bottom: 100%;
	background-color: var(--color-line-light);
}
.hakoneAreas_list_btn_image > img {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hakoneAreas_list_btn_text {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.1;
	display: block;
	width: 100%;
}
.hakoneAreas_list_btn_imageWrap {
	display: block;
	position: relative;
	width: 80px;
	margin-bottom: 10px;
	max-width: 100%;
}
.hakoneAreas_list_btn_imageWrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: 2px solid var(--color-black);
	box-sizing: border-box;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.hakoneAreas_list_btn[aria-selected="true"] .hakoneAreas_list_btn_imageWrap::before {
	opacity: 1;
}
.hakoneSpot {
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
	pointer-events: none;
}
.hakoneSpot.isShow {
	visibility: visible;
	pointer-events: auto;
	max-height: none;
}
.hakoneSpot_cols {
	display: flex;
}
.hakoneSpot_col {}
.hakoneSpot_col-title {
	width: 41.5%;
	max-width: 482px;
}
.hakoneSpot_title {
	position: relative;
	padding-left: 46px;
	margin-bottom: 24px;
	min-height: 38px;
	display: flex;
	align-items: flex-end;
}
.hakoneSpot_title_num {
	background-image: url(/assets/img/home/bg-marker.svg);
	display: block;
	width: 32px;
	height: 38px;
	color: var(--color-white);
	font-family: var(--font-rubik);
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 9px;
	box-sizing: border-box;
	background-size: 100% 100%;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
}
.hakoneSpot_text {}
.hakoneSpot_list {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	column-gap: 4px;
	margin-top: 20px;
}
.hakoneSpot_list > li {}
.hakoneSpot_list_btn {}
.hakoneSpot_list_btn > .icon {}
.hakoneSpot_col-slide {
	width: 54%;
	max-width: 610px;
	margin-left: auto;
}
.hakoneSpot_swiper {}
.hakoneSpot_btn {
	display: block;
	width: 32px;
	height: 64px;
	background-color: var(--color-back);
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.hakoneSpot_btn-prev {
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
	padding-right: 13px;
}
.hakoneSpot_btn > .icon {
	display: block;
}
.hakoneSpot_btn-next {
	right: 0;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	padding-left: 13px;
}
.hakoneSpot_swiper_wrapper {}
.hakoneSpot_swiper_slide {
	width: 280px;
}
.hakoneSpot_image {
	border-radius: 16px;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
}
.hakoneSpot_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.otherAreas {
	background-color: var(--color-blue-odakyu-ci);
	border-top: 1px solid var(--color-line-light);
}
.otherAreas_contents {
	background-color: var(--color-back);
	border-bottom-left-radius: 48px;
	border-bottom-right-radius: 48px;
	padding-bottom: 96px;
}
.otherAreas_inner {
	max-width: 1160px;
}
.otherAreas_arrow {
	max-width: 22px;
	margin: 0 auto 20px;
}
.otherAreas_arrow > img {
	display: block;
}
.otherAreas_title {
	text-align: center;
	margin-bottom: 55px;
}
.otherAreas_cols {
	display: flex;
	justify-content: space-between;
}
.otherAreas_col {
	width: 48%;
	max-width: 556px;
}
.otherAreas_col-img {
	position: relative;
}
.otherAreas_map {
	border: 1px solid var(--color-line-light);
	padding-bottom: 67%;
}
.otherAreas_map > img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.otherAreas_col-slide {
	padding-top: 3px;
}
.otherAreas_swiper {
	position: relative;
	padding: 0 78px;
}
.otherAreas_swiper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 78px;
	height: 100%;
	z-index: 2;
	background-color: var(--color-back);
}
.otherAreas_swiper::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 78px;
	height: 100%;
	z-index: 2;
	background-color: var(--color-back);
}
.otherAreas_btn {
	display: block;
	position: absolute;
	top: 0;
	z-index: 3;
	padding: 4px 0;
}
.otherAreas_btn-prev {
	text-align: left;
	left: 0;
}
.otherAreas_btn > .icon {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.otherAreas_btn_text {
	display: block;
	font-size: 12px;
	letter-spacing: -0.03em;
	font-family: var(--font-rubik);
	line-height: 1;
}
.otherAreas_btn-next {
	text-align: right;
	right: 0;
}
.otherAreas_btn-next > .icon {}
.otherAreas_swiper_wrapper {}
.otherAreas_swiper_slide {}
.otherAreas_headline {
	text-align: center;
	margin-bottom: 40px;
}
.otherAreas_image {
	position: relative;
	padding-bottom: 56.25%;
}
.otherAreas_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.otherAreas_text {
	margin-bottom: 32px;
	margin-top: 16px;
}
.otherAreas_list {
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 4px;
}
.otherAreas_list > li {}
.otherAreas_list_btn {}
.otherAreas_list_btn > .icon {}
.tipsItem_text-topics {
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
}
.travelTips-topics {
	margin-bottom: 48px;
}
.topInfo {
	background-color: var(--color-blue-odakyu-ci);
	color: var(--color-white);
	padding-bottom: 47px;
	padding-top: 50px;
}
.topInfo_inner {}
.topInfo_hr {
	height: 1px;
	background-color: var(--color-line-blue-light);
	margin-bottom: 28px;
}
.topInfo_cols {
	display: flex;
	justify-content: space-between;
}
.topInfo_col {
	width: 48%;
	max-width: 638px;
}
.topInfo_col-service {}
.topStatus {}
.topStatus_title {
	margin-bottom: 25px;
}
.topStatus_cols {
	display: flex;
	justify-content: space-between;
}
.topStatus_col {
	width: 48.5%;
	max-width: 311px;
}
.topStatus_col-odakyu {}
.topStatus_sect {}
.topStatus_info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 8px;
	flex-wrap: wrap;
	row-gap: 6px;
	column-gap: 10px;
}
.topStatus_headline {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}
.topStatus_date {
	font-size: 12px;
	line-height: 1;
}
.topStatus_box {}
.topStatus_box > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.topStatus_box_item {
	background-color: var(--color-white-gray);
	border-radius: 8px;
	color: var(--color-black);
	padding: 10px 10px;
	height: 114px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topStatus_status {
	line-height: 1.35;
	font-weight: 500;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-rubik);
}
.topStatus_status_icon {
	margin-right: 4px;
	min-width: 19px;
}
.topStatus_status_text {
	display: block;
}
.topStatus_more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
	letter-spacing: -0.02em;
	line-height: 1.1;
	display: flex;
	align-items: center;
}
.topStatus_more > .icon {
	display: block;
	margin-left: 5px;
}
.topStatus_col-hakone {}
.topInfo_col-news {}
.topNews {
	position: relative;
}
.topNews_title {
	margin-bottom: 26px;
}
.topNews_link {
	width: 107px;
	position: absolute;
	top: 0;
	right: 0;
}
.topNews_link > a {
	min-height: 32px;
	padding-left: 5px;
	padding-right: 5px;
}
.topNews_list {
	list-style: none;
}
.topNews_list > li {}
.topNews_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-wrap: wrap;
	row-gap: 4px;
	padding: 8px 0;
	padding-left: 15px;
	position: relative;
	transition-duration: .3s;
	transition-property: opacity;
}
.topNews_list > li > a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: calc(100% - 18px);
	background-color: currentColor;
	transform: translateY(-50%);
}
.topNews_list_update {
	font-family: var(--font-rubik);
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.02em;
}
.topNews_list_cat {
	font-family: var(--font-rubik);
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.02em;
}
.topNews_list_text {
	width: 100%;
}
.topVis {
	background-color: var(--color-blue-odakyu-ci);
	padding-top: 37px;
	position: relative;
}
.topVis_canvas {
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: 0.1s;
}
.isReady .topVis_canvas {
	opacity: 1;
}
.topVis_frame {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2232px;
	height: 100%;
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	z-index: 3;
}
.topVis_frame::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100%;
	background-color: var(--color-blue-odakyu-ci);
	margin-left: -1px;
}
.topVis_frame::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	width: 100vw;
	height: 100%;
	background-color: var(--color-blue-odakyu-ci);
	margin-right: -1px;
}
.topVis_frame_cell {
	box-sizing: border-box;
	position: relative;
}
.topVis_frame_cell::before {
	content: "";
	border: 8px solid var(--color-blue-odakyu-ci);
	border-radius: 56px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 2;
}
.topVis_frame_cell::after {
	content: "";
	border-radius: 50px;
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	box-sizing: border-box;
	box-shadow: inset 6px 8px 9px rgba(0, 0, 0, 0.3);
	z-index: 0;
}
.topVis_frame_corner {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.topVis_frame_corner::after {
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	box-shadow: 0 0 0 56px var(--color-blue-odakyu-ci);
}
.topVis_frame_corner-topLeft {
	top: 0;
	left: 0;
}
.topVis_frame_corner-topLeft::after {
	top: 0;
	left: 0;
}
.topVis_frame_corner-topRight {
	top: 0;
	right: 0;
}
.topVis_frame_corner-topRight::after {
	top: 0;
	right: 0;
}
.topVis_frame_corner-bottomLeft {
	bottom: 0;
	left: 0;
}
.topVis_frame_corner-bottomLeft::after {
	bottom: 0;
	left: 0;
}
.topVis_frame_corner-bottomRight {
	bottom: 0;
	right: 0;
}
.topVis_frame_corner-bottomRight::after {
	bottom: 0;
	right: 0;
}
.topVis_swiper {}
.topVis_swiper.swiper-horizontal {}
.topVis_swiper_wrapper {}
.topVis_swiper_slide {
	width: 744px;
}
.topVis_image {
	position: relative;
	padding-bottom: 90.457%;
}
.topVis_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topVis_title {
	font-family: var(--font-rubik);
	font-weight: 800;
	font-size: 80px;
	line-height: .9;
	text-align: center;
	letter-spacing: -0.04em;
	color: var(--color-white);
	text-shadow: 0px 0px 20px rgba(151, 151, 151, 0.5);
	margin-bottom: 32px;
	white-space: nowrap;
}
.topVis_text {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.01em;
	text-shadow: 0px 4px 10px rgba(151, 151, 151, 0.25);
	color: var(--color-white);
	margin-bottom: 69px;
}
.topVis_straps {
	filter: drop-shadow(5px 10px 10px rgba(43, 45, 66, 0.25));
	position: absolute;
	top: 3px;
	z-index: 4;
	width: 100%;
	display: flex;
	justify-content: center;
	color: var(--color-blue-odakyu-ci);
	column-gap: 84px;
}
.topVis_straps_item {
	transform-origin: center top;
}
.topVis_straps_item.isSwing {
	animation-name: swing;
	animation-duration: 1.4s;
	animation-fill-mode: backwards;
	animation-iteration-count: 1;
}
.topVis_straps_item_svg {
	display: block;
	width: 50px;
	height: 108px;
	fill: currentColor;
}
.topVis_areaText {
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	z-index: 10;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .7s;
}
.isReady .topVis_areaText {
	opacity: 1;
}
.topVis_link {
	display: flex;
	justify-content: center;
}
.topVis_link > a {
	font-size: 18px;
	min-height: 52px;
	border-width: 1.5px;
	width: auto;
}
.topVis_link > a > .icon {
	display: block;
}
.topVis_seats {
	display: flex;
	justify-content: center;
	column-gap: 88px;
	position: absolute;
	z-index: 12;
	bottom: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: 0.1s;
}
.isReady .topVis_seats {
	opacity: 1;
}
.topVis_seats_item {
	width: 129px;
	position: relative;
}
.topVis_seats_base {
	position: relative;
	z-index: 1;
}
.topVis_seats_base > img {
	display: block;
}
.topVis_seats_backrest {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform-origin: 25% 75%;
}
.topVis_seats_backrest.isSwing {
	animation-name: swingSeat;
	animation-duration: 1.4s;
	animation-fill-mode: backwards;
	animation-iteration-count: 1;
}
.topVis_seats_backrest > img {
	display: block;
}
.consent {
	position: fixed;
	z-index: 100;
	bottom: 24px;
	left: 24px;
	width: 390px;
	padding: 26px 28px;
	box-sizing: border-box;
	background-color: var(--color-white-gray);
	border-radius: 16px;
	box-shadow: 5px 10px 10px rgba(43, 45, 66, 0.25);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.consent.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.consent_title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}
.consent_text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}
.consent_list {
	list-style: none;
	display: flex;
	column-gap: 8px;
	margin-right: -10px;
	flex-wrap: wrap;
	row-gap: 8px;
}
.consent_list > li {}
.consent_list > li > a {}
.tipsItem-topics {}
.tipsItem-topics > a {
	padding-top: 0;
}
.romancePr-top {
	padding-bottom: 45px;
}
.hakoneSpot_swiper_pagination {
	display: none;
}
.hakoneAreas_listWrap {}
.fixSpTicketNav {
	display: none;
}
.fixSpTicketNav_inner {}
.fixSpTicketNav_btnList {
	list-style: none;
}
.fixSpTicketNav_btnList > li {}
.ticketMv_btn {}
.ticketMv_btn-buy {}
.areaSect_map-number {
	border: 1px solid var(--color-line-light);
}
.hakoneAreas_marker {
	background-image: url(/assets/img/home/bg-marker.svg);
	display: flex;
	width: 28px;
	height: 34px;
	color: var(--color-white);
	font-family: var(--font-rubik);
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
	box-sizing: border-box;
	background-size: 100% 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	align-items: flex-start;
	justify-content: center;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hakoneAreas_marker-h01 {
	top: 63.2%;
	left: 63.2%;
}
.hakoneAreas_marker-h02 {
	top: 49.9%;
	left: 51.7%;
}
.hakoneAreas_marker-h03 {
	top: 71.6%;
	left: 45.3%;
}
.hakoneAreas_marker-h04 {
	top: 81.3%;
	left: 65.8%;
}
.hakoneAreas_marker-h05 {
	top: 59.9%;
	left: 70.1%;
}
.hakoneAreas_marker-h06 {
	top: 89.8%;
	left: 51.2%;
}
.hakoneAreas_marker-h07 {
	top: 17%;
	left: 28.5%;
}
.areaVis_imageWrap_marker {
	position: absolute;
	z-index: 10;
	top: 10%;
	left: 10%;
	width: 10%;
	height: 5%;
	transform: translate(-50%, -50%);
}
.areaVis_imageWrap_marker-no01 {
	top: 48%;
	left: 38%;
	width: 6%;
	height: 7%;
}
.areaVis_imageWrap_marker-no02 {
	top: 49%;
	left: 63.5%;
	width: 10.5%;
	height: 7%;
}
.areaVis_imageWrap_marker-no03 {
	top: 22.8%;
	left: 67.8%;
	width: 9%;
	height: 4%;
}
.areaVis_imageWrap_marker-no04 {
	top: 21%;
	left: 47%;
	width: 14%;
	height: 7%;
}
.areaVis_imageWrap_marker-no05 {
	top: 31%;
	left: 39%;
	width: 13%;
	height: 6%;
}
.areaVis_imageWrap_marker-no06 {
	top: 89%;
	left: 37%;
	width: 7%;
	height: 6%;
}
.areaVis_imageWrap_marker-no07 {}
.policy {}
.policy_text {
	margin-bottom: 1.35em;
}
.policy_text > a {
	color: inherit;
}
.policy_text > a > .icon-blank {
	font-size: 13px;
	margin-left: 0.3em;
}
.policy_text:last-child {
	margin-bottom: 0;
}
.policy_sect {
	padding-top: 19px;
	border-top: 1px solid var(--color-line-light);
	margin-top: 77px;
}
.policy_title {
	margin-bottom: 35px;
}
.policy_oList {
	padding-left: 1.3em;
}
.policy_oList > li {}
.policy_headline {
	padding-top: 19px;
	padding-bottom: 19px;
	border-bottom: 1px solid var(--color-line-light);
	border-top: 1px solid var(--color-line-light);
	margin-bottom: 40px;
}
.policy_subhead {
	margin-top: 58px;
	margin-bottom: 25px;
}
.policy_lead {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 23px;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-top: 57px;
	margin-bottom: 24px;
}
.policy_subhead-mtS {
	margin-top: 41px;
}
.error {
	text-align: center;
}
.error_title {}
.error_text {
	font-weight: normal;
}
.error_link {
	max-width: 184px;
	margin: 56px auto 0;
}
.companyOutline {
	margin-bottom: 104px;
}
.companyOutline_title {
	margin-bottom: 39px;
}
.companyOutline_table {}
.companyOutline_table > tbody {}
.companyOutline_table > tbody > tr {}
.companyOutline_table > tbody > tr > th {}
.companyOutline_table > tbody > tr > td {}
.companyOutline_table_text {
	margin-bottom: 1.35em;
}
.companyOutline_table_text:last-child {
	margin-bottom: 0;
}
.companyGroup {
	margin-bottom: 104px;
}
.companyGroup_title {}
.companyGroup_cols {
	display: flex;
	max-width: 764px;
	margin: 69px auto 54px;
	align-items: center;
	justify-content: space-between;
}
.companyGroup_col {}
.companyGroup_col-img {
	width: 102px;
}
.companyGroup_logo {}
.companyGroup_logo > img {
	display: block;
}
.companyGroup_col-txt {
	width: calc(100% - 130px);
	margin-left: auto;
	max-width: 598px;
}
.companyGroup_text {}
.companyGroup_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2.2%;
}
.companyGroup_sect {}
.companyGroup_image {
	border-radius: 12px;
	margin-bottom: 20px;
}
.companyGroup_image::before {
	border-radius: 12px;
}
.companyGroup_image > img {
	display: block;
}
.companyGroup_headline {
	color: var(--color-blue-odakyu-ci);
	margin-bottom: 8px;
}
.groupNav {}
.groupNav_title {}
.groupNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 5%;
	margin-top: 68px;
}
.groupNav_list > li {}
.groupNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	min-height: 48px;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid var(--color-line-light);
	transition-duration: .3s;
	transition-property: background-color, color;
	padding-right: 24px;
}
.groupNav_list > li > a > .icon {
	font-size: 10px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.groupNav_list > li > a > .icon-blank {
	right: 4px;
}
.groupNav_list > li > a > .icon-arrowRightSimple {
	font-size: 12px;
}
.otherServices {}
.otherServices_title {
	margin-bottom: 0;
}
.otherServices_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.otherServices_cell {
	padding: 32px 12px 29px;
	display: flex;
	flex-direction: column;
}
.otherServices_image {
	max-width: 165px;
	margin: 0 auto 20px;
}
.otherServices_image > img {
	display: block;
}
.otherServices_headline {
	margin-bottom: 7px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}
.otherServices_text {
	margin-bottom: 20px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}
.otherServices_link {
	display: flex;
	margin-top: auto;
	justify-content: flex-end;
}
.otherServices_link > a {}
.otherServices_cell:nth-child(n+2) {
	border-left: 1px solid var(--color-line-light);
}
.serviceNav {
	margin-bottom: 80px;
}
.serviceNav_grid {
	display: flex;
	justify-content: space-between;
}
.serviceNav_cell {
	width: calc((100% - 41px) / 2);
	max-width: 474px;
	display: flex;
	flex-direction: column;
}
.serviceNav_title {
	text-align: center;
	margin-bottom: 24px;
}
.serviceNav_image {
	margin-bottom: 14px;
}
.serviceNav_image > img {
	display: block;
}
.serviceNav_text {
	margin-bottom: 26px;
}
.serviceNav_link {
	margin-top: auto;
	display: flex;
	justify-content: flex-end;
}
.serviceNav_link > a {
	width: auto;
}
.serviceNav_hr {
	width: 1px;
	height: auto;
	background-color: var(--color-line-light);
}
.lostFound {
	margin-bottom: 160px;
}
.lostFound:last-child {
	margin-bottom: 0;
}
.lostFound_sect {}
.lostFound_sect:nth-child(n+2) {
	padding-top: 56px;
	border-top: 1px solid var(--color-line-light);
	margin-top: 64px;
}
.lostFound_cols {
	display: flex;
}
.lostFound_col {}
.lostFound_col-img {
	width: 36%;
	max-width: 358px;
}
.lostFound_image {}
.lostFound_image > img {
	display: block;
}
.lostFound_col-txt {
	width: 59%;
	margin-left: auto;
}
.lostFound_title {
	margin-bottom: 24px;
}
.lostFound_text {}
.faqBox_title_btn-parent {
	padding-left: 0;
}
.faqBox_title_text-parent {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 19px;
	line-height: 1.1;
}
.sCenterArea {}
.sCenterArea_cols {
	display: flex;
}
.sCenterArea_col {}
.sCenterArea_col-side {
	width: 26.1%;
	max-width: 290px;
}
.sideNav {
	position: sticky;
	top: 20px;
}
.sideNav_list {
	list-style: none;
}
.sideNav_list > li {}
.sideNav_list > li:nth-child(n+2) {
	margin-top: 11px;
}
.sideNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 49px;
	align-items: center;
	position: relative;
	padding-right: 30px;
	border-bottom: 1px solid var(--color-line-light);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.sideNav_list > li > a[aria-current="page"] {
	color: var(--color-blue-odakyu-ci);
}
.sideNav_list > li > a::before {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: currentColor;
}
.sideNav_list > li > a[aria-current="page"]::before {
	opacity: 1;
}
.sideNav_list > li > a > .icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 13px;
}
.sCenterArea_col-main {
	width: 71%;
	margin-left: auto;
	max-width: 734px;
}
.sCenterIntro {
	margin-bottom: 56px;
}
.sCenterIntro_head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 44px;
}
.sCenterIntro_title {
	width: calc(100% - 110px);
	margin-bottom: 0;
}
.sCenterIntro_list {
	list-style: none;
	font-size: 12px;
	color: var(--color-blue-odakyu-ci);
	display: flex;
	column-gap: 4px;
	flex-wrap: wrap;
	position: relative;
	top: 2px;
}
.sCenterIntro_list > li {
	width: 43px;
	height: 24px;
	border: 1px solid currentColor;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 24px;
}
.sCenterIntro_cols {
	display: flex;
}
.sCenterIntro_col {}
.sCenterIntro_col-img {
	width: 52.4%;
	max-width: 384px;
}
.sCenterIntro_image {}
.sCenterIntro_image > img {
	display: block;
}
.sCenterIntro_col-txt {
	width: 44%;
	margin-left: auto;
	max-width: 310px;
}
.sCenterIntro_text {}
.sCenterIntro_msg {
	margin-top: 18px;
}
.sCenterIntro_msg > a {
	color: inherit;
}
.sCenterIntro_link {
	display: flex;
	justify-content: flex-end;
	margin-top: 21px;
}
.sCenterIntro_link > a {
	text-decoration: none;
	color: inherit;
	width: auto;
	min-width: 96px;
}
.sCenterGuide {
	overflow: hidden;
	margin-bottom: 54px;
}
.sCenterGuide_grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	margin-left: -20px;
	margin-right: -20px;
}
.sCenterGuide_cell {
	width: 33.33%;
	box-sizing: border-box;
	padding: 7px 20px 0;
}
.sCenterGuide_cell:nth-child(3n+1) {
	border-right: 1px solid var(--color-line-light);
}
.sCenterGuide_cell:nth-child(3n+2) {
	border-right: 1px solid var(--color-line-light);
}
.sCenterGuide_title {
	font-weight: inherit;
	font-size: inherit;
	text-align: center;
	color: var(--color-orange);
}
.sCenterGuide_title > .icon {
	font-size: 60px;
	display: block;
	color: var(--color-orange-light);
	margin-bottom: 5px;
}
.sCenterGuide_title_text {
	display: flex;
	min-height: 2.7em;
	align-items: center;
	justify-content: center;
}
.sCenterGuide_text {
	max-width: 200px;
	margin: 10px auto 0;
}
.sCenterTbl {
	margin-bottom: 57px;
}
.sCenterTbl_table {}
.sCenterTbl_table > tbody {}
.sCenterTbl_table > tbody > tr {}
.sCenterTbl_table > tbody > tr > th {
	white-space: nowrap;
	width: 162px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
.sCenterTbl_table > tbody > tr > td {
	padding-left: 25px;
	padding-right: 25px;
}
.sCenterTbl_creditList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	mix-blend-mode: darken;
	row-gap: 5px;
	column-gap: 5px;
}
.sCenterTbl_creditList > li {}
.sCenterTbl_creditList > li > img {
	display: block;
	max-width: none;
}
.sCenterTbl_text {
	font-size: 14px;
	line-height: 1.35;
}
.sCenterTbl_text > a {
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
	pointer-events: auto;
}
.bnrEmot {
	max-width: 315px;
	margin-top: 15px;
}
.bnrEmot > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.bnrEmot_head {
	background-color: var(--color-emot-yellow);
	display: block;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding: 16px 10px;
}
.bnrEmot_head > img {
	display: block;
	margin: 0 auto;
}
.bnrEmot_foot {
	display: block;
	background-color: var(--color-black);
	color: var(--color-white);
	text-align: center;
	font-size: 14px;
	letter-spacing: -0.025em;
	font-weight: 600;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 10px 4px;
}
.sCenterTbl_dList {
	list-style: none;
	margin-bottom: 16px;
}
.sCenterTbl_dList:last-child {
	margin-bottom: 0;
}
.sCenterTbl_dList > dt {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 4px;
}
.sCenterTbl_dList > dd {}
.sCenterTbl_info {}
.sCenterTbl_info > a {
	display: flex;
	align-items: center;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: opacity;
	color: inherit;
}
.sCenterTbl_info_inner {
	display: flex;
	align-items: center;
}
.sCenterTbl_info_img {
	display: block;
	width: 36px;
}
.sCenterTbl_info_img > img {
	display: block;
}
.sCenterTbl_info_text {
	width: calc(100% - 50px);
	margin-left: auto;
}
.sCenterMap {}
.sCenterMap_title {
	margin-bottom: 9px;
}
.sCenterMap_text {}
.sCenterMap_image {
	margin: 15px 0 13px;
}
.sCenterMap_image:last-child {
	margin-bottom: 0;
}
.sCenterMap_image > img {
	display: block;
	margin: 0 auto;
}
.sCenterMap_caution {
	color: var(--color-red);
}
.sCenterGuide_title-blue {
	color: var(--color-line-blue-light);
}
.sCenterGuide_title-blue > .icon {
	color: var(--color-blue-light);
}
.sCenterMap_map {
	padding-bottom: 58.09%;
	position: relative;
	margin-top: 15px;
}
.sCenterMap_map > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newsList {
	list-style: none;
}
.newsList > li {
	border-bottom: 1px solid var(--color-line-light);
}
.newsList > li > a {
	text-decoration: none;
	color: inherit;
}
.newsList_item {
	display: flex;
	line-height: 21px;
	align-items: flex-start;
	padding-top: 28px;
	padding-bottom: 24px;
	position: relative;
}
.newsList_icon {
	display: block;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 22px;
}
.newsList_info {
	display: flex;
	align-items: center;
	column-gap: 12px;
}
.newsList_update {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.02em;
}
.newsList_cat {}
.newsList_title {
	width: calc(100% - 222px);
	margin-left: auto;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding-right: 62px;
	box-sizing: border-box;
	position: relative;
	font-feature-settings: 'halt' on;
}
.newsList_title-noPdf {
	padding-right: 0;
}
.newsList_title-noPress {
	width: calc(100% - 180px);
}
.pager {
	display: flex;
	column-gap: 15px;
	margin-top: 45px;
	letter-spacing: -0.03em;
}
.pager > a,
.pager > span {
	font-family: var(--font-rubik);
	font-weight: normal;
	font-size: 14px;
	height: 24px;
	display: flex;
	line-height: 1;
	align-items: center;
	min-width: 17px;
	justify-content: center;
	text-decoration: none;
	color: var(--color-gray);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.pager > .previouspostslink {
	font-size: 10px;
}
.pager > .current {
	text-decoration: underline;
	color: inherit;
}
.pager > .extend {}
.pager > .nextpostslink {
	font-size: 10px;
}
.areaNews {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.getAcrobat {
	display: flex;
	justify-content: center;
	column-gap: 24px;
	color: var(--color-blue-odakyu-ci);
	align-items: center;
	line-height: 1.35;
	font-weight: normal;
	margin-top: 80px;
}
.getAcrobat_image {
	width: 198px;
}
.getAcrobat_image > img {
	display: block;
}
.getAcrobat_text {}
.getAcrobat_text > a {
	color: inherit;
}
.entry {}
.entry_info {
	display: flex;
	align-items: center;
	column-gap: 10px;
	line-height: 23px;
	margin-bottom: 24px;
}
.entry_update {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 19px;
	letter-spacing: -0.02em;
}
.entry_update > time {}
.entry_cat {}
.entry_title {
	margin-bottom: 48px;
	font-feature-settings: 'halt' on;
}
.entry_editor {}
.entry_link {
	max-width: 184px;
	margin-top: 64px;
	margin-left: auto;
	margin-right: auto;
}
.entry_link > a {
	text-decoration: none;
	color: inherit;
}
.entry_link > a > .icon {}
.serAreaGuide {
	margin-bottom: 81px;
}
.serAreaGuide_title {
	margin-bottom: 25px;
}
.serAreaGuide_text {}
.connectWifi {
	margin-bottom: 111px;
}
.connectWifi_title {
	margin-bottom: 50px;
}
.connectWifi_grid {
	display: flex;
	justify-content: space-between;
}
.connectWifi_cell {
	width: calc((100% - 115px) / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	max-width: 200px;
}
.connectWifi_num {
	width: 60px;
	height: 60px;
	background-color: var(--color-blue-odakyu-ci);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--color-white);
	font-family: var(--font-rubik);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: -30px;
	position: relative;
	z-index: 1;
}
.connectWifi_box {
	border: 2px solid var(--color-blue-odakyu-ci);
	border-radius: 16px;
	background-color: var(--color-white);
	box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1);
	padding: 48px 20px 21px;
	box-sizing: border-box;
	width: 100%;
	flex-grow: 1;
}
.connectWifi_headline {
	font-size: 14px;
	line-height: 1.3;
	min-height: 2.6em;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-weight: 600;
	margin-bottom: 25px;
}
.connectWifi_image {
	max-width: 153px;
	margin-left: auto;
	margin-right: auto;
}
.connectWifi_image > img {
	display: block;
}
.connectWifi_arrow {
	border: 25px solid rgba(255, 255, 255, 0);
	border-left-width: 19px;
	border-left-color: var(--color-blue-odakyu-ci);
	width: 0;
	height: 0;
	border-right-width: 0;
	align-self: center;
}
.connectWifi_info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 49px;
	column-gap: 78px;
}
.connectWifi_bnr {
	mix-blend-mode: darken;
}
.connectWifi_bnr > a {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.connectWifi_bnr > a > img {
	display: block;
}
.connectWifi_bnr > img {
	display: block;
}
.connectWifi_dl {}
.connectWifi_subhead {
	font-size: 15px;
	font-family: var(--font-rubik);
	text-align: center;
	letter-spacing: -0.03em;
	font-weight: 500;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	margin-bottom: 23px;
}
.connectWifi_subhead::before {
	content: "";
	display: block;
	width: 2px;
	height: 15px;
	background-color: currentColor;
	transform: rotate(-20deg);
}
.connectWifi_subhead::after {
	content: "";
	display: block;
	width: 2px;
	height: 15px;
	background-color: currentColor;
	transform: rotate(20deg);
}
.connectWifi_list {
	list-style: none;
	display: grid;
	grid-template-columns: 165px 146px;
	column-gap: 25px;
}
.connectWifi_list > li {}
.connectWifi_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.connectWifi_list > li > a > img {
	display: block;
}
.scrollableItem {
	position: relative;
	overflow: visible;
}
.scrollableItem_wrapper {}
.scrollableItem_slide {}
.scrollableItem_pagination {}
.serAreas {
	margin-bottom: 86px;
}
.serAreas:last-child {
	margin-bottom: 0;
}
.serAreas_title {
	margin-bottom: 40px;
}
.serAreas_mapWrap {
	margin-bottom: 32px;
}
.serAreas_map {
	border: 1px solid var(--color-line-light);
	border-radius: 28px;
	background-color: var(--color-white);
}
.serAreas_map > img {
	display: block;
}
.serAreas_listWrap {}
.serAreas_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	column-gap: 10px;
}
.serAreas_list > li {}
.serAreas_list_image {
	max-width: 72px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
}
.serAreas_list_image > img {
	display: block;
}
.serAreas_list_text {
	font-size: 13px;
	line-height: 1.1;
	text-align: center;
	margin-top: 10px;
}
.connectApp {
	margin-bottom: 99px;
}
.connectApp_title {
	margin-bottom: 48px;
}
.connectApp_oList {
	padding-left: 1.5em;
}
.connectApp_oList > li {}
.connectApp_oList > li:nth-child(n+2) {
	margin-top: 20px;
}
.connectApp_oList_caution {}
.faq_title-mb {
	margin-bottom: 38px;
}
.faq_body-narrow {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.strageServ {
	margin-bottom: 96px;
}
.strageServ_cols {
	display: flex;
	margin-bottom: 63px;
}
.strageServ_col {}
.strageServ_col-ttl {
	width: 53%;
}
.strageServ_title {
	margin-bottom: 43px;
}
.strageServ_text {
	margin-bottom: 1.35em;
	max-width: 474px;
}
.strageServ_text:last-child {
	margin-bottom: 0;
}
.strageServ_col-img {
	width: 42.8%;
	margin-left: auto;
}
.strageServ_fig {}
.strageServ_fig > img {
	display: block;
	margin: 0 auto;
}
.strageServ_fig > figcaption {
	margin-top: 9px;
	text-align: center;
}
.strageServ_tableWrap {
	margin-bottom: 49px;
}
.strageServ_table {}
.strageServ_table > thead {}
.strageServ_table > thead > tr {}
.strageServ_table > thead > tr > th {
	white-space: nowrap;
	width: 33.33%;
}
.strageServ_table > thead > tr > td {}
.strageServ_table > tbody {}
.strageServ_table > tbody > tr {}
.strageServ_table > tbody > tr > td {}
.strageServ_table > tbody > tr > td > a {
	color: var(--color-blue2);
}
.strageServ_note {
	margin-top: 16px;
}
.strageServ_link {
	max-width: 192px;
	margin: 48px auto 0;
}
.strageServ_link > a {
	text-decoration: none;
	color: inherit;
}
.deliServ {
	margin-bottom: 58px;
}
.deliServ_contents {
	border-top: 1px solid var(--color-line-light);
	padding-top: 40px;
}
.deliServ_cols {
	display: flex;
	justify-content: space-between;
}
.deliServ_col {
	width: 48%;
	max-width: 464px;
}
.deliServ_col-ttl {}
.deliServ_title {
	margin-bottom: 44px;
}
.deliServ_text {
	margin-bottom: 1.35em;
}
.bookBox {
	background-color: var(--color-blue-odakyu-ci);
	border: 1px solid var(--color-line-light);
	border-radius: 12px;
	color: var(--color-white);
	text-align: center;
	padding: 41px 20px 33px;
	margin-top: 46px;
}
.bookBox_title {
	margin-bottom: 24px;
}
.bookBox_text {}
.bookBox_link {
	max-width: 195px;
	margin: 30px auto 0;
}
.deliServ_col-sub {}
.deliServ_headline {}
.deliServ_item {
	display: grid;
	grid-template-columns: 174px 1fr;
	column-gap: 16px;
	align-items: center;
}
.deliServ_image {}
.deliServ_image > img {
	display: block;
}
.deliServ_areaText {}
.deliServ_num {
	font-size: 12px;
	color: var(--color-blue-odakyu-ci);
	font-weight: 500;
	font-family: var(--font-rubik);
	line-height: 18px;
	margin-bottom: 6px;
}
.deliServ_num_main {
	font-weight: inherit;
	font-size: 18px;
	margin-left: 2px;
}
.deliServ_subhead {
	margin-bottom: 8px;
}
.deliServ_msg {}
.deliServ_arrow {
	max-width: 174px;
}
.deliServ_arrow > img {
	display: block;
	margin: 0 auto;
}
.servPrice {}
.servPrice_title {
	margin-bottom: 19px;
}
.servPrice_tableWrap {
	margin-bottom: 17px;
}
.servPrice_table {}
.servPrice_table > thead {}
.servPrice_table > thead > tr {}
.servPrice_table > thead > tr > th {
	white-space: nowrap;
}
.servPrice_table > thead > tr > th[colspan="2"] {}
.servPrice_table > thead > tr > td {}
.servPrice_table > tbody {}
.servPrice_table > tbody > tr {}
.servPrice_table > tbody > tr > td {
	width: 33.33%;
}
.servPrice_note {}
.servPrice_list {
	padding-left: 1.4em;
}
.servPrice_list > li {}
.servPrice_dList {
	list-style: none;
	margin-top: 16px;
}
.servPrice_dList > dt {}
.servPrice_dList > dd {}
.servPrice_dList_sub {}
.sustIntro {
	margin-bottom: 64px;
}
.sustIntro_inner {}
.sustIntro_title {
	text-align: center;
	margin-bottom: 40px;
}
.sustIntro_image {
	margin-bottom: 50px;
}
.sustIntro_image > img {
	display: block;
}
.sustIntro_text {
	font-family: var(--font-rubik);
	font-weight: 500;
	text-align: center;
	font-size: 18px;
	letter-spacing: -0.03em;
	line-height: 1.56;
}
.sustain {
	background-color: var(--color-cream);
	padding-top: 121px;
	padding-bottom: 124px;
	font-family: var(--font-rubik);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.03em;
	margin-bottom: 94px;
	line-height: 1.556;
}
.sustain_inner {}
.sustain_cols {
	display: flex;
	margin-bottom: 56px;
}
.sustain_cols:last-child {
	margin-bottom: 0;
}
.sustain_col {}
.sustain_col-txt {
	width: 47%;
}
.sustain_title {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 43px;
	line-height: 1.232;
	letter-spacing: -0.03em;
	margin-bottom: 118px;
}
.sustain_headline {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 32px;
	line-height: 1.1875;
	letter-spacing: -0.03em;
	margin-bottom: 20px;
}
.sustain_list {
	padding-left: 1.5em;
}
.sustain_list > li {}
.sustain_col-img {
	width: 49.8%;
	max-width: 541px;
	margin-left: auto;
}
.sustain_image {}
.sustain_image > img {
	display: block;
}
.sustain_text {}
.sustain-white {
	background-color: rgba(255, 255, 255, 0);
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 160px;
}
.sustain_sect {}
.sustain_sect-no1 {
	max-width: 984px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 72px;
}
.sustain_sect-no2 {
	max-width: 990px;
	margin-left: auto;
}
.sustain_areaText {}
.sustain_areaText-no1 {
	width: calc(100% - 370px);
	max-width: 596px;
}
.sustain_areaImage-no1 {}
.sustain_areaText-no2 {
	width: calc(100% - 300px);
}
.sustain_areaImage-no2 {
	padding-bottom: 14px;
}
.sustain_sect_inner {}
.sustain_sect_inner-no2 {
	display: flex;
	max-width: 920px;
	justify-content: space-between;
	align-items: flex-end;
}
.sustain_env {
	position: relative;
	min-height: 840px;
	margin-top: 61px;
	box-sizing: border-box;
	padding-top: 100px;
	margin-bottom: 190px;
}
.sustain_env_image {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1331px;
	transform: translateX(-50%);
	margin-left: 23px;
	pointer-events: none;
}
.sustain_env_image > img {
	display: block;
}
.sustain_env_sect {
	position: relative;
	z-index: 2;
}
.sustain_env_sect-no1 {
	max-width: 580px;
	margin-left: auto;
	min-height: 213px;
	margin-bottom: 10px;
}
.sustain_env_sect-no2 {
	max-width: 690px;
	margin-left: auto;
}
.sustain_env_deco {
	width: 107px;
	margin-left: auto;
	margin-bottom: -5px;
	position: relative;
	left: -79px;
}
.sustain_env_deco > img {
	display: block;
}
.sustain_mountain {
	margin-bottom: 167px;
}
.sustain_mountain_cols {
	display: flex;
	align-items: flex-end;
}
.sustain_mountain_col {}
.sustain_mountain_col-img {}
.sustain_mountain_image {}
.sustain_mountain_image > img {
	display: block;
}
.sustain_mountain_col-txt {
	width: calc(100% - 370px);
	margin-left: auto;
	max-width: 680px;
	padding-bottom: 37px;
}
.sustain_mountain_deco {
	max-width: 259px;
	margin-left: auto;
	position: relative;
	left: 40px;
	margin-bottom: 10px;
}
.sustain_mountain_deco > img {
	display: block;
}
.sustain_hotels {
	position: relative;
	min-height: 768px;
}
.sustain_hotels_image {
	position: absolute;
	top: 0;
	left: 511px;
	width: 282px;
}
.sustain_hotels_image > img {
	display: block;
}
.sustain_hotels_sect {
	position: relative;
}
.sustain_hotels_sect-no1 {
	max-width: 500px;
	margin-bottom: 30px;
	min-height: 282px;
}
.sustain_hotels_sect-no2 {
	max-width: 400px;
	margin-left: auto;
	width: calc(100% - 660px);
}
.sustain_hotels_deco {}
.sustain_hotels_deco-no1 {
	position: absolute;
	bottom: 100%;
	right: -88px;
	width: 149px;
	margin-bottom: 46px;
}
.sustain_hotels_deco-no1 > img {
	display: block;
}
.sustain_hotels_deco-no2 {
	width: 183px;
	position: absolute;
	top: 100%;
	left: -30px;
	margin-top: 15px;
}
.sustain_hotels_deco-no2 > img {
	display: block;
}
.sustain_hotels_sect-no3 {
	max-width: 480px;
	margin-top: -30px;
}
.sustain_hotels_deco-no3 {
	position: absolute;
	bottom: 100%;
	right: -10px;
	width: 223px;
	margin-bottom: 60px;
}
.sustain_hotels_deco-no3 > img {
	display: block;
}
.sustain_sect_deco {
	display: none;
}
.sustain_sect_deco > img {
	display: block;
}
.sustain_hotels_fig {
	display: none;
}
.sustain_hotels_fig > img {
	display: block;
}
.sustain_env_sect_image {
	display: none;
}
.sustain_env_imageSp {
	display: none;
}
.sustain_env_sect_image > img {
	display: block;
}
.sustain_env_imageSp > img {
	display: block;
}
.blogItems {}
.blogItems_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	row-gap: 68px;
}
.blogItems_list > li {}
.blogItems_list > li:nth-child(3n+1) {
	border-right: 1px solid var(--color-line-light);
}
.blogItems_list > li:nth-child(3n+2) {
	border-right: 1px solid var(--color-line-light);
}
.tipsItem-simple > a {
	padding-top: 0;
	padding-bottom: 0;
}
.blogItems_btn {
	max-width: 184px;
	margin: 72px auto 0;
}
.blogNav {
	max-width: 640px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto 80px;
	column-gap: 40px;
}
.blogNav_cell {}
.blogNav_label {
	display: block;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 10px;
}
.blogNav_selWrap {}
.blogMap {
	margin-bottom: 56px;
}
.blogMap_canvas {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 1px solid var(--color-line-light);
	border-bottom: none;
	box-shadow: 0px 4px 16px rgba(43, 45, 66, 0.08);
	overflow: hidden;
}
.blogMap_canvas > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.blogPickup {
	max-width: 1112px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.blogPickup_title {
	margin-bottom: 40px;
}
.blogPickup_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 80px;
	margin-left: -60px;
	margin-right: -60px;
}
.blogPickup_list > li {}
.blogPickup_list > li:nth-last-child(n+2) {
	border-right: 1px solid var(--color-line-light);
}
.tipsItem_imageWrap-pickup {
	max-width: 450px;
}
.tipsItem_text-pickup {
	max-width: 470px;
}
.tipsItem_tagList-pickup {
	max-width: 470px;
}
.tipsItem_imageWrap-list {
	max-width: 290px;
}
.tipsItem_date-list {}
.tipsItem_date-pickup {}
.tipsItem_tagList-list {}
.romanTime {
	display: none;
}
.romanTime.isShow {
	display: block;
}
.romanTime_title {
	text-align: center;
	margin-bottom: 58px;
}
.romanTime_title_sign {
	line-height: inherit;
	vertical-align: middle;
	top: -0.1em;
	position: relative;
	display: inline-block;
}
.romanTime_table {
	margin-bottom: 40px;
}
.romanTime_table:last-child {
	margin-bottom: 0;
}
.romanTime_table > caption {
	line-height: 24px;
	padding: 26px 20px;
	background-color: var(--color-white-gray);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.romanTime_table > thead {}
.romanTime_table > thead > tr {}
.romanTime_table > thead > tr > th {
	white-space: nowrap;
	height: 48px;
	width: 20%;
}
.romanTime_table > thead > tr > th.-hasArrow {
	position: relative;
	border-right: none;
}
.romanTime_table > thead > tr:first-child > th:first-child {
	border-top-left-radius: 0;
	width: 40%;
}
.romanTime_table > thead > tr:last-child > th:last-child {
	border-top-right-radius: 0;
}
.romanTime_table > thead > tr > td {}
.romanTime_table > tbody {}
.romanTime_table > tbody > tr {}
.romanTime_table > tbody > tr > td {
	height: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.romanTime_table_arrow {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	z-index: 2;
}
.romanTime_tabList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	border-bottom: 1px solid var(--color-line-light);
	margin-bottom: 64px;
}
.romanTime_tabList_btn {}
.romanTime_box {
	display: none;
}
.romanTime_box.isShow {
	display: block;
}
.romanTime_btnList {
	list-style: none;
	max-width: 632px;
	display: grid;
	margin: 0 auto 48px;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 32px;
}
.romanTime_btnList > li {}
.romanTime_btnList_btn {}
.romanTime_btnList_btn-week {
	border-color: var(--color-blue2);
	color: var(--color-blue2);
}
.romanTime_btnList_btn-week[aria-selected="true"] {
	background-color: var(--color-blue2);
	color: var(--color-white);
	pointer-events: none;
}
.romanTime_btnList_btn-holidays {
	border-color: var(--color-red);
	color: var(--color-red);
}
.romanTime_btnList_btn-holidays[aria-selected="true"] {
	background-color: var(--color-red);
	color: var(--color-white);
	pointer-events: none;
}
.romanTime_panel {
	display: none;
}
.romanTime_panel.isShow {
	display: block;
}
.findDeparture {
	background-color: var(--color-white);
	border-radius: 24px;
	border: 1px solid var(--color-line-light);
	padding: 48px 40px 56px;
	box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 64px;
	max-width: 996px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.findDeparture_title {
	font-size: inherit;
	font-weight: normal;
	text-align: center;
	margin-bottom: 16px;
}
.findDeparture_title_label {
	display: block;
}
.findDeparture_cols {
	display: flex;
	column-gap: 20px;
	justify-content: center;
	align-items: center;
}
.findDeparture_col {}
.findDeparture_col-icn {
	width: 132px;
}
.findDeparture_image {
	max-width: 46px;
	margin-left: auto;
}
.findDeparture_image > img {
	display: block;
}
.findDeparture_col-select {
	width: 416px;
}
.findDeparture_selWrap {}
.findDeparture_selWrap > select {
	background-color: var(--color-white-gray);
}
.findDeparture_col-button {
	width: 132px;
}
.findDeparture_btn {
	display: block;
}
.findDeparture_result {
	margin-top: 40px;
	display: none;
}
.findDeparture_result.isShow {
	display: block;
}
.findDeparture_result > iframe {
	display: block;
	border: none;
	width: 100%;
}
.majorSta {
	max-width: 996px;
	margin-left: auto;
	margin-right: auto;
}
.majorSta_title {
	text-align: center;
	margin-bottom: 39px;
}
.majorSta_table {}
.majorSta_table > thead {}
.majorSta_table > thead > tr {}
.majorSta_table > thead > tr > th {
	white-space: nowrap;
	width: 33.33%;
	height: 48px;
}
.majorSta_table > thead > tr > th:nth-child(1) {
	background-color: var(--color-navy);
}
.majorSta_table > thead > tr > th:nth-child(2) {
	background-color: var(--color-blue2);
}
.majorSta_table > thead > tr > th:nth-child(3) {
	background-color: var(--color-red);
}
.majorSta_table > thead > tr > td {}
.majorSta_table > tbody {}
.majorSta_table > tbody > tr {}
.majorSta_table > tbody > tr > td {
	height: 114px;
	padding-left: 25px;
	padding-right: 25px;
}
.majorSta_btn {
	width: 100%;
	pointer-events: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	font-family: var(--font-rubik);
	letter-spacing: -0.02em;
	line-height: 1.1;
	font-weight: 500;
	column-gap: 12px;
	text-align: left;
}
.majorSta_btn_sign {}
.majorSta_btn_text {}
.majorSta_list {
	list-style: none;
	text-align: left;
}
.majorSta_list > li {}
.majorSta_list > li:nth-child(n+2) {
	margin-top: 8px;
}
.majorSta_list > li > a {
	color: inherit;
}
.majorSta_btn_icon {
	display: none;
}
.ticketNav-mt {
	margin-top: 135px;
}
.withDigital {
	margin-bottom: 97px;
}
.withDigital_inner {}
.withDigital_title {
	text-align: center;
	margin-bottom: 38px;
}
.withDigital_box {
	background-color: var(--color-white);
	border-radius: 16px;
	padding: 56px 20px 58px;
}
.withDigital_cols {
	display: flex;
	max-width: 860px;
	margin: 0 auto 58px;
}
.withDigital_col {}
.withDigital_col-img {
	width: 255px;
}
.withDigital_image {}
.withDigital_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.withDigital_col-txt {
	width: calc(100% - 314px);
	margin-left: auto;
	padding-top: 6px;
}
.withDigital_headline {
	position: relative;
	margin-bottom: 15px;
}
.withDigital_headline > .icon {
	position: absolute;
	top: 50%;
	right: 100%;
	margin-right: 8px;
	transform: translateY(-50%);
	color: var(--color-check-green);
	font-size: 25px;
}
.withDigital_text {
	margin-bottom: 10px;
}
.withDigital_text:last-child {
	margin-bottom: 0;
}
.bnrEmot-lg {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.bnrEmot_head-lg {
	padding-top: 17px;
	padding-bottom: 19px;
}
.bnrEmot_foot-lg {
	padding-top: 12px;
	padding-bottom: 15px;
}
.ticketNotice {
	margin-bottom: 96px;
}
.ticketNotice_inner {}
.ticketNotice_title {
	text-align: center;
	margin-bottom: 64px;
}
.ticketNotice_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ticketNotice_cell {
	width: 32%;
	max-width: 290px;
}
.ticketNotice_image {
	max-width: 126px;
	margin: 0 auto 39px;
}
.ticketNotice_image > img {
	display: block;
}
.ticketNotice_areaText {}
.ticketNotice_headline {
	margin-bottom: 20px;
}
.ticketNotice_text {}
.otherPurchase {
	margin-bottom: 96px;
}
.otherPurchase_inner {}
.otherPurchase_title {
	text-align: center;
	margin-bottom: 60px;
}
.otherPurchase_cols {
	display: flex;
	justify-content: space-between;
}
.otherPurchase_col {
	width: calc(50% - 30px);
	max-width: 418px;
}
.otherPurchase_col-no1 {}
.otherPurchase_sect {}
.otherPurchase_image {}
.otherPurchase_image > img {
	display: block;
}
.otherPurchase_headline {
	margin-bottom: 16px;
	margin-top: 24px;
}
.otherPurchase_text {}
.otherPurchase_hr {
	width: 2px;
	height: auto;
	background-color: var(--color-white-gray);
}
.otherPurchase_col-no2 {}
.otherPurchase_oList {
	padding-left: 1.3em;
}
.otherPurchase_oList > li {}
.otherPurchase_list {
	padding-left: 1.3em;
	list-style-type: disc;
}
.otherPurchase_list > li {}
.faq_title-center {
	text-align: center;
}
.ticketHowto {
	background-color: var(--color-white);
	padding-top: 24px;
	margin-bottom: 97px;
}
.ticketHowto_tabList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 1344px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 97px;
}
.ticketHowto_tabList > li {}
.ticketHowto_tabList_btn {
	display: block;
}
.ticketHowto_panel {
	height: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
}
.ticketHowto_panel.isShow {
	height: auto;
	visibility: visible;
	overflow: visible;
	pointer-events: auto;
}
.ticketHowto_inner {
	max-width: 1170px;
}
.ticketHowto_sect {
	height: 100%;
}
.ticketHowto_cols {
	display: flex;
	align-items: flex-end;
	height: 100%;
}
.ticketHowto_col {}
.ticketHowto_col-img {
	width: 474px;
}
.ticketHowto_image {}
.ticketHowto_image > img {
	display: block;
}
.ticketHowto_col-text {
	padding-top: 23px;
	width: calc(100% - 500px);
	margin-left: auto;
	padding-bottom: 50px;
}
.ticketHowto_titleWrap {
	position: relative;
	max-width: 623px;
	margin: 0 auto 66px;
	box-sizing: border-box;
	padding: 0 64px;
}
.ticketHowto_title {
	font-size: 32px;
	color: var(--color-blue-odakyu-ci);
	text-align: center;
	font-family: var(--font-rubik);
	letter-spacing: -0.01em;
	font-weight: 600;
	line-height: 1;
}
.ticketHowto_title_num {
	font-size: 48px;
	letter-spacing: 0;
	font-weight: 500;
	margin-left: 6px;
}
.ticketHowto_btn {
	display: flex;
	font-size: 18px;
	font-weight: 500;
	color: var(--color-blue-odakyu-ci);
	font-family: var(--font-rubik);
	position: absolute;
	top: 0;
	align-items: center;
	column-gap: 8px;
	height: 100%;
	transition-duration: .3s;
	transition-property: opacity;
}
.ticketHowto_btn-prev {
	left: 0;
}
.ticketHowto_btn-next {
	right: 0;
}
.ticketHowto_btn > .icon {
	display: block;
	font-size: 26px;
}
.ticketHowto_btn_num {
	display: block;
}
.ticketHowto_headline {
	text-align: center;
	margin-bottom: 22px;
}
.ticketHowto_text {
	text-align: center;
	max-width: 560px;
	margin: 0 auto 27px;
}
.ticketHowto_link {}
.ticketHowto_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 24px;
}
.ticketHowto_link_box {
	display: flex;
	flex-direction: column;
	width: 128px;
	height: 72px;
	background-color: var(--color-white-gray);
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: inset 1.875px 1.875px 1.875px rgba(0, 0, 0, 0.1);
}
.ticketHowto_link_box_title {
	display: block;
	position: relative;
	z-index: 1;
	font-family: var(--font-rubik);
	color: var(--color-blue2);
	font-weight: 600;
	line-height: 1;
	margin-bottom: 11px;
	font-size: 14px;
}
.ticketHowto_link_box_text {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.35;
}
.ticketHowto_link_box_img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	width: 43px;
}
.ticketHowto_link_text {
	display: block;
	text-decoration: underline;
}
.ticketHowto_swiper {}
.ticketHowto_swiper_wrapper {}
.ticketHowto_swiper_slide {
	height: auto;
}
.ticketNav-mbS {
	margin-bottom: 80px;
}
.pager-center {
	justify-content: center;
	margin-top: 69px;
}
.areaTours {}
.areaTours_inner {}
.areaTours_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 4.2%;
	row-gap: 48px;
	margin-top: 128px;
}
.areaTours_list > li {}
.toursItem_price {
	margin-top: auto;
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -0.01em;
	padding-right: 12px;
}
.toursItem_btn {
	width: auto;
	align-self: flex-end;
	margin-top: 16px;
}
.aboutVis {
	color: var(--color-white);
	padding-top: 125px;
	position: relative;
	z-index: 1;
	margin-bottom: -70px;
}
.aboutVis_inner {
	max-width: 756px;
}
.aboutVis_subTitle {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: -0.02em;
	font-family: var(--font-rubik);
	margin-bottom: 11px;
}
.aboutVis_title {
	font-size: 64px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.02em;
	font-family: var(--font-rubik);
	margin-bottom: 48px;
}
.aboutVis_text {
	margin-bottom: 16px;
}
.aboutVis_link {
	max-width: 300px;
	margin: 40px auto 0;
}
.aboutVis_more {
	display: flex;
	justify-content: center;
}
.aboutVis_more > a {}
.aboutVis_deco {
	width: 1503px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	margin-top: 43px;
}
.aboutVis_deco > img {
	display: block;
}
.aboutMap {
	position: relative;
	z-index: 2;
}
.aboutMap_inner {}
.aboutMap_map {
	border: 1px solid var(--color-line-light);
	border-top-left-radius: 20px;
	overflow: hidden;
	border-top-right-radius: 20px;
	box-shadow: 0px 4px 16px rgba(43, 45, 66, 0.08);
	background-color: var(--color-white-gray);
}
.aboutMap_image {}
.aboutMap_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.aboutFixVis {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.aboutFixVis_video {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-blue-odakyu-ci);
}
.aboutFixVis_video::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: var(--background-second-movie-light);
}
.aboutFixVis_vis_item {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ticketNav-about {
	position: relative;
	z-index: 1;
	color: var(--color-white);
	margin-top: 89px;
	margin-bottom: 0;
	padding-bottom: 194px;
}
.aboutCont {
	background-color: var(--color-back);
	position: relative;
	z-index: 1;
	padding-bottom: 96px;
	padding-top: 25px;
}
.aboutCont_tabNav {
	margin-bottom: 96px;
}
.aboutCont_tabNav_inner {}
.aboutCont_tabNav_list {
	list-style: none;
	display: grid;
	border-bottom: 1px solid var(--color-line-light);
	font-size: 17px;
	font-weight: 500;
	font-family: var(--font-rubik);
	line-height: 1.1;
	letter-spacing: -0.02em;
	grid-template-columns: repeat(7, 1fr);
}
.aboutCont_tabNav_list > li {
	flex-grow: 1;
}
.aboutCont_tabNav_list > li > button {
	display: block;
}
.aboutCont_panel {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
}
.aboutCont_panel.isShow {
	height: auto;
	overflow: visible;
	visibility: visible;
	pointer-events: auto;
}
.aboutCont_panel_inner {}
.aboutSect {
	margin-bottom: 64px;
}
.aboutSect:last-child {
	margin-bottom: 0;
}
.aboutSect_cols {
	display: flex;
}
.aboutSect_col {}
.aboutSect_col-txt {
	width: calc(100% - 550px);
	margin-right: auto;
	max-width: 480px;
}
.aboutSect_title {
	margin-bottom: 41px;
}
.aboutSect_text {
	margin-bottom: 1.35em;
}
.aboutSect_text:last-child {
	margin-bottom: 0;
}
.aboutSect_col-img {
	width: 532px;
}
.aboutSect_swiper {}
.aboutSect_swiper_wrapper {}
.aboutSect_swiper_slide {
	width: 396px;
}
.aboutSect_swiper_btn {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 64px;
	background-color: var(--color-back);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-size: 18px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.aboutSect_swiper_btn > .icon {
	display: block;
}
.aboutSect_swiper_btn-prev {
	left: 0;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
	padding-right: 14px;
}
.aboutSect_swiper_btn-next {
	right: 0;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	padding-left: 14px;
}
.aboutSect_imageWrap {}
.aboutSect_imageWrap > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
}
.aboutSect_image {
	border-radius: 16px;
	overflow: hidden;
}
.aboutSect_image > img {
	display: block;
}
.aboutSect_link {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	right: 20px;
	width: auto;
	min-width: 118px;
	min-height: 32px;
}
.aboutSect_swiper_pager {
	display: none;
}
.ticketNav_text {
	max-width: 648px;
	margin: 17px auto 47px;
	text-align: center;
}
.areaTransport {
	background-color: var(--color-white-gray);
	padding-top: 63px;
	padding-bottom: 77px;
}
.areaTransport_inner {}
.areaTransport_hr {
	height: 1px;
	background-color: var(--color-line-light);
}
.areaTransport_arrow {
	max-width: 22px;
	margin: 0 auto 19px;
}
.areaTransport_arrow > img {
	display: block;
}
.areaRoute {
	max-width: 880px;
	margin: 0 auto 0;
}
.areaRoute_titleWrap {
	position: relative;
	margin-bottom: 32px;
	padding: 0 150px;
}
.areaRoute_title {
	margin-bottom: 0;
	text-align: center;
}
.areaRoute_link {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.areaRoute_link > a {
	color: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.35;
	padding: 10px 0;
}
.areaRoute_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.areaRoute_list > li {
	width: 49%;
	max-width: 424px;
}
.areaRoute_other {
	max-width: 734px;
	margin: 44px auto 0;
}
.areaTransport_list {
	list-style: none;
	max-width: 640px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 58px;
}
.areaTransport_list_btn {
	font-size: 18px;
	min-height: 52px;
}
.areaTransport_list > li {
	width: 48%;
	max-width: 304px;
}
.railwayMap {
	margin-bottom: 64px;
}
.railwayMap_inner {}
.railwayMap_title {
	text-align: center;
	margin-bottom: 24px;
}
.railwayMap_image {
	border: 1px solid var(--color-line-light);
}
.railwayMap_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.railwayMap_link {
	max-width: 250px;
	margin: 40px auto 0;
}
.railwayMap_link > a {
	text-decoration: none;
	color: inherit;
}
.railwayMap_link > a > .icon {}
.faqBox_toggle_inner-noSign {
	padding-left: 0;
}
.guideOther {}
.guideOther_title {
	margin-bottom: 49px;
	margin-top: 101px;
	color: var(--color-blue-odakyu-ci);
}
.guideOther_title:first-child {
	margin-top: 0;
}
.guideOther_sect {
	margin-bottom: 42px;
}
.guideOther_sect:last-child {
	margin-bottom: 0;
}
.guideOther_headline {
	font-size: inherit;
	margin-bottom: 4px;
}
.guideOther_text {}
.guideOther_cols {
	display: flex;
}
.guideOther_col {}
.guideOther_col-txt {
	width: calc(100% - 280px);
	margin-right: auto;
}
.guideOther_col-img {}
.guideOther_image {
	max-width: 260px;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 8px;
}
.guideOther_image:first-child {
	margin-top: 0;
}
.guideOther_image > img {
	display: block;
}
.guideOther_text-mt {
	margin-top: 16px;
}
.guideOther_list {
	padding-left: 1.3em;
}
.guideOther_list > li {}
.guideOther_caption {
	margin: 20px 0;
}
.ticketNav-transport {
	margin-top: 75px;
	margin-bottom: 0;
}
.routeSearch {
	padding: 64px 20px 40px;
	border: 1px solid var(--color-line-light);
	box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	background-color: var(--color-white);
}
.routeSearch_inner {
	max-width: 744px;
	margin: 0 auto;
}
.routeSearch_link {
	margin-top: 10px;
}
.routeSearch_link > a {
	color: inherit;
}
.routeSearch_label {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 8px;
	display: block;
	margin-top: 24px;
}
.routeSearch_label:first-child {
	margin-top: 0;
}
.routeSearch_date {
	display: grid;
	column-gap: 12px;
	grid-template-columns: 177px 100px 100px;
}
.routeSearch_date_input {
	position: relative;
}
.routeSearch_date_input::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	border: 1px solid currentColor;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(45deg);
	border-left: none;
	border-top: none;
	pointer-events: none;
}
.routeSearch_date_input > input {
	padding-right: 41px;
	min-height: 48px;
}
.routeSearch_selWrap {}
.routeSearch_selWrap::before {
	right: 20px;
}
.routeSearch_selWrap > select {
	height: 48px;
	line-height: 46px;
	padding-left: 15px;
	padding-right: 39px;
}
.routeSearch_selWrap > select > option {}
.routeSearch_hr {
	height: 1px;
	background-color: var(--color-line-light);
	margin: 34px 0 24px;
}
.routeSearch_rdoList {
	list-style: none;
	display: grid;
	column-gap: 12px;
}
.routeSearch_rdoList-2c {
	grid-template-columns: repeat(2, 1fr);
}
.routeSearch_rdoList-3c {
	grid-template-columns: repeat(3, 1fr);
}
.routeSearch_rdoList-4c {
	grid-template-columns: repeat(4, 1fr);
}
.routeSearch_rdoList-4c > li {}
.routeSearch_rdoLbl {
	display: block;
	position: relative;
	height: 100%;
	cursor: pointer;
}
.routeSearch_rdoLbl > input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.routeSearch_rdoLbl_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid var(--color-line-light);
	min-height: 48px;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px 40px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: normal;
	transition-duration: .3s;
	transition-property: border-color;
	height: 100%;
}
[type="radio"]:checked + .routeSearch_rdoLbl_item {
	border-color: var(--color-black);
}
.routeSearch_rdoLbl_icon {
	width: 14px;
	height: 14px;
	border: 2px solid var(--color-line-light);
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: background-color, color;
}
[type="radio"]:checked + .routeSearch_rdoLbl_item .routeSearch_rdoLbl_icon {
	background-color: var(--color-blue-odakyu-ci);
}
.routeSearch_rdoLbl_text {}
.routeSearch_title {
	margin-bottom: 21px;
}
.routeSearch_title_btn {
	display: block;
	width: 100%;
	text-align: left;
	pointer-events: none;
}
.routeSearch_toggle {}
.routeSearch_btn {
	display: block;
	max-width: 298px;
	margin: 49px auto 0;
}
.routeSearch_direction {
	display: grid;
	grid-template-columns: 1fr 80px 1fr;
	align-items: flex-start;
}
.routeSearch_direction_cell {}
.routeSearch_direction_sign {
	text-align: center;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	font-size: 32px;
}
.routeSearch_direction_btn {
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.areaBlog {}
.areaBlog_cols {
	display: flex;
	justify-content: space-between;
}
.areaBlog_col {}
.areaBlog_col-main {
	width: calc(100% - 237px);
	max-width: 764px;
}
.areaBlog_col-side {
	width: 208px;
}
.blogEntry {}
.blogEntry_cols {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.blogEntry_col {}
.blogEntry_col-text {
	width: calc(100% - 262px);
	max-width: 490px;
}
.blogEntry_update {
	font-size: 12px;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}
.blogEntry_update > time {}
.blogEntry_title {}
.blogEntry_catList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 4px;
	row-gap: 4px;
}
.blogEntry_catList > li {}
.blogEntry_catList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.blogEntry_cat {}
.blogEntry_author {
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-top: 44px;
}
.blogEntry_author_image {
	width: 36px;
	height: 36px;
	display: block;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.blogEntry_author_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blogEntry_author_textWrap {
	display: block;
	width: calc(100% - 46px);
	margin-left: auto;
}
.blogEntry_author_text {
	font-weight: 500;
}
.blogEntry_author_description {
	font-size: 12px;
}
.blogEntry_col-img {
	width: 242px;
}
.blogEntry_image {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 15px;
}
.blogEntry_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blogEntry_dList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 12px;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-right: -4px;
	margin-top: 26px;
	margin-bottom: 22px;
}
.blogEntry_dList > dt {
	margin-right: 7px;
}
.blogEntry_dList > dd {}
.blogEntry_dList > dd > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	box-sizing: content-box;
	padding: 5px;
	transition-duration: .3s;
	transition-property: opacity;
}
.blogEntry_dList > dd > a > img {
	display: block;
}
.blogEntry_editor {
	font-size: 17px;
	line-height: 1.4;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--color-line-light);
	margin-bottom: 40px;
}
.blogEntry_tagList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 4px;
	row-gap: 4px;
	position: relative;
	padding-left: 50px;
}
.blogEntry_tagList > dt {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 24px;
	font-weight: normal;
}
.blogEntry_tagList > dd {}
.blogEntry_tagList > dd > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.blogEntry_tagList_cat {}
.blogEntry_link {
	max-width: 184px;
	margin: 40px auto 0;
}
.blogSide {}
.blogSide_title {
	margin-bottom: 40px;
}
.blogSide_list {
	list-style: none;
}
.blogSide_list > li {}
.blogSide_list > li:nth-child(n+2) {
	margin-top: 39px;
}
.tipsItem-side {}
.tipsItem-side > a {
	padding: 0;
}
.tipsItem_imageWrap-side {
	width: 100%;
}
.tipsItem_title-side {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: -0.03em;
}
.tipsItem_title-dummy {
	height: 1em;
}
.tipsItem_date-side {
	font-size: 11px;
	margin: 4px 0 10px;
}
.tipsItem_text-side {
	font-size: 14px;
}
.tipsItem_tagList-side {
	margin-top: 10px;
	row-gap: 3px;
}
.tipsItem_new-side {
	width: 34px;
	height: 34px;
	font-size: 11px;
}
.entryBlock {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 24px;
	row-gap: 32px;
	--margin-pt: 0;
	--margin-pb: 0;
	margin-top: 56px;
	margin-bottom: 56px;
}
.entryBlock_card {}
.entryBlock_card > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.entryBlock_card_inner {
	padding: 9px 9px;
	border: 1px solid var(--color-line-light);
	display: grid;
	grid-template-columns: 95px 1fr;
	column-gap: 16px;
	align-items: flex-start;
	box-sizing: border-box;
	height: 100%;
}
.entryBlock_image {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 4px;
}
.entryBlock_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.entryBlock_areaText {
	display: flex;
	flex-direction: column;
}
.entryBlock_cat {
	align-self: flex-end;
	min-width: 110px;
	--margin-pb: 12px;
	font-size: 11px;
	padding: 3px 10px;
}
.entryBlock_title {
	font-size: 17px;
	letter-spacing: -0.03em;
	line-height: 1.1;
	font-weight: 500;
	font-family: var(--font-rubik);
	max-height: 3.3em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 100%;
	box-sizing: border-box;
	padding-right: 5px;
}
.entryBlock_price {
	font-size: 12px;
	line-height: 1.35;
	letter-spacing: -0.01em;
	font-weight: 500;
	--margin-pt: 10px;
}
.tocNav {
	margin-top: 55px;
	margin-bottom: 55px;
}
.tocNav:last-child {
	margin-bottom: 0;
}
.tocNav_title {
	font-family: var(--font-rubik);
	font-size: 23px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
	padding-top: 13px;
	border-top: 1px solid var(--color-line-light);
	margin-bottom: 30px;
}
.tocNav_oList {
	list-style: none;
}
.tocNav_oList-child {
	grid-column: span 2;
	padding-left: 1.5em;
}
.tocNav_oList > li {
	margin-top: 2px;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 6px;
}
.tocNav_oList_num {
	display: block;
}
.tocNav_oList_text {}
.tocNav_oList > li > a {
	color: inherit;
	display: block;
}
.routeSearch_title_btn_icon {
	display: none;
}
.ticketMv_title-wide {
	padding-right: 0;
}
.areaTicket {
	padding-top: 72px;
}
.areaTicket_inner {}
.recdPoints {
	color: var(--color-blue-odakyu-ci);
	text-align: center;
	margin-bottom: 117px;
}
.recdPoints_title {
	margin-bottom: 32px;
}
.recdPoints_text {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -0.01em;
	line-height: 30px;
	text-align: center;
}
.recdPoints_text strong {
	font-family: var(--font-rubik);
	font-weight: 500;
}
.recdPoints_text_strong {
	font-family: var(--font-rubik);
	font-weight: 500;
}
.recdPoints_text em {
	font-size: 32px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: -0.03em;
	margin: 0 0.2em;
}
.recdPoints_text_yen {
	font-size: 32px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: -0.03em;
	margin: 0 0.2em;
}
.ticketInfo {
	margin-bottom: 96px;
}
.ticketInfo_title {
	margin-bottom: 39px;
}
.ticketInfo_table {
	font-size: 14px;
}
.ticketInfo_table > tbody {}
.ticketInfo_table > tbody > tr {}
.ticketInfo_table > tbody > tr > th {
	white-space: nowrap;
	height: 67px;
	width: auto;
}
.ticketInfo_table > tbody > tr > td {}
.ticketMv_head-tour {
	padding-top: 17px;
}
.ticketSect {
	margin-bottom: 80px;
}
.ticketSect:last-child {
	margin-bottom: 0;
}
.ticketSect_title {
	margin-bottom: 20px;
}
.ticketSect_text {
	margin: 10px 0;
}
.ticketSect_list {
	padding-left: 1.3em;
}
.ticketSect_list > li {}
.ticketSect_list > li:nth-child(n+2) {
	margin-top: 10px;
}
.tourCourse {
	margin-bottom: 144px;
}
.tourCourse_title {
	margin-bottom: 36px;
}
.tourCourse_swiper {
	overflow: visible;
}
.tourCourse_swiper_wrapper {}
.tourCourse_swiper_slide {
	width: var(--width-scrollable);
}
.tourCourse_scroll {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.tourCourse_grid {
	display: flex;
}
.tourCourse_item {
	width: 306px;
}
.tourCourse_image {
	position: relative;
	padding-bottom: 75.21%;
	margin-bottom: 16px;
}
.tourCourse_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tourCourse_headline {
	font-size: 18px;
	letter-spacing: -0.03em;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
}
.tourCourse_headline:last-child {
	margin-bottom: 0;
}
.tourCourse_headline_num {
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.03em;
	margin-right: 8px;
	transform: translateY(-8%);
}
.tourCourse_headline_text {}
.tourCourse_text {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.tourCourse_text:last-child {
	margin-bottom: 0;
}
.tourCourse_arrow {
	width: 84px;
	align-self: center;
}
.tourCourse_arrow > img {
	display: block;
	margin: 0 auto;
}
.tourCourse_pagination {
	margin-top: 52px;
}
.tourCourse_btn {
	display: none;
}
.itinerary_tagline {
	color: var(--color-blue-odakyu-ci);
}
.itinerary_tagline > h2 {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: -0.03em;
}
.itinerary_tagline > h2 > strong {
	font-size: 36px;
	font-weight: inherit;
}
.itinerary_tagline > h2 > em {
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
}
.itinerary_tagline > p {
	letter-spacing: -0.01em;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
}
.pamphelt_listWrap {}
.howtoSect_gridWrap {}
.routeMap {
	margin-top: 48px;
	margin-bottom: 48px;
}
.routeMap_inner {}
.routeMap_image {}
.routeMap_image > img {
	display: block;
}
.howtoSect_block {}
.areaRoute_serviceLink {
	display: flex;
	justify-content: center;
	margin-top: 56px;
}
.areaRoute_serviceLink > a {
	font-size: 14px;
}
.lostFound_headline {
	margin-bottom: 40px;
}
.lostFound_notes {
	margin-top: 15px;
}
.itinerary_headWrap {}
[lang="zh-TW"] .topVis_title,
[lang="zh-Hans"] .topVis_title {
	line-height: 1.05;
}
.sustain_text_note {
	font-size: 88%;
	font-weight: normal;
}
.sustain_note {
	margin-top: 1em;
	font-weight: normal;
}
.deliServ_link {
	margin-top: 1em;
}
.deliServ_link > a {}
.policy_list {
	padding-left: 1.3em;
	margin-top: 2.35em;
	margin-bottom: 2.35em;
}
.policy_list > li {}
.policy_list-noMt {
	margin-top: 0;
}
.policy_text-noMb {
	margin-bottom: 0;
}
.transNav_route {
	grid-column: span 2;
}
.transNav_route_inner {
	max-width: 95px;
}
.transNav_route_inner > img {
	display: block;
	max-width: 100%;
	height: auto;
	mix-blend-mode: darken;
}
.transNav_route-wide {
	padding-bottom: 17px;
	padding-left: 16px;
	padding-right: 16px;
}
.transNav_route_inner-wide {
	max-width: 242px;
}
.areaHigh_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.areaHigh_bg::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--color-blue-odakyu-ci);
	opacity: 0.3;
	mix-blend-mode: multiply;
}
.areaHigh_bg > img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ticketMap-noLink {
	margin-bottom: -1px;
}
.ticketMap_image-noLink {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.stories_headline {
	margin-bottom: 10px;
}
.stories_text {
	margin-bottom: 25px;
}
.stories_text:last-child {
	margin-bottom: 0;
}
.operation {
	margin-bottom: 0;
}
.operation_map {
	border: 1px solid var(--color-line-light);
	margin-bottom: 40px;
	background-color: var(--color-white);
}
.operation_map > img {
	max-width: 100%;
	height: auto;
	display: block;
}
.operation_itemWrap {
	position: relative;
}
.operation_itemWrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
	pointer-events: none;
	z-index: 1;
}
.operation_item {
	border: 1px solid var(--color-line-light);
	position: relative;
	padding: 25px 40px;
	padding-right: 40px;
	border-bottom: none;
	background-color: var(--color-white);
	text-align: left;
}
.operation_item:first-child {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.operation_item-error {
	background-color: #fff2df;
}
.operation_item:last-child {
	border-bottom: 1px solid #d4cecd;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.operation_item-error .operation_anchor {
	display: block;
}
.operation_anchor {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.operation_anchor::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 18px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid var(--color-black);
	width: 6px;
	height: 6px;
	transform: rotate(135deg);
	border-bottom: none;
	border-left: none;
	transition-duration: .3s;
	transition-property: transform;
}
.operation_anchor[aria-expanded="true"]::after {
	transform: rotate(315deg);
}
.operation_stateWrap {
	display: grid;
	flex-direction: row-reverse;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
}
.operation_stateWrap:last-child {
	margin-bottom: 0;
}
.operation_state {
	order: 1;
	position: relative;
	padding-left: 34px;
}
.operation_state::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('/assets/img/home/icn-ok.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0.55em;
	left: 0;
	transform: translateY(-50%);
}
.operation_state-error::before {
	background-image: url('/assets/img/home/icn-warning.svg');
}
.operation_routeList {}
.operation_routeList > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: color;
	position: relative;
	z-index: 2;
}
.operation_caption {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 0;
}
.operation_caption-error {
	color: #d0021b;
	font-weight: bold;
}
.operation_item_toggle {
	margin-left: -25px;
	margin-right: -40px;
	padding-left: 25px;
	padding-right: 40px;
	margin-top: 20px;
	display: none;
}
.operation_item_toggle.isShow {
	display: block;
}
.operation_sect {
	margin-bottom: 20px;
}
.operation_sect:last-child {
	margin-bottom: 0;
}
.operation_headlineWrap {
	display: flex;
	margin-bottom: 9px;
}
.operation_headline {
	font-size: 14px;
	color: var(--color-white);
	background-color: var(--color-black);
	padding: 5px 9px;
}
.operation_status {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 3px;
	color: var(--color-red);
	font-weight: bold;
	margin-top: 0;
}
.operation_status:last-child {
	margin-bottom: 0;
}
.operation_note {
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}
.operation_dListWrap {
	font-size: 14px;
	line-height: 1.6;
	display: flex;
	font-weight: bold;
	flex-wrap: wrap;
	column-gap: 15px;
}
.operation_dList {
	list-style: none;
	display: flex;
	align-items: center;
}
.operation_dList > dt {}
.operation_dList > dd {}
.operation_tabList {
	list-style: none;
	display: flex;
	margin-bottom: 30px;
	margin-top: 50px;
	border-bottom: 1px solid var(--color-line-light);
	justify-content: center;
}
.operation_tabList > li {
	width: 50%;
}
.operation_contents {
	display: none;
}
.operation_contents.isShow {
	display: block;
}
.operation_table {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}
.operation_table > tbody {}
.operation_table > tbody > tr {}
.operation_table > tbody > tr > th {
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	padding-right: 2em;
	font-weight: 500;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
.operation_table > tbody > tr > th > br {
	display: none;
}
.operation_table > tbody > tr > td {
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 150px;
	text-align: left;
	white-space: nowrap;
}
.operation_traffic {
	display: flex;
	align-items: center;
	line-height: 15px;
	justify-content: flex-start;
	margin: 0;
}
.operation_traffic::before {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' fill='%23fff'%3E%3Cpath d='M15.3,6.29a3.6,3.6,0,1,0-5,0A1.82,1.82,0,0,0,9.13,8.51l1.93,7.06a1.83,1.83,0,0,0,3.53,0l1.93-7.06A1.84,1.84,0,0,0,15.3,6.29Z'/%3E%3Cpath d='M6.66,6.29a3.6,3.6,0,1,0-5,0A1.82,1.82,0,0,0,.49,8.51l1.93,7.06a1.83,1.83,0,0,0,3.53,0L7.88,8.51A1.83,1.83,0,0,0,6.66,6.29Z'/%3E%3C/svg%3E");
	background-color: var(--color-orange-light);
	display: block;
	background-size: auto 15px;
	width: 35px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 2px;
	margin-right: 8px;
	opacity: 0;
	min-width: 35px;
}
.operation_traffic[data-traffic-cd="TR002"] {}
.operation_traffic[data-traffic-cd="TR002"]::before {
	opacity: 1;
}
.operation_traffic[data-traffic-cd="TR003"] {}
.operation_traffic[data-traffic-cd="TR003"]::before {
	display: block;
	background-color: var(--color-red);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 17' fill='%23fff'%3E%3Cpath d='M23.44,6.29a3.6,3.6,0,1,0-5,0,1.82,1.82,0,0,0-1.21,2.22l1.93,7.06a1.83,1.83,0,0,0,3.53,0l1.93-7.06A1.84,1.84,0,0,0,23.44,6.29Z'/%3E%3Cpath d='M15.16,6.29a3.6,3.6,0,1,0-5,0A1.82,1.82,0,0,0,9,8.51l1.93,7.06a1.83,1.83,0,0,0,3.53,0l1.93-7.06A1.83,1.83,0,0,0,15.16,6.29Z'/%3E%3Cpath d='M6.52,6.29a3.6,3.6,0,1,0-5,0A1.82,1.82,0,0,0,.35,8.51l1.93,7.06a1.83,1.83,0,0,0,3.53,0L7.74,8.51A1.83,1.83,0,0,0,6.52,6.29Z'/%3E%3C/svg%3E");
	opacity: 1;
}
.operation_logo {
	width: 53px;
	min-width: 53px;
	margin-right: 10px;
	margin-bottom: 7px;
}
.operation_logo > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.operation_name {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}
.areaOperation {}
.areaOperation_inner {}
.areaOperation_title {}
.areaOperation_title_small {}
.tipsItem_image-rect {
	padding-bottom: 75%;
}
.operation_title {
	margin-bottom: 20px;
}
.modal {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 37, 57, 0.90);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.modal.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.modal_inner {
	max-width: 900px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	box-sizing: border-box;
}
.modal_contents {}
.modal_btn {
	display: block;
	width: 20px;
	height: 20px;
	margin-left: auto;
	position: relative;
	color: var(--color-white);
	border: 10px solid rgba(255, 255, 255, 0);
	box-sizing: content-box;
	transition-duration: .3s;
	transition-property: transform;
}
.modal_btn::before {
	content: "";
	display: block;
	width: 141%;
	height: 2px;
	background-color: currentColor;
	border-radius: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.modal_btn::after {
	content: "";
	display: block;
	width: 141%;
	height: 2px;
	background-color: currentColor;
	border-radius: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.modal_box {
	background-color: var(--color-white);
	padding: 20px 20px;
}
.entryFeat_text {
	font-size: 17px;
	line-height: 1.4;
}
.entryFeat_body {
	border-bottom: 1px solid var(--color-line-light);
	padding-bottom: 35px;
	margin-bottom: 40px;
}
.tocHead {
	margin-bottom: 42px;
	position: relative;
}
.tocHead:last-child {
	margin-bottom: 0;
}
.tocHead_anchor {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.tocHead_sub {
	margin-bottom: 9px;
	padding-left: 0.2em;
}
.tocHead_title {}
.subheadParts {
	margin-bottom: 35px;
	margin-top: 50px;
	position: relative;
}
.txtParts {
	margin-top: 1em;
	margin-bottom: 1em;
}
.txtParts:first-child {
	margin-top: 0;
}
.txtParts:last-child {
	margin-bottom: 0;
}
.imgParts {
	margin: 30px 0;
}
.imgParts:first-child {
	margin-top: 0;
}
.imgParts:last-child {
	margin-bottom: 0;
}
.imgParts-fit {
	padding-bottom: 65%;
	position: relative;
	z-index: 1;
}
.imgParts > img {
	display: block;
	width: 100%;
	height: auto;
}
.imgParts-fit > img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imgParts-caption {
	margin-bottom: 9px;
}
.imgPartsCaption {
	margin-bottom: 30px;
}
.imgPartsCaption-center {
	text-align: center;
}
.imgPartsCaption-right {
	text-align: right;
}
.linkParts {
	display: flex;
	justify-content: center;
	margin: 26px 0;
}
.linkParts > a {
	width: auto;
}
.linkParts:first-child {
	margin-top: 0;
}
.linkParts:first-child {
	margin-top: 0;
}
.colParts {
	display: grid;
	margin: 45px 0;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 30px;
}
.colParts:first-child {
	margin-top: 0;
}
.colParts:last-child {
	margin-bottom: 0;
}
.colParts_cell {}
.recdParts {
	margin: 35px 0;
}
.recdParts_title {
	margin-bottom: 14px;
}
.recdParts_box {}
.recdParts_box > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.recdParts_cols {
	padding: 9px 9px;
	border: 1px solid var(--color-line-light);
	display: grid;
	grid-template-columns: 95px 1fr;
	column-gap: 16px;
	align-items: flex-start;
	box-sizing: border-box;
	height: 100%;
	background-color: var(--color-white-gray);
	transition-duration: .3s;
	transition-property: border-color;
}
.recdParts_cols-gray {
	background-color: rgba(255, 255, 255, 0);
}
.recdParts_cols-blue {
	background-color: var(--color-sky-light);
}
.recdParts_col {}
.recdParts_col-img {
	width: 95px;
}
.recdParts_col-txt {}
.recdParts_image {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 100%;
}
.recdParts_headline {
	font-size: 17px;
	letter-spacing: -0.03em;
	line-height: 1.1;
	font-weight: 500;
	font-family: var(--font-rubik);
	max-height: 3.3em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 100%;
	box-sizing: border-box;
	padding-right: 5px;
}
.recdParts_tagList {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
	margin-bottom: 11px;
}
.recdParts_tagList > li {}
.recdParts_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.editorParts {
	margin: 30px 0;
}
.editorParts:first-child {
	margin-top: 0;
}
.editorParts:last-child {
	margin-bottom: 0;
}
.infoParts {
	border-top: 1px solid var(--color-line-light);
	padding-top: 28px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.infoParts:first-child {
	margin-top: 0;
}
.infoParts:last-child {
	margin-bottom: 0;
}
.infoParts_title {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 12px;
}
.infoParts_link {
	margin-bottom: 15px;
}
.infoParts_link > a {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.35;
	display: block;
}
.infoParts_link > a > .icon {
	color: var(--color-black);
	font-size: 11px;
	margin-left: 7px;
}
.infoParts_imageWrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	margin-bottom: 16px;
	margin-top: 13px;
	row-gap: 20px;
}
.infoParts_image {}
.infoParts_image_inner {
	padding-bottom: 65%;
	position: relative;
}
.infoParts_image_inner > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.infoParts_table {
	font-size: 15px;
	line-height: 1.35;
	font-weight: normal;
	margin-top: 24px;
}
.infoParts_table > tbody {}
.infoParts_table > tbody > tr {}
.infoParts_table > tbody > tr > th {
	white-space: nowrap;
	vertical-align: top;
	font-weight: inherit;
	text-align: left;
	padding-bottom: 16px;
	padding-right: 27px;
}
.infoParts_table > tbody > tr:last-child > th {
	padding-bottom: 0;
}
.infoParts_table > tbody > tr > td {
	vertical-align: top;
	padding-bottom: 16px;
}
.infoParts_table > tbody > tr:last-child > td {
	padding-bottom: 0;
}
.infoParts_frameWrap {
	position: relative;
	padding-bottom: 59.162%;
	border: 1px solid var(--color-line-light);
	margin-top: 30px;
}
.infoParts_frameWrap > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mapParts {
	position: relative;
	padding-bottom: 59.162%;
	border: 1px solid var(--color-line-light);
	margin-top: 30px;
	margin-bottom: 30px;
}
.mapParts:first-child {
	margin-top: 0;
}
.mapParts:last-child {
	margin-bottom: 0;
}
.mapParts > iframe {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recAccLink {
	margin: 40px 0;
	display: flex;
	justify-content: center;
}
.recAccLink:last-child {
	margin-bottom: 0;
}
.recAccLink:first-child {
	margin-top: 0;
}
.recAccLink > a {
	width: auto;
}
.editorParts p {
	margin: 1em 0;
}
.editorParts p:first-child {
	margin-top: 0;
}
.editorParts p .editorParts h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0.5em 0;
}
.editorParts h1:first-child {
	margin-top: 0;
}
.editorParts h1:last-child {
	margin-bottom: 0;
}
.editorParts h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0.5em 0;
}
.editorParts h2:first-child {
	margin-top: 0;
}
.editorParts h2:last-child {
	margin-bottom: 0;
}
.editorParts h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0.5em 0;
}
.editorParts h3:first-child {
	margin-top: 0;
}
.editorParts h3:last-child {
	margin-bottom: 0;
}
.editorParts h4 {
	font-weight: bold;
	line-height: 1.5;
	margin: 0.5em 0;
}
.editorParts h4:first-child {
	margin-top: 0;
}
.editorParts h4:last-child {
	margin-bottom: 0;
}
.editorParts strong {
	font-weight: bold;
}
.editorParts em {
	font-style: italic;
}
.editorParts ul {
	margin: 1em 0;
	list-style: disc outside;
	padding-left: 1.5em;
}
.editorParts ul:first-child {
	margin-top: 0;
}
.editorParts ul:last-child {
	margin-bottom: 0;
}
.editorParts ol {
	margin: 1em 0;
	list-style: decimal outside;
	padding-left: 1.5em;
}
.editorParts ol:first-child {
	margin-top: 0;
}
.editorParts ol:last-child {
	margin-bottom: 0;
}
.blogEntry_subTitle {
	margin-bottom: 3px;
}
.opeStatusContainer {}
.opeStatusContainer_loading {
	font-size: 50px;
	color: var(--color-blue-odakyu-ci);
	animation-name: rotate;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	width: 1em;
	margin: 0 auto;
	animation-timing-function: steps(8);
	caret-color: rgba(255, 255, 255, 0);
}
.opeStatusContainer_loading > .icon {
	display: block;
}
.topStatus_status_loading {
	font-size: 19px;
	color: var(--color-blue-odakyu-ci);
	animation-name: rotate;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	width: 1em;
	margin: 0 auto;
	animation-timing-function: steps(8);
	caret-color: rgba(255, 255, 255, 0);
}
.findDeparture-wide {
	max-width: none;
}
.findDepartureWrap {
	margin-bottom: 60px;
}
.findDepartureWrap_inner {}
.sustain_env_link {
	max-width: 240px;
	margin-top: 15px;
}
.sustain_env_link > a {
	display: flex;
	background-color: var(--color-black);
	color: var(--color-white);
	text-decoration: none;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-black);
	box-sizing: border-box;
	font-family: var(--font-rubik);
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	padding: 5px 30px;
	font-size: 16px;
}
.sustain_env_link > a::after {
	content: "";
	border: 5px solid rgba(255, 255, 255, 0);
	border-left-color: currentColor;
	border-right-width: 0;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.toursItem_link {
	margin-top: 15px;
}
.toursItem_link-sp {
	display: none;
}
.toursItem_moreLink {}
.toursItem_moreLink > a {
	justify-content: center;
}
.passBuy {}
.passBuy_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 25px;
	row-gap: 35px;
}
.passBuy_cell {}
.passBuy_cell > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.passBuy_image {
	position: relative;
	padding-bottom: 66.06%;
	margin-bottom: 15px;
}
.passBuy_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.passBuy_headline {
	margin-bottom: 8px;
}
.passBuy_text {}
.passBuy_caption {
	margin-top: 24px;
}
.findDepartureWrap_link {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.findDepartureWrap_link > a {
	width: auto;
}
.otherPurchase_sect > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.otherAreas_mapWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-duration: 0.4s;
	transition-property: opacity, visibility;
}
.otherAreas_mapWrap.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	position: relative;
}
.ticketSect_body {}
.ticketSect_body p {
	margin: 10px 0;
}
.ticketSect_body p:first-child {
	margin-top: 0;
}
.ticketSect_body p:last-child {
	margin-bottom: 0;
}
.ticketSect_body ul {
	padding-left: 1.3em;
}
.ticketSect_body ul > li:nth-child(n + 2) {
	margin-top: 10px;
}
.transNav_note {
	margin-top: 1em;
}
.ticketNav_head {
	padding-top: 19px;
	margin-bottom: 53px;
}
.ticketNav_head_inner {
	max-width: 1344px;
}
.ticketNav_headline {
	margin-bottom: 0;
}
.gotoFrom_toggle {
	display: none;
}
.gotoFrom_toggle.isShow {
	display: block;
}
.gotoFrom_by {}
.ticketItem_areas {
	list-style: none;
	font-weight: 400;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 22px;
}
.ticketItem_areas > li {}
.ticketItem_areas > li:nth-child(n + 2) {
	margin-top: 6px;
}
.routeSearch_headline {
	color: var(--color-blue-odakyu-ci);
	text-align: center;
	margin-bottom: 24px;
}
.routeSearch_fare {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.routeSearch_fare_inner {}
.routeSearch_fare_title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}
.routeSearch_fare_item {
	display: flex;
	align-items: flex-end;
	column-gap: 6px;
}
.routeSearch_fare_input {
	width: 177px;
}
.routeSearch_fare_input > input[readonly] {
	background-color: var(--color-white-gray);
	border-color: var(--color-line-light);
	text-align: right;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.routeSearch_fare_suffix {
	font-weight: normal;
}
.tkDetail {
	margin-bottom: 50px;
}
.tkDetail_grid {
	display: flex;
	justify-content: center;
}
.tkDetail_cell {
	width: calc((100% - 13.5%) / 4);
}
.tkDetail_item {
	padding: 24px 15px;
	background-color: var(--color-white);
	border: 2px solid var(--color-blue2);
	box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	height: 100%;
	box-sizing: border-box;
}
.tkDetail_item_inner {
	max-width: 192px;
	margin: 0 auto;
}
.tkDetail_title {
	margin-bottom: 10px;
	text-align: center;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tkDetail_text {}
.tkDetail_plus {
	align-self: center;
	width: 4.5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tkDetail_plus_inner {
	display: block;
	width: 18px;
	height: 2px;
	background-color: var(--color-blue2);
	position: relative;
}
.tkDetail_plus_inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-blue2);
	transform: rotate(90deg);
}
.areaPanel {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
}
.areaPanel.isShow {
	max-height: none;
	overflow: visible;
	visibility: visible;
	pointer-events: auto;
}
.otherAreas_dummy {
	display: none;
}
.routeMap_title {
	text-align: center;
}
.toursItem_cat {
	font-size: 13px;
	display: flex;
	margin-bottom: 8px;
}
.toursItem_cat_inner {
	display: flex;
	line-height: 15px;
	padding: 3px 6px;
	border: 1px solid currentColor;
	border-radius: 2px;
}
.tourCourse_summary {
	margin-bottom: 35px;
}
.gotoFrom_map {
	margin-bottom: 64px;
}
.gotoFrom_map:last-child {
	margin-bottom: 0;
}
.gotoFrom_map > img {
	max-width: 100%;
	height: auto;
}
.gotoFrom_contents-onlyTickets {
	padding-top: 96px;
}
.areaItinerary + .priceDetail {
	margin-top: -1px;
}
@media screen and (min-width: 1450px) {
	.areaDetailVis_subImage {
		right: auto;
		left: 0;
		top: 113px;
	}
	.areaDetailVis_col-txt {
		position: static;
	}
}
@media screen and (max-width:1249px) {
	.ticketMv_btnList > li.-online {
		width: auto;
	}
	.ticketFrom {
		column-gap: 10px;
	}
	.topVis_title {
		font-size: 6.4vw;
	}
	.topStatus_headline {
		width: 100%;
	}
	.blogPickup_list {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media screen and (max-width:1199px) {
	.areaHigh_title {
		font-size: 84px;
	}
	.areaHigh_title-small {
		font-size: 48px;
	}
	.ticketMv_infoCols {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		row-gap: 20px;
		margin-top: 20px;
	}
	.ticketMv_col-img {
		width: 320px;
	}
	.ticketMv_col-txt {
		width: calc(100% - 350px);
	}
}
@media screen and (max-width:1099px) {
	.areaHigh_swiper {
		max-width: none;
		margin-left: -20px;
		margin-right: -20px;
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.romancePr_banner > a:hover > img {
		opacity: .9;
	}
	.connectWifi_bnr > a:hover {
		opacity: .7;
	}
	.otherPurchase_sect > a:hover {
		opacity: .7;
	}
	.passBuy_cell > a:hover {
		opacity: .7;
	}
	.sustain_env_link > a:hover {
		background-color: rgba(255, 255, 255, 0);
		color: var(--color-black);
	}
	a:hover .recdParts_cols {
		border-color: var(--color-gray);
	}
	a:hover .recdParts_image > img {
		transform: scale(1.1);
	}
	.modal_btn:hover {
		transform: scale(1.2);
	}
	a:hover .topStatus_box_item {
		background-color: var(--color-white);
	}
	.operation_routeList > a:hover {
		color: var(--color-blue-odakyu-ci);
	}
	a:hover .transNav_img {
		opacity: .7;
	}
	.entryBlock_card > a:hover {}
	a:hover .entryBlock_image > img {
		transform: scale(1.1);
	}
	.tocNav_oList > li > a:hover {}
	.blogEntry_catList > li > a:hover {
		opacity: .7;
	}
	.blogEntry_dList > dd > a:hover {
		opacity: .7;
	}
	.blogEntry_tagList > dd > a:hover {
		opacity: .7;
	}
	.routeSearch_direction_btn:hover {
		color: var(--color-blue-odakyu-ci);
	}
	.routeSearch_title_btn:hover {}
	.routeSearch_btn:hover {}
	.areaRoute_link > a:hover {}
	.railwayMap_link > a:hover {}
	.aboutVis_more > a:hover {}
	.aboutCont_tabNav_list > li > button:hover {}
	.aboutSect_swiper_btn:hover {
		background-color: var(--color-white);
	}
	.aboutSect_imageWrap > a:hover {}
	.ticketHowto_tabList_btn:hover {}
	.ticketHowto_btn:hover {
		opacity: .7;
	}
	.ticketHowto_link > a:hover {}
	a:hover .ticketHowto_link_text {
		text-decoration: none;
	}
	.findDeparture_col-button:hover {}
	.findDeparture_btn:hover {}
	.majorSta_btn:hover {}
	.majorSta_list > li > a:hover {}
	.strageServ_table > tbody > tr > td > a:hover {}
	.strageServ_link > a:hover {}
	.connectWifi_list > li > a:hover {
		opacity: .8;
	}
	.newsList > li > a:hover {}
	a:hover .newsList_title {
		text-decoration: underline;
		color: var(--color-blue-odakyu-ci);
	}
	.pager > a:hover {
		color: inherit;
		text-decoration: underline;
	}
	.getAcrobat_text > a:hover {}
	.sideNav_list > li > a:hover {
		color: var(--color-blue-odakyu-ci);
	}
	.sCenterIntro_msg > a:hover {}
	.sCenterIntro_link > a:hover {}
	.sCenterTbl_text > a:hover {
		text-decoration: none;
	}
	.bnrEmot > a:hover {
		opacity: .7;
	}
	.sCenterTbl_info > a:hover {
		opacity: .7;
	}
	.groupNav_list > li > a:hover {
		color: var(--color-blue-odakyu-ci);
	}
	.hakoneAreas_list_btn:hover .hakoneAreas_list_btn_image > img {
		transform: scale(1.05);
	}
	a:hover .tipsItem_image > img {
		transform: scale(1.05);
	}
	a:hover .toursItem_image_inner > img {
		transform: scale(1.05);
	}
	a:hover .insta_image > img {
		transform: scale(1.05);
	}
	.insta_item > a:hover {}
	.insta_btnList_btn:hover {}
	.insta_btnList_btn:hover::before {
		background-color: var(--color-white);
	}
	.discover_areaBtn:hover {}
	.discover_btn:hover {
		opacity: .7;
	}
	.discover_tag > a:hover {
		background-color: rgba(255, 255, 255, 0.35);
	}
	.hakoneAreas_list_btn:hover {}
	.hakoneSpot_list_btn:hover {}
	.hakoneSpot_btn:hover {
		background-color: var(--color-white-gray);
	}
	.otherAreas_btn:hover {}
	.otherAreas_list_btn:hover {}
	.topStatus_box > a:hover {}
	.topNews_list > li > a:hover {
		opacity: .7;
	}
	.ticketMv_bnr > a:hover {
		opacity: .7;
	}
	.ticketMv_bnr_image > a:hover {}
	.pamphelt_list > li > a:hover {}
	a:hover .pamphelt_image {
		opacity: .7;
	}
	a:hover .transNav_link_text {
		text-decoration: underline;
	}
	.transNav_list > li > a:hover {}
	.faqBox_title_btn:hover {
		opacity: .7;
	}
	.faqBox_text > a:hover {}
	.faq_link > a:hover {}
	.priceDetail_link > a:hover {}
	.ticketMv_thumbList_btn:hover {
		opacity: .7;
	}
	.ticketMv_btnList > li > a:hover {}
	.ticketMv_link > a:hover {}
	.tabNav_btn:hover {
		color: var(--color-blue-odakyu-ci);
	}
	.itinerary_moreLink > a:hover {}
	.seasonalPicks_tabList_btn:hover {}
	.seasonalPicks_tabList_btn:hover::after {}
	.seasonalPicks_link > a:hover {}
	.areaDetailVis_nav_list > li > a:hover {}
	a:hover .areaDetailVis_nav_circle {
		background-color: var(--color-white);
	}
	a:hover .areaDetailVis_nav_circle-yellow {
		background-color: var(--color-yellow-hover);
	}
	.areaHigh_link > a:hover {}
	.areaHigh_moreLink > a:hover {}
	.areaHigh_moreLink > a:hover::after {
		width: 0;
		right: 0;
		left: auto;
	}
	.areaHigh_swiper_btn:hover {}
	.tipsItem > a:hover {}
	.travelTips_link > a:hover {}
	.ticketItem_moreLink > a:hover {}
	.toursItem > a:hover {}
	a:hover .toursItem_more {
		text-decoration: none;
	}
	.recdTours_link > a:hover {}
	.romancePr_link > a:hover {}
	.romancePr_otherLink > a:hover {}
	.romancePr_banner > a:hover {}
	.areaSect_list > li > a:hover {}
}
@media screen and (max-width: 999px) {
	.areaSect {}
	.areaSect::after {}
	.areaSect:last-child::after {}
	.areaSect_inner {}
	.areaSect_title {}
	.areaSect_cols {}
	.areaSect_col {}
	.areaSect_col-map {}
	.areaSect_map {}
	.areaSect_map > img {}
	.areaSect_col-txt {}
	.areaSect_image {}
	.areaSect_image > img {}
	.areaSect_text {}
	.areaSect_list {}
	.areaSect_list > li {}
	.areaSect_list > li > a {}
	.areaSectWrap {}
	.romancePr {}
	.romancePr_inner {}
	.romancePr_cols {}
	.romancePr_col {}
	.romancePr_col-window {
		width: 290px;
	}
	.romancePr_window {
		width: 540px;
	}
	.romancePr_window_image {}
	.romancePr_window_image::after {}
	.romancePr_window_video {}
	.romancePr_window_copy {
		font-size: 33px;
	}
	.romancePr_window_copy_inner {}
	.romancePr_window_copy_inner-no1 {}
	.romancePr_window_copy_inner-no2 {
		font-size: 49px;
	}
	.romancePr_window_copy_inner-no3 {}
	.romancePr_window_frame {}
	.romancePr_window_frame_cell {
		height: 250px;
	}
	.romancePr_window_frame_cell::before {}
	.romancePr_window_frame_cell::after {}
	.romancePr_window_frame_corner {}
	.romancePr_window_frame_corner-topLeft {}
	.romancePr_window_frame_corner-topRight {}
	.romancePr_window_frame_corner-bottomLeft {}
	.romancePr_window_frame_corner-bottomRight {}
	.romancePr_col-txt {
		width: calc(100% - 310px);
	}
	.romancePr_image {
		max-width: 240px;
		margin-bottom: 20px;
	}
	.romancePr_image > img {}
	.romancePr_title {}
	.romancePr_text {}
	.romancePr_text-intro {}
	.romancePr_link {}
	.romancePr_link > a {}
	.romancePr_hotel_link {}
	.romancePr_hotel_link > a {}
	.romancePr_link > a > .icon {}
	.romancePr_otherLink {}
	.romancePr_otherLink > a {}
	.romancePr_hr {}
	.romancePr_hotel {}
	.romancePr_hotel_cols {}
	.romancePr_hotel_col {}
	.romancePr_hotel_col-txt {
		width: 300px;
	}
	.romancePr_headline {}
	.romancePr_hotel_col-img {
		width: calc(100% - 340px);
	}
	.romancePr_banner {}
	.romancePr_banner > a {}
	.romancePr_banner > a > img {}
	.areaVis {}
	.areaVis::after {}
	.areaVis_vis {}
	.areaVis_vis_video {}
	.areaVis_vis_video::before {}
	.areaVis_vis_video_item {}
	.areaVis_vis_text {}
	.areaVis_vis_text > img {}
	.areaVis_inner {}
	.areaVis_title {
		font-size: 48px;
	}
	.areaVis_text {}
	.areaVis_image {}
	.areaVis_image > img {}
	.areaVis_areaText {}
	.areaVis_imageWrap {}
	.scrollHint {}
	.scrollHint_icons {}
	.scrollHint_icons > .icon {}
	.ticketsVis {}
	.ticketsVis_inner {}
	.ticketsVis_title {
		font-size: 43px;
	}
	.ticketsVis_title_inner {}
	.ticketsVis_title_smart {
		width: 100px;
		height: 100px;
		margin-left: -4px;
		margin-top: 0;
		top: 50%;
		transform: translateY(-50%) rotate(15deg);
	}
	.ticketsVis_text {}
	.travelTips {}
	.travelTips_inner {}
	.travelTips_title {}
	.travelTips_contents {}
	.travelTips_scroll {}
	.travelTips_grid {}
	.travelTips_cell {}
	.travelTips_cell:nth-child(3n + 1) {}
	.tipsItem {}
	.tipsItem > a {}
	.tipsItem_title {}
	.tipsItem_imageWrap {}
	.tipsItem_new {}
	.tipsItem_image {}
	.tipsItem_image > img {}
	.tipsItem_date {}
	.tipsItem_text {}
	.tipsItem_tagList {}
	.tipsItem_tagList > li {}
	.travelTips_link {}
	.travelTips_link > a {}
	.ticketNav {
		margin-bottom: 100px;
	}
	.ticketNav_inner {}
	.ticketNav_grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 16px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.ticketItem {}
	.ticketItem_areaImage {}
	.ticketItem_image {}
	.ticketItem_image > img {}
	.ticketItem_label {}
	.ticketItem_line {}
	.ticketItem_areaText {}
	.ticketItem_area {}
	.ticketItem_title {}
	.ticketItem_price {}
	.ticketItem_link {}
	.ticketItem_moreLink {}
	.ticketItem_moreLink > a {}
	.recdTours {}
	.recdTours_inner {}
	.recdTours_title {}
	.recdTours_contents {}
	.recdTours_grid {
		column-gap: 10px;
	}
	.toursItem {}
	.toursItem > a {}
	.toursItem_image {}
	.toursItem_image_inner {}
	.toursItem_image_inner > img {}
	.toursItem_text {}
	.toursItem_more {}
	.recdTours_link {}
	.recdTours_link > a {}
	.ticketsMap {}
	.ticketsMap_inner {}
	.ticketsMap_image {}
	.ticketsMap_image::before {}
	.ticketsMap_image > img {}
	.ticketsChoose {}
	.ticketsChoose_inner {}
	.ticketsChoose_head {}
	.ticketsChoose_title {}
	.ticketsChoose_selWrap {
		max-width: 300px;
	}
	.ticketsChoose_selWrap > select {}
	.ticketsChoose_grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.ticketItem_stamp {}
	.ticketItem_stamp > img {}
	.ticketItem_title-small {}
	.recdTours_scroll {}
	.travelTips_gridWrap {}
	.gotoFrom {}
	.gotoFrom_inner {}
	.gotoFrom_arrow {}
	.gotoFrom_arrow-head {}
	.gotoFrom_arrow-head > img {}
	.gotoFrom_title {
		font-size: 48px;
	}
	.gotoFrom_title_em {}
	.gotoFrom_title_text {}
	.gotoFrom_from {}
	.gotoFrom_selWrap {}
	.gotoFrom_selWrap > select {}
	.gotoFrom_selWrap > select > option {}
	.gotoFrom_sect {}
	.gotoFrom_headline {}
	.gotoFrom_headline > .icon {}
	.gotoFrom_headline_em {}
	.gotoFrom_headline_separator {}
	.gotoFrom_headline_time {}
	.gotoFrom_image {}
	.gotoFrom_image > img {}
	.gotoFrom_subhead {}
	.gotoFrom_text {}
	.gotoFrom_arrow-bottom {}
	.gotoFrom_arrow-bottom > img {}
	.gotoFrom_link {}
	.gotoFrom_link > a {
		font-size: 21px;
	}
	.gotoFrom_link_more {
		width: 160px;
		height: 160px;
	}
	.gotoFrom_link_more_bg {}
	.gotoFrom_link_more_text {}
	.gotoFrom_sect_inner {}
	.ticketNav_title {}
	.ticketNav_area {}
	.ticketNav-noMb {
		margin-bottom: 0;
	}
	.areaItinerary {}
	.areaItinerary_head {}
	.areaItinerary_head_inner {}
	.areaItinerary_title {}
	.tabNav {}
	.tabNav_inner {}
	.tabNav_list {}
	.tabNav_list > li {}
	.tabNav_btn {}
	.tabNav_btn::after {}
	.tabNav_btn[aria-selected="true"] {}
	.tabNav_btn[aria-selected="true"]::after {}
	.areaItinerary_panel {}
	.areaItinerary_panel.isShow {}
	.itinerary {}
	.itinerary_inner {}
	.itinerary_head {}
	.itinerary_head_txt {}
	.itinerary_title {}
	.itinerary_title_with {}
	.itinerary_title_witd {}
	.itinerary_title_name {
		margin-top: 3px;
		display: block;
	}
	.itinerary_subTitle {}
	.itinerary_head_link {
		width: 200px;
	}
	.itinerary_link {}
	.itinerary_intro {}
	.itinerary_intro_cell {}
	.itinerary_intro_cell-img {}
	.itinerary_image {}
	.itinerary_image > img {}
	.itinerary_intro_cell-txt {}
	.itinerary_intro_text {}
	.itinerary_spot {}
	.itinerary_cols {}
	.itinerary_col {}
	.itinerary_col-img {}
	.itinerary_col-txt {}
	.itinerary_headline {}
	.itinerary_headline_num {}
	.itinerary_headline_text {}
	.itinerary_text {}
	.itinerary_spot_arrow {}
	.itinerary_arrow_img {}
	.itinerary_arrow_img > img {}
	.itinerary_moreLink {}
	.itinerary_moreLink > a {}
	.seasonalPicks {}
	.seasonalPicks_head {}
	.seasonalPicks_head_inner {}
	.seasonalPicks_title {}
	.seasonalPicks_headline {}
	.seasonalPicks_body {}
	.seasonalPicks_tabList {}
	.seasonalPicks_tabList > li {}
	.seasonalPicks_tabList_btn {}
	.seasonalPicks_tabList_btn[aria-selected="true"] {}
	.seasonalPicks_tabList_btn[aria-selected="true"]::after {}
	.seasonalPicks_tabList_btn::after {}
	.seasonalPicks_tabList_btn_img {}
	.seasonalPicks_tabList_btn_img > img {}
	.seasonalPicks_tabList_btn_text {}
	.seasonalPicks_panel {}
	.seasonalPicks_swiper {}
	.seasonalPicks_swiper_wrapper {}
	.seasonalPicks_swiper_slide {}
	.seasonalPicks_item {
		padding-top: 33px;
	}
	.seasonalPicks_item_cols {}
	.seasonalPicks_item_col {}
	.seasonalPicks_item_col-img {}
	.seasonalPicks_image {
		margin-bottom: 13px;
	}
	.seasonalPicks_image > img {}
	.seasonalPicks_dList {}
	.seasonalPicks_dList > dt {}
	.seasonalPicks_dList > dt::after {}
	.seasonalPicks_dList > dt > .icon {}
	.seasonalPicks_dList > dd {}
	.seasonalPicks_item_col-txt {}
	.seasonalPicks_text {}
	.seasonalPicks_link {}
	.seasonalPicks_link > a {}
	.seasonalPicks_body_inner {}
	.seasonalPicks_swiper_scrollbar {}
	.seasonalPicks_swiper_pagination {}
	.areaDetailVis {}
	.areaDetailVis_inner {}
	.areaDetailVis_cols {}
	.areaDetailVis_col {}
	.areaDetailVis_col-txt {}
	.areaDetailVis_subImage {
		display: none;
	}
	.areaDetailVis_subImage::before {}
	.areaDetailVis_subImage > img {}
	.areaDetailVis_titleWrap {
		min-height: 90px;
	}
	.areaDetailVis_title {
		font-size: 45px;
	}
	.areaDetailVis_jp {
		width: 400px;
	}
	.areaDetailVis_jp > img {}
	.areaDetailVis_text {}
	.areaDetailVis_col-img {}
	.areaDetailVis_image {}
	.areaDetailVis_image > img {}
	.areaDetailVis_nav {}
	.areaDetailVis_nav_list {
		column-gap: 10px;
	}
	.areaDetailVis_nav_list > li {
		width: 120px;
	}
	.areaDetailVis_nav_list > li > a {}
	.areaDetailVis_nav_list > li > a > .icon {}
	.areaDetailVis_nav_circle {}
	.areaDetailVis_nav_circle > .icon {}
	.areaDetailVis_nav_text {}
	.areaDetailVis_nav_circle-yellow {}
	.areaDetailVis_nav_circle-yellow > .icon {}
	.areaDetailVis_exclude {}
	.areaDetailVis_exclude::before {}
	.areaDetailVis_exclude-left {}
	.areaDetailVis_exclude-left::before {}
	.areaDetailVis_exclude-right::before {}
	.areaDetailVis_exclude-right {}
	.areaHigh {}
	.areaHigh_contents {}
	.areaHigh_inner {}
	.areaHigh_title {
		font-size: 59px;
	}
	.areaHigh_sect {}
	.areaHigh_cols {}
	.areaHigh_col {}
	.areaHigh_col-img {}
	.areaHigh_image {}
	.areaHigh_image > img {}
	.areaHigh_col-txt {}
	.areaHigh_num {}
	.areaHigh_headline {}
	.areaHigh_text {}
	.areaHigh_link {}
	.areaHigh_link > a {}
	.areaDetailMovie {}
	.areaDetailMovie_video {}
	.areaDetailMovie_video::after {}
	.areaDetailMovie_video_item {}
	.gotoFrom_contents {}
	.gotoFrom_exclude {}
	.gotoFrom_exclude::before {}
	.gotoFrom_exclude-left {}
	.gotoFrom_exclude-right {}
	.gotoFrom_exclude-right::before {}
	.areaHigh_swiper_pagination {}
	.areaHigh_moreLink {
		margin-top: 20px;
	}
	.areaHigh_moreLink > a {}
	.areaHigh_moreLink > a::after {}
	.areaHigh_moreLink > a > .icon {}
	.areaHigh_moreLink_arrow {}
	.areaHigh_moreLink_arrow > .icon {}
	.areaHigh_swiper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.areaHigh_swiper_wrapper {}
	.areaHigh_swiper_slide {}
	.areaHigh_swiper_btn {}
	.areaHigh_swiper_btn-prev {}
	.areaHigh_swiper_btn-next {}
	.areaHigh_swiper_btn > .icon {}
	.areaHigh_swiper_btn_text {}
	.areaHigh_numWrap {}
	.areaHigh_textWrap {}
	.romancePr-hotel {}
	.stories {}
	.stories_contents {}
	.stories_inner {}
	.stories_title {}
	.stories_grid {}
	.stories_movie {}
	.stories_movie > iframe {}
	.stories_cell {}
	.stories_cell:nth-child(2n + 1) {}
	.stories_cell:nth-child(n + 3) {}
	.stories_head {}
	.stories_head_inner {}
	.ticketNav-ticket {}
	.ticketNav_title-ticket {}
	.faq {}
	.faq_head {}
	.faq_head_inner {}
	.faq_title {}
	.faq_inner {}
	.faq_body {}
	.faqBox {}
	.faqBox:nth-child(n + 2) {}
	.faqBox_title {}
	.faqBox_title_btn {}
	.faqBox_title_num {}
	.faqBox_title_text {}
	.faqBox_title_icon {}
	.faqBox_title_icon::before {}
	.faqBox_title_icon::after {}
	.faqBox_title_btn[aria-expanded="true"] .faqBox_title_icon::after {}
	.faqBox_toggle {}
	.faqBox_toggle.isShow {}
	.faqBox_toggle_inner {}
	.faqBox_num {}
	.faqBox_answer {}
	.faqBox_text {}
	.faqBox_text:last-child {}
	.faqBox_text > a {}
	.faq_link {}
	.faq_link > a {}
	.howotoBuy {}
	.howotoBuy_head {}
	.howotoBuy_head_inner {}
	.howotoBuy_title {}
	.howotoBuy_panel {}
	.howotoBuy_panel.isShow {}
	.howotoBuy_image {}
	.howotoBuy_image > img {}
	.howotoBuy_inner {}
	.tabNav-mbS {}
	.priceDetail {}
	.priceDetail_head {
		margin-bottom: 20px;
	}
	.priceDetail_head_inner {}
	.priceDetail_title {}
	.priceDetail_inner {}
	.priceDetail_table {}
	.priceDetail_table > thead {}
	.priceDetail_table > thead > tr {}
	.priceDetail_table > thead > tr > th {}
	.priceDetail_table > thead > tr > th.-sky {}
	.priceDetail_table > thead > tr > th.-blue {}
	.priceDetail_table > thead > tr:first-child > th:first-child {}
	.priceDetail_table > thead > tr:first-child > th:last-child {}
	.priceDetail_table > thead > tr > td {}
	.priceDetail_table > tbody {}
	.priceDetail_table > tbody > tr {}
	.priceDetail_table > tbody > tr > td {}
	.priceDetail_table > tbody > tr > td:first-child {}
	.priceDetail_table > tbody > tr:last-child > td:last-child {}
	.priceDetail_table > tbody > tr:last-child > td:first-child {}
	.priceDetail_headline {}
	.priceDetail_subhead {}
	.priceDetail_text {}
	.priceDetail_note {}
	.priceDetail_link {}
	.priceDetail_link > a {}
	.priceDetail_tableWrap {}
	.priceDetail_tableWrap::before {}
	.ticketMap {}
	.ticketMap_inner {}
	.ticketMap_arrow {}
	.ticketMap_arrow > img {}
	.ticketMap_title {}
	.ticketMap_image {}
	.ticketMap_image > img {}
	.ticketMap_link {}
	.ticketMap_link > a {}
	.areaHigh_title-small {
		font-size: 48px;
	}
	.areaHigh_video {}
	.areaHigh_video::before {}
	.areaHigh_vis_item {}
	.ticketMv {}
	.ticketMv::before {}
	.ticketMv_inner {}
	.ticketMv_box {}
	.ticketMv_box_inner {}
	.ticketMv_cols {}
	.ticketMv_col {}
	.ticketMv_col-img {
		width: 250px;
	}
	.ticketMv_slide {}
	.ticketMv_slide_item {}
	.ticketMv_image {}
	.ticketMv_image::before {}
	.ticketMv_image > img {}
	.ticketMv_thumbList {
		row-gap: 8px;
		column-gap: 8px;
		grid-template-columns: repeat(6, 1fr);
	}
	.ticketMv_thumbList > li {}
	.ticketMv_thumbList_btn {
		border-radius: 4px;
	}
	.ticketMv_thumbList_image {}
	.ticketMv_thumbList_image::before {}
	.ticketMv_thumbList_image > img {}
	.ticketMv_col-txt {
		width: calc(100% - 280px);
		padding-top: 0;
	}
	.ticketMv_head {}
	.ticketMv_days {
		margin-bottom: 5px;
	}
	.ticketMv_days_inner {}
	.ticketMv_title {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.ticketMv_price {
		font-size: 15px;
	}
	.ticketMv_priceList {}
	.ticketMv_priceList > dt {}
	.ticketMv_priceList > dd {}
	.ticketMv_priceList_num {
		font-size: 20px;
	}
	.ticketMv_price_slash {}
	.ticketMv_note {}
	.ticketMv_headline {}
	.ticketMv_list {}
	.ticketMv_list > li {}
	.ticketMv_list > li > strong {}
	.ticketMv_btnList {}
	.ticketMv_btnList:first-child {}
	.ticketMv_btnList > li {}
	.ticketMv_btnList > li.-online {}
	.ticketMv_btnList > li > a {}
	.areaHigh_bgWrap {}
	.ticketFrom {}
	.ticketFrom_brackets {}
	.ticketFrom_brackets-left {}
	.ticketFrom_inner {}
	.ticketFrom_title {}
	.ticketFrom_title_em {}
	.ticketFrom_numWrap {}
	.ticketFrom_num {}
	.ticketFrom_num_main {}
	.ticketFrom_brackets-right {}
	.ticketMv_infoCols {}
	.ticketMv_infoCol {}
	.ticketMv_infoCol-from {}
	.ticketMv_infoCol-btn {}
	.ticketMv_link {}
	.ticketMv_link > a {}
	.ticketMap_imageWrap {}
	.priceDetail_scroll {}
	.ticketMv_otherImage {}
	.ticketMv_otherImage > img {}
	.faq-mbS {}
	.howtoSect {}
	.howtoSect_grid {}
	.howtoSect_cell {}
	.howtoSect_item {}
	.howtoSect_num {}
	.howtoSect_box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.howtoSect_title {}
	.howtoSect_text {}
	.howtoSect_caption {}
	.howtoSect_image {}
	.howtoSect_image > img {}
	.howtoSect_arrow {}
	.howtoSect_swiper {}
	.howtoSect_swiper_wrapper {}
	.howtoSect_swiper_slide {}
	.howtoSect_swiper_scrollbar {}
	.transNav {}
	.transNav_inner {}
	.transNav_title {}
	.transNav_list {
		max-width: 600px;
		margin-top: 40px;
		grid-template-columns: repeat(2, 1fr);
		margin-left: auto;
		margin-right: auto;
	}
	.transNav_list > li {}
	.transNav_list > li.-wide {}
	.transNav_list > li > a {}
	.transNav_item {}
	.transNav_img {}
	.transNav_img::before {}
	.transNav_img > img {}
	.transNav_text {}
	.transNav_itemWrap {}
	.ticketMap_image-half {}
	.ticketMap_image-half::before {}
	.ticketMap-border {}
	.ticketMap-border::before {}
	.ticketMv_subhead {}
	.ticketMv_bnr {}
	.ticketMv_bnr > a {}
	.ticketMv_bnr_image {}
	.ticketMv_bnr_image > a {}
	.ticketMv_bnr_image > a > img {}
	.priceDetail_msg {}
	.notice {}
	.notice_cols {}
	.notice_col {}
	.notice_col-img {}
	.notice_image {}
	.notice_image > img {}
	.notice_col-txt {}
	.notice_text {}
	.notice_text:last-child {}
	.pamphelt {}
	.pamphelt_head {}
	.pamphelt_head_inner {}
	.pamphelt_title {}
	.pamphelt_inner {}
	.pamphelt_list {}
	.pamphelt_list > li {
		width: 23.5%;
		margin-left: 2%;
	}
	.pamphelt_list > li:nth-child(4n + 1) {}
	.pamphelt_list > li > a {}
	.pamphelt_image {}
	.pamphelt_image > img {}
	.pamphelt_info {}
	.pamphelt_local {}
	.pamphelt_link {}
	.pamphelt_link > .icon {}
	.transNav_link {}
	.transNav_link > a {}
	.transNav_link_text {}
	.transNav_link_icon {}
	.insta {}
	.insta_head {}
	.insta_head_inner {}
	.insta_cols {}
	.insta_col {}
	.insta_col-logo {}
	.insta_image {}
	.insta_image > img {}
	.insta_col-ttl {}
	.insta_title {}
	.insta_subTitle {}
	.insta_col-txt {}
	.insta_text {}
	.insta_msg {}
	.insta_swiper {}
	.insta_swiper_wrapper {}
	.insta_swiper_slide {}
	.insta_item {}
	.insta_item::before {}
	.insta_item > a {}
	.insta_areaText {}
	.insta_date {}
	.insta_textWrap {}
	.insta_textWrap > .icon {}
	.insta_swiper_scrollbar {}
	.insta_foot {}
	.insta_foot_inner {}
	.insta_btnList {}
	.insta_btnList > li {}
	.insta_btnList_btn {}
	.insta_btnList_btn-instagram {}
	.insta_btnList_btn::before {}
	.insta_btnList_btn-facebook {}
	.insta_btnList_btn_arrow {}
	.insta_btnList_btn_arrow-instagram {}
	.insta_btnList_btn_icon {}
	.insta_btnList_btn_text {}
	.insta_btnList_btn_text-instagram {}
	.insta_logo {}
	.insta_logo > img {}
	.insta_inner {}
	.travelTips_inner-wide {}
	.travelTips_title-wide {}
	.travelTips_title-topics {}
	.travelTips_title-wide::before {}
	.travelTips_title-wide::after {}
	.tipsItem_text-wide {}
	.tipsItem_tagList-wide {}
	.tipsItem_imageWrap-wide {}
	.discover {}
	.discover_contents {}
	.discover_video {}
	.discover_video::before {}
	.discover_video_item {}
	.discover_jp {
		width: 1000px;
	}
	.discover_jp > img {}
	.discover_inner {}
	.discover_title {}
	.discover_text {}
	.discover_swiper {}
	.discover_areaBtn {}
	.discover_btn {}
	.discover_btn-prev {}
	.discover_headline {}
	.discover_btn-next {}
	.discover_btn > .icon {}
	.discover_swiper_wrapper {}
	.discover_swiper_slide {}
	.discover_tag {}
	.discover_tag > a {}
	.areaVis-top {}
	.areaVis-top::before {}
	.hakoneAreas {}
	.hakoneAreas_arrow {}
	.hakoneAreas_arrow > img {}
	.hakoneAreas_head {}
	.hakoneAreas_head_inner {}
	.hakoneAreas_from {}
	.hakoneAreas_headline {}
	.hakoneAreas_inner {}
	.hakoneAreas_title {}
	.hakoneAreas_image {}
	.hakoneAreas_image::before {}
	.hakoneAreas_image > img {}
	.hakoneAreas_list {}
	.hakoneAreas_list > li {}
	.hakoneAreas_list_btn {}
	.hakoneAreas_list_btn::after {}
	.hakoneAreas_list_btn[aria-selected="true"]::after {}
	.hakoneAreas_list_btn_num {}
	.hakoneAreas_list_btn_image {}
	.hakoneAreas_list_btn_image::before {}
	.hakoneAreas_list_btn_image > img {}
	.hakoneAreas_list_btn_text {}
	.hakoneAreas_list_btn_imageWrap {
		width: 70px;
	}
	.hakoneAreas_list_btn_imageWrap::before {}
	.hakoneAreas_list_btn[aria-selected="true"] .hakoneAreas_list_btn_imageWrap::before {}
	.hakoneSpot {}
	.hakoneSpot.isShow {}
	.hakoneSpot_cols {}
	.hakoneSpot_col {}
	.hakoneSpot_col-title {}
	.hakoneSpot_title {}
	.hakoneSpot_title_num {}
	.hakoneSpot_text {}
	.hakoneSpot_list {
		flex-wrap: wrap;
		row-gap: 5px;
	}
	.hakoneSpot_list > li {}
	.hakoneSpot_list_btn {}
	.hakoneSpot_list_btn > .icon {}
	.hakoneSpot_col-slide {}
	.hakoneSpot_swiper {}
	.hakoneSpot_btn {}
	.hakoneSpot_btn-prev {}
	.hakoneSpot_btn > .icon {}
	.hakoneSpot_btn-next {}
	.hakoneSpot_swiper_wrapper {}
	.hakoneSpot_swiper_slide {}
	.hakoneSpot_image {}
	.hakoneSpot_image > img {}
	.otherAreas {}
	.otherAreas_contents {}
	.otherAreas_inner {}
	.otherAreas_arrow {}
	.otherAreas_arrow > img {}
	.otherAreas_title {}
	.otherAreas_cols {}
	.otherAreas_col {}
	.otherAreas_col-img {}
	.otherAreas_map {}
	.otherAreas_map > img {}
	.otherAreas_col-slide {}
	.otherAreas_swiper {
		padding: 0;
	}
	.otherAreas_swiper::before {
		display: none;
	}
	.otherAreas_swiper::after {
		display: none;
	}
	.otherAreas_btn {}
	.otherAreas_btn-prev {}
	.otherAreas_btn > .icon {}
	.otherAreas_btn_text {}
	.otherAreas_btn-next {}
	.otherAreas_btn-next > .icon {}
	.otherAreas_swiper_wrapper {}
	.otherAreas_swiper_slide {}
	.otherAreas_headline {
		padding-left: 60px;
		padding-right: 60px;
	}
	.otherAreas_image {}
	.otherAreas_image > img {}
	.otherAreas_text {}
	.otherAreas_list {}
	.otherAreas_list > li {}
	.otherAreas_list_btn {}
	.otherAreas_list_btn > .icon {}
	.tipsItem_text-topics {}
	.travelTips-topics {}
	.topInfo {}
	.topInfo_inner {}
	.topInfo_hr {}
	.topInfo_cols {}
	.topInfo_col {}
	.topInfo_col-service {}
	.topStatus {}
	.topStatus_title {}
	.topStatus_cols {}
	.topStatus_col {}
	.topStatus_col-odakyu {}
	.topStatus_sect {}
	.topStatus_info {}
	.topStatus_headline {}
	.topStatus_date {}
	.topStatus_box {}
	.topStatus_box > a {}
	.topStatus_box_item {}
	.topStatus_status {}
	.topStatus_status_icon {}
	.topStatus_status_text {}
	.topStatus_more {}
	.topStatus_more > .icon {}
	.topStatus_col-hakone {}
	.topInfo_col-news {}
	.topNews {}
	.topNews_title {}
	.topNews_link {}
	.topNews_link > a {}
	.topNews_list {}
	.topNews_list > li {}
	.topNews_list > li > a {}
	.topNews_list > li > a::before {}
	.topNews_list_update {}
	.topNews_list_cat {}
	.topNews_list_text {}
	.topVis {
		padding-top: 0;
	}
	.topVis_canvas {}
	.topVis_frame {}
	.topVis_frame_cell {}
	.topVis_frame_cell::before {}
	.topVis_frame_cell::after {}
	.topVis_frame_corner {}
	.topVis_frame_corner::after {}
	.topVis_frame_corner-topLeft {}
	.topVis_frame_corner-topLeft::after {}
	.topVis_frame_corner-topRight {}
	.topVis_frame_corner-topRight::after {}
	.topVis_frame_corner-bottomLeft {}
	.topVis_frame_corner-bottomLeft::after {}
	.topVis_frame_corner-bottomRight {}
	.topVis_frame_corner-bottomRight::after {}
	.topVis_swiper {}
	.topVis_swiper_wrapper {}
	.topVis_swiper_slide {}
	.topVis_image {}
	.topVis_image > img {}
	.topVis_title {}
	.topVis_text {}
	.topVis_straps {}
	.topVis_straps_item {}
	.topVis_straps_item_svg {}
	.topVis_areaText {}
	.topVis_link {}
	.topVis_link > a {}
	.topVis_link > a > .icon {}
	.topVis_seats {}
	.topVis_seats_item {}
	.topVis_seats_base {}
	.topVis_seats_base > img {}
	.topVis_seats_backrest {}
	.topVis_seats_backrest > img {}
	.consent {}
	.consent_title {}
	.consent_text {}
	.consent_list {}
	.consent_list > li {}
	.consent_list > li > a {}
	.tipsItem-topics {}
	.tipsItem-topics > a {}
	.romancePr-top {}
	.hakoneSpot_swiper_pagination {}
	.hakoneAreas_listWrap {}
	.fixSpTicketNav {}
	.fixSpTicketNav_inner {}
	.fixSpTicketNav_btnList {}
	.fixSpTicketNav_btnList > li {}
	.ticketMv_btn {}
	.ticketMv_btn-buy {}
	.areaSect_map-number {}
	.hakoneAreas_marker {}
	.hakoneAreas_marker-h01 {}
	.hakoneAreas_marker-h02 {}
	.hakoneAreas_marker-h03 {}
	.hakoneAreas_marker-h04 {}
	.hakoneAreas_marker-h05 {}
	.hakoneAreas_marker-h06 {}
	.hakoneAreas_marker-h07 {}
	.policy {}
	.policy_text {}
	.policy_text:last-child {}
	.policy_sect {}
	.policy_title {}
	.policy_oList {}
	.policy_oList > li {}
	.policy_headline {}
	.policy_subhead {}
	.policy_lead {}
	.policy_subhead-mtS {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.companyOutline {}
	.companyOutline_title {}
	.companyOutline_table {}
	.companyOutline_table > tbody {}
	.companyOutline_table > tbody > tr {}
	.companyOutline_table > tbody > tr > th {}
	.companyOutline_table > tbody > tr > td {}
	.companyOutline_table_text {}
	.companyOutline_table_text:last-child {}
	.companyGroup {}
	.companyGroup_title {}
	.companyGroup_cols {}
	.companyGroup_col {}
	.companyGroup_col-img {}
	.companyGroup_logo {}
	.companyGroup_logo > img {}
	.companyGroup_col-txt {}
	.companyGroup_text {}
	.companyGroup_grid {}
	.companyGroup_sect {}
	.companyGroup_image {}
	.companyGroup_image::before {}
	.companyGroup_image > img {}
	.companyGroup_headline {}
	.groupNav {}
	.groupNav_title {}
	.groupNav_list {
		column-gap: 3%;
	}
	.groupNav_list > li {}
	.groupNav_list > li > a {}
	.groupNav_list > li > a > .icon {}
	.groupNav_list > li > a > .icon-blank {}
	.groupNav_list > li > a > .icon-arrowRightSimple {}
	.otherServices {}
	.otherServices_title {}
	.otherServices_grid {}
	.otherServices_cell {}
	.otherServices_image {}
	.otherServices_image > img {}
	.otherServices_headline {}
	.otherServices_text {}
	.otherServices_link {}
	.otherServices_link > a {}
	.otherServices_cell:nth-child(n + 2) {}
	.serviceNav {}
	.serviceNav_grid {}
	.serviceNav_cell {}
	.serviceNav_title {}
	.serviceNav_image {}
	.serviceNav_image > img {}
	.serviceNav_text {}
	.serviceNav_link {}
	.serviceNav_link > a {}
	.serviceNav_hr {}
	.lostFound {
		margin-bottom: 100px;
	}
	.lostFound_sect {}
	.lostFound_sect:nth-child(n + 2) {}
	.lostFound_cols {}
	.lostFound_col {}
	.lostFound_col-img {}
	.lostFound_image {}
	.lostFound_image > img {}
	.lostFound_col-txt {}
	.lostFound_title {}
	.lostFound_text {}
	.faqBox_title_btn-parent {}
	.faqBox_title_text-parent {}
	.sCenterArea {}
	.sCenterArea_cols {
		display: block;
	}
	.sCenterArea_col {
		width: auto;
		max-width: none;
	}
	.sCenterArea_col-side {
		margin-bottom: 45px;
	}
	.sideNav {
		position: static;
	}
	.sideNav_list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		column-gap: 16px;
	}
	.sideNav_list > li {}
	.sideNav_list > li:nth-child(n + 2) {
		margin-top: 0;
	}
	.sideNav_list > li > a {}
	.sideNav_list > li > a[aria-current="page"] {}
	.sideNav_list > li > a::before {}
	.sideNav_list > li > a[aria-current="page"]::before {}
	.sideNav_list > li > a > .icon {}
	.sCenterArea_col-main {}
	.sCenterIntro {}
	.sCenterIntro_head {}
	.sCenterIntro_title {}
	.sCenterIntro_list {}
	.sCenterIntro_list > li {}
	.sCenterIntro_cols {}
	.sCenterIntro_col {}
	.sCenterIntro_col-img {
		max-width: none;
	}
	.sCenterIntro_image {}
	.sCenterIntro_image > img {}
	.sCenterIntro_col-txt {
		max-width: none;
	}
	.sCenterIntro_text {}
	.sCenterIntro_msg {}
	.sCenterIntro_msg > a {}
	.sCenterIntro_link {}
	.sCenterIntro_link > a {}
	.sCenterGuide {}
	.sCenterGuide_grid {}
	.sCenterGuide_cell {}
	.sCenterGuide_cell:nth-child(3n + 1) {}
	.sCenterGuide_cell:nth-child(3n + 2) {}
	.sCenterGuide_title {}
	.sCenterGuide_title > .icon {}
	.sCenterGuide_title_text {}
	.sCenterGuide_text {}
	.sCenterTbl {}
	.sCenterTbl_table {}
	.sCenterTbl_table > tbody {}
	.sCenterTbl_table > tbody > tr {}
	.sCenterTbl_table > tbody > tr > th {}
	.sCenterTbl_table > tbody > tr > td {}
	.sCenterTbl_creditList {}
	.sCenterTbl_creditList > li {}
	.sCenterTbl_creditList > li > img {}
	.sCenterTbl_text {}
	.sCenterTbl_text > a {}
	.bnrEmot {}
	.bnrEmot > a {}
	.bnrEmot_head {}
	.bnrEmot_head > img {}
	.bnrEmot_foot {}
	.sCenterTbl_dList {}
	.sCenterTbl_dList:last-child {}
	.sCenterTbl_dList > dt {}
	.sCenterTbl_dList > dd {}
	.sCenterTbl_info {}
	.sCenterTbl_info > a {}
	.sCenterTbl_info_img {}
	.sCenterTbl_info_img > img {}
	.sCenterTbl_info_text {}
	.sCenterMap {}
	.sCenterMap_title {}
	.sCenterMap_text {}
	.sCenterMap_image {}
	.sCenterMap_image > img {}
	.sCenterMap_caution {}
	.sCenterMap_map {}
	.sCenterMap_map > iframe {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsList_item {}
	.newsList_icon {}
	.newsList_info {}
	.newsList_update {}
	.newsList_cat {}
	.newsList_title {
		width: calc(100% - 170px);
		padding-right: 50px;
	}
	.newsList_title-noPdf {
		padding-right: 0;
	}
	.pager {}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.areaNews {}
	.getAcrobat {}
	.getAcrobat_image {}
	.getAcrobat_image > img {}
	.getAcrobat_text {}
	.getAcrobat_text > a {}
	.entry {}
	.entry_info {}
	.entry_update {}
	.entry_update > time {}
	.entry_cat {}
	.entry_title {}
	.entry_editor {}
	.entry_link {}
	.entry_link > a {}
	.entry_link > a > .icon {}
	.serAreaGuide {}
	.serAreaGuide_title {}
	.serAreaGuide_text {}
	.connectWifi {}
	.connectWifi_title {
		margin-bottom: 21px;
	}
	.connectWifi_grid {}
	.connectWifi_cell {}
	.connectWifi_num {}
	.connectWifi_box {
		padding-top: 52px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 36px;
	}
	.connectWifi_headline {
		font-size: 17px;
	}
	.connectWifi_image {
		max-width: 240px;
	}
	.connectWifi_image > img {
		width: 100%;
	}
	.connectWifi_arrow {}
	.connectWifi_info {}
	.connectWifi_bnr {}
	.connectWifi_bnr > img {}
	.connectWifi_dl {}
	.connectWifi_subhead {}
	.connectWifi_subhead::before {}
	.connectWifi_subhead::after {}
	.connectWifi_list {}
	.connectWifi_list > li {}
	.connectWifi_list > li > a {}
	.connectWifi_list > li > a > img {}
	.scrollableItem {}
	.scrollableItem_wrapper {}
	.scrollableItem_slide {
		width: var(--width-scrollable);
	}
	.scrollableItem_pagination {}
	.serAreas {}
	.serAreas_title {}
	.serAreas_mapWrap {}
	.serAreas_map {}
	.serAreas_map > img {}
	.serAreas_listWrap {}
	.serAreas_list {}
	.serAreas_list > li {}
	.serAreas_list_image {}
	.serAreas_list_image > img {}
	.serAreas_list_text {}
	.connectApp {}
	.connectApp_title {}
	.connectApp_oList {}
	.connectApp_oList > li {}
	.connectApp_oList_caution {}
	.faq_title-mb {}
	.faq_body-narrow {}
	.strageServ {}
	.strageServ_cols {}
	.strageServ_col {}
	.strageServ_col-ttl {}
	.strageServ_title {}
	.strageServ_text {}
	.strageServ_text:last-child {}
	.strageServ_col-img {}
	.strageServ_fig {}
	.strageServ_fig > img {}
	.strageServ_fig > figcaption {}
	.strageServ_tableWrap {}
	.strageServ_table {}
	.strageServ_table > thead {}
	.strageServ_table > thead > tr {}
	.strageServ_table > thead > tr > th {}
	.strageServ_table > thead > tr > td {}
	.strageServ_table > tbody {}
	.strageServ_table > tbody > tr {}
	.strageServ_table > tbody > tr > td {}
	.strageServ_table > tbody > tr > td > a {}
	.strageServ_note {}
	.strageServ_link {}
	.strageServ_link > a {}
	.deliServ {}
	.deliServ_contents {}
	.deliServ_cols {
		display: block;
	}
	.deliServ_col {
		width: auto;
		max-width: none;
	}
	.deliServ_col-ttl {
		margin-bottom: 40px;
	}
	.deliServ_title {
		margin-bottom: 24px;
	}
	.deliServ_text {}
	.bookBox {}
	.bookBox_title {}
	.bookBox_text {}
	.bookBox_link {}
	.deliServ_col-sub {}
	.deliServ_headline {}
	.deliServ_item {}
	.deliServ_image {}
	.deliServ_image > img {}
	.deliServ_areaText {}
	.deliServ_num {}
	.deliServ_num_main {}
	.deliServ_subhead {}
	.deliServ_msg {}
	.deliServ_arrow {}
	.deliServ_arrow > img {}
	.servPrice {}
	.servPrice_title {}
	.servPrice_tableWrap {}
	.servPrice_table {}
	.servPrice_table > thead {}
	.servPrice_table > thead > tr {}
	.servPrice_table > thead > tr > th {}
	.servPrice_table > thead > tr > th[colspan="2"] {}
	.servPrice_table > thead > tr > td {}
	.servPrice_table > tbody {}
	.servPrice_table > tbody > tr {}
	.servPrice_table > tbody > tr > td {}
	.servPrice_note {}
	.servPrice_list {}
	.servPrice_list > li {}
	.servPrice_dList {}
	.servPrice_dList > dt {}
	.servPrice_dList > dd {}
	.servPrice_dList_sub {}
	.sustIntro {}
	.sustIntro_inner {}
	.sustIntro_title {}
	.sustIntro_image {}
	.sustIntro_image > img {}
	.sustIntro_text {}
	.sustain {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.sustain_inner {}
	.sustain_cols {}
	.sustain_cols:last-child {}
	.sustain_col {}
	.sustain_col-txt {}
	.sustain_title {
		font-size: 36px;
		margin-bottom: 40px;
	}
	.sustain_headline {
		font-size: 27px;
		margin-bottom: 15px;
	}
	.sustain_list {}
	.sustain_list > li {}
	.sustain_col-img {}
	.sustain_image {}
	.sustain_image > img {}
	.sustain_text {}
	.sustain-white {
		padding-top: 0;
		padding-bottom: 0;
	}
	.sustain_sect {}
	.sustain_sect-no1 {}
	.sustain_sect-no2 {}
	.sustain_areaText {}
	.sustain_areaText-no1 {
		width: calc(100% - 270px);
	}
	.sustain_areaImage-no1 {
		width: 220px;
	}
	.sustain_areaText-no2 {
		width: calc(100% - 240px);
	}
	.sustain_areaImage-no2 {
		width: 200px;
		padding-bottom: 0;
	}
	.sustain_sect_inner {}
	.sustain_sect_inner-no2 {}
	.sustain_env {
		padding-top: 0;
		min-height: 568px;
		margin-bottom: 100px;
	}
	.sustain_env_image {
		left: auto;
		right: 0;
		transform: none;
		width: 900px;
	}
	.sustain_env_image > img {}
	.sustain_env_sect {}
	.sustain_env_sect-no1 {
		max-width: 520px;
	}
	.sustain_env_sect-no2 {
		width: calc(100% - 150px);
		padding-bottom: 140px;
		max-width: 520px;
	}
	.sustain_env_deco {}
	.sustain_env_deco > img {}
	.sustain_mountain {
		margin-bottom: 80px;
	}
	.sustain_mountain_cols {}
	.sustain_mountain_col {}
	.sustain_mountain_col-img {
		width: 250px;
	}
	.sustain_mountain_image {}
	.sustain_mountain_image > img {}
	.sustain_mountain_col-txt {
		width: calc(100% - 280px);
		padding-bottom: 0;
	}
	.sustain_mountain_deco {
		max-width: 180px;
	}
	.sustain_mountain_deco > img {}
	.sustain_hotels {}
	.sustain_hotels_image {
		right: 0;
		left: auto;
		width: 150px;
	}
	.sustain_hotels_image > img {}
	.sustain_hotels_sect {
		width: calc(100% - 200px);
		max-width: none;
		margin-bottom: 35px;
	}
	.sustain_hotels_sect-no1 {
		min-height: 0;
	}
	.sustain_hotels_sect-no2 {
		margin-left: 0;
	}
	.sustain_hotels_deco {}
	.sustain_hotels_deco-no1 {
		position: relative;
		bottom: 0;
		right: 0;
		width: 80px;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.sustain_hotels_deco-no1 > img {}
	.sustain_hotels_deco-no2 {
		width: 100px;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		margin-top: 13px;
	}
	.sustain_hotels_deco-no2 > img {}
	.sustain_hotels_sect-no3 {
		margin-bottom: 0;
	}
	.sustain_hotels_deco-no3 {
		position: relative;
		bottom: 0;
		right: 0;
		width: 140px;
		margin-left: auto;
		margin-bottom: 0;
	}
	.sustain_hotels_deco-no3 > img {}
	.sustain_sect_deco {}
	.sustain_sect_deco > img {}
	.sustain_hotels_fig {}
	.sustain_hotels_fig > img {}
	.sustain_env_sect_image {}
	.sustain_env_imageSp {}
	.sustain_env_sect_image > img {}
	.sustain_env_imageSp > img {}
	.blogItems {}
	.blogItems_list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.blogItems_list > li {}
	.blogItems_list > li:nth-child(3n + 1) {}
	.blogItems_list > li:nth-child(3n + 2) {}
	.tipsItem-simple > a {
		padding-top: 0;
		padding-bottom: 0;
	}
	.blogItems_btn {}
	.blogNav {}
	.blogNav_cell {}
	.blogNav_label {}
	.blogNav_selWrap {}
	.blogMap {}
	.blogMap_canvas {}
	.blogMap_canvas > img {}
	.blogPickup {}
	.blogPickup_title {}
	.blogPickup_list {
		grid-template-columns: repeat(2, 1fr);
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
	}
	.blogPickup_list > li {}
	.blogPickup_list > li:nth-last-child(n + 2) {
		border-right: none;
	}
	.blogPickup_list > li:nth-child(2n + 1) {
		border-right: 1px solid var(--color-line-light);
	}
	.tipsItem_imageWrap-pickup {}
	.tipsItem_text-pickup {}
	.tipsItem_imageWrap-list {}
	.tipsItem_date-list {}
	.tipsItem_date-pickup {}
	.tipsItem_tagList-list {}
	.tipsItem_tagList-pickup {}
	.romanTime {}
	.romanTime.isShow {}
	.romanTime_title {}
	.romanTime_title_sign {}
	.romanTime_table {}
	.romanTime_table:last-child {}
	.romanTime_table > caption {}
	.romanTime_table > thead {}
	.romanTime_table > thead > tr {}
	.romanTime_table > thead > tr > th {}
	.romanTime_table > thead > tr > th.-hasArrow {}
	.romanTime_table > thead > tr:first-child > th:first-child {}
	.romanTime_table > thead > tr:last-child > th:last-child {}
	.romanTime_table > thead > tr > td {}
	.romanTime_table > tbody {}
	.romanTime_table > tbody > tr {}
	.romanTime_table > tbody > tr > td {}
	.romanTime_table_arrow {}
	.romanTime_tabList {}
	.romanTime_tabList_btn {}
	.romanTime_box {}
	.romanTime_box.isShow {}
	.romanTime_btnList {}
	.romanTime_btnList > li {}
	.romanTime_btnList_btn {}
	.romanTime_btnList_btn-week {}
	.romanTime_btnList_btn-week[aria-selected="true"] {}
	.romanTime_btnList_btn-holidays {}
	.romanTime_btnList_btn-holidays[aria-selected="true"] {}
	.romanTime_panel {}
	.romanTime_panel.isShow {}
	.findDeparture {
		padding: 35px 30px;
	}
	.findDeparture_title {}
	.findDeparture_title_label {}
	.findDeparture_cols {}
	.findDeparture_col {
		width: 110px;
	}
	.findDeparture_col-icn {}
	.findDeparture_image {}
	.findDeparture_image > img {}
	.findDeparture_col-select {
		width: 360px;
	}
	.findDeparture_selWrap {}
	.findDeparture_selWrap > select {}
	.findDeparture_col-button {}
	.findDeparture_btn {}
	.findDeparture_result {}
	.findDeparture_result.isShow {}
	.findDeparture_result > iframe {}
	.majorSta {}
	.majorSta_title {}
	.majorSta_table {}
	.majorSta_table > thead {}
	.majorSta_table > thead > tr {}
	.majorSta_table > thead > tr > th {}
	.majorSta_table > thead > tr > th:nth-child(1) {}
	.majorSta_table > thead > tr > th:nth-child(2) {}
	.majorSta_table > thead > tr > th:nth-child(3) {}
	.majorSta_table > thead > tr > td {}
	.majorSta_table > tbody {}
	.majorSta_table > tbody > tr {}
	.majorSta_table > tbody > tr > td {}
	.majorSta_btn {}
	.majorSta_btn_sign {}
	.majorSta_btn_text {}
	.majorSta_list {}
	.majorSta_list > li {}
	.majorSta_list > li:nth-child(n + 2) {}
	.majorSta_list > li > a {}
	.majorSta_btn_icon {}
	.ticketNav-mt {
		margin-top: 100px;
	}
	.withDigital {}
	.withDigital_inner {}
	.withDigital_title {}
	.withDigital_box {}
	.withDigital_cols {}
	.withDigital_col {}
	.withDigital_col-img {}
	.withDigital_image {}
	.withDigital_image > img {}
	.withDigital_col-txt {}
	.withDigital_headline {}
	.withDigital_headline > .icon {}
	.withDigital_text {}
	.bnrEmot-lg {}
	.bnrEmot_head-lg {}
	.bnrEmot_foot-lg {}
	.ticketNotice {}
	.ticketNotice_inner {}
	.ticketNotice_title {}
	.ticketNotice_grid {}
	.ticketNotice_cell {}
	.ticketNotice_image {}
	.ticketNotice_image > img {}
	.ticketNotice_areaText {}
	.ticketNotice_headline {}
	.ticketNotice_text {}
	.otherPurchase {}
	.otherPurchase_inner {}
	.otherPurchase_title {}
	.otherPurchase_cols {}
	.otherPurchase_col {}
	.otherPurchase_col-no1 {}
	.otherPurchase_sect {}
	.otherPurchase_image {}
	.otherPurchase_image > img {}
	.otherPurchase_headline {}
	.otherPurchase_text {}
	.otherPurchase_hr {}
	.otherPurchase_col-no2 {}
	.otherPurchase_oList {}
	.otherPurchase_oList > li {}
	.otherPurchase_list {}
	.otherPurchase_list > li {}
	.faq_title-center {}
	.ticketHowto {}
	.ticketHowto_tabList {
		margin-bottom: 50px;
	}
	.ticketHowto_tabList > li {}
	.ticketHowto_tabList_btn {}
	.ticketHowto_panel {}
	.ticketHowto_panel.isShow {}
	.ticketHowto_inner {}
	.ticketHowto_sect {}
	.ticketHowto_cols {}
	.ticketHowto_col {}
	.ticketHowto_col-img {
		width: 360px;
	}
	.ticketHowto_image {}
	.ticketHowto_image > img {}
	.ticketHowto_col-text {
		width: calc(100% - 370px);
		padding-top: 0;
	}
	.ticketHowto_titleWrap {
		margin-bottom: 30px;
	}
	.ticketHowto_title {
		font-size: 24px;
	}
	.ticketHowto_title_num {
		font-size: 36px;
	}
	.ticketHowto_btn {
		font-size: 16px;
	}
	.ticketHowto_btn-prev {}
	.ticketHowto_btn-next {}
	.ticketHowto_btn > .icon {
		font-size: 20px;
	}
	.ticketHowto_btn_num {}
	.ticketHowto_headline {}
	.ticketHowto_text {}
	.ticketHowto_link {}
	.ticketHowto_link > a {}
	.ticketHowto_link_box {}
	.ticketHowto_link_box_title {}
	.ticketHowto_link_box_text {}
	.ticketHowto_link_box_img {}
	.ticketHowto_link_text {}
	.ticketHowto_swiper {}
	.ticketHowto_swiper_wrapper {}
	.ticketHowto_swiper_slide {}
	.ticketNav-mbS {
		margin-bottom: 70px;
	}
	.pager-center {}
	.areaTours {}
	.areaTours_inner {}
	.areaTours_list {
		margin-top: 0;
		column-gap: 20px;
		row-gap: 35px;
	}
	.areaTours_list > li {}
	.toursItem_price {}
	.toursItem_btn {}
	.aboutVis {}
	.aboutVis_inner {}
	.aboutVis_subTitle {
		font-size: 30px;
	}
	.aboutVis_title {
		font-size: 52px;
	}
	.aboutVis_text {}
	.aboutVis_link {}
	.aboutVis_more {}
	.aboutVis_more > a {}
	.aboutVis_deco {}
	.aboutVis_deco > img {}
	.aboutMap {}
	.aboutMap_inner {}
	.aboutMap_map {}
	.aboutMap_image {}
	.aboutMap_image > img {}
	.aboutFixVis {}
	.aboutFixVis_video {}
	.aboutFixVis_video::before {}
	.aboutFixVis_vis_item {}
	.ticketNav-about {
		padding-bottom: 200px;
		margin-bottom: 0;
	}
	.aboutCont {}
	.aboutCont_tabNav {}
	.aboutCont_tabNav_inner {}
	.aboutCont_tabNav_list {
		grid-template-columns: repeat(7, auto);
		font-size: 15px;
	}
	.aboutCont_tabNav_list > li {}
	.aboutCont_tabNav_list > li > button {}
	.aboutCont_panel {}
	.aboutCont_panel_inner {}
	.aboutSect {}
	.aboutSect:last-child {}
	.aboutSect_cols {
		display: block;
	}
	.aboutSect_col {
		width: auto;
		max-width: none;
	}
	.aboutSect_col-txt {}
	.aboutSect_title {}
	.aboutSect_text {}
	.aboutSect_text:last-child {}
	.aboutSect_col-img {
		margin-left: -40px;
		margin-right: -40px;
		margin-top: 50px;
	}
	.aboutSect_swiper {}
	.aboutSect_swiper_wrapper {}
	.aboutSect_swiper_slide {}
	.aboutSect_swiper_btn {}
	.aboutSect_swiper_btn > .icon {}
	.aboutSect_swiper_btn-prev {}
	.aboutSect_swiper_btn-next {}
	.aboutSect_imageWrap {}
	.aboutSect_imageWrap > a {}
	.aboutSect_image {}
	.aboutSect_image > img {}
	.aboutSect_link {}
	.aboutSect_swiper_pager {}
	.ticketNav_text {}
	.areaTransport {}
	.areaTransport_inner {}
	.areaTransport_hr {}
	.areaTransport_arrow {}
	.areaTransport_arrow > img {}
	.areaRoute {}
	.areaRoute_titleWrap {}
	.areaRoute_title {}
	.areaRoute_link {}
	.areaRoute_link > a {}
	.areaRoute_list {}
	.areaRoute_list > li {}
	.areaRoute_other {}
	.areaTransport_list {}
	.areaTransport_list > li {}
	.railwayMap {}
	.railwayMap_inner {}
	.railwayMap_title {}
	.railwayMap_image {}
	.railwayMap_image > img {}
	.railwayMap_link {}
	.railwayMap_link > a {}
	.railwayMap_link > a > .icon {}
	.faqBox_toggle_inner-noSign {
		padding-left: 0;
	}
	.guideOther {}
	.guideOther_title {}
	.guideOther_title:first-child {}
	.guideOther_sect {}
	.guideOther_sect:last-child {}
	.guideOther_headline {}
	.guideOther_text {}
	.guideOther_cols {}
	.guideOther_col {}
	.guideOther_col-txt {}
	.guideOther_col-img {}
	.guideOther_image {}
	.guideOther_image:first-child {}
	.guideOther_image > img {}
	.guideOther_text-mt {}
	.guideOther_list {}
	.guideOther_list > li {}
	.guideOther_caption {}
	.ticketNav-transport {
		margin-bottom: 0;
	}
	.routeSearch {}
	.routeSearch_inner {}
	.routeSearch_link {}
	.routeSearch_link > a {}
	.routeSearch_label {}
	.routeSearch_label:first-child {}
	.routeSearch_date {}
	.routeSearch_date_input {}
	.routeSearch_date_input::before {}
	.routeSearch_date_input > input {}
	.routeSearch_selWrap {}
	.routeSearch_selWrap::before {}
	.routeSearch_selWrap > select {}
	.routeSearch_selWrap > select > option {}
	.routeSearch_hr {}
	.routeSearch_rdoList {}
	.routeSearch_rdoList-2c {}
	.routeSearch_rdoList-3c {}
	.routeSearch_rdoList-4c {}
	.routeSearch_rdoList-4c > li {}
	.routeSearch_rdoLbl {}
	.routeSearch_rdoLbl > input {}
	.routeSearch_rdoLbl_item {}
	[type="radio"]:checked + .routeSearch_rdoLbl_item {}
	.routeSearch_rdoLbl_icon {}
	[type="radio"]:checked + .routeSearch_rdoLbl_item .routeSearch_rdoLbl_icon {}
	.routeSearch_rdoLbl_text {}
	.routeSearch_title {}
	.routeSearch_title_btn {}
	.routeSearch_toggle {}
	.routeSearch_btn {}
	.routeSearch_direction {}
	.routeSearch_direction_cell {}
	.routeSearch_direction_sign {}
	.routeSearch_direction_btn {}
	.areaBlog {}
	.areaBlog_cols {
		display: block;
	}
	.areaBlog_col {
		width: auto;
		max-width: none;
	}
	.areaBlog_col-main {}
	.areaBlog_col-side {
		margin-top: 35px;
	}
	.blogEntry {}
	.blogEntry_cols {}
	.blogEntry_col {}
	.blogEntry_col-text {
		max-width: none;
		width: calc(100% - 272px);
	}
	.blogEntry_update {}
	.blogEntry_update > time {}
	.blogEntry_title {}
	.blogEntry_catList {}
	.blogEntry_catList > li {}
	.blogEntry_catList > li > a {}
	.blogEntry_cat {}
	.blogEntry_author {}
	.blogEntry_author_image {}
	.blogEntry_author_image > img {}
	.blogEntry_author_text {}
	.blogEntry_col-img {}
	.blogEntry_image {}
	.blogEntry_image > img {}
	.blogEntry_dList {}
	.blogEntry_dList > dt {}
	.blogEntry_dList > dd {}
	.blogEntry_dList > dd > a {}
	.blogEntry_dList > dd > a > img {}
	.blogEntry_editor {}
	.blogEntry_tagList {}
	.blogEntry_tagList > dt {}
	.blogEntry_tagList > dd {}
	.blogEntry_tagList > dd > a {}
	.blogEntry_tagList_cat {}
	.blogEntry_link {}
	.blogSide {}
	.blogSide_title {
		padding: 15px 0;
		position: relative;
		margin-bottom: 0;
	}
	.blogSide_title::before {
		content: "";
		display: block;
		width: 100vw;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		height: 1px;
		background-color: var(--color-line-light);
	}
	.blogSide_title::after {
		content: "";
		display: block;
		width: 100vw;
		left: 50%;
		position: absolute;
		bottom: 0;
		transform: translateX(-50%);
		height: 1px;
		background-color: var(--color-line-light);
	}
	.blogSide_list {
		display: flex;
	}
	.blogSide_list > li {
		width: 254px;
		box-sizing: border-box;
	}
	.blogSide_list > li:nth-last-child(n + 2) {
		border-right: 1px solid var(--color-line-light);
	}
	.blogSide_list > li:nth-child(n + 2) {
		margin-top: 0;
	}
	.tipsItem-side {}
	.tipsItem-side > a {
		padding: 10px 20px 24px;
	}
	.tipsItem_imageWrap-side {}
	.tipsItem_title-side {
		margin-bottom: 10px;
	}
	.tipsItem_date-side {}
	.tipsItem_text-side {}
	.tipsItem_tagList-side {}
	.tipsItem_new-side {}
	.entryBlock {}
	.entryBlock_card {}
	.entryBlock_card > a {}
	.entryBlock_card_inner {}
	.entryBlock_image {}
	.entryBlock_image > img {}
	.entryBlock_areaText {}
	.entryBlock_cat {}
	.entryBlock_title {}
	.entryBlock_price {}
	.tocNav {}
	.tocNav_title {}
	.tocNav_oList {}
	.tocNav_oList > li {}
	.tocNav_oList > li > a {}
	.routeSearch_title_btn_icon {}
	.ticketMv_title-wide {}
	.areaTicket {}
	.areaTicket_inner {}
	.recdPoints {}
	.recdPoints_title {}
	.recdPoints_text {
		font-size: 18px;
		line-height: 25px;
	}
	.recdPoints_text_strong {}
	.recdPoints_text_yen {
		font-size: 25px;
	}
	.recdPoints_text em {
		font-size: 25px;
	}
	.ticketInfo {}
	.ticketInfo_title {}
	.ticketInfo_table {}
	.ticketInfo_table > tbody {}
	.ticketInfo_table > tbody > tr {}
	.ticketInfo_table > tbody > tr > th {}
	.ticketInfo_table > tbody > tr > td {}
	.ticketMv_head-tour {
		padding-top: 0;
	}
	.ticketSect {}
	.ticketSect:last-child {}
	.ticketSect_title {}
	.ticketSect_text {}
	.ticketSect_list {}
	.ticketSect_list > li {}
	.ticketSect_list > li:nth-child(n + 2) {}
	.tourCourse {
		margin-bottom: 100px;
	}
	.tourCourse_title {}
	.tourCourse_swiper {}
	.tourCourse_swiper_wrapper {}
	.tourCourse_swiper_slide {}
	.tourCourse_scroll {}
	.tourCourse_grid {}
	.tourCourse_item {}
	.tourCourse_image {}
	.tourCourse_image > img {}
	.tourCourse_headline {}
	.tourCourse_headline_num {}
	.tourCourse_headline_text {}
	.tourCourse_text {}
	.tourCourse_text:last-child {}
	.tourCourse_arrow {}
	.tourCourse_arrow > img {}
	.tourCourse_pagination {}
	.tourCourse_btn {}
	.itinerary_tagline {}
	.itinerary_tagline > h2 {}
	.itinerary_tagline > h2 > strong {}
	.itinerary_tagline > h2 > em {}
	.itinerary_tagline > p {}
	.pamphelt_listWrap {}
	.howtoSect_gridWrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.routeMap {}
	.routeMap_inner {}
	.routeMap_image {}
	.routeMap_image > img {}
	.howtoSect_block {}
	.areaRoute_serviceLink {}
	.areaRoute_serviceLink > a {}
	.lostFound_headline {}
	.lostFound_notes {}
	.itinerary_headWrap {}
	.sustain_text_note {}
	.sustain_note {}
	.deliServ_link {}
	.deliServ_link > a {}
	.policy_list {}
	.policy_list > li {}
	.policy_list-noMt {
		margin-top: 0;
	}
	.policy_text-noMb {
		margin-bottom: 0;
	}
	.transNav_route {}
	.transNav_route_inner {}
	.transNav_route_inner > img {}
	.transNav_route-wide {}
	.transNav_route_inner-wide {}
	.areaHigh_bg {}
	.areaHigh_bg::before {}
	.areaHigh_bg > img {}
	.ticketMap-noLink {}
	.ticketMap_image-noLink {}
	.stories_headline {}
	.stories_text {}
	.operation {}
	.operation_map {}
	.operation_map > img {}
	.operation_itemWrap {}
	.operation_itemWrap::before {}
	.operation_item {}
	.operation_item:first-child {}
	.operation_item-error {}
	.operation_item:last-child {}
	.operation_item-error .operation_anchor {}
	.operation_anchor {}
	.operation_anchor::after {}
	.operation_anchor.isShow::after {}
	.operation_stateWrap {}
	.operation_stateWrap:last-child {}
	.operation_state {}
	.operation_state::before {}
	.operation_state-error::before {}
	.operation_routeList {}
	.operation_routeList > a {}
	.operation_caption {}
	.operation_caption-error {}
	.operation_item_toggle {}
	.operation_item_toggle.isShow {}
	.operation_sect {}
	.operation_sect:last-child {}
	.operation_headlineWrap {}
	.operation_headline {}
	.operation_status {}
	.operation_status:last-child {}
	.operation_note {}
	.operation_dListWrap {}
	.operation_dList {}
	.operation_dList > dt {}
	.operation_dList > dd {}
	.operation_tabList {}
	.operation_tabList > li {}
	.operation_contents {}
	.operation_contents.isShow {}
	.operation_table {}
	.operation_table > tbody {}
	.operation_table > tbody > tr {}
	.operation_table > tbody > tr > th {
		white-space: normal;
	}
	.operation_table > tbody > tr > th > br {}
	.operation_table > tbody > tr > td {}
	.operation_traffic {}
	.operation_traffic::before {}
	.operation_traffic[data-traffic-cd="TR002"] {}
	.operation_traffic[data-traffic-cd="TR002"]::before {}
	.operation_traffic[data-traffic-cd="TR003"] {}
	.operation_traffic[data-traffic-cd="TR003"]::before {}
	.operation_logo {}
	.operation_logo > img {}
	.operation_name {}
	.areaOperation {}
	.areaOperation_inner {}
	.areaOperation_title {}
	.areaOperation_title_small {}
	.tipsItem_image-rect {}
	.operation_title {}
	.modal {}
	.modal_inner {}
	.modal_contents {}
	.modal_btn {}
	.modal_btn::before {}
	.modal_btn::after {}
	.modal_box {}
	.entryFeat_text {}
	.entryFeat_body {}
	.tocHead {}
	.tocHead_anchor {}
	.tocHead_sub {}
	.tocHead_title {}
	.subheadParts {}
	.txtParts {}
	.imgParts {}
	.imgParts-fit {}
	.imgParts > img {}
	.imgParts-fit > img {}
	.imgParts-caption {}
	.imgPartsCaption {}
	.imgPartsCaption-center {}
	.imgPartsCaption-right {}
	.linkParts {}
	.linkParts > a {}
	.colParts {}
	.colParts_cell {}
	.recdParts {}
	.recdParts_title {}
	.recdParts_box {}
	.recdParts_box > a {}
	.recdParts_cols {}
	.recdParts_cols-gray {}
	.recdParts_cols-blue {}
	.recdParts_col {}
	.recdParts_col-img {}
	.recdParts_col-txt {}
	.recdParts_image {}
	.recdParts_headline {}
	.recdParts_tagList {}
	.recdParts_tagList > li {}
	.recdParts_image > img {}
	.editorParts {}
	.infoParts {}
	.infoParts_title {}
	.infoParts_link {}
	.infoParts_link > a {}
	.infoParts_link > a > .icon {}
	.infoParts_imageWrap {}
	.infoParts_image {}
	.infoParts_image_inner {}
	.infoParts_image_inner > img {}
	.infoParts_table {}
	.infoParts_table > tbody {}
	.infoParts_table > tbody > tr {}
	.infoParts_table > tbody > tr > th {}
	.infoParts_table > tbody > tr:last-child > th {}
	.infoParts_table > tbody > tr > td {}
	.infoParts_table > tbody > tr:last-child > td {}
	.infoParts_frameWrap {}
	.infoParts_frameWrap > iframe {}
	.mapParts {}
	.mapParts > iframe {}
	.recAccLink {}
	.recAccLink > a {}
	.editorParts p {}
	.editorParts p .editorParts h1 {}
	.editorParts h2 {}
	.editorParts h3 {}
	.editorParts h4 {}
	.editorParts strong {}
	.editorParts em {}
	.editorParts ul {}
	.editorParts ol {}
	.blogEntry_subTitle {}
	.opeStatusContainer {}
	.opeStatusContainer_loading {
		font-size: 40px;
	}
	.opeStatusContainer_loading > .icon {}
	.findDeparture-wide {}
	.findDepartureWrap {}
	.findDepartureWrap_inner {}
	.sustain_env_link {}
	.sustain_env_link > a {}
	.sustain_env_link > a::after {}
	.toursItem_link {}
	.toursItem_moreLink {}
	.toursItem_moreLink > a {}
	.passBuy {}
	.passBuy_grid {}
	.passBuy_cell {}
	.passBuy_cell > a {}
	.passBuy_image {}
	.passBuy_image > img {}
	.passBuy_headline {}
	.passBuy_text {}
	.passBuy_caption {}
	.findDepartureWrap_link {}
	.findDepartureWrap_link {}
	.findDepartureWrap_link > a {}
	.otherAreas_mapWrap {}
	.otherAreas_mapWrap.isShow {}
	.ticketSect_body {}
	.ticketSect_body p {}
	.ticketSect_body ul {}
	.transNav_note {}
	.ticketNav_head {}
	.ticketNav_head_inner {}
	.ticketNav_headline {}
	.gotoFrom_toggle {}
	.gotoFrom_toggle.isShow {}
	.gotoFrom_by {}
	.ticketItem_areas {}
	.ticketItem_areas > li {}
	.ticketItem_areas > li:nth-child(n + 2) {}
	.routeSearch_headline {}
	.routeSearch_fare {}
	.routeSearch_fare_inner {}
	.routeSearch_fare_title {}
	.routeSearch_fare_item {}
	.routeSearch_fare_input {}
	.routeSearch_fare_input > input[readonly] {}
	.routeSearch_fare_suffix {}
	.tkDetail {}
	.tkDetail_grid {
		display: block;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.tkDetail_cell {
		width: auto;
	}
	.tkDetail_item {}
	.tkDetail_item_inner {
		max-width: none;
	}
	.tkDetail_title {
		min-height: 0;
	}
	.tkDetail_text {}
	.tkDetail_plus {
		width: auto;
		height: 18px;
		margin: 15px 0;
	}
	.tkDetail_plus_inner {}
	.tkDetail_plus_inner::before {}
	.toursItem_cat {}
	.toursItem_cat_inner {}
	.tourCourse_summary {}
	.gotoFrom_map {}
	.gotoFrom_map > img {}
	.gotoFrom_contents-onlyTickets {}
}
@media screen and (max-width: 767px) {
	.areaSect {
		padding-top: 32px;
		padding-bottom: 48px;
	}
	.areaSect::after {}
	.areaSect:last-child::after {}
	.areaSect_inner {
		padding-left: 16px;
		padding-right: 16px;
	}
	.areaSect_title {}
	.areaSect_cols {
		display: block;
	}
	.areaSect_col {
		width: auto;
	}
	.areaSect_col-map {
		margin-bottom: 28px;
		max-width: none;
		margin-left: -20px;
		margin-right: -20px;
	}
	.areaSect_map {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	.areaSect_map > img {}
	.areaSect_col-txt {
		width: calc(100% - 38px);
		margin-left: auto;
		margin-right: auto;
	}
	.areaSect_image {}
	.areaSect_image > img {}
	.areaSect_text {}
	.areaSect_list {
		justify-content: flex-end;
	}
	.areaSect_list > li {}
	.areaSect_list > li > a {}
	.areaSectWrap {
		padding-top: 15px;
		padding-bottom: 0;
	}
	.romancePr {
		padding-top: 24px;
		padding-bottom: 80px;
	}
	.romancePr_inner {}
	.romancePr_cols {
		display: block;
	}
	.romancePr_col {
		width: auto;
		max-width: none;
	}
	.romancePr_col-window {
		margin-bottom: 17px;
	}
	.romancePr_window {
		margin-right: -70px;
		width: 600px;
	}
	.romancePr_window_image {}
	.romancePr_window_image::after {}
	.romancePr_window_video {}
	.romancePr_window_copy {
		font-size: 30px;
		top: 9px;
		right: 47px;
	}
	.romancePr_window_copy_inner {}
	.romancePr_window_copy_inner-no1 {}
	.romancePr_window_copy_inner-no2 {
		font-size: 66px;
	}
	.romancePr_window_copy_inner-no3 {}
	.romancePr_window_frame {}
	.romancePr_window_frame_cell {
		height: 240px;
	}
	.romancePr_window_frame_cell::before {}
	.romancePr_window_frame_cell::after {}
	.romancePr_window_frame_corner {}
	.romancePr_window_frame_corner-topLeft {}
	.romancePr_window_frame_corner-topRight {}
	.romancePr_window_frame_corner-bottomLeft {}
	.romancePr_window_frame_corner-bottomRight {}
	.romancePr_col-txt {}
	.romancePr_image {
		margin-bottom: 23px;
		max-width: 200px;
	}
	.romancePr_image > img {}
	.romancePr_title {}
	.romancePr_text {}
	.romancePr_text-intro {}
	.romancePr_link {
		margin-top: 30px;
		max-width: 230px;
	}
	.romancePr_link > a {}
	.romancePr_hotel_link {
		justify-content: center;
	}
	.romancePr_hotel_link > a {}
	.romancePr_link > a > .icon {}
	.romancePr_otherLink {
		margin-top: 32px;
	}
	.romancePr_otherLink > a {}
	.romancePr_hr {
		margin-top: 62px;
	}
	.romancePr_hotel {}
	.romancePr_hotel_cols {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-start;
	}
	.romancePr_hotel_col {
		width: auto;
		max-width: none;
	}
	.romancePr_hotel_col-txt {
		margin-top: 24px;
	}
	.romancePr_headline {
		margin-bottom: 14px;
	}
	.romancePr_hotel_col-img {
		margin: 0;
	}
	.romancePr_banner {}
	.romancePr_banner > a {}
	.romancePr_banner > a > img {}
	.areaVis {
		padding-top: 0;
	}
	.areaVis::after {
		display: none;
	}
	.areaVis_vis {
		height: calc(100% + 50px);
	}
	.areaVis_vis_video {}
	.areaVis_vis_video::before {}
	.areaVis_vis_video_item {}
	.areaVis_vis_text {
		display: none;
	}
	.areaVis_vis_text > img {}
	.areaVis_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.areaVis_title {
		font-size: 32px;
		max-width: 320px;
	}
	.areaVis_text {
		margin-bottom: 0;
	}
	.areaVis_image {
		width: 836px;
	}
	.areaVis_image-center {
		width: auto;
		padding-bottom: 75%;
		position: relative;
	}
	.areaVis_image > img {}
	.areaVis_image-center > img {
		height: 100%;
		width: auto;
		max-width: none;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.areaVis_areaText {
		position: relative;
		padding: 78px 20px 30px;
	}
	.areaVis_imageWrap {
		border: none;
		overflow: auto;
		padding-bottom: 18px;
		background-color: var(--color-back);
		overflow: hidden;
		padding-bottom: 0;
		border-bottom: 1px solid var(--color-line-light);
	}
	.areaVis_imageWrap-hidden {}
	.scrollHint {}
	.scrollHint.isHidden {
		opacity: 0;
		visibility: hidden;
	}
	.scrollHint_icons {}
	.scrollHint_icons > .icon {}
	.ticketsVis {
		margin-bottom: 25px;
		padding-top: 6px;
	}
	.ticketsVis_inner {}
	.ticketsVis_title {
		font-size: 32px;
		padding-right: 115px;
		padding-left: 115px;
		margin-right: -35px;
		margin-left: -35px;
		margin-bottom: 27px;
		min-height: 60px;
		display: flex;
		align-items: center;
	}
	.ticketsVis_title_inner {}
	.ticketsVis_title_smart {
		width: 116px;
		height: 116px;
	}
	.ticketsVis_text {}
	.travelTips {
		margin-bottom: 48px;
	}
	.travelTips_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.travelTips_title {
		padding: 15px 16px;
	}
	.travelTips_contents {
		padding-left: 20px;
		padding-right: 20px;
	}
	.travelTips_scroll {
		padding-bottom: 16px;
	}
	.travelTips_scroll .ps__rail-x {
		transform: scale(0.9, 1)
	}
	.travelTips_grid {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	.travelTips_cell {
		width: 208px;
	}
	.travelTips_cell:nth-child(3n + 1) {}
	.tipsItem {}
	.tipsItem > a {
		padding: 16px 16px 24px;
	}
	.tipsItem_title {
		margin-bottom: 20px;
	}
	.tipsItem_imageWrap {
		max-width: 214px;
		width: calc(100% - 34px);
	}
	.tipsItem_new {
		width: 34px;
		height: 34px;
		font-size: 11px;
	}
	.tipsItem_image {}
	.tipsItem_image > img {}
	.tipsItem_date {}
	.tipsItem_text {
		max-width: 254px;
	}
	.tipsItem_tagList {
		max-width: 254px;
	}
	.tipsItem_tagList > li {}
	.travelTips_link {}
	.travelTips_link > a {}
	.ticketNav {
		margin-bottom: 32px;
	}
	.ticketNav_inner {
		padding-left: 8px;
		padding-right: 8px;
	}
	.ticketNav_grid {
		column-gap: 4px;
		row-gap: 6px;
	}
	.ticketItem {}
	.ticketItem_areaImage {}
	.ticketItem_image {}
	.ticketItem_image > img {}
	.ticketItem_label {}
	.ticketItem_line {}
	.ticketItem_areaText {
		padding: 8px 15px 16px;
	}
	.ticketItem_area {
		font-size: 10px;
		margin-bottom: 13px;
	}
	.ticketItem_title {
		font-size: 14px;
		line-height: 1;
		margin-bottom: 24px;
	}
	.ticketItem_price {
		font-size: 10px;
		margin-top: auto;
		margin-bottom: 6px;
	}
	.ticketItem_link {}
	.ticketItem_link-sp {
		display: block;
	}
	.ticketItem_link-pc {
		display: none;
	}
	.ticketItem_moreLink {}
	.ticketItem_moreLink > a {}
	.recdTours {
		padding-top: 14px;
		margin-bottom: 48px;
	}
	.recdTours_inner {}
	.recdTours_title {
		margin-bottom: 18px;
	}
	.recdTours_contents {}
	.recdTours_grid {
		column-gap: 16px;
		display: flex;
	}
	.recdTours_grid_cell {
		width: 209px;
	}
	.toursItem {}
	.toursItem > a {}
	.toursItem_image {
		margin-bottom: 10px;
	}
	.toursItem_image_inner {}
	.toursItem_image_inner > img {}
	.toursItem_text {}
	.toursItem_more {}
	.recdTours_link {
		max-width: 172px;
		margin-top: 32px;
	}
	.recdTours_link > a {}
	.ticketsMap {
		margin-bottom: 39px;
	}
	.ticketsMap_inner {
		padding: 0;
	}
	.ticketsMap_image {
		border-radius: 0;
		padding-bottom: 75%;
	}
	.ticketsMap_image::before {
		display: none;
	}
	.ticketsMap_image > img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
	}
	.ticketsChoose {
		margin-bottom: 48px;
	}
	.ticketsChoose_inner {
		padding-left: 8px;
		padding-right: 8px;
	}
	.ticketsChoose_head {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		row-gap: 19px;
		margin-bottom: 25px;
	}
	.ticketsChoose_title {}
	.ticketsChoose_selWrap {
		width: 100%;
		max-width: 320px;
	}
	.ticketsChoose_selWrap > select {}
	.ticketsChoose_grid {
		column-gap: 4px;
		row-gap: 6px;
	}
	.ticketItem_stamp {}
	.ticketItem_stamp > img {}
	.ticketItem_title-small {}
	.recdTours_scroll {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.recdTours_scroll .ps__rail-x {
		transform: scale(0.9, 1);
	}
	.travelTips_gridWrap {
		overflow: visible;
	}
	.gotoFrom {}
	.gotoFrom_inner {
		margin-bottom: 50px;
	}
	.gotoFrom_arrow {
		max-width: 12px;
	}
	.gotoFrom_arrow-head {
		margin-bottom: 9px;
	}
	.gotoFrom_arrow-head > img {}
	.gotoFrom_title {
		font-size: 28px;
		margin-bottom: 14px;
	}
	.gotoFrom_title_em {
		display: block;
		font-size: 52px;
		margin: 0;
	}
	.gotoFrom_title_text {
		display: block;
	}
	.gotoFrom_from {
		font-size: 18px;
	}
	.gotoFrom_selWrap {
		max-width: 350px;
		margin: 13px auto 42px;
	}
	.gotoFrom_selWrap > select {}
	.gotoFrom_selWrap > select > option {}
	.gotoFrom_sect {}
	.gotoFrom_headline {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 21px;
		padding-top: 18px;
	}
	.gotoFrom_headline > .icon {
		font-size: 21px;
	}
	.gotoFrom_headline_em {}
	.gotoFrom_headline_separator {
		display: none;
	}
	.gotoFrom_headline_time {
		width: 100%;
		font-size: 14px;
		text-align: center;
		margin-top: 3px;
	}
	.gotoFrom_image {
		margin-bottom: 31px;
	}
	.gotoFrom_image > img {}
	.gotoFrom_subhead {
		margin-bottom: 10px;
	}
	.gotoFrom_text {}
	.gotoFrom_arrow-bottom {
		margin-top: 42px;
		margin-bottom: 10px;
	}
	.gotoFrom_arrow-bottom > img {}
	.gotoFrom_link {
		width: calc(100% - 40px);
		max-width: 400px;
	}
	.gotoFrom_link > a {
		font-size: 16px;
		justify-content: flex-start;
		text-align: left;
		min-height: 60px;
		padding-right: 59px;
		padding-left: 20px;
	}
	.gotoFrom_link_more {
		width: 145px;
		height: 145px;
		font-size: 12px;
	}
	.gotoFrom_link_more_bg {}
	.gotoFrom_link_more_text {}
	.gotoFrom_sect_inner {}
	.ticketNav_title {
		margin-bottom: 3px;
	}
	.ticketNav_area {
		font-size: 12px;
	}
	.ticketNav-noMb {
		margin-bottom: 0;
	}
	.areaItinerary {}
	.areaItinerary_head {
		padding-top: 14px;
	}
	.areaItinerary_head_inner {}
	.areaItinerary_title {}
	.tabNav {
		margin-bottom: 36px;
	}
	.tabNav_inner {
		padding: 0;
	}
	.tabNav_list {
		column-gap: 0;
	}
	.tabNav_list > li {}
	.tabNav_btn {
		padding-left: 5px;
		padding-right: 5px;
	}
	.tabNav_btn::after {}
	.tabNav_btn[aria-selected="true"] {}
	.tabNav_btn[aria-selected="true"]::after {}
	.areaItinerary_panel {}
	.areaItinerary_panel.isShow {}
	.itinerary {
		padding-bottom: 50px;
	}
	.itinerary_inner {}
	.itinerary_head {
		display: block;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 28px;
	}
	.itinerary_head_txt {
		width: auto;
	}
	.itinerary_title {}
	.itinerary_title_with {
		font-size: 16px;
	}
	.itinerary_title_witd {}
	.itinerary_title_name {
		font-size: 20px;
	}
	.itinerary_subTitle {
		margin-top: 5px;
	}
	.itinerary_head_link {
		width: auto;
		max-width: 220px;
		margin: 29px auto 0;
	}
	.itinerary_link {}
	.itinerary_intro {
		flex-direction: column-reverse;
		margin-bottom: 37px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.itinerary_intro_cell {
		width: auto;
	}
	.itinerary_intro_cell-img {
		width: 100%;
	}
	.itinerary_image {}
	.itinerary_image > img {}
	.itinerary_intro_cell-txt {
		margin-bottom: 23px;
	}
	.itinerary_intro_text {}
	.itinerary_spot {}
	.itinerary_cols {
		display: block;
		max-width: 306px;
		margin-left: auto;
		margin-right: auto;
	}
	.itinerary_col {
		width: auto;
	}
	.itinerary_col-img {
		margin-bottom: 15px;
	}
	.itinerary_col-txt {}
	.itinerary_headline {
		margin-bottom: 17px;
	}
	.itinerary_headline_num {
		font-size: 30px;
		margin-right: 10px;
	}
	.itinerary_headline_text {}
	.itinerary_text {}
	.itinerary_spot_arrow {
		margin-top: 27px;
	}
	.itinerary_arrow_img {
		max-width: 12px;
	}
	.itinerary_arrow_img > img {}
	.itinerary_moreLink {
		margin-top: 60px;
	}
	.itinerary_moreLink > a {}
	.seasonalPicks {
		padding-bottom: 44px;
	}
	.seasonalPicks_head {
		padding-top: 14px;
		margin-bottom: 28px;
	}
	.seasonalPicks_head_inner {}
	.seasonalPicks_title {}
	.seasonalPicks_headline {
		margin-bottom: 11px;
	}
	.seasonalPicks_body {}
	.seasonalPicks_tabList {}
	.seasonalPicks_tabList > li {}
	.seasonalPicks_tabList_btn {
		padding-bottom: 18px;
	}
	.seasonalPicks_tabList_btn[aria-selected="true"] {}
	.seasonalPicks_tabList_btn[aria-selected="true"]::after {}
	.seasonalPicks_tabList_btn::after {}
	.seasonalPicks_tabList_btn_img {}
	.seasonalPicks_tabList_btn_img > img {}
	.seasonalPicks_tabList_btn_text {}
	.seasonalPicks_panel {}
	.seasonalPicks_swiper {}
	.seasonalPicks_swiper_wrapper {}
	.seasonalPicks_swiper_slide {
		width: 308px;
	}
	.seasonalPicks_item {
		width: 308px;
	}
	.seasonalPicks_item_cols {
		display: block;
		max-width: 260px;
	}
	.seasonalPicks_item_col {
		width: auto;
		max-width: none;
	}
	.seasonalPicks_item_col-img {
		margin-bottom: 25px;
	}
	.seasonalPicks_image {}
	.seasonalPicks_image > img {}
	.seasonalPicks_dList {
		font-size: 11px;
	}
	.seasonalPicks_dList > dt {}
	.seasonalPicks_dList > dt::after {}
	.seasonalPicks_dList > dt > .icon {}
	.seasonalPicks_dList > dd {}
	.seasonalPicks_item_col-txt {}
	.seasonalPicks_text {}
	.seasonalPicks_link {
		margin-top: 6px;
	}
	.seasonalPicks_link > a {}
	.seasonalPicks_body_inner {
		padding: 0;
	}
	.seasonalPicks_swiper_scrollbar {
		display: block;
	}
	.seasonalPicks_swiper > .seasonalPicks_swiper_scrollbar {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
		margin-top: 16px;
	}
	.seasonalPicks_swiper_pagination {
		display: none;
	}
	.areaDetailVis {
		padding-top: 76px;
		padding-bottom: 20px;
	}
	.areaDetailVis_inner {}
	.areaDetailVis_cols {
		display: block;
		margin-bottom: 32px;
		max-width: 350px;
		margin-right: auto;
	}
	.areaDetailVis_col {
		width: auto;
		max-width: none;
	}
	.areaDetailVis_col-txt {
		margin-bottom: 24px;
	}
	.areaDetailVis_subImage {}
	.areaDetailVis_subImage::before {}
	.areaDetailVis_subImage > img {}
	.areaDetailVis_titleWrap {
		min-height: 80px;
	}
	.areaDetailVis_title {}
	.areaDetailVis_jp {
		width: 314px;
	}
	.areaDetailVis_jp > img {}
	.areaDetailVis_text {
		text-align: center;
		margin-top: 10px;
	}
	.areaDetailVis_col-img {}
	.areaDetailVis_image {}
	.areaDetailVis_image > img {}
	.areaDetailVis_nav {}
	.areaDetailVis_nav_list {
		column-gap: 8px;
	}
	.areaDetailVis_nav_list > li {
		width: 60px;
	}
	.areaDetailVis_nav_list > li > a {}
	.areaDetailVis_nav_list > li > a > .icon {}
	.areaDetailVis_nav_circle {
		width: 46px;
		height: 46px;
		font-size: 19px;
		border-width: 1px;
	}
	.areaDetailVis_nav_circle > .icon {}
	.areaDetailVis_nav_text {
		line-height: 1.2;
		font-size: 11px;
		margin-bottom: 4px;
	}
	.areaDetailVis_nav_circle-yellow {}
	.areaDetailVis_nav_circle-yellow > .icon {}
	.areaDetailVis_exclude {
		width: 40px;
		height: 40px;
	}
	.areaDetailVis_exclude::before {}
	.areaDetailVis_exclude-left {}
	.areaDetailVis_exclude-left::before {}
	.areaDetailVis_exclude-right::before {}
	.areaDetailVis_exclude-right {}
	.areaHigh {}
	.areaHigh_contents {
		padding-top: 4px;
		position: relative;
		padding-bottom: 58px;
	}
	.areaHigh_contents-round {
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		padding-top: 16px;
	}
	.areaHigh_contents::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
	}
	.areaHigh_inner {}
	.areaHigh_title {
		font-size: 52px;
		letter-spacing: -0.04em;
		margin-bottom: 32px;
	}
	.areaHigh_sect {}
	.areaHigh_cols {
		display: block;
	}
	.areaHigh_col {
		width: auto;
	}
	.areaHigh_col-img {
		max-width: 276px;
		margin: 0 auto 21px;
	}
	.areaHigh_image {}
	.areaHigh_image > img {}
	.areaHigh_col-txt {
		max-width: none;
		margin-left: 0;
	}
	.areaHigh_num {
		font-size: 28px;
	}
	.areaHigh_headline {
		margin-top: 8px;
		margin-bottom: 10px;
	}
	.areaHigh_text {}
	.areaHigh_link {
		margin-top: 8px;
	}
	.areaHigh_link > a {}
	.areaDetailMovie {
		margin-bottom: 0;
	}
	.areaDetailMovie_video {}
	.areaDetailMovie_video::after {}
	.areaDetailMovie_video_item {}
	.gotoFrom_contents {
		padding-bottom: 48px;
	}
	.gotoFrom_exclude {
		width: 40px;
		height: 40px;
	}
	.gotoFrom_exclude::before {}
	.gotoFrom_exclude-left {}
	.gotoFrom_exclude-right {}
	.gotoFrom_exclude-right::before {}
	.areaHigh_swiper_pagination {
		margin-top: 32px;
	}
	.areaHigh_moreLink {
		justify-content: center;
		margin-top: 30px;
	}
	.areaHigh_moreLink > a {}
	.areaHigh_moreLink > a::after {}
	.areaHigh_moreLink > a > .icon {}
	.areaHigh_moreLink_arrow {}
	.areaHigh_moreLink_arrow > .icon {}
	.areaHigh_swiper {}
	.areaHigh_swiper_wrapper {}
	.areaHigh_swiper_slide {}
	.areaHigh_swiper_btn {
		height: 207px;
		padding: 0;
	}
	.areaHigh_swiper_btn-prev {
		left: 15px;
	}
	.areaHigh_swiper_btn-next {
		right: 15px;
	}
	.areaHigh_swiper_btn > .icon {}
	.areaHigh_swiper_btn_text {}
	.areaHigh_numWrap {}
	.areaHigh_textWrap {}
	.tabNav_inner-scroll {
		overflow: auto;
	}
	.tabNav_list-scroll {
		min-width: 580px;
	}
	.ticketNav_grid-scroll {
		margin-left: 0;
		margin-right: 0;
		column-gap: 8px;
		display: flex;
		max-width: none;
	}
	.ticketNav_grid_cell {
		width: 170px;
	}
	.ticketNav_scroll {
		padding-bottom: 16px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ticketNav_scroll .ps__rail-x {
		margin-top: 16px;
		transform: scale(0.9, 1);
	}
	.ticketNav_inner-scroll {
		padding-left: 20px;
		padding-right: 20px;
	}
	.romancePr-hotel {}
	.stories {}
	.stories_contents {}
	.stories_inner {}
	.stories_title {}
	.stories_grid {
		display: block;
	}
	.stories_movie {}
	.stories_movie > iframe {}
	.stories_cell {
		width: auto;
		margin-left: auto;
	}
	.stories_cell:nth-child(2n + 1) {}
	.stories_cell:nth-child(n + 2) {
		margin-top: 35px;
	}
	.stories_head {
		margin-bottom: 15px;
	}
	.stories_head_inner {}
	.ticketNav-ticket {
		margin-bottom: 48px;
	}
	.ticketNav_title-ticket {
		margin-bottom: 30px;
	}
	.faq {
		margin-bottom: 64px;
	}
	.faq_head {}
	.faq_head_inner {}
	.faq_title {}
	.faq_inner {
		padding-left: 27px;
		padding-right: 27px;
	}
	.faq_body {}
	.faqBox {}
	.faqBox:nth-child(n + 2) {}
	.faqBox_title {}
	.faqBox_title_btn {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 49px;
	}
	.faqBox_title_num {
		top: 25px;
	}
	.faqBox_title_text {
		font-size: 14px;
		line-height: 1.2;
	}
	.faqBox_title_icon {
		width: 20px;
		height: 20px;
	}
	.faqBox_title_icon::before {}
	.faqBox_title_icon::after {}
	.faqBox_title_btn[aria-expanded="true"] .faqBox_title_icon::after {}
	.faqBox_toggle {}
	.faqBox_toggle.isShow {}
	.faqBox_toggle_inner {
		padding-left: 49px;
	}
	.faqBox_num {
		font-size: 18px;
		top: -2px;
	}
	.faqBox_answer {}
	.faqBox_text {}
	.faqBox_text:last-child {}
	.faqBox_text > a {}
	.faq_link {
		margin-top: 16px;
	}
	.faq_link > a {
		min-width: 172px;
		min-height: 40px;
		font-size: 14px;
		font-weight: 500;
	}
	.howotoBuy {
		margin-bottom: 47px;
	}
	.howotoBuy_head {}
	.howotoBuy_head_inner {}
	.howotoBuy_title {}
	.howotoBuy_panel {}
	.howotoBuy_panel.isShow {}
	.howotoBuy_image {}
	.howotoBuy_image > img {}
	.howotoBuy_inner {}
	.tabNav-mbS {}
	.priceDetail {
		margin-bottom: 49px;
	}
	.priceDetail_head {
		margin-bottom: 15px;
	}
	.priceDetail_head_inner {}
	.priceDetail_title {}
	.priceDetail_inner {}
	.priceDetail_table {
		font-size: 13px;
	}
	.priceDetail_table > thead {}
	.priceDetail_table > thead > tr {}
	.priceDetail_table > thead > tr > th {
		height: 56px;
		padding: 5px 10px;
	}
	.priceDetail_table > thead > tr > th.-sky {}
	.priceDetail_table > thead > tr > th.-blue {}
	.priceDetail_table > thead > tr:first-child > th:first-child {}
	.priceDetail_table > thead > tr:first-child > th:last-child {}
	.priceDetail_table > thead > tr > td {}
	.priceDetail_table > tbody {}
	.priceDetail_table > tbody > tr {}
	.priceDetail_table > tbody > tr > td {
		padding: 5px 10px;
		height: 64px;
	}
	.priceDetail_table > tbody > tr > td:first-child {}
	.priceDetail_table > tbody > tr:last-child > td:last-child {}
	.priceDetail_table > tbody > tr:last-child > td:first-child {}
	.priceDetail_headline {
		margin-bottom: 31px;
	}
	.priceDetail_subhead {
		margin-bottom: 8px;
	}
	.priceDetail_text {
		margin-bottom: 23px;
	}
	.priceDetail_note {}
	.priceDetail_link {
		margin-top: 40px;
	}
	.priceDetail_link > a {
		min-width: 169px;
		min-height: 40px;
		font-size: 14px;
		font-weight: 500;
	}
	.priceDetail_tableWrap {
		width: 700px;
	}
	.priceDetail_tableWrap::before {}
	.ticketMap {
		margin-bottom: 48px;
	}
	.ticketMap_inner {}
	.ticketMap_arrow {
		max-width: 12px;
		margin-bottom: 11px;
	}
	.ticketMap_arrow > img {}
	.ticketMap_title {
		margin-bottom: 21px;
	}
	.ticketMap_image {
		border-radius: 0;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	.ticketMap_image::before {
		display: none;
	}
	.ticketMap_image > img {}
	.ticketMap_link {
		margin-top: 24px;
	}
	.ticketMap_link > a {
		font-weight: 500;
	}
	.areaHigh_title-small {
		font-size: 30px;
		margin-bottom: 22px;
	}
	.areaHigh_video {}
	.areaHigh_video::before {}
	.areaHigh_vis_item {}
	.ticketMv {
		padding-top: 70px;
		padding-bottom: 32px;
	}
	.ticketMv::before {
		height: 245px;
	}
	.ticketMv_inner {}
	.ticketMv_box {
		padding: 7px 7px 0;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}
	.ticketMv_box_inner {}
	.ticketMv_cols {
		display: block;
	}
	.ticketMv_col {
		width: auto;
		max-width: none;
	}
	.ticketMv_col-img {
		margin-bottom: 29px;
	}
	.ticketMv_slide {}
	.ticketMv_slide_item {}
	.ticketMv_image {
		border-radius: 10px;
	}
	.ticketMv_image::before {}
	.ticketMv_image > img {}
	.ticketMv_thumbList {
		column-gap: 8px;
		margin-top: 8px;
	}
	.ticketMv_thumbList > li {}
	.ticketMv_thumbList_btn {}
	.ticketMv_thumbList_image {}
	.ticketMv_thumbList_image::before {}
	.ticketMv_thumbList_image > img {}
	.ticketMv_col-txt {}
	.ticketMv_head {
		display: flex;
		flex-direction: column;
	}
	.ticketMv_days {
		order: 1;
		justify-content: flex-start;
		margin-bottom: 13px;
	}
	.ticketMv_days_inner {
		font-size: 12px;
		padding: 5px 10px;
	}
	.ticketMv_title {
		order: 0;
		margin-bottom: 9px;
	}
	.ticketMv_price {
		order: 3;
		font-size: 14px;
	}
	.ticketMv_priceList {}
	.ticketMv_priceList > dt {}
	.ticketMv_priceList > dd {}
	.ticketMv_priceList_num {
		font-size: 19px;
	}
	.ticketMv_price_slash {
		font-size: 18px;
	}
	.ticketMv_note {}
	.ticketMv_headline {
		margin-bottom: 17px;
		order: 2;
	}
	.ticketMv_list {}
	.ticketMv_list > li {}
	.ticketMv_list > li > strong {}
	.ticketMv_btnList {
		flex-direction: column;
		row-gap: 12px;
	}
	.ticketMv_btnList:first-child {}
	.ticketMv_btnList > li {
		width: 172px;
	}
	.ticketMv_btnList > li.-online {
		width: 100%;
	}
	.ticketMv_btnList > li.-pc {
		display: none;
	}
	.ticketMv_btnList > li.-sp {
		display: block;
	}
	.ticketMv_btnList > li > a {
		min-height: 40px;
	}
	.ticketMv_btnList > li.-online > a {
		min-height: 56px;
	}
	.areaHigh_bgWrap {}
	.ticketFrom {}
	.ticketFrom_brackets {}
	.ticketFrom_brackets-left {}
	.ticketFrom_inner {}
	.ticketFrom_title {}
	.ticketFrom_title_em {}
	.ticketFrom_numWrap {}
	.ticketFrom_num {}
	.ticketFrom_num_main {}
	.ticketFrom_brackets-right {}
	.ticketMv_infoCols {
		display: block;
	}
	.ticketMv_infoCol {}
	.ticketMv_infoCol-from {
		display: flex;
		justify-content: center;
		margin-bottom: 31px;
	}
	.ticketMv_infoCol-btn {}
	.ticketMv_link {
		margin-top: 12px;
	}
	.ticketMv_link > a {}
	.ticketMap_imageWrap {
		margin-left: -20px;
		margin-right: -20px;
	}
	.ticketMap_imageWrap .ps__rail-x {
		transform: scale(0.9, 1);
	}
	.priceDetail_scroll {
		margin-bottom: 31px;
		padding-bottom: 20px;
		margin-right: -20px;
		margin-left: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.priceDetail_scroll .ps__rail-x {
		transform: scale(0.9, 1);
	}
	.ticketMv_otherImage {
		margin-top: 32px;
		margin-bottom: 32px;
	}
	.ticketMv_otherImage > img {}
	.faq-mbS {}
	.howtoSect {}
	.howtoSect_grid {
		display: block;
	}
	.howtoSect_cell {}
	.howtoSect_item {}
	.howtoSect_num {
		width: 50px;
		height: 50px;
		margin-bottom: -25px;
	}
	.howtoSect_box {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 30px;
	}
	.howtoSect_title {
		font-size: 15px;
		line-height: 1.1;
		margin-bottom: 10px;
	}
	.howtoSect_text {
		font-size: 12px;
		line-height: 1.2;
		margin-bottom: 0;
	}
	.howtoSect_text h4 {
		font-size: 10px;
		margin-top: 5px;
	}
	.howtoSect_text-wide {
		grid-column: span 2;
	}
	.howtoSect_caption {}
	.howtoSect_image {}
	.howtoSect_image > img {}
	.howtoSect_arrow {
		border: 13px solid rgba(255, 255, 255, 0);
		border-top-color: var(--color-blue-odakyu-ci);
		border-bottom-width: 0;
		border-top-width: 10px;
		margin: 10px auto;
	}
	.howtoSect_swiper {}
	.howtoSect_swiper_wrapper {}
	.howtoSect_swiper_slide {
		width: 996px;
	}
	.howtoSect_swiper_scrollbar {
		display: block;
		margin-top: 16px;
	}
	.transNav {
		margin-bottom: 32px;
	}
	.transNav_inner {}
	.transNav_title {}
	.transNav_list {
		column-gap: 14px;
		margin-top: 28px;
	}
	.transNav_list > li {}
	.transNav_list > li.-wide {}
	.transNav_list > li > a {}
	.transNav_item {
		padding: 16px 0;
		font-size: 11px;
	}
	.transNav_img {}
	.transNav_img::before {}
	.transNav_img > img {}
	.transNav_text {}
	.transNav_itemWrap {}
	.ticketMap_image-half {
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom: 1px solid var(--color-line-light);
	}
	.ticketMap_image-half::before {
		border-top-left-radius: 28px;
		border-top-right-radius: 28px;
		display: block;
		display: none;
	}
	.ticketMap-border {}
	.ticketMap-border::before {
		display: none;
	}
	.ticketMv_subhead {}
	.ticketMv_bnr {}
	.ticketMv_bnr > a {}
	.ticketMv_bnr_image {}
	.ticketMv_bnr_image > a {}
	.ticketMv_bnr_image > a > img {}
	.priceDetail_msg {}
	.notice {
		padding: 24px 24px;
		border-width: 1px;
		margin: 10px 0;
	}
	.notice_cols {
		display: block;
	}
	.notice_col {
		width: auto;
		max-width: none;
	}
	.notice_col-img {
		width: 40px;
		margin: 0 auto 16px;
	}
	.notice_image {}
	.notice_image > img {}
	.notice_col-txt {}
	.notice_text {}
	.notice_text:last-child {}
	.pamphelt {
		margin-bottom: 60px;
	}
	.pamphelt_head {}
	.pamphelt_head_inner {}
	.pamphelt_title {}
	.pamphelt_inner {}
	.pamphelt_list {
		flex-wrap: nowrap;
		margin: 0;
		column-gap: 40px;
	}
	.pamphelt_list > li {
		width: 197px;
		margin-left: 0;
	}
	.pamphelt_list > li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.pamphelt_list > li > a {}
	.pamphelt_image {}
	.pamphelt_image > img {}
	.pamphelt_info {}
	.pamphelt_local {}
	.pamphelt_link {}
	.pamphelt_link > .icon {}
	.transNav_link {}
	.transNav_link > a {}
	.transNav_link_text {}
	.transNav_link_icon {}
	.insta {
		padding-bottom: 112px;
		padding-top: 36px;
	}
	.insta_head {
		margin-bottom: 24px;
	}
	.insta_head_inner {}
	.insta_cols {
		display: grid;
		grid-template-columns: 68px 1fr;
		column-gap: 22px;
		row-gap: 16px;
	}
	.insta_col {
		margin: 0;
	}
	.insta_col-logo {
		grid-row: span 2;
	}
	.insta_image {}
	.insta_image > img {}
	.insta_col-ttl {
		text-align: left;
	}
	.insta_title {}
	.insta_subTitle {
		font-size: 11px;
	}
	.insta_col-txt {
		width: auto;
	}
	.insta_text {}
	.insta_msg {}
	.insta_swiper {}
	.insta_swiper_wrapper {}
	.insta_swiper_slide {
		width: 230px;
	}
	.insta_item {
		border-radius: 28px;
	}
	.insta_item::before {
		border-radius: 28px;
	}
	.insta_item > a {}
	.insta_areaText {
		padding-bottom: 32px;
	}
	.insta_date {
		margin-bottom: 13px;
	}
	.insta_textWrap {}
	.insta_textWrap > .icon {}
	.insta_swiper_scrollbar {}
	.insta_foot {
		margin-top: 30px;
	}
	.insta_foot_inner {}
	.insta_btnList {
		display: block;
		max-width: 177px;
		margin-left: auto;
		margin-right: auto;
	}
	.insta_btnList > li {
		width: auto;
	}
	.insta_btnList > li:nth-child(n + 2) {
		margin-top: 12px;
	}
	.insta_btnList_btn {}
	.insta_btnList_btn-instagram {}
	.insta_btnList_btn::before {}
	.insta_btnList_btn-facebook {}
	.insta_btnList_btn_arrow {}
	.insta_btnList_btn_arrow-instagram {}
	.insta_btnList_btn_icon {}
	.insta_btnList_btn_text {}
	.insta_btnList_btn_text-instagram {}
	.insta_logo {}
	.insta_logo > img {}
	.insta_inner {}
	.travelTips_inner-wide {}
	.travelTips_title-wide {}
	.travelTips_title-topics {
		margin-bottom: 0px;
	}
	.travelTips_title-wide::before {}
	.travelTips_title-wide::after {}
	.tipsItem_text-wide {}
	.tipsItem_tagList-wide {}
	.tipsItem_imageWrap-wide {}
	.discover {}
	.discover_contents {
		border-top-left-radius: 28px;
		border-top-right-radius: 28px;
		padding-bottom: 10px;
	}
	.discover_video {}
	.discover_video::before {}
	.discover_video_item {}
	.discover_jp {
		width: 568px;
		margin-bottom: 66px;
	}
	.discover_jp > img {}
	.discover_inner {}
	.discover_title {
		font-size: 42px;
		line-height: 1;
		margin-bottom: 13px;
	}
	.discover_text {
		font-size: 14px;
		margin-bottom: 79px;
	}
	.discover_swiper {}
	.discover_areaBtn {
		margin-bottom: 15px;
	}
	.discover_btn {
		padding: 0 9px;
	}
	.discover_btn-prev {}
	.discover_headline {}
	.discover_btn-next {}
	.discover_btn > .icon {}
	.discover_swiper_wrapper {}
	.discover_swiper_slide {}
	.discover_tag {}
	.discover_tag > a {
		font-size: 13px;
		min-height: 24px;
		padding: 2px 11px;
	}
	.areaVis-top {
		margin-top: 0;
	}
	.areaVis-top::before {}
	.hakoneAreas {
		padding-bottom: 43px;
	}
	.hakoneAreas_arrow {
		max-width: 16px;
	}
	.hakoneAreas_arrow > img {}
	.hakoneAreas_head {
		padding-top: 10px;
		margin-bottom: 18px;
	}
	.hakoneAreas_head_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.hakoneAreas_from {
		font-size: 12px;
		letter-spacing: -0.01em;
		margin-bottom: 3px;
	}
	.hakoneAreas_headline {}
	.hakoneAreas_inner {}
	.hakoneAreas_title {
		margin-bottom: 10px;
	}
	.hakoneAreas_image {
		border-radius: 20px;
		margin-bottom: 19px;
	}
	.hakoneAreas_image_inner {
		position: relative;
		padding-bottom: 67%;
	}
	.hakoneAreas_image_inner > img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
	}
	.hakoneAreas_image > img {}
	.hakoneAreas_list {
		width: var(--width-area-list, 726px);
		margin-bottom: 0;
		display: flex;
	}
	.hakoneAreas_list > li {
		width: 104px;
	}
	.hakoneAreas_list_btn {
		padding-top: 11px;
		padding-bottom: 16px;
	}
	.hakoneAreas_list_btn::after {}
	.hakoneAreas_list_btn[aria-selected="true"]::after {}
	.hakoneAreas_list_btn_num {
		width: 22px;
		height: 27px;
		font-size: 11px;
		top: -11px;
	}
	.hakoneAreas_list_btn_image {}
	.hakoneAreas_list_btn_image::before {}
	.hakoneAreas_list_btn_image > img {}
	.hakoneAreas_list_btn_text {
		font-size: 11px;
	}
	.hakoneAreas_list_btn_imageWrap {
		width: 56px;
		margin-bottom: 9px;
	}
	.hakoneAreas_list_btn_imageWrap::before {}
	.hakoneAreas_list_btn[aria-selected="true"] .hakoneAreas_list_btn_imageWrap::before {}
	.hakoneSpot {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.hakoneSpot.isShow {}
	.hakoneSpot_cols {
		display: block;
	}
	.hakoneSpot_col {
		width: auto;
		max-width: none;
	}
	.hakoneSpot_col-title {}
	.hakoneSpot_title {
		min-height: 32px;
		padding-left: 35px;
		margin-bottom: 17px;
	}
	.hakoneSpot_title_num {
		width: 27px;
		height: 32px;
		font-size: 11px;
	}
	.hakoneSpot_text {}
	.hakoneSpot_list {
		margin-top: 24px;
	}
	.hakoneSpot_list > li {}
	.hakoneSpot_list_btn {}
	.hakoneSpot_list_btn > .icon {}
	.hakoneSpot_col-slide {
		margin-top: 24px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.hakoneSpot_swiper {}
	.hakoneSpot_btn {
		margin-top: -10px;
	}
	.hakoneSpot_btn-prev {}
	.hakoneSpot_btn > .icon {}
	.hakoneSpot_btn-next {}
	.hakoneSpot_swiper_wrapper {}
	.hakoneSpot_swiper_slide {
		width: 260px;
	}
	.hakoneSpot_image {}
	.hakoneSpot_image > img {}
	.otherAreas {}
	.otherAreas_contents {
		border-bottom-left-radius: 28px;
		border-bottom-right-radius: 28px;
		padding-bottom: 56px;
	}
	.otherAreas_inner {}
	.otherAreas_arrow {
		max-width: 16px;
		margin-bottom: 10px;
	}
	.otherAreas_arrow > img {}
	.otherAreas_title {
		margin-bottom: 10px;
	}
	.otherAreas_cols {
		display: block;
	}
	.otherAreas_col {
		width: auto;
		max-width: none;
	}
	.otherAreas_col-img {
		margin-bottom: 32px;
	}
	.otherAreas_map {}
	.otherAreas_map > img {}
	.otherAreas_col-slide {}
	.otherAreas_swiper {
		padding: 0 15px;
	}
	.otherAreas_swiper::before {}
	.otherAreas_swiper::after {}
	.otherAreas_btn {
		padding: 1px 0;
	}
	.otherAreas_btn-prev {}
	.otherAreas_btn > .icon {
		margin-bottom: 4px;
	}
	.otherAreas_btn_text {}
	.otherAreas_btn-next {}
	.otherAreas_btn-next > .icon {}
	.otherAreas_swiper_wrapper {}
	.otherAreas_swiper_slide {}
	.otherAreas_headline {
		margin-bottom: 34px;
	}
	.otherAreas_image {}
	.otherAreas_image > img {}
	.otherAreas_text {
		margin-bottom: 24px;
	}
	.otherAreas_list {
		justify-content: flex-end;
		flex-wrap: wrap;
		row-gap: 7px;
	}
	.otherAreas_list > li {}
	.otherAreas_list_btn {}
	.otherAreas_list_btn > .icon {}
	.tipsItem_text-topics {
		margin-top: 13px;
	}
	.travelTips-topics {}
	.topInfo {
		padding-top: 43px;
		padding-bottom: 32px;
	}
	.topInfo_inner {}
	.topInfo_hr {
		display: none;
	}
	.topInfo_cols {
		display: block;
	}
	.topInfo_col {
		width: auto;
		max-width: none;
	}
	.topInfo_col-service {
		border-bottom: 1px solid var(--color-line-blue-light);
		padding-bottom: 23px;
		margin-bottom: 17px;
	}
	.topStatus {}
	.topStatus_title {
		font-weight: 500;
		font-size: 22px;
		line-height: 1.1;
		/* または24px */
		letter-spacing: -0.03em;
		margin-bottom: 20px;
	}
	.topStatus_cols {
		display: block;
	}
	.topStatus_col {
		width: auto;
		max-width: none;
	}
	.topStatus_col-odakyu {
		margin-bottom: 11px;
	}
	.topStatus_sect {}
	.topStatus_info {
		margin-bottom: 7px;
	}
	.topStatus_headline {
		width: auto;
		font-size: 15px;
	}
	.topStatus_date {
		font-size: 11px;
	}
	.topStatus_box {}
	.topStatus_box > a {}
	.topStatus_box_item {
		height: 80px;
		padding-bottom: 18px;
	}
	.topStatus_status {
		font-size: 14px;
	}
	.topStatus_status_icon {}
	.topStatus_status_text {}
	.topStatus_more {}
	.topStatus_more > .icon {}
	.topStatus_col-hakone {}
	.topInfo_col-news {}
	.topNews {}
	.topNews_title {
		font-weight: 500;
		font-size: 22px;
		line-height: 1.1;
		letter-spacing: -0.03em;
		margin-bottom: 15px;
	}
	.topNews_link {
		width: 87px;
	}
	.topNews_link > a {
		min-height: 36px;
	}
	.topNews_list {}
	.topNews_list > li {}
	.topNews_list > li:nth-child(n + 2) {
		display: none;
	}
	.topNews_list > li > a {}
	.topNews_list > li > a::before {}
	.topNews_list_update {}
	.topNews_list_cat {}
	.topNews_list_text {}
	.topVis {}
	.topVis_canvas {}
	.topVis_frame {
		width: 972px;
	}
	.topVis_frame_cell {}
	.topVis_frame_cell::before {
		border-width: 6px;
		border-radius: 32px;
	}
	.topVis_frame_cell::after {
		border-radius: 28px;
	}
	.topVis_frame_corner {
		width: 35px;
		height: 35px;
	}
	.topVis_frame_corner::after {}
	.topVis_frame_corner-topLeft {}
	.topVis_frame_corner-topLeft::after {}
	.topVis_frame_corner-topRight {}
	.topVis_frame_corner-topRight::after {}
	.topVis_frame_corner-bottomLeft {}
	.topVis_frame_corner-bottomLeft::after {}
	.topVis_frame_corner-bottomRight {}
	.topVis_frame_corner-bottomRight::after {}
	.topVis_swiper {}
	.topVis_swiper_wrapper {}
	.topVis_swiper_slide {
		width: 324px;
	}
	.topVis_image {
		padding-bottom: 484px;
	}
	.topVis_image > img {}
	.topVis_title {
		font-size: 39px;
		line-height: 1;
		margin-bottom: 21px;
	}
	[lang="ko-KR"] .topVis_title {
		white-space: normal;
	}
	.topVis_text {
		font-size: 14px;
		margin-bottom: 37px;
	}
	.topVis_straps {
		column-gap: 49px;
	}
	.topVis_straps_item {}
	.topVis_straps_item:nth-child(n + 4) {
		display: none;
	}
	.topVis_straps_item_svg {
		width: 36px;
		height: 78px;
	}
	.topVis_areaText {
		top: 106px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.topVis_link {}
	.topVis_link > a {
		font-size: 16px;
		min-height: 48px;
		padding-left: 23px;
		padding-right: 23px;
	}
	.topVis_link > a > .icon {}
	.topVis_seats {
		column-gap: 43px;
	}
	.topVis_seats_item {
		width: 87px;
	}
	.topVis_seats_item:nth-child(n + 4) {
		display: none;
	}
	.topVis_seats_base {}
	.topVis_seats_base > img {}
	.topVis_seats_backrest {}
	.topVis_seats_backrest > img {}
	.consent {
		left: 20px;
		right: 20px;
		max-width: calc(100% - 40px);
		padding: 20px 20px;
	}
	.consent_title {
		margin-bottom: 10px;
		font-size: 17px;
	}
	.consent_text {
		margin-bottom: 15px;
	}
	.consent_list {}
	.consent_list > li {}
	.consent_list > li > a {
		font-size: 10px;
		min-height: 31px;
	}
	.tipsItem-topics {}
	.tipsItem-topics > a {
		padding-top: 24px;
	}
	.romancePr-top {}
	.hakoneSpot_swiper_pagination {
		display: block;
		margin-top: 9px;
	}
	.hakoneAreas_listWrap {
		overflow: auto;
		margin-right: -20px;
		padding-right: 20px;
		margin-bottom: 22px;
	}
	.fixSpTicketNav {
		display: block;
		position: fixed;
		z-index: 100;
		bottom: 16px;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
	}
	.fixSpTicketNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.fixSpTicketNav_inner {
		padding-left: 16px;
		padding-right: 16px;
	}
	.fixSpTicketNav_btnList {
		display: grid;
		grid-template-columns: 1fr 102px;
		column-gap: 10px;
	}
	.fixSpTicketNav_btnList > li {}
	.ticketMv_btn {
		min-height: 40px;
		font-size: 12px;
		font-weight: 500;
	}
	.ticketMv_btn-buy {
		font-size: 14px;
		font-weight: 600;
	}
	.areaSect_map-number {
		border-radius: 0;
		border: none;
		max-width: none;
	}
	.areaSect_map-number::before {
		display: none;
	}
	.ticketMap_image-over {
		width: auto;
		padding-bottom: 75%;
		position: relative;
		border-bottom: 1px solid var(--color-line-light);
	}
	.ticketMap_image-over > img {
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		width: auto;
		max-width: none;
		transform: translateX(-50%);
	}
	.hakoneAreas_marker {
		opacity: 0;
	}
	.hakoneAreas_marker-h01 {
		top: 63.2%;
		left: 72%;
	}
	.hakoneAreas_marker-h02 {
		top: 49.9%;
		left: 52.4%;
	}
	.hakoneAreas_marker-h03 {
		top: 71.6%;
		left: 42.2%;
	}
	.hakoneAreas_marker-h04 {
		top: 81%;
		left: 76%;
	}
	.hakoneAreas_marker-h05 {
		top: 59.9%;
		left: 83.1%;
	}
	.hakoneAreas_marker-h06 {
		top: 89.8%;
		left: 52.1%;
	}
	.hakoneAreas_marker-h07 {
		top: 17%;
		left: 14.5%;
	}
	.policy {}
	.policy_text {}
	.policy_text:last-child {}
	.policy_sect {
		margin-top: 39px;
		padding-top: 15px;
	}
	.policy_title {
		margin-bottom: 24px;
	}
	.policy_oList {}
	.policy_oList > li {}
	.policy_headline {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 24px;
	}
	.policy_subhead {
		margin-top: 35px;
		margin-bottom: 16px;
	}
	.policy_lead {
		font-size: 17px;
		margin-top: 28px;
		margin-bottom: 16px;
	}
	.policy_subhead-mtS {
		margin-top: 28px;
	}
	.error {}
	.error_title {
		margin-bottom: 23px;
	}
	.error_text {}
	.error_link {
		margin-top: 24px;
		max-width: 172px;
	}
	.companyOutline {
		margin-bottom: 48px;
	}
	.companyOutline_title {
		margin-bottom: 22px;
	}
	.companyOutline_table {}
	.companyOutline_table > tbody {}
	.companyOutline_table > tbody > tr {}
	.companyOutline_table > tbody > tr > th {
		width: 100px;
	}
	.companyOutline_table > tbody > tr > td {}
	.companyOutline_table_text {}
	.companyOutline_table_text:last-child {}
	.companyGroup {
		margin-bottom: 50px;
	}
	.companyGroup_title {}
	.companyGroup_cols {
		margin-top: 31px;
		margin-bottom: 32px;
	}
	.companyGroup_col {}
	.companyGroup_col-img {
		width: 68px;
	}
	.companyGroup_logo {}
	.companyGroup_logo > img {}
	.companyGroup_col-txt {
		width: calc(100% - 88px);
	}
	.companyGroup_text {
		font-size: 13px;
	}
	.companyGroup_grid {
		display: block;
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
	}
	.companyGroup_sect {}
	.companyGroup_sect:nth-child(n + 2) {
		margin-top: 27px;
	}
	.companyGroup_image {
		margin-bottom: 16px;
	}
	.companyGroup_image::before {}
	.companyGroup_image > img {}
	.companyGroup_headline {}
	.groupNav {}
	.groupNav_title {}
	.groupNav_list {
		display: block;
		margin-top: 30px;
	}
	.groupNav_list > li {}
	.groupNav_list > li:nth-child(n + 2) {
		margin-top: 16px;
	}
	.groupNav_list > li > a {
		min-height: 36px;
	}
	.groupNav_list > li > a > .icon {}
	.groupNav_list > li > a > .icon-blank {}
	.groupNav_list > li > a > .icon-arrowRightSimple {}
	.otherServices {}
	.otherServices_title {}
	.otherServices_grid {
		grid-template-columns: repeat(2, 1fr);
		margin-left: -20px;
		margin-right: -20px;
	}
	.otherServices_cell {
		padding-top: 21px;
		padding-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.otherServices_image {
		max-width: 63px;
	}
	.otherServices_image > img {}
	.otherServices_headline {}
	.otherServices_text {
		margin-bottom: 0;
	}
	.otherServices_link {}
	.otherServices_link > a {}
	.otherServices_cell:nth-child(n + 2) {}
	.otherServices_cell:nth-child(2n + 1) {
		border-left: none;
	}
	.serviceNav {
		margin-bottom: 44px;
	}
	.serviceNav_grid {
		display: block;
	}
	.serviceNav_cell {
		width: auto;
		max-width: none;
	}
	.serviceNav_title {
		margin-bottom: 21px;
	}
	.serviceNav_image {
		margin-bottom: 16px;
	}
	.serviceNav_image > img {}
	.serviceNav_text {
		margin-bottom: 20px;
	}
	.serviceNav_link {}
	.serviceNav_link > a {}
	.serviceNav_hr {
		width: 100%;
		height: 1px;
		margin-top: 32px;
		margin-bottom: 24px;
	}
	.lostFound {
		margin-bottom: 60px;
	}
	.lostFound_sect {}
	.lostFound_sect:nth-child(n + 2) {
		margin-top: 32px;
		padding-top: 44px;
	}
	.lostFound_cols {
		display: block;
	}
	.lostFound_col {
		width: auto;
	}
	.lostFound_col-img {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.lostFound_image {}
	.lostFound_image > img {}
	.lostFound_col-txt {}
	.lostFound_title {
		margin-bottom: 16px;
	}
	.lostFound_text {}
	.faqBox_title_btn-parent {
		padding-left: 0;
	}
	.faqBox_title_text-parent {
		font-size: 15px;
		line-height: 1;
	}
	.faqBox_toggle_inner-parent {
		padding-left: 12px;
	}
	.sCenterArea {}
	.sCenterArea_cols {}
	.sCenterArea_col {}
	.sCenterArea_col-side {}
	.sideNav {}
	.sideNav_list {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
		row-gap: 10px;
	}
	.sideNav_list > li {}
	.sideNav_list > li:nth-child(n + 2) {}
	.sideNav_list > li > a {
		min-height: 39px;
		padding-right: 19px;
	}
	.sideNav_list > li > a[aria-current="page"] {}
	.sideNav_list > li > a::before {}
	.sideNav_list > li > a[aria-current="page"]::before {}
	.sideNav_list > li > a > .icon {
		font-size: 10px;
		transform: translateY(-50%) rotate(90deg);
		right: 3px;
	}
	.sCenterArea_col-main {}
	.sCenterIntro {}
	.sCenterIntro_head {
		display: block;
		margin-bottom: 25px;
	}
	.sCenterIntro_title {
		width: auto;
	}
	.sCenterIntro_list {
		margin-top: 5px;
	}
	.sCenterIntro_list > li {}
	.sCenterIntro_cols {
		display: block;
	}
	.sCenterIntro_col {
		width: auto;
		max-width: none;
	}
	.sCenterIntro_col-img {
		margin-bottom: 16px;
	}
	.sCenterIntro_image {}
	.sCenterIntro_image > img {}
	.sCenterIntro_col-txt {}
	.sCenterIntro_text {}
	.sCenterIntro_msg {
		margin-top: 11px;
	}
	.sCenterIntro_msg > a {}
	.sCenterIntro_link {}
	.sCenterIntro_link > a {}
	.sCenterGuide {}
	.sCenterGuide_grid {
		row-gap: 32px;
	}
	.sCenterGuide_cell {
		width: 50%;
	}
	.sCenterGuide_cell:nth-child(3n + 1) {
		border-right: none;
	}
	.sCenterGuide_cell:nth-child(2n + 1) {
		border-right: 1px solid var(--color-line-light);
	}
	.sCenterGuide_cell:nth-child(3n + 2) {
		border-right: none;
	}
	.sCenterGuide_title {}
	.sCenterGuide_title > .icon {
		margin-bottom: 1px;
	}
	.sCenterGuide_title_text {}
	.sCenterGuide_text {}
	.sCenterTbl {
		margin-bottom: 50px;
	}
	.sCenterTbl_table {}
	.sCenterTbl_table > tbody {}
	.sCenterTbl_table > tbody > tr {}
	.sCenterTbl_table > tbody > tr > th {
		font-size: 13px;
		line-height: 1.3;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		width: 91px;
	}
	.sCenterTbl_table > tbody > tr > td {
		padding-left: 13px;
		padding-right: 13px;
	}
	.sCenterTbl_creditList {}
	.sCenterTbl_creditList > li {}
	.sCenterTbl_creditList > li > img {
		height: 26px;
		width: auto;
	}
	.sCenterTbl_text {
		font-size: 13px;
		line-height: 1.3;
	}
	.sCenterTbl_text > a {}
	.bnrEmot {}
	.bnrEmot > a {}
	.bnrEmot_head {
		padding: 11px 10px;
	}
	.bnrEmot_head > img {}
	.bnrEmot_foot {
		font-size: 9px;
		padding: 7px 10px;
	}
	.sCenterTbl_dList {}
	.sCenterTbl_dList:last-child {}
	.sCenterTbl_dList > dt {}
	.sCenterTbl_dList > dd {}
	.sCenterTbl_info {}
	.sCenterTbl_info > a {}
	.sCenterTbl_info_img {}
	.sCenterTbl_info_img > img {}
	.sCenterTbl_info_text {}
	.sCenterMap {}
	.sCenterMap_title {}
	.sCenterMap_text {}
	.sCenterMap_image {
		margin: 8px 0 12px;
	}
	.sCenterMap_image > img {}
	.sCenterMap_caution {}
	.sCenterMap_map {}
	.sCenterMap_map > iframe {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsList_item {
		display: block;
		padding-top: 24px;
		padding-bottom: 20px;
		line-height: 18px;
	}
	.newsList_icon {}
	.newsList_info {
		margin-bottom: 12px;
		column-gap: 8px;
	}
	.newsList_update {
		font-size: 14px;
	}
	.newsList_cat {}
	.newsList_title {
		width: auto;
		padding-right: 38px;
	}
	.newsList_title-noPdf {
		padding-right: 0;
	}
	.pager {
		margin-top: 29px;
		column-gap: 11px;
	}
	.pager > a,
	.pager > span {
		font-size: 13px;
	}
	.pager > .previouspostslink {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.areaNews {}
	.getAcrobat {
		display: block;
		margin-top: 44px;
	}
	.getAcrobat_image {
		margin: 0 auto 20px;
	}
	.getAcrobat_image > img {}
	.getAcrobat_text {}
	.getAcrobat_text > a {}
	.entry {}
	.entry_info {
		line-height: 19px;
		margin-bottom: 20px;
	}
	.entry_update {
		font-size: 15px;
		color: #272539;
	}
	.entry_update > time {}
	.entry_cat {}
	.entry_title {
		margin-bottom: 20px;
	}
	.entry_editor {}
	.entry_link {
		margin-top: 40px;
		max-width: 172px;
	}
	.entry_link > a {}
	.entry_link > a > .icon {}
	.serAreaGuide {
		margin-bottom: 37px;
	}
	.serAreaGuide_title {
		margin-bottom: 18px;
	}
	.serAreaGuide_text {}
	.connectWifi {
		margin-bottom: 80px;
	}
	.connectWifi_title {}
	.connectWifi_grid {
		display: block;
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
	}
	.connectWifi_cell {
		width: auto;
		max-width: none;
	}
	.connectWifi_num {}
	.connectWifi_box {}
	.connectWifi_headline {}
	.connectWifi_image {}
	.connectWifi_image > img {}
	.connectWifi_arrow {
		border: 24px solid rgba(255, 255, 255, 0);
		border-top-width: 18px;
		border-bottom-width: 0;
		border-top-color: var(--color-blue-odakyu-ci);
		margin: 17px auto 15px;
	}
	.connectWifi_info {
		display: block;
		margin-top: 31px;
	}
	.connectWifi_bnr {
		max-width: 160px;
		margin: 0 auto 24px;
	}
	.connectWifi_bnr > img {}
	.connectWifi_dl {}
	.connectWifi_subhead {
		margin-bottom: 16px;
	}
	.connectWifi_subhead::before {}
	.connectWifi_subhead::after {}
	.connectWifi_list {
		grid-template-columns: 0.53fr 0.47fr;
		column-gap: 18px;
	}
	.connectWifi_list > li {}
	.connectWifi_list > li > a {}
	.connectWifi_list > li > a > img {
		width: 100%;
		height: auto;
	}
	.scrollableItem {
		margin-left: -5px;
		margin-right: -5px;
	}
	.scrollableItem_wrapper {}
	.scrollableItem_slide {
		width: var(--width-scrollable-sp);
	}
	.scrollableItem_pagination {}
	.serAreas {
		margin-bottom: 81px;
	}
	.serAreas_title {
		margin-bottom: 21px;
	}
	.serAreas_mapWrap {
		margin-bottom: 51px;
	}
	.serAreas_map {}
	.serAreas_map > img {}
	.serAreas_listWrap {}
	.serAreas_list {}
	.serAreas_list > li {}
	.serAreas_list_image {
		max-width: 56px;
	}
	.serAreas_list_image > img {}
	.serAreas_list_text {
		font-size: 11px;
	}
	.connectApp {
		margin-bottom: 79px;
	}
	.connectApp_title {
		margin-bottom: 26px;
	}
	.connectApp_oList {}
	.connectApp_oList > li {}
	.connectApp_oList > li:nth-child(n + 2) {
		margin-top: 10px;
	}
	.connectApp_oList_caution {}
	.faq_title-mb {
		margin-bottom: 24px;
	}
	.faq_body-narrow {}
	.strageServ {
		margin-bottom: 44px;
	}
	.strageServ_cols {
		display: block;
		margin-bottom: 39px;
	}
	.strageServ_col {
		width: auto;
		max-width: none;
	}
	.strageServ_col-ttl {
		margin-bottom: 37px;
	}
	.strageServ_title {
		margin-bottom: 23px;
	}
	.strageServ_text {
		max-width: none;
	}
	.strageServ_text:last-child {}
	.strageServ_col-img {}
	.strageServ_fig {}
	.strageServ_fig > img {
		width: 314px;
	}
	.strageServ_fig > figcaption {
		text-align: left;
		margin-top: 12px;
	}
	.strageServ_tableWrap {}
	.strageServ_table {}
	.strageServ_table > thead {}
	.strageServ_table > thead > tr {}
	.strageServ_table > thead > tr > th {}
	.strageServ_table > thead > tr > td {}
	.strageServ_table > tbody {}
	.strageServ_table > tbody > tr {}
	.strageServ_table > tbody > tr > td {}
	.strageServ_table > tbody > tr > td > a {}
	.strageServ_note {}
	.strageServ_link {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.strageServ_link > a {
		width: auto;
	}
	.deliServ {
		margin-bottom: 68px;
	}
	.deliServ_contents {
		padding-top: 14px;
	}
	.deliServ_cols {}
	.deliServ_col {}
	.deliServ_col-ttl {
		margin-bottom: 43px;
	}
	.deliServ_title {}
	.deliServ_text {}
	.bookBox {
		margin-top: 18px;
		padding: 24px 10px 21px;
	}
	.bookBox_title {
		margin-bottom: 16px;
	}
	.bookBox_text {
		max-width: 260px;
		margin: 0 auto 0;
	}
	.bookBox_link {
		margin-top: 19px;
		max-width: 170px;
	}
	.deliServ_col-sub {}
	.deliServ_headline {}
	.deliServ_item {
		margin-left: -15px;
	}
	.deliServ_image {}
	.deliServ_image > img {}
	.deliServ_areaText {}
	.deliServ_num {}
	.deliServ_num_main {}
	.deliServ_subhead {}
	.deliServ_msg {}
	.deliServ_arrow {
		margin-top: 7px;
		max-width: 132px;
	}
	.deliServ_arrow > img {}
	.servPrice {}
	.servPrice_title {}
	.servPrice_tableWrap {
		margin-bottom: 48px;
	}
	.servPrice_table {}
	.servPrice_table > thead {}
	.servPrice_table > thead > tr {}
	.servPrice_table > thead > tr > th {}
	.servPrice_table > thead > tr > th[colspan="2"] {}
	.servPrice_table > thead > tr > td {}
	.servPrice_table > tbody {}
	.servPrice_table > tbody > tr {}
	.servPrice_table > tbody > tr > td {}
	.servPrice_note {}
	.servPrice_list {}
	.servPrice_list > li {}
	.servPrice_dList {
		margin-top: 21px;
	}
	.servPrice_dList > dt {}
	.servPrice_dList > dd {}
	.servPrice_dList_sub {}
	.sustIntro {
		margin-bottom: 56px;
	}
	.sustIntro_inner {}
	.sustIntro_title {}
	.sustIntro_image {
		margin-bottom: 24px;
	}
	.sustIntro_image > img {}
	.sustIntro_text {
		text-align: left;
		font-size: inherit;
		font-weight: normal;
		letter-spacing: normal;
		font-family: var(--font-dm);
		line-height: inherit;
	}
	.sustain {
		font-size: 12px;
		line-height: 1.317;
		padding-top: 57px;
		padding-bottom: 70px;
		margin-bottom: 60px;
	}
	.sustain_inner {}
	.sustain_cols {
		display: block;
		margin-bottom: 35px;
	}
	.sustain_cols:last-child {}
	.sustain_col {
		width: auto;
	}
	.sustain_col-txt {}
	.sustain_title {
		text-align: center;
		font-size: 25px;
		margin-bottom: 30px;
	}
	.sustain_headline {}
	.sustain_list {}
	.sustain_list > li {}
	.sustain_col-img {
		margin-top: 35px;
		margin-right: auto;
	}
	.sustain_image {}
	.sustain_image > img {}
	.sustain_text {}
	.sustain-white {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 60px;
	}
	.sustain_sect {}
	.sustain_sect-no1 {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 49px;
	}
	.sustain_sect-no2 {}
	.sustain_areaText {
		width: auto;
		max-width: none;
	}
	.sustain_areaText-no1 {}
	.sustain_areaImage-no1 {
		width: 163px;
		margin-bottom: 33px;
	}
	.sustain_areaText-no2 {
		max-width: 280px;
		align-self: flex-start;
		position: relative;
	}
	.sustain_areaImage-no2 {
		width: 128px;
		margin-bottom: 20px;
		position: relative;
		left: -25px;
	}
	.sustain_sect_inner {}
	.sustain_sect_inner-no2 {
		flex-direction: column-reverse;
	}
	.sustain_env {
		min-height: 0;
		margin-top: 76px;
		margin-bottom: 40px;
	}
	.sustain_env_image {
		display: none;
	}
	.sustain_env_image > img {}
	.sustain_env_sect {
		max-width: none;
		padding: 0;
		width: auto;
		min-height: 0;
		position: relative;
	}
	.sustain_env_sect-no1 {
		margin-bottom: 50px;
	}
	.sustain_headline {
		font-size: 18px;
		margin-bottom: 11px;
	}
	.sustain_text {}
	.sustain_env_sect-no2 {
		padding-left: 120px;
	}
	.sustain_env_deco {
		display: none;
	}
	.sustain_env_deco > img {}
	.sustain_mountain {
		margin-bottom: 30px;
	}
	.sustain_mountain_cols {
		align-items: flex-start;
	}
	.sustain_mountain_col {}
	.sustain_mountain_col-img {
		width: 121px;
		padding-top: 27px;
	}
	.sustain_mountain_image {}
	.sustain_mountain_image > img {}
	.sustain_mountain_col-txt {
		width: calc(100% - 140px);
		max-width: none;
		left: 0;
		position: relative;
	}
	.sustain_mountain_deco {
		position: absolute;
		left: auto;
		right: 100%;
		width: 68px;
		margin-right: 16px;
		top: -10px;
	}
	.sustain_mountain_deco > img {}
	.sustain_hotels {
		min-height: 0;
	}
	.sustain_hotels_image {
		display: none;
	}
	.sustain_hotels_image > img {}
	.sustain_hotels_sect {
		width: auto;
		max-width: none;
		margin: 0;
	}
	.sustain_hotels_sect-no1 {}
	.sustain_hotels_sect-no2 {
		position: relative;
		margin-top: 34px;
		padding-left: 98px;
		margin-bottom: 36px;
	}
	.sustain_hotels_deco {}
	.sustain_hotels_deco-no1 {
		position: absolute;
		top: 43px;
		left: 0;
		right: auto;
		bottom: auto;
		margin: 0;
		width: 73px;
		transform: rotate(-10deg);
	}
	.sustain_hotels_deco-no1 > img {}
	.sustain_hotels_deco-no2 {
		position: absolute;
		top: auto;
		bottom: 100%;
		left: auto;
		right: 0;
		width: 90px;
		margin: 0;
		transform: rotate(-18deg);
		margin-bottom: -6px;
	}
	.sustain_hotels_deco-no2 > img {}
	.sustain_hotels_sect-no3 {}
	.sustain_hotels_deco-no3 {
		width: 80px;
		margin-left: 0;
		transform: rotate(-10deg);
		left: 124px;
		right: auto;
		margin-bottom: -9px;
	}
	.sustain_hotels_deco-no3 > img {}
	.sustain_sect_deco {
		display: block;
		position: absolute;
		bottom: 100%;
		left: 4px;
		width: 60px;
		margin-bottom: 23px;
	}
	.sustain_sect_deco > img {}
	.sustain_hotels_fig {
		display: block;
		margin-top: 30px;
	}
	.sustain_hotels_fig > img {}
	.sustain_env_sect_image {
		display: block;
	}
	.sustain_env_sect_image-no1 {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 153px;
	}
	.sustain_env_sect_image-no2 {
		position: absolute;
		left: 5px;
		top: 20px;
		width: 100px;
	}
	.sustain_env_imageSp {
		display: block;
		max-width: 181px;
		margin-left: auto;
		margin-top: 24px;
	}
	.sustain_env_sect_image > img {}
	.sustain_env_imageSp > img {}
	.sustain_text-no1 {
		position: relative;
		padding-right: 170px;
		padding-bottom: 11px;
		box-sizing: border-box;
		min-height: 83px;
	}
	.blogItems {}
	.blogItems_list {
		margin-left: -20px;
		margin-right: -20px;
		row-gap: 36px;
		grid-template-columns: repeat(2, 1fr);
	}
	.blogItems_list > li {}
	.blogItems_list > li:nth-child(3n + 1) {
		border-right: none;
	}
	.blogItems_list > li:nth-child(3n + 2) {
		border-right: none;
	}
	.blogItems_list > li:nth-child(2n + 1) {
		border-right: 1px solid var(--color-line-light);
	}
	.tipsItem-simple > a {
		padding-top: 0;
		padding-bottom: 0;
	}
	.blogItems_btn {
		max-width: 172px;
		margin-top: 40px;
	}
	.blogNav {
		margin-bottom: 62px;
		column-gap: 20px;
	}
	.blogNav_cell {}
	.blogNav_label {}
	.blogNav_selWrap {}
	.blogMap {
		margin-left: -27px;
		margin-right: -27px;
		margin-bottom: 16px;
	}
	.blogMap_canvas {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		box-shadow: none;
		border: none;
		position: relative;
		padding-bottom: 75%;
		border-bottom: 1px solid var(--color-line-light);
	}
	.blogMap_canvas > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.blogPickup {
		margin-bottom: 48px;
	}
	.blogPickup_title {
		margin-bottom: 23px;
	}
	.blogPickup_list {
		margin-left: -20px;
		margin-right: -20px;
		row-gap: 36px;
		max-width: none;
	}
	.blogPickup_list > li {}
	.blogPickup_list > li:nth-last-child(n + 2) {}
	.tipsItem_imageWrap-pickup {
		max-width: 150px;
		width: 100%;
	}
	.tipsItem_text-pickup {}
	.tipsItem_imageWrap-list {
		max-width: 150px;
		width: 100%;
	}
	.tipsItem_date-list {
		margin-top: 5px;
		margin-bottom: 11px;
	}
	.tipsItem_date-pickup {
		margin-top: 5px;
		margin-bottom: 11px;
	}
	.tipsItem_tagList-list {
		margin-top: 10px;
	}
	.tipsItem_tagList-pickup {
		margin-top: 10px;
	}
	.romanTime {}
	.romanTime.isShow {}
	.romanTime_title {
		margin-bottom: 48px;
	}
	.romanTime_title_sign {}
	.romanTime_table {
		font-size: 11px;
		margin-bottom: 28px;
	}
	.romanTime_table:last-child {}
	.romanTime_table > caption {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding: 17px 10px;
	}
	.romanTime_table > thead {}
	.romanTime_table > thead > tr {}
	.romanTime_table > thead > tr > th {
		height: 42px;
	}
	.romanTime_table > thead > tr > th.-hasArrow {}
	.romanTime_table > thead > tr:first-child > th:first-child {}
	.romanTime_table > thead > tr:first-child > th:first-child::before {
		border-radius: 0;
	}
	.romanTime_table > thead > tr:last-child > th:last-child {}
	.romanTime_table > thead > tr > td {}
	.romanTime_table > tbody {}
	.romanTime_table > tbody > tr {}
	.romanTime_table > tbody > tr > td {
		height: 42px;
	}
	.romanTime_table > tbody > tr:last-child > td:first-child {
		border-bottom-left-radius: 0;
	}
	.romanTime_table > tbody > tr:last-child > td:last-child {
		border-bottom-right-radius: 0;
	}
	.romanTime_table_arrow {
		font-size: 10px;
	}
	.romanTime_tabList {
		margin-bottom: 40px;
	}
	.romanTime_tabList_btn {}
	.romanTime_box {}
	.romanTime_box.isShow {}
	.romanTime_btnList {
		width: calc(100% - 32px);
		column-gap: 8px;
		margin-bottom: 32px;
	}
	.romanTime_btnList > li {}
	.romanTime_btnList_btn {}
	.romanTime_btnList_btn-week {}
	.romanTime_btnList_btn-week[aria-selected="true"] {}
	.romanTime_btnList_btn-holidays {}
	.romanTime_btnList_btn-holidays[aria-selected="true"] {}
	.romanTime_panel {}
	.romanTime_panel.isShow {}
	.findDeparture {
		border-radius: 16px;
		padding: 38px 20px;
		margin-bottom: 43px;
		box-shadow: none;
		position: relative;
	}
	.findDeparture::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1);
		border-radius: inherit;
		pointer-events: none;
	}
	.findDeparture_title {
		margin-bottom: 18px;
	}
	.findDeparture_title_label {}
	.findDeparture_cols {
		display: block;
	}
	.findDeparture_col {
		width: auto;
	}
	.findDeparture_col-icn {
		display: none;
	}
	.findDeparture_image {}
	.findDeparture_image > img {}
	.findDeparture_col-select {}
	.findDeparture_selWrap {}
	.findDeparture_selWrap > select {}
	.findDeparture_col-button {
		max-width: 188px;
		margin: 20px auto 0;
	}
	.findDeparture_btn {}
	.findDeparture_result {
		margin-top: 24px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.findDeparture_result.isShow {}
	.findDeparture_result > iframe {}
	.majorSta {}
	.majorSta_title {
		margin-bottom: 24px;
	}
	.majorSta_table {
		display: block;
		width: auto;
		margin-left: -27px;
		margin-right: -27px;
	}
	.majorSta_table > thead {
		display: none;
	}
	.majorSta_table > thead > tr {
		display: block;
	}
	.majorSta_table > thead > tr > th {
		display: block;
		width: auto;
	}
	.majorSta_table > thead > tr > th:nth-child(1) {}
	.majorSta_table > thead > tr > th:nth-child(2) {}
	.majorSta_table > thead > tr > th:nth-child(3) {}
	.majorSta_table > thead > tr > td {}
	.majorSta_table > tbody {
		display: block;
	}
	.majorSta_table > tbody > tr {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.majorSta_table > tbody > tr.isShow {
		margin-bottom: -1px;
	}
	.majorSta_table > tbody > tr > td {
		display: block;
		height: auto;
		background-color: rgba(255, 255, 255, 0);
		padding: 0;
		border: none;
	}
	.majorSta_table > tbody > tr > td:nth-child(1) {
		padding: 0;
		grid-column: span 2;
	}
	.majorSta_table > tbody > tr > td:nth-child(2) {
		display: none;
	}
	.majorSta_table > tbody > tr.isShow > td:nth-child(2) {
		display: block;
		border-right: 1px solid var(--color-line-light);
		border-bottom: 1px solid var(--color-line-light);
	}
	.majorSta_table > tbody > tr.isShow > td:nth-child(2)::before {
		content: attr(data-label);
		content: attr(data-label);
		font-size: 13px;
		line-height: 1;
		min-height: 36px;
		background-color: var(--color-blue2);
		color: var(--color-white);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.majorSta_table > tbody > tr > td:nth-child(3) {
		display: none;
	}
	.majorSta_table > tbody > tr.isShow > td:nth-child(3) {
		display: block;
		border-bottom: 1px solid var(--color-line-light);
	}
	.majorSta_table > tbody > tr.isShow > td:nth-child(3)::before {
		content: attr(data-label);
		font-size: 13px;
		line-height: 1;
		min-height: 36px;
		background-color: var(--color-red);
		color: var(--color-white);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.majorSta_btn {
		padding: 8px 20px;
		position: relative;
		padding-right: 49px;
		font-size: 17px;
		column-gap: 6px;
		pointer-events: auto;
		border-top: 1px solid var(--color-line-light);
	}
	.majorSta_btn_sign {
		width: 40px;
		height: auto;
	}
	.majorSta_btn_text {
		text-align: center;
		width: calc(100% - 46px);
	}
	.majorSta_list {
		padding: 22px 12px;
		text-align: center;
	}
	.majorSta_list > li {}
	.majorSta_list > li:nth-child(n + 2) {}
	.majorSta_list > li > a {}
	.majorSta_btn_icon {
		display: block;
		position: absolute;
		top: 50%;
		right: 22px;
		transform: translateY(-50%);
		width: 12px;
		height: 1px;
		background-color: currentColor;
		border-radius: 1px;
	}
	.majorSta_btn_icon::before {
		content: "";
		display: block;
		background-color: currentColor;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 1px;
		transform: rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	.majorSta_btn[aria-expanded="true"] .majorSta_btn_icon::before {
		transform: rotate(0deg);
	}
	.majorSta_btn_icon::after {
		content: "";
	}
	.ticketNav-mt {
		margin-top: 72px;
	}
	.withDigital {
		margin-bottom: 56px;
	}
	.withDigital_inner {}
	.withDigital_title {
		margin-bottom: 25px;
	}
	.withDigital_box {
		padding: 32px 28px 40px;
	}
	.withDigital_cols {
		display: block;
		margin-bottom: 34px;
	}
	.withDigital_col {
		width: auto;
		max-width: none;
	}
	.withDigital_col-img {}
	.withDigital_image {}
	.withDigital_image > img {}
	.withDigital_col-txt {
		padding: 0;
		margin-top: 26px;
		padding-left: 35px;
	}
	.withDigital_headline {
		margin-bottom: 9px;
	}
	.withDigital_headline > .icon {}
	.withDigital_text {}
	.bnrEmot-lg {}
	.bnrEmot_head-lg {
		padding: 24px 9px;
	}
	.bnrEmot_foot-lg {
		font-size: 12px;
		padding: 13px 10px;
	}
	.ticketNotice {
		margin-bottom: 48px;
	}
	.ticketNotice_inner {}
	.ticketNotice_title {
		margin-bottom: 38px;
	}
	.ticketNotice_grid {
		display: block;
	}
	.ticketNotice_cell {
		width: auto;
		display: flex;
		max-width: none;
	}
	.ticketNotice_cell:nth-child(n + 2) {
		margin-top: 32px;
	}
	.ticketNotice_image {
		width: 62px;
		margin: 0;
	}
	.ticketNotice_image > img {
		margin: 0 auto;
	}
	.ticketNotice_areaText {
		width: calc(100% - 80px);
		margin-left: auto;
	}
	.ticketNotice_headline {
		margin-bottom: 12px;
	}
	.ticketNotice_text {}
	.otherPurchase {
		margin-bottom: 51px;
	}
	.otherPurchase_inner {}
	.otherPurchase_title {
		margin-bottom: 40px;
	}
	.otherPurchase_cols {
		display: block;
	}
	.otherPurchase_col {
		width: auto;
		max-width: none;
	}
	.otherPurchase_col-no1 {
		margin-bottom: 40px;
	}
	.otherPurchase_sect {
		padding-left: 20px;
		padding-right: 20px;
	}
	.otherPurchase_image {
		margin-left: -20px;
		margin-right: -20px;
	}
	.otherPurchase_image > img {}
	.otherPurchase_headline {
		margin-bottom: 12px;
	}
	.otherPurchase_text {}
	.otherPurchase_hr {
		display: none;
	}
	.otherPurchase_col-no2 {}
	.otherPurchase_oList {}
	.otherPurchase_oList > li {}
	.otherPurchase_list {}
	.otherPurchase_list > li {}
	.faq_title-center {}
	.ticketHowto {
		padding-top: 29px;
		padding-bottom: 48px;
		margin-bottom: 48px;
	}
	.ticketHowto_tabList {
		margin-bottom: 40px;
	}
	.ticketHowto_tabList > li {}
	.ticketHowto_tabList_btn {}
	.ticketHowto_panel {}
	.ticketHowto_panel.isShow {}
	.ticketHowto_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.ticketHowto_sect {
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
	}
	.ticketHowto_cols {
		display: block;
		height: auto;
	}
	.ticketHowto_col {
		width: auto;
		max-width: none;
	}
	.ticketHowto_col-img {
		width: auto;
		max-width: 229px;
		margin: 0 auto 21px;
		min-height: 337px;
	}
	.ticketHowto_image {}
	.ticketHowto_image > img {}
	.ticketHowto_col-text {
		margin-top: auto;
		padding-bottom: 0;
	}
	.ticketHowto_titleWrap {
		margin-bottom: 23px;
	}
	.ticketHowto_title {
		font-size: 20px;
	}
	.ticketHowto_title_num {
		font-size: 28px;
	}
	.ticketHowto_btn {
		flex-direction: column;
		column-gap: 0;
		row-gap: 3px;
		font-size: 14px;
		top: 50%;
		transform: translateY(-50%);
		height: auto;
	}
	.ticketHowto_btn-prev {}
	.ticketHowto_btn-next {
		flex-direction: column-reverse;
	}
	.ticketHowto_btn > .icon {
		font-size: 16px;
	}
	.ticketHowto_btn_num {}
	.ticketHowto_headline {
		margin-bottom: 17px;
	}
	.ticketHowto_text {
		text-align: left;
		max-width: 300px;
	}
	.ticketHowto_link {}
	.ticketHowto_link > a {}
	.ticketHowto_link_box {}
	.ticketHowto_link_box_title {}
	.ticketHowto_link_box_text {}
	.ticketHowto_link_box_img {}
	.ticketHowto_link_text {
		text-align: center;
	}
	.ticketHowto_swiper {}
	.ticketHowto_swiper_wrapper {}
	.ticketHowto_swiper_slide {}
	.ticketNav-mbS {}
	.pager-center {}
	.areaTours {}
	.areaTours_inner {}
	.areaTours_list {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 16px;
		row-gap: 24px;
	}
	.areaTours_list > li {}
	.toursItem_price {
		font-size: 10px;
		padding-right: 8px;
	}
	.toursItem_btn {
		margin-top: 10px;
	}
	.aboutVis {
		padding-top: 94px;
		margin-bottom: 30px;
	}
	.aboutVis_inner {}
	.aboutVis_subTitle {
		font-size: 26px;
		line-height: 1.2;
	}
	.aboutVis_title {
		font-size: 42px;
		margin-bottom: 32px;
	}
	.aboutVis_text {}
	.aboutVis_link {
		max-width: 230px;
		margin: 26px auto 0;
	}
	.aboutVis_more {}
	.aboutVis_more > a {}
	.aboutVis_deco {
		display: none;
	}
	.aboutVis_deco > img {}
	.aboutMap {}
	.aboutMap_inner {
		padding: 0;
	}
	.aboutMap_map {}
	.aboutMap_image {
		position: relative;
		padding-bottom: 75%;
	}
	.aboutMap_image > img {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.aboutFixVis {}
	.aboutFixVis_video {}
	.aboutFixVis_video::before {}
	.aboutFixVis_vis_item {}
	.ticketNav-about {
		margin-top: 48px;
		padding-bottom: 190px;
		margin-bottom: 0;
	}
	.aboutCont {
		padding-top: 11px;
		padding-bottom: 70px;
	}
	.aboutCont_tabNav {
		margin-bottom: 66px;
	}
	.aboutCont_tabNav_inner {
		padding: 0;
		overflow: auto;
	}
	.aboutCont_tabNav_list {
		width: 812px;
		grid-template-columns: repeat(7, 1fr);
	}
	.aboutCont_tabNav_list > li {}
	.aboutCont_tabNav_list > li > button {}
	.aboutCont_panel {}
	.aboutCont_panel_inner {}
	.aboutSect {
		margin-bottom: 50px;
	}
	.aboutSect:last-child {}
	.aboutSect_cols {}
	.aboutSect_col {}
	.aboutSect_col-txt {}
	.aboutSect_title {
		margin-bottom: 20px;
	}
	.aboutSect_text {}
	.aboutSect_text:last-child {}
	.aboutSect_col-img {
		margin-top: 28px;
		margin-left: -27px;
		margin-right: -27px;
	}
	.aboutSect_swiper {}
	.aboutSect_swiper_wrapper {}
	.aboutSect_swiper_slide {
		width: 260px;
	}
	.aboutSect_swiper_btn {
		margin-top: -10px;
	}
	.aboutSect_swiper_btn > .icon {}
	.aboutSect_swiper_btn-prev {}
	.aboutSect_swiper_btn-next {}
	.aboutSect_imageWrap {}
	.aboutSect_imageWrap > a {}
	.aboutSect_image {}
	.aboutSect_image > img {}
	.aboutSect_link {}
	.aboutSect_swiper_pager {
		display: block;
		margin-top: 11px;
	}
	.ticketNav_text {
		margin-top: 12px;
		margin-bottom: 23px;
	}
	.areaTransport {
		padding-top: 40px;
	}
	.areaTransport_inner {}
	.areaTransport_hr {
		margin-left: -27px;
		margin-right: -27px;
	}
	.areaTransport_arrow {
		max-width: 17px;
		margin-bottom: 11px;
	}
	.areaTransport_arrow > img {}
	.areaRoute {}
	.areaRoute_titleWrap {
		padding: 0;
		margin-bottom: 0;
	}
	.areaRoute_title {}
	.areaRoute_link {
		position: relative;
		top: 0;
		transform: none;
		display: flex;
		justify-content: flex-end;
		margin-top: 5px;
	}
	.areaRoute_link > a {
		font-size: 13px;
	}
	.areaRoute_list {
		display: block;
		margin-top: 28px;
	}
	.areaRoute_list > li {
		width: auto;
		max-width: none;
	}
	.areaRoute_list > li:nth-child(n + 2) {
		margin-top: 10px;
	}
	.areaRoute_other {
		margin-top: 43px;
	}
	.areaTransport_list {
		display: block;
		margin-bottom: 39px;
	}
	.areaTransport_list_btn {
		min-height: 48px;
		font-size: 16px;
	}
	.areaTransport_list > li {
		width: auto;
		max-width: none;
	}
	.areaTransport_list > li:nth-child(n + 2) {
		margin-top: 12px;
	}
	.railwayMap {
		margin-bottom: 40px;
	}
	.railwayMap_inner {
		padding: 0;
	}
	.railwayMap_title {}
	.railwayMap_image {
		position: relative;
		border: none;
		padding-bottom: 75%;
	}
	.railwayMap_image::before {
		display: none;
	}
	.railwayMap_image > img {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.railwayMap_link {
		margin-top: 17px;
		max-width: 260px;
	}
	.railwayMap_link > a {}
	.railwayMap_link > a > .icon {}
	.faqBox_toggle_inner-noSign {
		padding-left: 0;
	}
	.guideOther {}
	.guideOther_title {
		margin-bottom: 40px;
		margin-top: 80px;
	}
	.guideOther_title:first-child {}
	.guideOther_sect {
		margin-bottom: 30px;
	}
	.guideOther_sect:last-child {}
	.guideOther_headline {
		margin-bottom: 8px;
	}
	.guideOther_text {}
	.guideOther_cols {
		display: block;
	}
	.guideOther_col {
		width: auto;
		max-width: none;
	}
	.guideOther_col-txt {}
	.guideOther_col-img {
		margin-top: 10px;
	}
	.guideOther_image {
		max-width: none;
	}
	.guideOther_image:first-child {}
	.guideOther_image > img {
		width: 100%;
		height: auto;
	}
	.guideOther_text-mt {}
	.guideOther_list {}
	.guideOther_list > li {}
	.guideOther_caption {}
	.ticketNav-transport {
		margin-bottom: 0;
		margin-top: 64px;
	}
	.routeSearch {
		padding: 29px 16px 40px;
		border-radius: 18px;
	}
	.routeSearch_inner {}
	.routeSearch_link {}
	.routeSearch_link > a {}
	.routeSearch_label {
		font-size: 14px;
		margin-top: 19px;
	}
	.routeSearch_label:first-child {}
	.routeSearch_date {
		grid-template-columns: repeat(2, auto);
		column-gap: 6px;
		grid-template-rows: repeat(2, auto);
		row-gap: 10px;
	}
	.routeSearch_date_input {
		grid-column: span 2;
	}
	.routeSearch_date_input::before {}
	.routeSearch_date_input > input {
		min-height: 42px;
	}
	.routeSearch_selWrap {}
	.routeSearch_selWrap::before {}
	.routeSearch_selWrap > select {
		height: 42px;
		line-height: 40px;
		border-radius: 5px;
	}
	.routeSearch_selWrap > select > option {}
	.routeSearch_hr {
		margin-top: 25px;
		margin-bottom: 19px;
	}
	.routeSearch_rdoList {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 8px;
		column-gap: 6px;
	}
	.routeSearch_rdoList-2c {}
	.routeSearch_rdoList-spSingle {
		grid-template-columns: 1fr;
	}
	.routeSearch_rdoList-3c {}
	.routeSearch_rdoList-4c {}
	.routeSearch_rdoList-4c > li {}
	.routeSearch_rdoLbl {}
	.routeSearch_rdoLbl > input {}
	.routeSearch_rdoLbl_item {
		border-radius: 5px;
		min-height: 42px;
		font-size: 13px;
		line-height: 1.3;
		padding: 10px 34px;
		padding-right: 10px;
	}
	[type="radio"]:checked + .routeSearch_rdoLbl_item {}
	.routeSearch_rdoLbl_icon {
		left: 14px;
		width: 12px;
		height: 12px;
	}
	[type="radio"]:checked + .routeSearch_rdoLbl_item .routeSearch_rdoLbl_icon {}
	.routeSearch_rdoLbl_text {}
	.routeSearch_title {
		margin-bottom: 10px;
	}
	.routeSearch_title_btn {
		pointer-events: auto;
		position: relative;
		padding: 10px 0;
	}
	.routeSearch_toggle {
		display: none;
	}
	.routeSearch_toggle.isShow {
		display: block;
	}
	.routeSearch_btn {
		margin-top: 42px;
	}
	.routeSearch_direction {
		grid-template-columns: 1fr;
	}
	.routeSearch_direction_cell {}
	.routeSearch_direction_sign {
		padding: 0;
		height: auto;
		transform: rotate(90deg);
		margin: 1px 0;
		font-size: 30px;
	}
	.routeSearch_direction_btn {}
	.areaBlog {}
	.areaBlog_cols {}
	.areaBlog_col {}
	.areaBlog_col-main {}
	.areaBlog_col-side {
		margin-top: 70px;
	}
	.blogEntry {}
	.blogEntry_cols {
		display: block;
	}
	.blogEntry_col {
		width: auto;
		max-width: none;
	}
	.blogEntry_col-text {
		margin-bottom: 25px;
	}
	.blogEntry_update {}
	.blogEntry_update > time {}
	.blogEntry_title {
		margin-bottom: 16px;
	}
	.blogEntry_catList {}
	.blogEntry_catList > li {}
	.blogEntry_catList > li > a {}
	.blogEntry_cat {}
	.blogEntry_author {
		margin-top: 23px;
		font-size: 12px;
	}
	.blogEntry_author_image {
		width: 30px;
		height: 30px;
	}
	.blogEntry_author_image > img {}
	.blogEntry_author_text {}
	.blogEntry_author_description {
		font-size: 10px;
	}
	.blogEntry_author_textWrap {
		width: calc(100% - 39px);
	}
	.blogEntry_col-img {}
	.blogEntry_image {}
	.blogEntry_image > img {}
	.blogEntry_dList {
		justify-content: center;
		margin: 16px 0 19px;
	}
	.blogEntry_dList > dt {
		margin-right: 16px;
	}
	.blogEntry_dList > dd {}
	.blogEntry_dList > dd > a {
		width: 28px;
		height: 28px;
		padding: 8px;
	}
	.blogEntry_dList > dd > a > img {}
	.blogEntry_editor {
		font-size: 14px;
		line-height: 1.35;
		padding-bottom: 20px;
		margin-bottom: 33px;
	}
	.blogEntry_tagList {
		padding-left: 43px;
	}
	.blogEntry_tagList > dt {
		line-height: 20px;
	}
	.blogEntry_tagList > dd {}
	.blogEntry_tagList > dd > a {}
	.blogEntry_tagList_cat {}
	.blogEntry_link {}
	.blogSide {}
	.blogSide_title {
		font-size: 22px;
		line-height: 1.1;
		margin-left: -10px;
		margin-right: -10px;
	}
	.blogSide_list {}
	.blogSide_list > li {
		width: 170px;
	}
	.blogSide_list > li:nth-child(n + 2) {}
	.tipsItem-side {}
	.tipsItem-side > a {
		padding-top: 9px;
	}
	.tipsItem_imageWrap-side {
		width: 100%;
	}
	.tipsItem_title-side {
		max-width: 182px;
		margin-left: auto;
		margin-right: auto;
	}
	.tipsItem_date-side {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.tipsItem_text-side {
		max-width: 200px;
	}
	.tipsItem_tagList-side {
		max-width: 200px;
		margin-top: 15px;
	}
	.tipsItem_new-side {}
	.entryBlock {
		grid-template-columns: 1fr;
		row-gap: 16px;
		margin-top: 34px;
		margin-bottom: 32px;
	}
	.entryBlock_card {}
	.entryBlock_card > a {}
	.entryBlock_card_inner {}
	.entryBlock_image {}
	.entryBlock_image > img {}
	.entryBlock_areaText {}
	.entryBlock_cat {}
	.entryBlock_title {}
	.entryBlock_price {}
	.tocNav {
		margin-top: 32px;
		margin-bottom: 30px;
	}
	.tocNav_title {
		/font-style: normal;
		font-size: 18px;
		letter-spacing: -0.03em;
		padding-top: 11px;
		--margin-pb: 25px;
	}
	.tocNav_oList {}
	.tocNav_oList > li {}
	.tocNav_oList > li > a {}
	.routeSearch_title_btn_icon {
		display: block;
		width: 13px;
		height: 1px;
		background-color: currentColor;
		border-radius: 1px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.routeSearch_title_btn_icon::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 1px;
		transform: rotate(90deg);
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.routeSearch_title_btn[aria-expanded="true"] .routeSearch_title_btn_icon::before {
		transform: rotate(0deg);
	}
	.ticketMv_title-wide {}
	.areaTicket {
		padding-top: 48px;
	}
	.areaTicket_inner {}
	.recdPoints {
		margin-bottom: 64px;
	}
	.recdPoints_title {
		margin-bottom: 24px;
	}
	.recdPoints_text {
		font-size: 17px;
		line-height: 1.3;
	}
	.recdPoints_text_strong {}
	.recdPoints_text_yen {}
	.ticketInfo {
		margin-bottom: 56px;
	}
	.ticketInfo_title {
		margin-bottom: 24px;
	}
	.ticketInfo_table {
		font-size: 13px;
	}
	.ticketInfo_table > tbody {}
	.ticketInfo_table > tbody > tr {}
	.ticketInfo_table > tbody > tr > th {
		text-align: left;
	}
	.ticketInfo_table > tbody > tr > td {}
	.ticketMv_head-tour {}
	.ticketSect {
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 1.3;
	}
	.ticketSect:last-child {}
	.ticketSect_title {
		margin-bottom: 16px;
	}
	.ticketSect_text {
		margin: 0;
	}
	.ticketSect_list {}
	.ticketSect_list > li {}
	.ticketSect_list > li:nth-child(n + 2) {
		margin-top: 0;
	}
	.tourCourse {
		margin-bottom: 44px;
	}
	.tourCourse.isShow {
		margin-bottom: 80px;
	}
	.tourCourse_title {
		margin-bottom: 24px;
	}
	.tourCourse_swiper {}
	.tourCourse_swiper_wrapper {}
	.tourCourse_swiper_slide {
		width: 100%;
	}
	.tourCourse_scroll {
		display: block;
		max-height: 894px;
		overflow: hidden;
		position: relative;
	}
	.tourCourse.isShow .tourCourse_scroll {
		max-height: none;
	}
	.tourCourse_scroll::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 189px;
		background: linear-gradient(to bottom, rgba(227, 228, 232, 0) 0%, #E3E4E8 69.23%);
		z-index: 1;
		pointer-events: none;
		transition-duration: .3s;
		transition-property: opacity;
	}
	.tourCourse.isShow .tourCourse_scroll::after {
		opacity: 0;
	}
	.tourCourse_grid {
		display: block;
	}
	.tourCourse_item {
		width: auto;
		padding: 0 15px;
	}
	.tourCourse_image {}
	.tourCourse_image > img {}
	.tourCourse_headline {}
	.tourCourse_headline_num {}
	.tourCourse_headline_text {}
	.tourCourse_text {}
	.tourCourse_text:last-child {}
	.tourCourse_arrow {
		width: auto;
		border-top: 1px solid var(--color-line-light);
		margin-top: 28px;
		height: 29px;
		position: relative;
		margin-bottom: 28px;
	}
	.tourCourse_arrow > img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(90deg);
	}
	.tourCourse_pagination {}
	.fixSpTicketNav_btnList-single {
		grid-template-columns: 1fr;
	}
	.tourCourse_btn {
		display: flex;
		max-width: 197px;
		margin-left: auto;
		margin-right: auto;
	}
	.tourCourse_btn[aria-expanded="true"] {
		display: none;
	}
	.itinerary_tagline {}
	.itinerary_tagline > h2 {
		font-size: 16px;
	}
	.itinerary_tagline > h2 > strong {
		font-size: 28px;
	}
	.itinerary_tagline > h2 > em {
		font-size: 20px;
	}
	.itinerary_tagline > p {
		font-size: 14px;
	}
	.pamphelt_listWrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.howtoSect_gridWrap {}
	.routeMap {}
	.routeMap_inner {}
	.routeMap_image {}
	.routeMap_image > img {}
	.howtoSect_block {
		display: grid;
		grid-template-columns: 1fr 120px;
		column-gap: 10px;
	}
	.areaRoute_serviceLink {
		margin-top: 30px;
	}
	.areaRoute_serviceLink > a {}
	.lostFound_headline {
		margin-bottom: 20px;
	}
	.lostFound_notes {}
	.itinerary_headWrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.areaVis_imageWrap-top {
		box-shadow: none;
		border-bottom: none;
		border-radius: 0;
	}
	.scrollableItem_pagination-noMt {
		margin-top: 0;
	}
	.sustain_text_note {}
	.sustain_note {}
	.deliServ_link {}
	.deliServ_link > a {}
	.policy_list {}
	.policy_list > li {}
	.policy_list-noMt {
		margin-top: 0;
	}
	.policy_text-noMb {
		margin-bottom: 0;
	}
	.transNav_route {}
	.transNav_route_inner {}
	.transNav_route_inner > img {}
	.transNav_route-wide {}
	.transNav_route_inner-wide {}
	.areaHigh_bg {}
	.areaHigh_bg::before {}
	.areaHigh_bg > img {}
	.ticketMap-noLink {
		margin-bottom: -1px;
	}
	.ticketMap_image-noLink {}
	.stories_headline {}
	.stories_text {}
	.operation {}
	.operation_map {
		margin-bottom: 30px;
	}
	.operation_map > img {}
	.operation_itemWrap {}
	.operation_itemWrap::before {
		border-radius: 10px;
	}
	.operation_item {
		padding: 20px 20px;
	}
	.operation_item:first-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.operation_item-error {}
	.operation_item:last-child {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.operation_item-error .operation_anchor {}
	.operation_anchor {}
	.operation_anchor::after {}
	.operation_anchor.isShow::after {}
	.operation_stateWrap {
		display: block;
	}
	.operation_stateWrap:last-child {}
	.operation_state {
		line-height: 20px;
		padding-left: 27px;
		margin-bottom: 9px;
	}
	.operation_state::before {
		width: 20px;
		height: 20px;
	}
	.operation_state-error::before {}
	.operation_routeList {}
	.operation_routeList > a {}
	.operation_caption {}
	.operation_caption-error {}
	.operation_item_toggle {}
	.operation_item_toggle.isShow {}
	.operation_sect {}
	.operation_sect:last-child {}
	.operation_headlineWrap {}
	.operation_headline {}
	.operation_status {}
	.operation_status:last-child {}
	.operation_note {}
	.operation_dListWrap {}
	.operation_dList {}
	.operation_dList > dt {}
	.operation_dList > dd {}
	.operation_tabList {}
	.operation_tabList > li {}
	.operation_contents {}
	.operation_contents.isShow {}
	.operation_table {
		display: block;
		width: auto;
	}
	.operation_table > tbody {
		display: block;
	}
	.operation_table > tbody > tr {
		margin-bottom: 15px;
		display: block;
	}
	.operation_table > tbody > tr:last-child {
		margin-bottom: 0;
	}
	.operation_table > tbody > tr > th {
		display: block;
		padding: 0;
		margin-bottom: 8px;
	}
	.operation_table > tbody > tr > th > br {
		display: inline;
	}
	.operation_table > tbody > tr > td {
		display: block;
		padding: 0;
		padding-left: 18px;
		width: auto;
	}
	.operation_traffic {}
	.operation_traffic::before {}
	.operation_traffic[data-traffic-cd="TR002"] {}
	.operation_traffic[data-traffic-cd="TR002"]::before {}
	.operation_traffic[data-traffic-cd="TR003"] {}
	.operation_traffic[data-traffic-cd="TR003"]::before {}
	.operation_logo {}
	.operation_logo > img {}
	.operation_name {}
	.areaOperation {}
	.areaOperation_inner {}
	.areaOperation_title {}
	.areaOperation_title_small {}
	.tipsItem_image-rect {}
	.operation_title {}
	.modal {
		display: block;
		box-sizing: border-box;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.modal_inner {}
	.modal_contents {}
	.modal_btn {}
	.modal_btn::before {}
	.modal_btn::after {}
	.modal_box {}
	.entryFeat_text {}
	.entryFeat_body {}
	.tocHead {}
	.tocHead_anchor {
		top: -64px;
	}
	.tocHead_sub {}
	.tocHead_title {}
	.subheadParts {}
	.txtParts {}
	.imgParts {}
	.imgParts-fit {}
	.imgParts > img {}
	.imgParts-fit > img {}
	.imgParts-caption {}
	.imgPartsCaption {}
	.imgPartsCaption-center {}
	.imgPartsCaption-right {}
	.linkParts {}
	.linkParts > a {}
	.colParts {
		grid-template-columns: 1fr;
	}
	.colParts_cell {}
	.recdParts {}
	.recdParts_title {}
	.recdParts_box {}
	.recdParts_box > a {}
	.recdParts_cols {}
	.recdParts_cols-gray {}
	.recdParts_cols-blue {}
	.recdParts_col {}
	.recdParts_col-img {}
	.recdParts_col-txt {}
	.recdParts_image {}
	.recdParts_headline {}
	.recdParts_tagList {}
	.recdParts_tagList > li {}
	.recdParts_image > img {}
	.editorParts {}
	.infoParts {}
	.infoParts_title {}
	.infoParts_link {}
	.infoParts_link > a {}
	.infoParts_link > a > .icon {}
	.infoParts_imageWrap {
		column-gap: 10px;
		row-gap: 10px;
	}
	.infoParts_image {}
	.infoParts_image_inner {}
	.infoParts_image_inner > img {}
	.infoParts_table {
		display: block;
		width: auto;
	}
	.infoParts_table > tbody {
		display: block;
	}
	.infoParts_table > tbody > tr {
		display: block;
	}
	.infoParts_table > tbody > tr:nth-child(n + 2) {
		margin-top: 10px;
	}
	.infoParts_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		font-weight: 500;
		margin-bottom: 2px;
	}
	.infoParts_table > tbody > tr:last-child > th {}
	.infoParts_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.infoParts_table > tbody > tr:last-child > td {}
	.infoParts_frameWrap {}
	.infoParts_frameWrap > iframe {}
	.mapParts {}
	.mapParts > iframe {}
	.recAccLink {}
	.recAccLink > a {}
	.editorParts p {}
	.editorParts p .editorParts h1 {}
	.editorParts h2 {}
	.editorParts h3 {}
	.editorParts h4 {}
	.editorParts strong {}
	.editorParts em {}
	.editorParts ul {}
	.blogEntry_subTitle {}
	.opeStatusContainer {}
	.opeStatusContainer_loading {
		font-size: 30px;
	}
	.opeStatusContainer_loading > .icon {}
	.findDeparture-wide {}
	.findDepartureWrap {
		margin-bottom: 50px;
	}
	.findDepartureWrap_inner {}
	.sustain_env_link {
		max-width: 127px;
		margin-top: 10px;
	}
	.sustain_env_link > a {
		min-height: 26px;
		font-size: 12px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.sustain_env_link > a::after {
		right: 10px;
	}
	.toursItem_link {
		margin-top: 6px;
	}
	.toursItem_link-pc {
		display: none;
	}
	.toursItem_link-sp {
		display: block;
	}
	.toursItem_moreLink {}
	.toursItem_moreLink > a {}
	.passBuy {}
	.passBuy_grid {
		grid-template-columns: 1fr;
		row-gap: 25px;
	}
	.passBuy_cell {}
	.passBuy_cell > a {}
	.passBuy_image {}
	.passBuy_image > img {}
	.passBuy_headline {}
	.passBuy_text {}
	.passBuy_caption {}
	.findDepartureWrap_link {}
	.findDepartureWrap_link {}
	.findDepartureWrap_link > a {}
	.otherAreas_mapWrap {}
	.otherAreas_mapWrap.isShow {}
	.ticketSect_body {}
	.ticketSect_body p {}
	.ticketSect_body ul {}
	.transNav_note {}
	.ticketNav_head {
		margin-bottom: 18px;
		padding-top: 14px;
	}
	.ticketNav_head_inner {}
	.ticketNav_headline {}
	.gotoFrom_toggle {}
	.gotoFrom_toggle.isShow {}
	.gotoFrom_by {}
	.ticketItem_areas {
		font-size: 10px;
		margin-bottom: 13px;
	}
	.ticketItem_areas > li {}
	.ticketItem_areas > li:nth-child(n + 2) {
		margin-top: 4px;
	}
	.routeSearch_headline {
		margin-bottom: 15px;
	}
	.routeSearch_fare {
		margin-top: 25px;
	}
	.routeSearch_fare_inner {}
	.routeSearch_fare_title {
		font-size: 15px;
	}
	.routeSearch_fare_item {}
	.routeSearch_fare_input {}
	.routeSearch_fare_input > input[readonly] {
		font-size: 20px;
		line-height: 24px;
	}
	.routeSearch_fare_suffix {}
	.tkDetail {
		margin-bottom: 25px;
	}
	.tkDetail_grid {}
	.tkDetail_cell {}
	.tkDetail_item {}
	.tkDetail_item_inner {}
	.tkDetail_title {}
	.tkDetail_text {}
	.tkDetail_plus {
		margin: 10px 0;
	}
	.tkDetail_plus_inner {}
	.tkDetail_plus_inner::before {}
	.toursItem_cat {
		font-size: 11px;
		margin-bottom: 6px;
	}
	.toursItem_cat_inner {
		padding: 2px 5px;
	}
	.tourCourse_summary {}
	.gotoFrom_map {
		margin-bottom: 35px;
	}
	.gotoFrom_map > img {}
	.gotoFrom_contents-onlyTickets {
		padding-top: 48px;
	}
}
@media screen and (max-width:499px) {
	.romancePr_col-window {
		align-items: flex-start;
	}
	.romancePr_window {
		margin-right: 0;
		margin-left: -70px;
	}
}
@media screen and (max-width:389px) {
	.ticketsVis_title {
		padding-left: 70px;
		margin-left: -25px;
		margin-right: -25px;
	}
	.topVis_title {
		font-size: 10.026vw;
	}
}
@media screen and (max-width:374px) {
	.ticketsVis_title {
		padding-left: 0;
		margin-left: 0;
	}
	.areaHigh_title {
		font-size: 44px;
	}
	.areaHigh_col-img {
		max-width: 230px;
	}
	.topVis_seats {
		column-gap: 15px;
	}
	.deliServ_item {
		grid-template-columns: 124px 1fr;
	}
}
