@charset "UTF-8";
[data-animation] {
	opacity: 0;
	transform: translateY(20px);
	transition-delay: .2s;
	transition-duration: 1s;
	transition-property: transform, opacity;
}
[data-animation="after"] {
	opacity: 1;
	transform: translateY(0);
}
.gFooter {
	background-size: cover;
	background-color: #6b5528;
	padding-top: 81px;
	padding-bottom: 59px;
	position: relative;
	z-index: 1;
}
.gFooter_inner {}
.gFooter_title {
	max-width: 132px;
	margin: 0 auto 46px;
}
.gFooter_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: transform;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title > a > img {}
.gFooter_title > a > svg {
	display: block;
	width: 132px;
	height: 109px;
	fill: #fff;
}
.gFooter_list {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 49px;
	flex-wrap: wrap;
}
.gFooter_list > li {
	display: flex;
	align-items: center;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.gFooter_list > li::before {
	content: "";
	display: block;
	width: 2px;
	height: 12px;
	background-color: #fff;
	margin: 0 20px;
}
.gFooter_list > li:first-child::before {
	display: none;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_copyright {
	color: #fff;
	text-align: center;
}
.gFooter_copyright > small {
	display: block;
	font-size: 11px;
}
.gPageTop {
	position: relative;
	z-index: 10;
}
.gPageTop_button {
	display: block;
	border: 1px solid #755f2e;
	background-color: #fff;
	width: 90px;
	height: 90px;
	color: #755f2e;
	font-size: 37px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
	position: absolute;
	z-index: 10;
	top: 0;
	right: 40px;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > .icon {
	display: block;
}
.gHeaderWrap {
	position: relative;
	z-index: 1000;
	height: 150px;
}
.gHeader {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.gHeader_inner {
	max-width: none;
	padding-left: 38px;
	padding-right: 38px;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
	padding-right: 113px;
}
.gHeader_col {}
.gHeader_col-no1 {
	width: 113px;
}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 150px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 113px;
	height: 94px;
}
.gHeader_title_img > use {}
.gHeader_col-no2 {
	flex-grow: 1;
}
.gNav {}
.gNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
}
.gNav_list > li {
	display: flex;
	align-items: center;
}
.gNav_list > li::before {
	content: "";
	display: block;
	width: 2px;
	height: 12px;
	background-color: #2e2e2e;
	margin: 0 26px;
}
.gNav_list > li:first-child::before {
	display: none;
}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	height: 150px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.p-shop .gNav_list > li > a.-shop,
.p-post .gNav_list > li > a.-post,
.p-food .gNav_list > li > a.-food,
.p-terace .gNav_list > li > a.-terace {
	color: #9f8a50;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 111px;
}
.gBody_inner {}
.gPopup {
	position: fixed;
	z-index: 1001;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, .6);
	left: 0;
	top: 0;
	justify-content: center;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
}
.gPopup.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
}
.gPopup_inner {
	width: calc(100% - 40px);
	max-width: 1000px;
}
.gPopup_box {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 70px 50px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
	box-sizing: border-box;
	max-height: 100vh;
	overflow: auto;
}
.gPopup_btn {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 87px;
	height: 87px;
	background-color: #cfc3b8;
	transform-origin: right top;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPopup_btn::before {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.gPopup_btn::after {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.gPopup_image {
	max-width: 253px;
	margin: 0 auto 40px;
}
.gPopup_image > img {}
.gPopup_text {
	text-align: center;
	color: #565656;
	line-height: 2.7;
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}
.gVis {
	background-image: url(/cu-mo-hakone/assets/img/common/pt-main-visual.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #909092;
	margin-bottom: 71px;
}
.gVis_inner {
	display: flex;
	height: 325px;
	align-items: center;
	justify-content: center;
}
.gVis_title {
	width: 261px;
}
.gVis_title > img {
	display: block;
}
@media screen and (max-width:1199px) {
	.gHeader_cols {
		padding-right: 0;
	}
}
@media screen and (min-width:1000px) {
	.gFooter_title > a:hover {
		transform: scale(1.05);
	}
	.gFooter_list > li > a:hover {
		text-decoration: underline;
	}
	.gPageTop_button:hover {
		background-color: #755f2e;
		color: #fff;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gNav_list > li > a:hover {
		color: #9f8a50;
	}
	.gMenuBtn:hover {}
	.gPopup_btn:hover {
		background-color: #bdb1a6;
	}
}
@media screen and (max-width: 999px) {
	.gFooter {
		padding-top: 60px;
		padding-bottom: 35px;
	}
	.gFooter_inner {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {
		font-size: 14px;
	}
	.gFooter_list > li::before {}
	.gFooter_list > li:first-child::before {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gPageTop {}
	.gPageTop_button {
		width: 70px;
		height: 70px;
		font-size: 30px;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gHeaderWrap {
		height: 100px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 100px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 90px;
		height: 75px;
	}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gNav {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li::before {
		margin: 0 13px;
		width: 1px;
	}
	.gNav_list > li:first-child::before {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		font-size: 14px;
		height: 100px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gBody {}
	.gBody_inner {}
	.gPopup {}
	.gPopup.isShow {}
	.gPopup_inner {}
	.gPopup_box {
		padding: 60px 60px;
	}
	.gPopup_btn {
		width: 60px;
		height: 60px;
	}
	.gPopup_btn::before {}
	.gPopup_btn::after {}
	.gPopup_image {
		max-width: 200px;
		margin-bottom: 25px;
	}
	.gPopup_image > img {}
	.gPopup_text {
		line-height: 2.2;
	}
	.gVis {}
	.gVis_inner {}
	.gVis_title {}
	.gVis_title > img {}
}
@media screen and (max-width:767px) {
	.gFooter {
		padding-top: 45px;
		padding-bottom: 25px;
	}
	.gFooter_inner {}
	.gFooter_title {
		max-width: 100px;
		margin-bottom: 19px;
	}
	.gFooter_title > a > svg {
		width: 100px;
		height: 83px;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_list {
		margin-bottom: 29px;
	}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {
		padding: 4px 12px;
	}
	.gFooter_list > li::before {
		display: none;
	}
	.gFooter_list > li:first-child::before {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_copyright {}
	.gFooter_copyright > small {
		font-size: 10px;
	}
	.gPageTop {}
	.gPageTop_button {
		width: 50px;
		height: 50px;
		font-size: 20px;
		right: 15px;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gHeaderWrap {
		height: 70px;
	}
	.gHeader {
		box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	}
	.gHeader_inner {
		padding: 0;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
	}
	.gHeader_col-no1 {}
	.gHeader_title {
		display: flex;
		padding-left: 20px;
	}
	.gHeader_title > a {
		height: 70px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 61px;
		height: 51px;
	}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gNav {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding-top: 70px;
		background-color: #fff;
		overflow: auto;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {
		display: block;
	}
	.gNav_list > li::before {
		display: none;
	}
	.gNav_list > li:first-child::before {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		height: 60px;
		justify-content: center;
		font-size: 15px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gMenuBtn {
		width: 70px;
		height: 70px;
		position: fixed;
		z-index: 1000;
		top: 0;
		right: 0;
		display: block;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		background-color: #d5d5d5;
		height: 3px;
		width: 24px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: transform, top;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 5px auto;
		background-color: #a9abab;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 8px;
		transform: rotate(-45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -8px;
		transform: rotate(45deg);
	}
	.gBody {
		padding-bottom: 55px;
	}
	.gBody_inner {}
	.gPopup {}
	.gPopup.isShow {}
	.gPopup_inner {}
	.gPopup_box {
		padding: 50px 20px 20px;
	}
	.gPopup_btn {
		width: 50px;
		height: 50px;
	}
	.gPopup_btn::before {
		width: 24px;
	}
	.gPopup_btn::after {
		width: 24px;
	}
	.gPopup_image {
		max-width: 150px;
		margin-bottom: 15px;
	}
	.gPopup_image > img {}
	.gPopup_text {
		text-align: left;
		line-height: inherit;
	}
	.gVis {
		margin-bottom: 35px;
	}
	.gVis_inner {
		height: 150px;
	}
	.gVis_title {
		width: 160px;
	}
	.gVis_title > img {}
}
