@charset "UTF-8";
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
:root {
	--color-main-orange: #d4451d;
	--color-white: #fff;
	--color-brown: #7C3D1B;
	--color-text: #4A2B1A;
	--color-beige: #FAF6E5;
}
.u-ttl01 {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.u-hiddenSVG {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.u-inner {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1043px;
}
.u-spInline {
	display: none;
}
.u-ttlUnderbar {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	line-height: 1.47;
	color: var(--color-text);
	margin-bottom: 40px;
}
.u-ttlUnderbar::after {
	content: "";
	display: block;
	border: 1px solid #D3D2D3;
	height: 4px;
	box-sizing: border-box;
	border-right: none;
	border-left: none;
	margin-top: 20px;
}
.u-moreLink {
	color: var(--color-main-orange);
	display: block;
	font-weight: bold;
}
.u-moreLink:visited {
	color: var(--color-main-orange);
}
.u-moreLink_img {
	display: inline-block;
	width: 14px;
	height: 14px;
	fill: currentColor;
	vertical-align: baseline;
	margin-left: 15px;
	transition-duration: .3s;
	transition-property: transform;
}
.u-switchImg > img:last-child {
	display: none;
}
.u-btn {
	border: 3px solid var(--color-main-orange);
	color: var(--color-main-orange);
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0);
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding-right: 44px;
	padding-left: 20px;
	line-height: 1.2;
	text-align: center;
}
.u-btn_arrow {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.u-sect {
	margin-top: -10px;
	padding-top: 10px;
}
.u-ttlSimple {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 45px;
	color: #572426;
}
.u-tagList {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	column-gap: 10px;
	row-gap: 5px;
}
.u-tagList > li {}
.u-tag {
	background-color: #482715;
	color: #fff;
	border-radius: 7px;
	line-height: 1.2;
	padding: 6px 10px;
	font-size: 12px;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: opacity;
	display: block;
	font-weight: bold;
}
.u-tag[data-slug="train"] {
	background-color: #DB0000;
}
.u-tag[data-slug="cablecar"] {
	background-color: #3C439B;
}
.u-tag[data-slug="bus"] {
	background-color: #6CAD61;
}
.u-tag[data-slug="feature"] {
	background-color: #3F8781;
}
.u-tag[data-slug="course"] {
	background-color: #963518;
}
.u-tag[data-slug="ships"] {
	background-color: #C65FBA;
}
.u-tag[data-slug="ropeway"] {
	background-color: #6F9EDE;
}
.u-tag[data-slug="event"] {
	background-color: #6266a0;
}
.u-tag[data-slug="spot"] {
	background-color: #d4451d;
}
.u-cat {
	font-size: 11px;
	background-color: #744087;
	color: var(--color-white);
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	line-height: inherit;
}
.u-cat[data-slug="feature"] {
	background: #408781;
}
.u-cat[data-slug="course"] {
	background: #8f5927;
}
.u-cat[data-slug="event"] {
	background: #6266a0;
}
.u-cat[data-slug="spot"] {
	background: #d4451d;
}
.u-linkWrap {
	max-width: 313px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
}
.u-slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .15s;
}
.u-slide.slick-initialized {
	opacity: 1;
}
.u-slide[data-init-num="2"].isThreeOrMore .slideDotsWrap {
	display: flex;
}
.u-slide[data-init-num="3"].isFourOrMore .slideDotsWrap {
	display: flex;
}
.u-slide[data-init-num="4"].isFiveOrMore .slideDotsWrap {
	display: flex;
}
.u-slide .slick-track {
	display: flex;
}
.u-slide .slick-slide {
	height: auto;
	float: none;
}
.u-slide .slick-slide > div {
	height: 100%;
}
.u-slide_item {
	box-sizing: border-box;
	height: 100%;
}
.gContents {
	min-height: 200px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 60px 0;
}
.gContents::after {
	content: "";
	display: block;
	width: 1440px;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background-color: #fff;
	right: 0;
	margin: auto;
}
.gContents_inner {
	max-width: 960px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
.gContents_title {}
.gForgotLink {
	max-width: 335px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.gForgotLink > a {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
}
.prevForgotLink + .gForgotLink {
	margin-top: -60px;
}
header .headerTopListItem05 {
	padding-left: 16px;
}
header .headerTopListItem05:before {
	content: "";
	display: block;
	background: url("/wp-content/themes/hakone/common/img/header/header_navi_icon_umbrella.svg") no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 2px;
	width: 11px;
	height: 9px;
	transform: scale(1.5);
	transform-origin: left center;
}
header .navSpLink02-umbrella:before {
	background-image: url(/wp-content/themes/hakone/common/img/header/header_navi_icon_umbrella_sp.svg);
	transform: perspective(10px);
}
.gPankuzu {
	background-color: #dfcca1;
}
.gPankuzu_inner {
	max-width: 980px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.gPankuzu_list {
	display: flex;
	white-space: nowrap;
}
.gPankuzu_list > li {
	display: flex;
	align-items: center;
}
.gPankuzu_list > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.gPankuzu_list > li:last-child > a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.gPankuzu_list > li:nth-last-child(n + 2)::after {
	content: "";
	background: url("/wp-content/themes/hakone/common/img/footer/footer_arrow.png") no-repeat;
	background-size: contain;
	height: 8px;
	width: 4px;
	display: block;
	margin: 0 14px;
}
.gPankuzu_list > li > a {
	display: block;
	line-height: 28px;
	align-items: center;
	color: #534640;
	transition-duration: .3s;
	transition-property: opacity;
	box-sizing: border-box;
}
.gPankuzu_list > li > a > img {
	display: block;
	width: 16px;
	height: auto;
	position: relative;
	top: -1px;
}
.spotDpPlan {
	margin-bottom: 70px;
}
.spotDpPlan_inner {
	max-width: 932px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: content-box;
}
.spotDpPlan_title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #D4451C;
	font-weight: bold;
}
.spotDpPlan_title > img {
	display: block;
	width: 170px;
	height: auto;
	margin-right: 15px;
}
.spotDpPlan_text {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 18px;
	margin-bottom: 28px;
}
.spotDpPlan_widget {}
.spotDpPlan_link {
	max-width: 250px;
	margin: 30px auto 0;
}
.spotDpPlan_link > a {
	text-decoration: none;
	color: inherit;
	border: 2px solid #d4451d;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d4451d;
	font-weight: bold;
	min-height: 48px;
	font-size: 14px;
	position: relative;
	padding: 0 15px;
	padding-right: 36px;
	transition-duration: .3s;
	transition-property: opacity;
}
.spotDpPlan_link > a::after {
	content: "";
	display: block;
	background-image: url("/wp-content/themes/hakone/common/img/common/icon/icon_arrow.png");
	width: 14px;
	height: 12px;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}
.spotDpPlan_widget .fw-static-api-wrap .fw-btn-search-01 {
	background-color: #D4451C;
	transition-duration: .3s;
	transition-property: opacity;
}
.spotDpPlan_widget .fw-static-api-wrap .fw-btn-search-01 {}
.spotDpPlan_widget .fw-static-api-wrap .fw-static-api-search-price {
	color: #D4451C;
}
.spotDpPlan_widget .fw-static-api-wrap .fw-static-api-search-wrap {
	justify-content: center;
}
.gHeader {
	background-color: var(--color-main-orange);
	color: var(--color-white);
	font-size: 12px;
	font-weight: bold;
}
.gHeader_inner {
	max-width: 1200px;
}
.gHeader_contnes {
	position: relative;
	padding-right: 130px;
	max-width: 1232px;
	box-sizing: border-box;
}
.gHeader_mark {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background-image: linear-gradient(to bottom, #DFCCA1 50%, #F9F6E6 50%);
	transform-origin: right top;
	transform: skewX(-36deg);
	pointer-events: none;
}
.gHeader_mark::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	height: 100%;
	background-color: #ff0;
	width: 100%;
	background-image: linear-gradient(to bottom, #7a310b 50%, #d4451c 50%);
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-title {
	display: flex;
	align-items: center;
}
.gHeader_title {
	width: 128px;
	margin-right: 32px;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	height: 67px;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_logo {
	position: relative;
	padding-bottom: 21.094%;
	width: 100%;
}
.gHeader_title_logo_img {
	display: block;
	fill: currentColor;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gHeader_catch {}
.gHeader_catch > img {
	display: block;
}
.gHeader_col-nav {
	display: flex;
}
.gHeader_link {
	display: flex;
}
.gHeader_link::after {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background-color: currentColor;
	align-self: center;
	margin: 0 10px;
}
.gHeader_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 500;
	opacity: 1;
}
.gHeader_lang {
	position: relative;
	padding-right: 10px;
	position: relative;
	margin-right: 15px;
}
.gHeader_lang::after {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.gHeader_lang_btn {
	appearance: none;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	color: inherit;
	font-family: inherit;
	cursor: pointer;
	font-weight: 500;
	height: 100%;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
	padding: 0;
	opacity: 1;
	min-width: 71px;
	position: relative;
	padding-right: 16px;
	font-family: inherit;
}
.gHeader_lang_btn > img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.gHeader_circleLink {}
.gHeader_circleLink > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-size: 14px;
	height: 100%;
	opacity: 1;
}
.gHeader_circleLink_circle {
	border: 2px solid #3F2316;
	display: flex;
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #FAE6CC;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: transform;
}
.gHeader_circleLink_circle_img {}
.gHeader_circleLink_circle_img-point {}
.gHeader_circleLink_circle_img-point > img {
	display: block;
}
.gHeader_circleLink_text {
	display: block;
	margin-left: 8px;
}
.gHeader_circleLink_circle_img-use {
	width: 30px;
}
.gHeader_circleLink_circle_img-use > img {
	display: block;
	width: 100%;
	height: auto;
}
.gHeader_circleLink_circle_text {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	line-height: 1;
	color: #3F2316;
	font-size: 10px;
	white-space: nowrap;
	transform: scale(0.8);
	margin-top: 0px;
	font-family: 'Noto Sans JP', -apple-system, "Original Yu Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans";
}
.gAlert {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFF9F0;
	font-weight: normal;
	font-family: 'Noto Sans JP', -apple-system, "Original Yu Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans";
}
.gAlert_inner {
	max-width: 1007px;
	padding-right: 110px;
}
.gAlert_cols {
	display: flex;
	max-width: 921px;
	margin-left: auto;
}
.gAlert_col {}
.gAlert_col-no1 {
	width: 135px;
}
.gAlert_title {
	font-weight: bold;
	color: #d4461c;
	height: 40px;
	align-items: center;
	display: flex;
	font-size: 14px;
	line-height: 1;
}
.gAlert_title > button {
	font-weight: inherit;
	color: inherit;
	width: 100%;
	display: block;
	pointer-events: none;
	height: 100%;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
}
.gAlert_title > button > b {
	display: none;
	font-weight: inherit;
}
.gAlert_col-no2 {
	width: calc(100% - 225px);
}
.gAlert_list {
	list-style: none;
	max-height: 38px;
	font-size: 14px;
	overflow: hidden;
	font-weight: normal;
}
.isShow .gAlert_list {
	max-height: none;
}
.gAlert_list > li {
	border-top: 1px solid rgba(112, 112, 112, 0.14);
}
.gAlert_list > li:first-child {
	border-top: none;
}
.gAlert_list > li > a {
	display: block;
	text-decoration: none;
	color: #d4461c;
	align-items: center;
	padding: 0;
	line-height: 38px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 1;
}
.gAlert_col-no3 {
	width: 95px;
}
.gAlert_btn {
	display: flex;
	height: 100%;
	color: #d4461c;
	font-size: 14px;
	margin-left: auto;
	transition-duration: .3s;
	transition-property: opacity;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	padding: 0;
	align-items: center;
	font-weight: normal;
	font-family: inherit;
	cursor: pointer;
}
.gAlert[data-count="1"] .gAlert_btn {
	display: none;
}
.gAlert_btn > b {
	font-weight: inherit;
}
.gAlert_btn > b.-close {
	display: none;
}
.isShow .gAlert_btn > b.-open {
	display: none;
}
.isShow .gAlert_btn > b.-close {
	display: inline;
}
.gAlert_btn_icon {
	margin-left: 10px;
	transition-duration: .3s;
	transition-property: transform, top;
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(45deg);
	border-left: none;
	border-top: none;
}
.isShow .gAlert_btn_icon {
	transform: translateY(0%) rotate(-135deg);
}
.gOpeInfo {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #38332D;
	padding: 10px 0;
	font-weight: normal;
	color: #554840;
	font-family: 'Noto Sans JP', -apple-system, "Original Yu Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans";
}
.gOpeInfo_inner {
	max-width: 928px;
}
.gOpeInfo_dList {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gOpeInfo_title {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	width: 66px;
}
.gOpeInfo_body {
	background-color: #fff;
	width: calc(100% - 66px);
	padding: 10px 25px;
	position: relative;
	padding-right: 100px;
	box-sizing: border-box;
	line-height: 17px;
	color: #000;
}
.gOpeInfo_textWrap {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: normal;
}
.gOpeInfo_icon {
	width: 19px;
	height: 19px;
	background-image: url(/assets/img/home/icn-ok@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.gOpeInfo_icon:not([data-status]) {
	display: none;
}
.gOpeInfo_icon[data-status="warning"] {
	background-image: url(/assets/img/home/icn-alert@2x.png);
}
.gOpeInfo_text {}
.gOpeInfo_link {
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.gOpeInfo_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-left: 1px solid rgba(112, 112, 112, 0.14);
	font-size: 14px;
	transition-duration: .3s;
	transition-property: background-color;
	font-weight: normal;
}
.gHeaderNav {
	background-color: #F9F6E6;
}
.gHeaderNav_inner {
	max-width: 1040px;
}
.gNav {}
.gNav_inner {
	display: flex;
}
.gNav_list {
	list-style: none;
	display: flex;
	margin-left: -8px;
}
.gNav_list > li {
	position: relative;
}
.gNav_list > li > a {
	text-decoration: none;
	display: flex;
	color: #554840;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	opacity: 1;
	padding: 0 8px;
}
.gNav_list > li > a[aria-expanded="true"] {
	background-color: #efe8d1;
}
.gNav_list_img {
	display: block;
	width: 25px;
	margin-right: 6px;
}
.gNav_list_img > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gNav_list_text {}
.gNav_list_icon {
	width: 8px;
	display: block;
	margin-left: 9px;
}
.gNav_list_icon > img {
	display: block;
}
.gSearch {
	display: flex;
	align-items: center;
	margin-left: 22px;
}
.gSearch_btn {
	display: block;
	border: 1px solid #5e292a;
	background-color: #f3e7cb;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	border-radius: 30px;
	color: var(--color-main-orange);
	font-weight: bold;
	width: 102px;
	line-height: 1;
	font-size: 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
	cursor: pointer;
	white-space: nowrap;
	font-family: inherit;
}
.gSearch_btn_icon {
	fill: none;
	stroke: currentColor;
	stroke-width: 2px;
	display: block;
	width: 15px;
	height: 15px;
	margin-right: 3px;
}
.gMega {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gMega.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMega::before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border: 10px solid rgba(255, 255, 255, 0);
	border-bottom-color: #532527;
	border-top-width: 0;
	margin: 0 auto;
}
.gMega_box {
	border: 2px solid #532527;
	background-color: #F8F5E3;
	padding: 10px 20px 0;
}
.gMega_list {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
.gMega_list > li {}
.gMega_list > li:nth-last-child(n + 2) {
	border-bottom: 1px solid #E5D7B6;
}
.gMega_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 44px;
	box-sizing: border-box;
	padding: 10px 0;
	align-items: center;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	padding-right: 20px;
	transition-duration: .3s;
	transition-property: background-color, color;
	opacity: 1;
}
.gMega_list > li > a > img {
	display: block;
	width: 25px;
	margin-right: 10px;
}
.gHeader_lang_nav {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 10;
	margin-left: -9px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gHeader_lang_nav.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gHeader_lang_nav::before {
	content: "";
	border: 10px solid rgba(255, 255, 255, 0);
	border-top-width: 0;
	border-bottom-color: #5e292a;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
}
.gHeader_lang_list {
	list-style: none;
	background: #dfcca1;
	border: 2px solid #5e292a;
	color: inherit;
	font-size: 13px;
	padding-top: 11px;
}
.gHeader_lang_list > li {}
.gHeader_lang_list > li > a {
	text-decoration: none;
	color: #534640;
	display: flex;
	height: 30px;
	align-items: center;
	padding: 0 25px;
	opacity: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gSpNav {
	display: none;
}
.gSpNav_inner {}
.gSpNav_subList {
	list-style: none;
}
.gSpNav_subList > li {}
.gSpNav_subList > li > a {
	text-decoration: none;
	color: inherit;
}
.gSpNav_list {
	list-style: none;
}
.gSpNav_list > li {}
.gSpNav_list > li > a {
	text-decoration: none;
	color: inherit;
}
.gSpNav_list_img {}
.gSpNav_list_img > img {
	display: block;
}
.gSpNav_list_text {}
.gSpNav_list_icon {}
.gSpNav_list_icon > img {
	display: block;
}
.gSpNav_list_btn {
	display: block;
}
.gSpNav_list_btn > img {
	display: block;
}
.gSpNav_subNav {}
.gSpNav_subNav_list {
	list-style: none;
}
.gSpNav_subNav_list > li {}
.gSpNav_subNav_list > li > a {
	text-decoration: none;
	color: inherit;
}
.gSpNav_subNav_list > li > a > img {
	display: block;
}
.gSpNav_lngList {
	list-style: none;
}
.gSpNav_lngList > li {}
.gSpNav_lngList > li > a {
	text-decoration: none;
	color: inherit;
}
.gHeaderWrap {}
.gSearchHidden {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
	font-size: 0;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}
.gFavo {
	background-color: #caa976;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px 20px;
}
.gFavo_list {
	list-style: none;
}
.gFavo_list > li {}
.gFavo_list > li:nth-child(n + 2) {
	border-top: 1px solid #dfcca1;
}
.gFavo_list > li > a {
	text-decoration: none;
	color: inherit;
}
.gFavo_item {
	background-color: var(--color-white);
	display: flex;
}
.gFavo_areaImage {
	width: 60px;
}
.gFavo_image {
	padding-bottom: 156%;
	position: relative;
}
.gFavo_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gFavo_areaText {
	width: calc(100% - 60px);
	box-sizing: border-box;
	padding: 15px 10px 10px;
}
.gFavo_info {
	display: flex;
	align-items: center;
	line-height: 15px;
	margin-bottom: 9px;
}
.gFavo_cat {
	font-size: 12px;
	font-weight: bold;
	color: #408781;
	border-right: 1px solid #6d5e56;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 10px;
}
.gFavo_date {
	color: #6d5e56;
	font-size: 12px;
	font-family: PoppinsFf, sans-serif;
}
.gFavo_icon {
	width: 15px;
	margin-left: auto;
}
.gFavo_icon > img {
	display: block;
	width: 100%;
	height: auto;
}
.gFavo_title {
	font-size: 14px;
	line-height: 1.4;
	max-height: 2.8em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.gFavo_link {}
.gFavo_link > a {
	text-decoration: none;
	color: inherit;
}
.spaSect {
	margin-bottom: 131px;
}
.spaSect_inner {}
.spaSect_title {}
.spaSect_sect {
	position: relative;
	color: var(--color-text);
}
.spaSect_sect::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: 100%;
	background-color: var(--color-beige);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 375px;
}
.spaSect_cols {
	display: flex;
	position: relative;
	z-index: 1;
	min-height: 441px;
}
.spaSect_col {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.spaSect_col-img {}
.spaSect_image {
	width: 640px;
	align-self: flex-end;
	height: 100%;
	position: relative;
}
.spaSect_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.spaSect_col-txt {
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.spaSect_areaText {
	width: 100%;
	max-width: 447px;
	align-self: flex-end;
}
.spaSect_headline {
	font-size: 28px;
	line-height: 1.714;
	margin-bottom: 20px;
	color: var(--color-brown);
}
.spaSect_text {
	font-weight: 500;
}
.spaSect_link {
	display: flex;
	margin-top: 26px;
}
.spaSect_link > a {}
.spaSect_link > a > svg {}
.newContents {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.875;
	max-width: 1440px;
	margin: 0 auto;
	background-color: var(--color-white);
	color: var(--color-text);
	position: relative;
	z-index: 0;
}
.spaSect_cols-rev {
	flex-direction: row-reverse;
}
.spaSect_image-rev {
	align-self: flex-start;
}
.spaSect_areaText-rev {
	align-self: flex-start;
}
.postGallery {
	margin-top: 70px;
}
.postGallery_title {
	font-size: 28px;
	text-align: center;
	line-height: 1.464;
	color: var(--color-text);
	margin-bottom: 30px;
}
.postGallery_slide {}
.postGallery_slide_item {}
.postGallery_item {
	height: 100%;
	margin-right: -1px;
}
.postGallery_item > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
	opacity: 1;
}
.postGallery_item_box {
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #DFCCA1;
	box-sizing: border-box;
}
.postGallery_item_image {
	position: relative;
	padding-bottom: 67.05%;
	overflow: hidden;
	background-color: #f3f3f3;
}
.postGallery_item_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 1s;
	transition-property: transform;
}
.postGallery_item_areaText {
	background-color: var(--color-white);
	flex-grow: 1;
	padding: 20px 18px 25px;
	min-height: 140px;
	box-sizing: border-box;
}
.postGallery_item_info {
	display: flex;
	line-height: 18px;
}
.postGallery_item_cat {
	margin-right: 11px;
}
.postGallery_item_date {
	font-family: PoppinsFf, sans-serif;
	color: #6d5e56;
	font-size: 12px;
}
.postGallery_item_title {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 11px;
}
.postGallery_item_tags {
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	margin-top: 7px;
	line-height: 1.4;
}
.postGallery_item_tags > li {}
.postGallery_slide .slick-list::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #DFCCA1;
	box-sizing: border-box;
	pointer-events: none;
	opacity: 0;
}
.postGallery_slide.isThreeOrMore .slick-list::before {
	opacity: 1;
}
.postGallery_slide .slick-track {}
.postGallery_slide .slick-slide {}
.postGallery_slide .slick-slide > div {
	height: 100%;
}
.slideDots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
.slideDots > li {}
.slideDots > li > button {
	display: block;
	width: 7px;
	height: 7px;
	background-color: #CBC6B9;
	border-radius: 50%;
	border: none;
	padding: 0;
	box-sizing: content-box;
	background-clip: content-box;
	border: 6px solid rgba(255, 255, 255, 0);
	transition-duration: .3s;
	transition-property: background-color, color;
	cursor: pointer;
}
.slideDots > li.slick-active > button {
	background-color: #483B33;
}
.slideDotsWrap {
	display: none;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.postGallery_slide.isFourOrMore .slideDotsWrap {
	display: flex;
}
.slideDotsArrow {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	background: no-repeat;
	cursor: pointer;
	padding: 0 15px;
	color: #867B6E;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.slideDotsArrow-prev {}
.slideDotsArrow-next {}
.slideDotsArrow_icon {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}
.guideVis {
	position: relative;
	color: var(--color-white);
	text-align: center;
}
.guideVis_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.guideVis_bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(119, 119, 119, 0.50);
	mix-blend-mode: multiply;
}
.guideVis_bg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.guideVis_inner {
	position: relative;
	z-index: 1;
	min-height: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.guideVis_title_inner {
	display: block;
	padding: 29px 68px 18px;
}
.guideVis_category {
	font-size: 52px;
	font-weight: bold;
	line-height: 1;
}
.guideVis_icon {
	margin: 20px 0 25px;
}
.guideVis_icon > img {
	display: block;
	margin: 0 auto;
}
.guideVis_title {
	font-size: 74px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 11px;
}
.guideVis_title::before {
	content: "";
	display: block;
	width: 29px;
	height: 90px;
	border: 2px solid currentColor;
	border-right: none;
	border-bottom: none;
	align-self: flex-start;
}
.guideVis_title::after {
	content: "";
	display: block;
	width: 29px;
	height: 90px;
	border: 2px solid currentColor;
	border-left: none;
	border-top: none;
	align-self: flex-end;
}
.guideVis_catch {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
}
.guideIntro {
	margin-top: 27px;
}
.guideIntro_inner {}
.guideIntro_title {
	font-family: PoppinsFf, sans-serif;
	color: #494949;
	font-size: 12px;
	line-height: 1.417;
	text-align: center;
	font-weight: normal;
	margin-bottom: 22px;
}
.guideIntro_text {
	font-weight: bold;
	color: var(--color-text);
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}
.guideNav {
	margin-top: 49px;
	margin-bottom: 112px;
}
.guideNav_inner {}
.guideNav_inner-5c {
	max-width: 1066px;
}
.guideNav_list {
	list-style: none;
}
.guideNav_list-5c {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.guideNav_list > li > a {
	text-decoration: none;
	color: var(--color-white);
	display: block;
	font-weight: bold;
	line-height: 1.4;
}
.guideNav_item {
	position: relative;
}
.guideNav_item_image {
	position: relative;
	padding-bottom: 76.056%;
	z-index: 1;
	overflow: hidden;
}
.guideNav_item_image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.40);
	mix-blend-mode: multiply;
}
.guideNav_item_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	transition-duration: .3s;
	transition-property: transform;
}
.guideNav_item_text {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.guideNav_label {
	width: 49px;
	height: 49px;
	background-image: linear-gradient(-45deg, #DF5F23 50%, rgba(255, 255, 255, 0) 50%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.guideNav_label > svg {
	display: block;
	fill: currentColor;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 7px;
	right: 7px;
	transform: rotate(90deg);
}
.guidePickup {
	background-color: var(--color-beige);
	padding: 61px 0 60px;
	margin-bottom: 137px;
	color: var(--color-text);
}
.guidePickup_inner {}
.guidePickup_title {}
.guidePickup_text {
	font-weight: 500;
	max-width: 737px;
	margin-left: auto;
	margin-right: auto;
}
.guidePickup_slide {
	margin-top: 58px;
	margin-left: -13px;
	margin-right: -13px;
}
.guidePickup_slide_item {
	padding: 0 13px;
}
.guidePickup_slide_item > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.guidePickup_banner {}
.guidePickup_banner_image {
	position: relative;
	padding-bottom: 55.12%;
}
.guidePickup_banner_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.guidePickup_banner_text {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.556;
	margin-top: 24px;
	padding: 0 10px;
}
.guideSect {
	margin-bottom: 70px;
	overflow: hidden;
	padding-bottom: 100px;
}
.guideSect_inner {}
.guideSect_title {}
.guideSect_text {
	max-width: 738px;
	margin: 0 auto 50px;
	font-weight: 500;
}
.guideMap {
	max-width: 801px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 78px;
	left: 10px;
	margin-bottom: 90px;
}
.guideMap:first-child {
	margin-top: 0;
}
.guideMap:last-child {
	margin-bottom: 0;
}
.guideMap_image {
	position: relative;
	pointer-events: none;
}
.guideMap_image > img {
	display: block;
}
.guideMap_oList {
	list-style: none;
}
.guideMap_oList_item {
	position: absolute;
	z-index: 2;
	min-width: 78px;
}
.guideMap_oList_item-hakone {
	top: 204px;
	left: 587px;
}
.guideMap_oList_item-miyanoshita {
	top: 111px;
	left: 450px;
}
.guideMap_oList_item-gora {
	top: 176px;
	left: 406px;
}
.guideMap_oList_item-ashinoko {
	top: 359px;
	left: 282px;
}
.guideMap_oList_item-sengoku {
	top: 134px;
	left: 148px;
}
.guideMap_oList_item-gotenba {
	top: 35px;
	left: 128px;
}
.guideMap_oList_btn {
	display: block;
	position: relative;
	border: 2px solid #D4451E;
	background-color: var(--color-white);
	color: #D4451E;
	font-weight: bold;
	padding: 0;
	cursor: pointer;
	display: flex;
	min-height: 39px;
	align-items: center;
	box-sizing: border-box;
	padding: 0 11px;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-size: 17px;
	width: 100%;
	box-sizing: border-box;
	justify-content: center;
}
.guideMap_oList_num {
	display: flex;
	width: 32px;
	height: 32px;
	background-color: #D4451E;
	color: var(--color-white);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	z-index: 1;
}
.guideMap_oList_num-centerTop {
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -14px;
}
.guideMap_oList_num-leftBottom {
	left: 0;
	bottom: 0;
	transform: translate(-60%, 60%);
}
.guideMap_oList_num-leftTop {
	left: 0;
	top: 0;
	transform: translate(-60%, -60%);
}
.guideToggle {
	width: 100%;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	max-height: 0;
	overflow: hidden;
}
.guideToggle.isShow {
	max-height: none;
	overflow: visible;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}
.guideToggle_bg {
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	min-height: 3000px;
	background-color: var(--color-beige);
	transform: translateX(-50%);
	top: 50%;
	left: 50%;
	pointer-events: none;
	min-width: 1200px;
}
.guideToggle_title {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	line-height: 1.464;
	margin-bottom: 20px;
}
.guideToggle_image {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.guideToggle_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.guideToggle_text {
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	max-width: 837px;
	margin-top: 40px;
}
.guideToggle_linkList {
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 28px;
	margin-top: 40px;
}
.guideToggle_linkList > li {
	min-width: 313px;
}
.guideToggle_linkList > li > a {
	text-decoration: none;
}
.guideSect_selWrap {
	width: 340px;
	position: relative;
	margin: 0 auto 40px;
	max-width: 100%;
}
.guideSect_select {
	height: 56px;
	border: 3px solid #CD3E24;
	box-sizing: border-box;
	color: #CD3E24;
	line-height: 50px;
	font-weight: bold;
	width: 100%;
	padding-left: 20px;
	padding-right: 30px;
	appearance: none;
	outline: none;
	font-size: 16px;
}
.guideSect_select:focus-visible {
	box-shadow: 0 0 0 1px #CD3E24;
}
.guideSect_selectt::-ms-expand {
	display: none;
}
.guideSect_select_icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 2;
}
.postGallery_slide-hasBg::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	min-height: 3000px;
	background-color: var(--color-beige);
	transform: translateX(-50%);
	top: 50%;
	left: 50%;
	pointer-events: none;
	min-width: 1200px;
}
.guidePlan {
	margin-bottom: 100px;
}
.guidePlan_inner {}
.guidePlan_title {}
.guidePlan_text {
	font-weight: 500;
	max-width: 737px;
	margin: 0 auto 0;
}
.guidePlan_widget {
	margin-top: 80px;
}
.guideHotel {
	margin-top: 80px;
}
.guideHotel_title {
	font-size: 28px;
	color: var(--color-main-orange);
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
.guideHotel_text {
	text-align: center;
	font-weight: 500;
}
.guideHotel_widget {
	margin-top: 42px;
}
.guideNav_label-foot > svg {
	transform: rotate(270deg);
}
.guideNav-foot {
	margin-bottom: 0;
	margin-top: 100px;
}
.guideToggleWrap {
	position: relative;
}
.guideHotel_widget .fw-static-api-wrap .fw-static-api-search__item {
	background-color: var(--color-white);
}
.guideMap_canvas {
	position: relative;
}
.guideHotel_widget .fw-static-api-wrap .fw-static-api-search-wrap {
	justify-content: center;
}
.guideNav_inner-4c {
	max-width: 854px;
}
.guideNav_list-4c {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.guideMap_oList_item-motohakone {
	top: 320px;
	left: 391px;
}
.guideMap_oList_item-hakonemachi {
	top: 387px;
	left: 310px;
}
.guideMap_oList_item-sounzan {
	top: 80px;
	left: 270px;
}
.guideMap_oList_item-owakudani {
	top: 163px;
	left: 250px;
}
.guideMap_oList_item-mishima {
	top: 480px;
	left: 130px;
}
.guideNav_inner-6c {
	max-width: 640px;
}
.guideNav_list-6c {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.spotHotelNav {
	margin-top: 60px;
}
.spotHotelNav_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.spotHotelNav_list {
	list-style: none;
	display: flex;
	max-width: 458px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.spotHotelNav_list > li {
	width: 49%;
	margin-left: 2%;
}
.spotHotelNav_list > li:nth-child(2n + 1) {
	margin-left: 0;
}
.spotHotelNav_list_item {
	display: flex;
	min-height: 81px;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 3px solid #DE5F22;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #DE5F22;
	text-decoration: none;
	position: relative;
	padding: 0 45px;
	padding-left: 35px;
	transition-duration: .3s;
	transition-property: opacity;
}
.spotHotelNav_list_item-set {}
.spotHotelNav_list_image {
	display: block;
	margin-bottom: 7px;
}
.spotHotelNav_list_image > img {
	display: block;
}
.spotHotelNav_list_text {}
.spotHotelNav_list_arrow {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: right;
}
.spotHotelNav_list_arrow > polygon {}
.spotHotelNav_list_item-stay:visited,
.spotHotelNav_list_item-stay:link,
.spotHotelNav_list_item-stay {
	color: #1E3975;
	border-color: #1E3975;
}
.gHeader_col-link {
	display: none;
}
.gHeader_circleHr {
	display: block;
	width: 1px;
	height: 10px;
	background-color: currentColor;
	align-self: center;
	margin: 0 14px;
}
.topYoubue {
	padding-bottom: 100px;
}
.topYoubue_inner {
	max-width: 891px;
}
.topYoubue_title {}
.topYoubue_cells {
	display: flex;
	justify-content: center;
	row-gap: 15px;
}
.topYoubue_cell {
	width: 48.7%;
	margin-left: 2.6%;
}
.topYoubue_cell:nth-child(2n + 1) {
	margin-left: 0;
}
.topYoubue_movie {
	position: relative;
	padding-bottom: 55.012%;
}
.topYoubue_movie > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topYoubue_link {}
.topYoubue_link > a {
	text-decoration: none;
}
.topYoubue_link > a > svg {}
.topInsta {
	margin-bottom: 120px;
}
.topInsta_inner {
	max-width: 950px;
}
.topInsta_title {}
.topInsta_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.topInsta_list > li {
	width: 23.5%;
	margin-left: 2%;
}
.topInsta_list > li:nth-child(4n + 1) {
	margin-left: 0;
}
.topInsta_list > li:nth-child(n + 5) {
	margin-top: 2%;
}
.topInsta_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.topInsta_image {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.topInsta_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topInsta_link {}
.topInsta_link > a {
	text-decoration: none;
}
.topInsta_link > a > svg {}
.topStatus {
	position: relative;
	color: var(--color-white);
	padding: 63px 0 59px;
	margin-bottom: 105px;
}
.topStatus_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.topStatus_slide .slick-list {
	height: 100%;
}
.topStatus_slide .slick-track {
	height: 100%;
}
.topStatus_slide .slick-slide {
	height: 100%;
}
.topStatus_slide .slick-slide > div {
	height: 100%;
}
.topStatus_slide_item {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topStatus_slide_item_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topStatus_slide_item_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topStatus_title {
	color: inherit;
	margin-bottom: 42px;
}
.topStatus_date {
	position: relative;
	z-index: 1;
	font-size: 33px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	margin-bottom: 46px;
}
.topStatus_date_time {
	font-family: PoppinsFf, sans-serif;
	font-size: 142.424%;
	margin: 0 0.1em;
}
.topStatus_cell {
	width: 48%;
	margin-left: 4%;
}
.topStatus_cell:nth-child(2n + 1) {
	margin-left: 0;
}
.topStatus_cell:nth-child(n + 3) {
	margin-top: 2%;
}
.topStatus_cells {
	display: flex;
	flex-wrap: wrap;
}
.topStatus_box {
	color: #493C37;
	background-color: rgba(255, 255, 255, 0.82);
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.topStatus_box .topStatus_box_head {
	background-color: var(--color-white);
	display: flex;
	align-items: center;
	min-height: 55px;
	color: #493C37;
	font-weight: bold;
	padding: 0 20px;
	text-decoration: none;
	opacity: 1;
}
.topStatus_box_head_icon {
	display: block;
	width: 17px;
	height: 17px;
	fill: var(--color-main-orange);
	margin-left: 11px;
	transition-duration: .3s;
	transition-property: transform;
}
.topStatus_box_body {
	padding: 10px 15px;
	flex-grow: 1;
	position: relative;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.topStatus_list {
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 30px;
	font-weight: bold;
	margin-top: 51px;
}
.topStatus_list > li {}
.topStatus_list > li:nth-child(2n + 1) {}
.topStatus_list > li:nth-child(n + 3) {}
.topStatus_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
}
.topStatus_list_icon {
	display: block;
	width: 13px;
	height: 13px;
	fill: currentColor;
	margin-left: 6px;
	transition-duration: .3s;
	transition-property: transform;
}
a:hover .topStatus_list_icon {
	transform: translateX(3px);
}
.newContents-wide {
	background-color: #caa976;
	max-width: none;
}
.newContents_inner {
	max-width: 1440px;
	margin: 0 auto;
	background-color: var(--color-white);
}
.topStatus_inner {
	position: relative;
	z-index: 0;
	max-width: 1083px;
}
.topStatus_sign {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.topStatus_sign_item {
	width: 60px;
	height: 60px;
	position: relative;
	margin-right: 10px;
}
.topStatus_sign_item > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.topStatus_sign_text {
	font-size: 30px;
	font-weight: bold;
}
.topNews {
	margin-bottom: 115px;
}
.topNews_inner {}
.topNews_title {}
.infoList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.infoList > li {
	width: 48%;
	margin-left: 4%;
	position: relative;
	z-index: 1;
}
.infoList > li:nth-child(2n + 1) {
	margin-left: 0;
}
.infoList > li:nth-child(n + 3) {}
.infoList_anchor {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.infoList_areaText {
	display: block;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #707070;
	padding: 30px 0 10px;
	box-sizing: border-box;
	height: 100%;
}
.infoList_tagList {
	list-style: none;
	margin-bottom: 5px;
}
.infoList_tagList > li {}
.infoList_tagList > li:nth-child(2n + 1) {}
.infoList_tagList > li:nth-child(n + 3) {}
.infoList_tagList > li > a {
	text-decoration: none;
	color: var(--color-white);
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.infoList_update {
	color: #777777;
	margin-top: 1px;
	font-size: 14px;
}
.infoList_update > time {}
.infoList_text {
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topNews_link {}
.topNews_link > a {
	text-decoration: none;
}
.topNews_link > a > svg {}
.topEvent {
	margin-bottom: 100px;
}
.topEvent_inner {}
.topEvent_title {}
.topEvent_link {
	margin-top: 35px;
}
.topEvent_link > a {
	text-decoration: none;
}
.topEvent_link > a > svg {}
.topPlan {
	background-color: var(--color-beige);
	padding: 116px 0 100px;
	margin-bottom: 114px;
}
.topPlan_inner {}
.topPlan_title {}
.topBnrSlide {
	font-size: 0;
	margin-left: -2px;
	margin-right: -2px;
}
.topBnrSlide .slick-list::before {
	display: none;
}
.topBnrSlide_item {
	margin: 0;
}
.topBnrSlide_item > a {
	text-decoration: none;
	color: inherit;
	display: block;
	opacity: 1;
	transition-duration: .3s;
	transition-property: opacity;
	padding: 0 2px;
	box-sizing: border-box;
}
.topBnrSlide_image {
	position: relative;
	padding-bottom: 55.66%;
}
.topBnrSlide_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topStay {
	margin-bottom: 100px;
}
.topStay_inner {}
.topStay_title {}
.topTicket {
	background-color: var(--color-beige);
	padding: 80px 0 80px;
	margin-bottom: 70px;
}
.topTicket_inner {
	max-width: 990px;
}
.topTicket_title {
	margin-bottom: 41px;
}
.topTicket_headline {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 13px;
}
.topTicket_slide {
	margin-left: -15px;
	margin-right: -15px;
}
.topTicket_slide .slick-list::before {
	display: none;
}
.topTicket_slide .slick-list {}
.topTicket_slide_item {
	padding: 0 15px;
	box-sizing: border-box;
}
.topTicket_slide_item > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.topTicket_box {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.topTicket_image {
	position: relative;
	padding-bottom: 56.129%;
	width: 100%;
	overflow: hidden;
}
.topTicket_image > img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition-duration: 1s;
	transition-property: transform;
}
.topTicket_areaText {
	background-color: var(--color-white);
	border: 1px solid #EADEC6;
	border-top: none;
	font-size: 16px;
	line-height: 1.875;
	padding: 20px 20px;
	font-weight: bold;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.topTicket_text {
	margin-top: auto;
}
.topTicket_link {
	margin-top: 35px;
}
.topTicket_link > a {}
.topTicket_link > a > svg {}
.topArea {
	margin-bottom: 69px;
}
.topArea_inner {
	max-width: 881px;
}
.topArea_title {}
.topArea_map {
	margin-bottom: 83px;
}
.topArea_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.topArea_list > li {
	width: 50%;
}
.topArea_list > li:nth-child(2n + 1) {}
.topArea_list > li:nth-child(n + 3) {
	margin-top: -1px;
}
.topArea_list > li > a {
	text-decoration: none;
	color: inherit;
	border: 1px solid #CEC7C6;
	transition-duration: .3s;
	transition-property: opacity;
	display: block;
	height: 100%;
	box-sizing: border-box;
}
.topArea_item {
	display: flex;
	height: 100%;
}
.topArea_item_image {
	width: 94px;
	position: relative;
	min-height: 63px;
}
li:nth-child(2n) .topArea_item_image {
	left: -1px;
}
.topArea_item_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topArea_item_area {
	width: calc(100% - 94px);
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 16px;
}
.topArea_text {
	display: block;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 33px;
	padding-right: 25px;
	line-height: 1.4;
}
.topArea_num {
	width: 22px;
	height: 22px;
	background-color: #D4451E;
	border-radius: 50%;
	color: var(--color-white);
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.topArea_icon {
	display: block;
	width: 15px;
	height: 15px;
	fill: #D4451E;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.topArea_link {}
.topArea_link > a {}
.topArea_link > a > svg {}
.topMv {
	position: relative;
	padding-top: 41px;
	overflow: hidden;
	padding-bottom: 42px;
}
.topMv_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 50%;
	background-color: var(--color-beige);
	bottom: 0;
	left: 0;
}
.topMv_inner {
	position: relative;
	z-index: 1;
	max-width: 1184px;
}
.topMv_cols {
	display: flex;
	align-items: center;
}
.topMv_col {}
.topMv_col-ttl {
	width: 273px;
}
.topMv_title {
	font-size: 34px;
	line-height: 2.058;
	color: #572426;
	transform: translateY(-16%);
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.topMv_col-slide {
	width: calc(100% - 273px);
	clip-path: polygon(0 0, 0 100%, 100vw 100%, 100vw 0);
}
.topMv_slide {
	margin-left: -15px;
	margin-right: -15px;
}
.topMv_slide_item {
	padding: 0 15px;
}
.topMv_slide_item > a {
	text-decoration: none;
	color: inherit;
	opacity: 1;
	transition: none;
}
.topMv_box {
	position: relative;
	border: 1px solid #DFCCA1;
}
.topMv_pickup {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background-image: linear-gradient(-225deg, #D4451E 50%, rgba(255, 255, 255, 0) 50%);
	font-family: PoppinsFf, sans-serif;
	color: var(--color-white);
	font-size: 15px;
	font-weight: 500;
}
.topMv_pickup_inner {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-top: -10px;
	margin-left: -10px;
}
.topMv_image {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.topMv_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 1s;
	transition-property: transform;
}
.topMv_araeText {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	color: var(--color-white);
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 15px 20px;
	line-height: 1.4;
}
.topMv_cat {
	display: flex;
	margin-bottom: 6px;
	line-height: 23px;
}
.topMv_cat_inner {
	font-size: 12px;
}
.topMv_name {
	max-height: 2.8em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.topMv_slide .slideDotsWrap {
	justify-content: flex-end;
	margin-top: 27px;
}
.topMv_slide .slick-list {
	overflow: visible;
}
.topPostNav {
	margin-top: 51px;
	margin-bottom: 62px;
}
.topPostNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.topPostNav_list > li {}
.topPostNav_list > li:nth-child(2n + 1) {}
.topPostNav_list > li:nth-child(n + 3) {}
.topPostNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	font-size: 25px;
	color: var(--color-white);
	text-align: center;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: opacity;
}
.topPostNav_image {
	position: relative;
	padding-bottom: 48.478%;
	z-index: 1;
}
.topPostNav_image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #818181;
	opacity: .53;
	z-index: 2;
	mix-blend-mode: multiply;
}
.topPostNav_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topPostNav_text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 4;
}
.topPostNav_inner {}
.topPostNav_link {
	margin-top: 35px;
}
.topPostNav_link > a {}
.topPostNav_link > a > svg {}
.postGallery-top {
	margin-top: 0;
}
.topBnr {
	margin-bottom: 59px;
}
.topBnr_inner {}
.topBnrSlide_image-old {
	padding-bottom: 43.15%;
}
.postSpGallery {
	display: none;
}
.spPostList {
	list-style: none;
	border-top: 1px solid #EADEC6;
}
.spPostList > li {
	border-bottom: 1px solid #EADEC6;
}
.spPostList > li:nth-child(n + 4) {
	display: none;
}
.spPostList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.spPostList_item {
	display: flex;
}
.spPostList_image {
	width: 136px;
	min-height: 136px;
	position: relative;
}
.spPostList_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.spPostList_areaText {
	width: calc(100% - 136px);
	box-sizing: border-box;
	padding: 14px 14px;
	display: flex;
	flex-direction: column;
}
.spPostList_info {
	display: flex;
	line-height: 21px;
	margin-bottom: 8px;
}
.spPostList_cat {
	margin-right: 9px;
}
.spPostList_update {
	font-family: PoppinsFf, sans-serif;
	font-size: 12px;
}
.spPostList_name {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 7px;
}
.spPostList_tagList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
	column-gap: 5px;
	row-gap: 3px;
	margin-top: auto;
}
.spPostList_tagList > li {}
.topInsta_loading {}
.topInsta_list > li.-loading {
	width: 100%;
	margin-left: 0;
}
.ajaxLoading {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	animation-name: rotate;
	animation-duration: 1s;
	animation-timing-function: steps(8);
	animation-iteration-count: infinite;
	fill: var(--color-main-orange);
	pointer-events: none;
}
.topWeather {
	display: flex;
	align-items: center;
	justify-content: center;
}
.topWeather_cell {}
.topWeather_cell-image {}
.topWeather_image {
	width: 100px;
	height: 100px;
	position: relative;
}
.topWeather_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topWeather_cell-temp {
	margin-right: 16px;
}
.topWeather_temp {
	font-size: 50px;
	font-weight: bold;
	font-family: PoppinsFf, sans-serif;
	line-height: 1;
}
.topWeather_cell-caution {}
.topWeather_caution {
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.538;
}
.topStatus_flower {
	display: flex;
	column-gap: 4px;
}
.topStatus_flower_icon {
	width: 48px;
}
.topStatus_flower_icon > img {
	display: block;
	width: 100%;
	height: auto;
}
.topStatus_slide_item_image-pc {}
.topStatus_slide_item_image-sp {
	display: none;
}
.topTicket-noMb {
	margin-bottom: 0;
	padding-bottom: 0;
}
@media screen and (min-width:1000px) and (hover:hover) {
	.topPostNav_list > li > a:hover {
		opacity: .7;
	}
	.topPostNav_link > a:hover {}
	.topYoubue_link > a:hover {}
	.topInsta_list > li > a:hover {
		opacity: .7;
	}
	.topInsta_link > a:hover {}
	a:hover .topStatus_box_head_icon {
		transform: translateX(5px);
	}
	.topStatus_list > li > a:hover {}
	.infoList_tagList > li > a:hover {
		opacity: .7;
	}
	a:hover + .infoList_areaText .infoList_text {
		color: var(--color-main-orange);
	}
	.topNews_link > a:hover {}
	.topEvent_link > a:hover {}
	.topBnrSlide_item > a:hover {
		opacity: .7;
	}
	.topTicket_slide_item > a:hover {
		opacity: 1;
	}
	a:hover .topTicket_image > img {
		transform: scale(1.04);
	}
	.topTicket_link > a:hover {}
	.topArea_list > li > a:hover {
		opacity: .7;
	}
	.topArea_link > a:hover {}
	a:hover .topMv_image > img {
		transform: scale(1.04);
	}
	.gOpeInfo_link > a:hover {
		opacity: 1;
		background-color: rgba(56, 51, 45, 0.10);
	}
	.spotHotelNav_list_item:hover {
		opacity: 1;
		text-decoration: none;
	}
	a:hover .spotHotelNav_list_arrow {
		right: 15px;
	}
	a:hover .u-moreLink_img {
		transform: translateX(50%);
	}
	.u-btn:hover {
		background-color: var(--color-main-orange);
		color: var(--color-white);
		text-decoration: none;
	}
	.guideNav_list > li > a:hover {
		opacity: 1;
	}
	a:hover .guideNav_item_image > img {
		transform: scale(1.04)
	}
	.guidePickup_slide_item > a:hover {
		opacity: .7;
	}
	.guideMap_oList_btn:hover {
		background-color: #D4451E;
		color: var(--color-white);
		text-decoration: none;
		opacity: 1;
	}
	.guideToggle_linkList > li > a:hover {}
	.gAlert_list > li > a:hover {
		text-decoration: underline;
	}
	.gAlert_btn:hover {
		opacity: .7;
	}
	a:hover .postGallery_item_image > img {
		transform: scale(1.04);
	}
	.slideDots > li > button:hover {
		background-color: #483B33;
	}
	.slideDotsArrow:hover {
		color: var(--color-main-orange);
	}
	.gHeader_lang_list > li > a:hover {
		color: var(--color-main-orange);
	}
	.gMega_list > li > a:hover {
		color: var(--color-main-orange);
	}
	.gPankuzu_list > li > a:hover {
		opacity: .7;
		text-decoration: none;
	}
	.spotDpPlan_link > a:hover {
		opacity: .7;
	}
	.spotDpPlan_widget .fw-static-api-wrap .fw-btn-search-01:hover {
		background-color: #D4451C;
		opacity: .7;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gHeader_link > a:hover {
		font-weight: bold;
	}
	.gHeader_lang_btn:hover {
		font-weight: bold;
		letter-spacing: -0.0375em;
	}
	.gHeader_circleLink > a:hover {}
	a:hover .gHeader_circleLink_circle {
		transform: rotate(15deg);
	}
	.gNav_list > li > a:hover {
		background-color: #efe8d1;
	}
	.gSearch_btn:hover {
		background-color: var(--color-main-orange);
		color: var(--color-white);
	}
	.topMv_slide_item > a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	.u-ttl01 {
		font-size: 2.8rem;
		margin-bottom: 1em;
	}
	.u-spInline {
		display: inline;
	}
	.u-ttlUnderbar {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.u-ttlUnderbar::after {}
	.u-moreLink {}
	.u-moreLink_img {}
	.u-switchImg > img:first-child {
		display: none;
	}
	.u-switchImg > img:last-child {
		display: block;
	}
	.u-sect {
		margin-top: -70px;
		padding-top: 70px;
	}
	.u-slide.isTowOrMore .slideDotsWrap {
		display: flex;
	}
	.u-slide .slick-list {
		overflow: visible;
	}
	.u-ttlSimple {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.u-linkWrap {
		margin-top: 45px;
	}
	.u-tag {
		font-size: 10px;
		border-radius: 7px;
		padding: 5px 7px;
	}
	.gContents {
		padding: 10vw 0;
	}
	.gContents::after {}
	.gContents_inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.gContents_title {}
	.gForgotLink {}
	.gForgotLink > a {}
	.prevForgotLink + .gForgotLink {
		margin-top: -30px;
	}
	.gPankuzu_list > li:nth-last-child(n + 2)::after {
		margin: 0 10px;
	}
	.gPankuzu_list > li > a {
		line-height: 36px;
	}
	.spotDpPlan_widget .fw-static-api-wrap .fw-static-api-search-wrap {
		display: block;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.spotDpPlan_widget .fw-static-api-wrap .fw-static-api-search__item {
		width: auto;
		margin: 0;
		margin-top: 15px;
	}
	.spotDpPlan_title {
		flex-direction: column;
	}
	.spotDpPlan_title > img {
		margin-right: 0;
		margin-bottom: 13px;
		width: 150px;
	}
	.gHeader {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
	}
	.gHeader_inner {
		padding-left: 66px;
		padding-right: 65px;
	}
	.gHeader_contnes {
		padding: 0;
		position: static;
	}
	.gHeader_mark {
		display: none;
	}
	.gHeader_mark::before {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		display: block;
		height: 66px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 110px;
	}
	.gHeader_title {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	.gHeader_title > a {
		height: auto;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.gHeader_title_logo {}
	.gHeader_title_logo_img {}
	.gHeader_catch {
		width: 100%;
		margin-top: 6px;
	}
	.gHeader_catch > img {
		max-width: 100%;
		height: auto;
	}
	.gHeader_col-nav {
		display: none;
	}
	.gHeader_link {}
	.gHeader_link > a {}
	.gHeader_lang {}
	.gHeader_lang::after {}
	.gHeader_lang_btn {}
	.gHeader_lang_btn > img {}
	.gHeader_circleLink {
		margin-left: 0;
	}
	.gHeader_circleLink > a {
		font-weight: bold;
	}
	.gHeader_circleLink_circle {
		background-color: rgba(255, 255, 255, 0);
	}
	.gHeader_circleLink_circle_img {}
	.gHeader_circleLink_circle_img-point {}
	.gHeader_circleLink_circle_img-point > img {}
	.gHeader_circleLink_text {}
	.gHeader_circleLink_circle_img-use {}
	.gHeader_circleLink_circle_img-use > img {}
	.gHeader_circleLink_circle_text {}
	.gAlert {}
	.gAlert_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.gAlert_cols {
		display: block;
	}
	.gAlert_col {
		width: auto;
	}
	.gAlert_col-no1 {}
	.gAlert_title {
		justify-content: center;
		font-size: 12px;
		height: auto;
	}
	.gAlert_title > button {
		height: 30px;
		pointer-events: auto;
	}
	.gAlert_title > button > b {
		display: inline;
		margin-left: 10px;
	}
	.isShow .gAlert_title > button > b {
		display: none;
	}
	.gAlert_col-no2 {
		display: none;
	}
	.isShow .gAlert_col-no2 {
		display: block;
		border-top: 1px solid rgba(112, 112, 112, 0.14);
	}
	.gAlert_list {
		font-size: 12px;
		border-bottom: 1px solid rgba(112, 112, 112, 0.14);
		max-height: none;
	}
	.isShow .gAlert_list {}
	.gAlert_list > li {}
	.gAlert_list > li:first-child {}
	.gAlert_list > li:last-child {}
	.gAlert_list > li:nth-child(2n + 1) {}
	.gAlert_list > li:nth-child(n + 3) {}
	.gAlert_list > li > a {
		line-height: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.gAlert_list > li > a::before {}
	.gAlert_list > li > a::after {}
	.gAlert_col-no3 {
		display: none;
	}
	.isShow .gAlert_col-no3 {
		display: block;
	}
	.gAlert_btn {
		width: 100%;
		font-size: 12px;
		height: 30px;
		justify-content: center;
	}
	.gAlert_btn > b {
		display: none;
	}
	.gAlert_btn > b.-close {
		display: inline;
	}
	.isShow .gAlert_btn > b.-open {}
	.isShow .gAlert_btn > b.-close {}
	.gAlert_btn::before {}
	.gAlert_btn::after {}
	.gAlert_btn > .icon {
		font-size: 10px;
		transform: rotate( -180deg);
		top: -2px;
	}
	.isShow .gAlert_btn > .icon {}
	.gOpeInfo {
		padding: 6px 0;
	}
	.gOpeInfo_inner {
		padding: 0 12px;
	}
	.gOpeInfo_dList {}
	.gOpeInfo_dList::before {}
	.gOpeInfo_title {
		font-size: 12px;
		width: 70px;
	}
	.gOpeInfo_body {
		width: calc(100% - 70px);
		padding: 11px 10px;
		padding-right: 60px;
	}
	.gOpeInfo_textWrap {
		font-size: 12px;
		line-height: 1.3;
	}
	.gOpeInfo_textWrap::before {
		content: "";
		display: block;
		width: 1px;
		height: 16px;
		margin-right: -1px;
	}
	.gOpeInfo_icon {
		width: 16px;
		height: 16px;
	}
	.gOpeInfo_text {}
	.gOpeInfo_link {
		width: 50px;
	}
	.gOpeInfo_link > a {
		font-size: 10px;
	}
	.gOpeInfo_link > a::before {}
	.gOpeInfo_link > a::after {}
	.gHeaderNav {
		overflow: hidden;
	}
	.gHeaderNav_inner {
		padding: 0;
	}
	.gNav {}
	.gNav_inner {
		display: block;
		padding: 0;
	}
	.gNav_list {
		margin-left: 0;
	}
	.gNav_list > li {
		flex-grow: 1;
		width: 16.66%;
	}
	.gNav_list > li > a {
		padding: 0;
		height: 64px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 10px;
		font-feature-settings: "palt";
	}
	.gNav_list > li > a[aria-expanded="true"] {}
	.gNav_list_img {
		margin-right: 0;
		width: 24px;
		margin-bottom: 4px;
	}
	.gNav_list_img > img {}
	.gNav_list_text {
		line-height: 1;
		display: flex;
		min-height: 20px;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		transform: scale(0.9);
	}
	.gNav_list_icon {
		display: none;
	}
	.gNav_list_icon > img {}
	.gSearch {}
	.gSearch_btn {
		font-size: 0;
		background-color: #6b3d28;
		border: none;
		color: var(--color-white);
		border-radius: 0;
		position: fixed;
		top: 0;
		right: 0;
		width: 56px;
		height: 66px;
		z-index: 1001;
	}
	.gSearch_btn_icon {
		width: 26px;
		height: 26px;
		stroke-width: 1px;
		margin: 0;
	}
	.gMega {}
	.gMega.isShow {}
	.gMega::before {}
	.gMega_box {}
	.gMega_list {}
	.gMega_list > li {}
	.gMega_list > li:nth-last-child(n + 2) {}
	.gMega_list > li > a {}
	.gHeader_lang_nav {}
	.gHeader_lang_nav.isShow {}
	.gHeader_lang_nav::before {}
	.gHeader_lang_list {}
	.gHeader_lang_list > li {}
	.gHeader_lang_list > li > a {}
	.gMenuBtn {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 64px;
		height: 100%;
		border: none;
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
		cursor: pointer;
		color: #5e292a;
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 23px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 2px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 6px 0;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(8px) rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-8px) rotate(-45deg);
	}
	.gSpNav {
		display: block;
		position: fixed;
		top: 66px;
		height: calc(100% - 66px);
		width: 100%;
		background-color: rgba(0, 0, 0, 0.49);
		overflow: auto;
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		box-sizing: border-box;
		padding-bottom: 50px;
	}
	.gSpNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gSpNav_inner {}
	.gSpNav_subList {}
	.gSpNav_subList > li {}
	.gSpNav_subList > li > a {
		display: flex;
		font-size: 14px;
		height: 40px;
		align-items: center;
	}
	.gSpNav_list {
		border-top: 1px solid #dfcca1;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.gSpNav_list > li {
		position: relative;
	}
	.gSpNav_list > li > a {
		display: flex;
		font-size: 14px;
		font-weight: bold;
		align-items: center;
		height: 50px;
		border-bottom: 1px solid #dfcca1;
	}
	.gSpNav_list_img {
		display: block;
		width: 31px;
		margin-right: 12px;
	}
	.gSpNav_list_img > img {
		width: 100%;
		height: auto;
	}
	.gSpNav_list_text {}
	.gSpNav_list_icon {}
	.gSpNav_list_icon > img {}
	.gSpNav_list_btn {
		width: 50px;
		position: absolute;
		top: 0;
		right: 0;
		height: 50px;
		border: none;
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.gSpNav_list_btn::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: 20px;
		background-color: #dfcca1;
		transform: translateY(-50%);
	}
	.gSpNav_list_btn > img {
		transition-duration: .3s;
		transition-property: transform;
	}
	.gSpNav_list_btn[aria-expanded="true"] > img {
		transform: rotate(180deg);
	}
	.gSpNav_subNav {
		border-bottom: 1px solid #dfcca1;
		padding-top: 12px;
		padding-bottom: 12px;
		display: none;
	}
	.gSpNav_subNav.isShow {
		display: block;
	}
	.gSpNav_subNav_list {}
	.gSpNav_subNav_list > li {}
	.gSpNav_subNav_list > li > a {
		display: flex;
		font-size: 13px;
		font-weight: bold;
		min-height: 36px;
		align-items: center;
		padding: 0 10px;
	}
	.gSpNav_subNav_list > li > a > img {
		width: 20px;
		margin-right: 10px;
	}
	.gSpNav_lngList {
		background-color: #dfcca1;
		margin-left: -20px;
		margin-right: -20px;
		padding: 15px 20px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.gSpNav_lngList > li {}
	.gSpNav_lngList > li > a {
		font-size: 13px;
		text-align: center;
		display: block;
		font-weight: bold;
		padding: 5px 10px;
	}
	.gHeaderWrap {
		height: 66px;
	}
	.gSpNav_contents {
		background-color: #f9f6e6;
		padding: 15px 20px 0;
	}
	.spaSect {
		margin-bottom: 60px;
	}
	.spaSect_inner {}
	.spaSect_title {}
	.spaSect_sect {
		padding-bottom: 45px;
	}
	.spaSect_sect::before {}
	.spaSect_cols {
		display: block;
		min-height: 0;
	}
	.spaSect_col {
		width: auto;
		display: block;
	}
	.spaSect_col-img {
		margin-left: -20px;
		margin-right: -20px;
	}
	.spaSect_image {
		width: auto;
		height: auto;
		padding-bottom: 69.333%;
	}
	.spaSect_image > img {}
	.spaSect_col-txt {
		padding: 0;
		margin-top: 45px;
	}
	.spaSect_areaText {
		max-width: none;
	}
	.spaSect_headline {
		font-size: 23px;
	}
	.spaSect_text {}
	.spaSect_link {
		justify-content: flex-end;
	}
	.spaSect_link > a {}
	.spaSect_link > a > svg {}
	.newContents {
		line-height: 1.625;
	}
	.spaSect_cols-rev {}
	.spaSect_image-rev {}
	.spaSect_areaText-rev {}
	.postGallery {
		margin-top: 45px;
	}
	.postGallery_title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.postGallery_slide {}
	.postGallery_slide .slick-list {
		overflow: visible;
		clip-path: polygon(0 0, 0 100%, 100vw 100%, 100vw 0);
	}
	.postGallery_slide_item {}
	.postGallery_item {}
	.postGallery_item > a {}
	.postGallery_item_box {}
	.postGallery_item_image {}
	.postGallery_item_image > img {}
	.postGallery_item_areaText {}
	.postGallery_item_info {}
	.postGallery_item_cat {}
	.postGallery_item_date {}
	.postGallery_item_title {}
	.postGallery_item_tags {}
	.postGallery_item_tags > li {}
	.postGallery_slide .slick-list::before {
		display: none;
	}
	.postGallery_slide.isThreeOrMore .slick-list::before {}
	.postGallery_slide .slick-track {}
	.postGallery_slide .slick-slide {}
	.postGallery_slide .slick-slide > div {}
	.slideDots {}
	.slideDots > li {}
	.slideDots > li > button {}
	.slideDots > li.slick-active > button {}
	.slideDotsWrap {}
	.postGallery_slide.isFourOrMore .slideDotsWrap {}
	.postGallery_slide.isTowOrMore .slideDotsWrap {
		display: flex;
	}
	.slideDotsArrow {}
	.slideDotsArrow-prev {}
	.slideDotsArrow-next {}
	.slideDotsArrow_icon {}
	.guideVis {}
	.guideVis_bg {}
	.guideVis_bg > img {}
	.guideVis_inner {
		min-height: 289px;
	}
	.guideVis_title_inner {
		padding: 20px 20px 20px;
	}
	.guideVis_category {
		font-size: 30px;
	}
	.guideVis_icon {}
	.guideVis_icon > img {}
	.guideVis_title {
		font-size: 44px;
	}
	.guideVis_title::before {
		width: 18px;
		height: 53px;
	}
	.guideVis_title::after {
		width: 18px;
		height: 53px;
	}
	.guideVis_catch {
		font-size: 15px;
	}
	.guideIntro {}
	.guideIntro_inner {}
	.guideIntro_title {}
	.guideIntro_text {}
	.guideNav {
		margin-bottom: 60px;
		margin-top: 60px;
	}
	.guideNav_inner {}
	.guideNav_inner-5c {}
	.guideNav_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.guideNav_list-5c {}
	.guideNav_list > li > a {}
	.guideNav_item {}
	.guideNav_item_image {}
	.guideNav_item_image::before {}
	.guideNav_item_image > img {}
	.guideNav_item_text {}
	.guideNav_label {}
	.guideNav_label > svg {}
	.guidePickup {
		margin-bottom: 60px;
	}
	.guidePickup_inner {}
	.guidePickup_title {}
	.guidePickup_text {}
	.guidePickup_slide {
		margin-top: 40px;
	}
	.guidePickup_slide_item {}
	.guidePickup_slide_item > a {}
	.guidePickup_banner {}
	.guidePickup_banner_image {}
	.guidePickup_banner_image > img {}
	.guidePickup_banner_text {}
	.guideSect {
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	.guideSect_inner {}
	.guideSect_title {}
	.guideSect_text {}
	.guideMap {
		width: 360px;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
		margin-right: 0;
		height: 234px;
		margin-top: 25px;
		margin-bottom: 45px;
	}
	.guideMap_image {}
	.guideMap_image > img {}
	.guideMap_oList {}
	.guideMap_oList_btn {}
	.guideMap_oList_btn-spNoText {
		border: none;
		background-color: rgba(255, 255, 255, 0);
		padding: 0;
		min-height: 0;
	}
	.guideMap_oList_text {}
	.guideMap_oList_text-spNone {
		display: none;
	}
	.guideMap_oList_num {}
	.guideMap_oList_num-spNoText {
		position: relative;
		transform: scale(2);
	}
	.guideMap_oList_num-centerTop {}
	.guideMap_oList_num-leftBottom {}
	.guideMap_oList_num-leftTop {}
	.guideToggle {}
	.guideToggle.isShow {}
	.guideToggle_bg {}
	.guideToggle_title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.guideToggle_image {}
	.guideToggle_image > img {}
	.guideToggle_text {
		margin-top: 25px;
	}
	.guideToggle_linkList {
		display: block;
		margin-top: 20px;
	}
	.guideToggle_linkList > li {
		min-width: 0;
	}
	.guideToggle_linkList > li:nth-child(n + 2) {
		margin-top: 15px;
	}
	.guideToggle_linkList > li > a {}
	.guideSect_selWrap {}
	.guideSect_select {
		padding-left: 15px;
		padding-right: 25px;
	}
	.guideSect_select:focus-visible {}
	.guideSect_selectt::-ms-expand {}
	.guideSect_select_icon {
		right: 13px;
	}
	.postGallery_slide-hasBg::after {}
	.guidePlan {
		margin-bottom: 60px;
	}
	.guidePlan_inner {}
	.guidePlan_title {}
	.guidePlan_text {}
	.guidePlan_widget {
		margin-top: 40px;
	}
	.guideHotel {
		margin-top: 45px;
	}
	.guideHotel_title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.guideHotel_text {
		text-align: left;
	}
	.guideHotel_widget {}
	.guideNav_label-foot > svg {}
	.guideNav-foot {
		margin-bottom: 0;
		margin-top: 60px;
	}
	.guideToggleWrap {}
	.guideHotel_widget .fw-static-api-wrap .fw-static-api-search__item {
		width: auto;
		margin-right: 0;
		margin-top: 15px;
	}
	.guideHotel_widget .fw-static-api-wrap .fw-static-api-search__item:first-child {
		margin-top: 0;
	}
	.guideMap_canvas {
		width: 801px;
		transform-origin: left top;
		transform: scale(0.45);
	}
	.guideHotel_widget .fw-static-api-wrap .fw-static-api-search-wrap {
		display: block;
	}
	.guideHotel_widget-slide .fw-static-api-wrap .fw-static-api-search-wrap {
		font-size: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.gHeader_circleLinkWrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
		margin-bottom: 20px;
	}
	.spotHotelNav {
		margin-top: 35px;
	}
	.spotHotelNav_title {}
	.spotHotelNav_list {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 20px;
	}
	.spotHotelNav_list > li {
		width: auto;
		margin-top: 15px;
		margin-left: 0;
	}
	.spotHotelNav_list > li:nth-child(2n + 1) {}
	.spotHotelNav_list_item {
		height: auto;
		min-height: 70px;
		border-width: 2px;
	}
	.spotHotelNav_list_item-set {}
	.spotHotelNav_list_image {
		margin-bottom: 5px;
	}
	.spotHotelNav_list_image > img {}
	.spotHotelNav_list_text {}
	.spotHotelNav_list_arrow {}
	.spotHotelNav_list_arrow > polygon {}
	.spotHotelNav_list_item-stay {}
	.spotHotelNav_list_item-stay:visited {}
	.gHeader_col-link {
		display: flex;
		max-width: calc(100% - 122px);
		margin-left: auto;
		column-gap: 6px;
	}
	.gHeader_circleLink_circle-head {
		background-color: #FAE6CC;
	}
	.gHeader_circleLink_circle_text-slim {
		text-align: center;
		height: 10px;
		transform: translateY(-44%) scale(0.65);
	}
	.gHeader_circleLink_circle_img-slim {
		transform: scale(0.83);
		transform-origin: center top;
	}
	.topYoubue {
		padding-bottom: 60px;
	}
	.topYoubue_inner {}
	.topYoubue_title {}
	.topYoubue_cells {
		display: block;
	}
	.topYoubue_cell {
		width: auto;
		margin: 0;
	}
	.topYoubue_cell:nth-child(n + 2) {
		margin-top: 20px;
	}
	.topYoubue_cell:nth-child(2n + 1) {}
	.topYoubue_movie {}
	.topYoubue_movie > iframe {}
	.topYoubue_link {}
	.topYoubue_link > a {}
	.topYoubue_link > a > svg {}
	.topInsta {
		margin-bottom: 60px;
	}
	.topInsta_inner {}
	.topInsta_title {}
	.topInsta_list {}
	.topInsta_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.topInsta_list > li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.topInsta_list > li:nth-child(n + 3) {
		margin-top: 4%;
	}
	.topInsta_list > li:nth-child(n + 5) {
		display: none;
	}
	.topInsta_list > li > a {}
	.topInsta_image {}
	.topInsta_image > img {}
	.topInsta_link {}
	.topInsta_link > a {}
	.topInsta_link > a > svg {}
	.topStatus {
		padding: 60px 0;
		margin-bottom: 60px;
	}
	.topStatus_slide {}
	.topStatus_slide_item {}
	.topStatus_slide_item_image {}
	.topStatus_slide_item_image > img {}
	.topStatus_title {}
	.topStatus_date {
		font-size: 27px;
	}
	.topStatus_date_time {}
	.topStatus_cell {
		width: auto;
		margin-left: 0;
	}
	.topStatus_cell:nth-child(2n + 1) {}
	.topStatus_cell:nth-child(n + 2) {
		margin-top: 12px;
	}
	.topStatus_cells {
		display: block;
	}
	.topStatus_box {}
	.topStatus_box .topStatus_box_head {
		font-size: 12px;
		min-height: 36px;
	}
	.topStatus_box_head_icon {
		width: 12px;
		height: 12px;
	}
	.topStatus_box_body {}
	.topStatus_list {}
	.topStatus_list > li {}
	.topStatus_list > li:nth-child(2n + 1) {}
	.topStatus_list > li:nth-child(n + 3) {}
	.topStatus_list > li > a {}
	.topStatus_list_icon {}
	.newContents-wide {}
	.newContents_inner {}
	.topStatus_inner {}
	.topStatus_sign {}
	.topStatus_sign_item {
		width: 40px;
		height: 40px;
		margin-right: 7px;
	}
	.topStatus_sign_item > img {}
	.topStatus_sign_text {
		font-size: 20px;
	}
	.topNews {
		margin-bottom: 60px;
	}
	.topNews_inner {}
	.topNews_title {}
	.infoList {
		display: block;
	}
	.infoList > li {
		width: auto;
		margin-left: 0;
	}
	.infoList > li:nth-child(2n + 1) {}
	.infoList > li:nth-child(n + 3) {}
	.infoList_anchor {}
	.infoList_areaText {
		padding: 10px 0;
	}
	.infoList_tagList {
		column-gap: 5px;
		row-gap: 3px;
	}
	.infoList_tagList > li {}
	.infoList_tagList > li:nth-child(2n + 1) {}
	.infoList_tagList > li:nth-child(n + 3) {}
	.infoList_tagList > li > a {}
	.infoList_update {
		font-size: 12px;
	}
	.infoList_update > time {}
	.infoList_text {
		font-size: 14px;
	}
	.topNews_link {}
	.topNews_link > a {}
	.topNews_link > a > svg {}
	.topEvent {
		margin-bottom: 60px;
	}
	.topEvent_inner {}
	.topEvent_title {}
	.topEvent_link {}
	.topEvent_link > a {}
	.topEvent_link > a > svg {}
	.topPlan {
		padding: 60px 0;
		margin-bottom: 60px;
	}
	.topPlan_inner {}
	.topPlan_title {}
	.topBnrSlide {
		margin-left: -10px;
		margin-right: -10px;
	}
	.topBnrSlide .slick-list::before {}
	.topBnrSlide_item {
		padding: 0 10px;
	}
	.topBnrSlide_item > a {
		padding: 0;
	}
	.topBnrSlide_image {}
	.topBnrSlide_image > img {}
	.topStay {
		margin-bottom: 60px;
	}
	.topStay_inner {}
	.topStay_title {}
	.topTicket {
		padding: 60px 0;
		margin-bottom: 60px;
	}
	.topTicket_inner {}
	.topTicket_title {}
	.topTicket_headline {}
	.topTicket_slide {
		margin-left: -10px;
		margin-right: -10px;
	}
	.topTicket_slide .slick-list::before {}
	.topTicket_slide .slick-list {}
	.topTicket_slide_item {
		padding: 0 10px;
	}
	.topTicket_slide_item > a {}
	.topTicket_box {}
	.topTicket_image {}
	.topTicket_image > img {}
	.topTicket_areaText {}
	.topTicket_text {}
	.topTicket_link {}
	.topTicket_link > a {}
	.topTicket_link > a > svg {}
	.topArea {}
	.topArea_inner {}
	.topArea_title {}
	.topArea_map {
		margin-bottom: 40px;
	}
	.topArea_list {
		display: block;
	}
	.topArea_list > li {
		width: auto;
	}
	.topArea_list > li:nth-child(2n + 1) {}
	.topArea_list > li:nth-child(n + 2) {
		margin-top: -1px;
	}
	.topArea_list > li > a {}
	.topArea_item {}
	.topArea_item_image {}
	li:nth-child(2n) .topArea_item_image {
		left: 0;
	}
	.topArea_item_image > img {}
	.topArea_item_area {
		font-feature-settings: "palt";
		padding: 10px 10px;
	}
	.topArea_text {
		padding-left: 28px;
		padding-right: 23px;
	}
	.topArea_num {}
	.topArea_icon {}
	.topArea_link {}
	.topArea_link > a {}
	.topArea_link > a > svg {}
	.topMv {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.topMv_bg {}
	.topMv_inner {}
	.topMv_cols {
		display: block;
	}
	.topMv_col {
		width: auto;
	}
	.topMv_col-ttl {
		margin-bottom: 13px;
	}
	.topMv_title {
		font-size: 22px;
		transform: none;
		text-align: center;
	}
	.topMv_title > br {
		display: none;
	}
	.topMv_col-slide {
		width: calc(100% - 20px);
		margin-left: auto;
		margin-right: auto;
		position: relative;
		left: -10px;
	}
	.topMv_slide {
		margin-left: -10px;
		margin-right: -10px;
	}
	.topMv_slide_item {
		padding: 0 10px;
	}
	.topMv_slide_item > a {}
	.topMv_box {}
	.topMv_pickup {
		transform: scale(.8);
		transform-origin: left top;
	}
	.topMv_pickup_inner {}
	.topMv_image {}
	.topMv_image > img {}
	.topMv_araeText {
		font-size: 16px;
		padding: 11px 15px;
	}
	.topMv_cat {}
	.topMv_cat_inner {}
	.topMv_name {}
	.topMv_slide .slideDotsWrap {
		justify-content: center;
	}
	.topMv_slide .slick-list {}
	.topPostNav {
		margin-bottom: 53px;
	}
	.topPostNav_list {
		display: block;
	}
	.topPostNav_list > li {}
	.topPostNav_list > li:nth-child(2n + 1) {}
	.topPostNav_list > li:nth-child(n + 3) {}
	.topPostNav_list > li > a {
		font-size: 22px;
	}
	.topPostNav_image {}
	.topPostNav_image::before {}
	.topPostNav_image > img {}
	.topPostNav_text {}
	.topPostNav_inner {}
	.topPostNav_link {}
	.topPostNav_link > a {}
	.topPostNav_link > a > svg {}
	.postGallery-top {
		margin-top: 0;
		display: none;
	}
	.topBnr {
		margin-bottom: 30px;
	}
	.topBnr_inner {}
	.topBnrSlide_image-old {}
	.topBnrSlide .slick-list {
		overflow: visible;
	}
	.topEvent_slideWrap {
		display: none;
	}
	.postSpGallery {
		display: block;
	}
	.topBnrSlideWrap {
		width: calc(100% - 20px);
	}
	.topTicket_slideWrap {
		width: calc(100% - 20px);
	}
	.topBnrSlideWrap .slideDotsWrap {}
	.topTicket-noMb {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.fw-static-api-search-wrap.isTowOrMore .slideDotsWrap {
		display: flex;
	}
	.guideHotel_widget-slide .slick-slide {}
	.guideHotel_widget-slide .slick-slide > div {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.guideHotel_widget-slide .fw-static-api-wrap {
		width: calc(100% - 20px);
	}
	.guideHotel_widget-slide .slick-list {
		overflow: visible;
	}
}
@media screen and (max-width:374px) {
	.gMenuBtn {
		width: 50px;
	}
	.gHeader_inner {
		padding-left: 50px;
		padding-right: 55px;
	}
	.gSearch_btn {
		width: 50px;
	}
	.gHeader_col-title {
		width: 100px;
	}
	.gHeader_col-link {
		max-width: calc(100% - 112px);
	}
}
