@charset "UTF-8";
.gHeaderWrap {
	height: 154px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.gHeader_inner {
	max-width: 1286px;
	position: static;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
	height: 154px;
	align-items: flex-end;
}
.gHeader_col {}
.gHeader_col-no1 {
	width: 190px;
}
.gHeader_title {}
.gHeader_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding-bottom: 22px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
}
.gHeader_col-no2 {
	width: calc(100% - 190px);
}
.gNav {
	max-width: 1069px;
	margin-left: auto;
}
.gNav_inner {}
.gNav_top {
	display: flex;
	margin-bottom: 11px;
}
.gNav_dList {
	list-style: none;
	display: flex;
	margin-right: 57px;
}
.gNav_dList-sp {
	display: none;
}
.gNav_dList:last-child {
	margin-right: 0;
}
.gNav_dList > dt {
	line-height: 20px;
	margin-right: 14px;
}
.gNav_dList > dd {}
.gNav_dList_text {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 4px;
}
.gNav_dList_text > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_dList_text > a::before {
	content: "";
}
.gNav_dList_text > a::after {
	content: "";
}
.gNav_dList_caution {
	font-size: 12px;
}
.gNav_dList_hour {
	font-size: 14px;
}
.gNav_bottom {
	display: flex;
	justify-content: space-between;
}
.gNav_list {
	list-style: none;
	display: flex;
	font-size: 20px;
	/* width: calc(100% - 202px); */
	width: 100%;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 0 5px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	text-align: center;
}
.p-guide .gNav_list > li > a.-guide,
.p-restaurant .gNav_list > li > a.-restaurant,
.p-fitness .gNav_list > li > a.-fitness,
.p-relaxation .gNav_list > li > a.-relaxation,
.p-bedrock .gNav_list > li > a.-bedrock,
.p-spa .gNav_list > li > a.-spa {
	color: #d96c00;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to bottom, #3E0C0C 50%, rgba(255, 255, 255, 0) 50%);
	background-size: 100% 8px;
	background-repeat: repeat-y;
	background-position: center top;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 2px;
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_memberLink {
	width: 202px;
}
.gNav_memberLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 45px;
	justify-content: center;
	align-items: center;
	background-color: #3E0C0C;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	padding: 0 10px;
	border: 1px solid #3E0C0C;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_memberLink > a::before {}
.gNav_memberLink > a::after {}
.gFixNav {
	position: fixed;
	z-index: 1000;
	top: 260px;
	right: 0;
	width: 54px;
}
.gFixNav_list {
	list-style: none;
}
.gFixNav_list > li {}
.gFixNav_list > li:first-child {}
.gFixNav_list > li:last-child {}
.gFixNav_list > li:nth-child(2n+1) {}
.gFixNav_list > li:nth-child(n+2) {
	margin-top: 12px;
}
.gFixNav_list_anchor {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	line-height: 1;
	white-space: nowrap;
	height: 182px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	font-size: 20px;
	color: #fff;
	background-color: #000;
	font-weight: 500;
	border: 1px solid #000;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}
.gFixNav_list_anchor-coupon {
	background-color: #3E3B19;
	border-color: #3E3B19;
}
.gFixNav_list_anchor-register {
	background-color: #841818;
	border-color: #841818;
}
.gFixNav_list_anchor-event {
	background-color: #511C55;
	border-color: #511C55;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav_snsList {
	list-style: none;
	display: none;
}
.gNav_snsList > dt {}
.gNav_snsList > dd {}
.gNav_snsList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_snsList > dd > a::before {
	content: "";
}
.gNav_snsList > dd > a::after {
	content: "";
}
.gNav_snsList > dd > a > .icon {}
.gFooter {
	font-size: 14px;
	padding-bottom: 50px;
	padding-top: 115px;
	background-color: #fff;
}
.gFooter_inner {
	max-width: 1100px;
}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-no1 {
	width: 330px;
}
.gFooter_title {}
.gFooter_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title > a > img {}
.gFooter_col-no2 {
	width: calc(100% - 374px);
}
.gFooter_inCols {
	display: flex;
	justify-content: space-between;
	max-width: 650px;
	margin-left: auto;
}
.gFooter_inCol {
	margin-left: 10px;
}
.gFooter_inCol-no1 {
	margin-left: 0;
}
.gFooter_list {
	list-style: none;
}
.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 {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 3px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_inCol-no2 {}
.gFooter_addr {
	margin-bottom: 21px;
}
.gFooter_inCol-no3 {}
.gFooter_dList {
	list-style: none;
	margin-bottom: 10px;
}
.gFooter_dList > dt {}
.gFooter_dList > dd {}
.gFooter_dList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFooter_dList > dd > a::before {
	content: "";
}
.gFooter_dList > dd > a::after {
	content: "";
}
.gFooter_link {
	width: 209px;
	margin-top: 15px;
}
.gFooter_link > a {
	height: 68px;
}
.gFooter_link > a::before {
	content: "";
}
.gFooter_link > a::after {
	content: "";
}
.gFooter_copyright {
	text-align: center;
	margin-top: 90px;
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-color: #FAF8F5;
	padding-bottom: 100px;
}
.gVisual {
	background-image: url(/assets/img/common/pt-main-spa.jpg);
	position: relative;
	z-index: 1;
	background-color: #fde9a0;
	margin-bottom: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gVisual-mbS {
	margin-bottom: 75px;
}
.gVisual-home {
	background-image: url(/assets/img/common/pt-main-home.jpg);
}
.gVisual-spa {
	background-image: url(/assets/img/common/pt-main-spa.jpg);
}
.gVisual-bedrock {
	background-image: url(/assets/img/common/pt-main-bedrock.jpg);
	background-color: #fedf69;
}
.gVisual-relaxation {
	background-image: url(/assets/img/common/pt-main-relaxation.jpg);
}
.gVisual-fitness {
	background-image: url(/assets/img/common/pt-main-fitness.jpg);
}
.gVisual-restaurant {
	background-image: url(/assets/img/common/pt-main-restaurant.jpg);
}
.gVisual-guide {
	background-image: url(/assets/img/common/pt-main-guide.jpg?date=210720);
}
.gVisual-sitemap {
	background-image: url(/assets/img/common/pt-main-sitemap.jpg);
	background-color: #968b6b;
}
.gVisual-contact {
	background-image: url(/assets/img/common/pt-main-contact.jpg);
	background-color: #e4934a;
}
.gVisual-event {
	background-image: url(/assets/img/common/pt-main-event.jpg);
}
.gVisual::before {
	content: "";
	background-color: #000000;
	opacity: .4;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gVisual_inner {
	position: relative;
	z-index: 1;
	height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gVisual_title {
	color: #fff;
	font-size: 70px;
	font-weight: 500;
}
.gBody_inner {}
.gPager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.gPager > a,
.gPager > span {
	color: currentColor;
	min-width: 52px;
	height: 52px;
	background-color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px;
	border: 1px solid #3E0C0C;
	box-sizing: border-box;
	font-size: 20px;
	transition-duration: .3s;
	transition-property: color, background-color;
	padding: 0 10px;
	font-size: 14px;
}
.gPager > .previouspostslink {}
.gPager > .current {}
.gPager > .extend {
	border: none;
	background-color: rgba(255, 255, 255, 0);
}
.gPager > .nextpostslink {}
.gNews {
	background-color: #fff;
	padding-top: 70px;
	padding-bottom: 78px;
	position: relative;
	z-index: 2;
}
.gNews-top {
	padding-top: 110px;
	padding-bottom: 110px;
}
.gNews_inner {}
.gNews_title {}
.gNews_title > b {}
.gNews_cols {
	display: flex;
	justify-content: space-between;
}
.gNews_col {}
.gNews_col-no1 {
	width: calc(100% - 300px);
}
.gNews_list {
	list-style: none;
}
.gNews_list > li {
	border-bottom: 1px solid #707070;
}
.gNews_list > li:first-child {
	border-top: 1px solid #707070;
}
.gNews_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNews_item {
	display: flex;
	justify-content: space-between;
	padding: 20px 40px 33px;
	align-items: center;
}
.gNews_imgWrap {
	width: 28%;
	overflow: hidden;
}
.gNews_image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 63.63%;
	transition-duration: .5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	background-image: url(/assets/img/common/img-alt@2x.png);
	background-color: #fff;
}
.gNews_areaTxt {
	width: 65%;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.gNews_time {
	line-height: 1;
	margin-bottom: 10px;
}
.gNews_time > time {
	display: block;
}
.gNews_text {
	line-height: 1.45;
	font-size: 20px;
	font-weight: 500;
}
.gNews_listLink {
	width: 138px;
	margin-top: 40px;
	margin-left: 40px;
}
.gNews_listLink:first-child {
	margin-top: 0;
}
.gNews_listLink > a {}
.gNews_col-no2 {
	padding-top: 40px;
	width: 250px;
}
.gNews_linkList {
	list-style: none;
}
.gNews_linkList > li {
	margin-top: 20px;
}
.gNews_linkList > li:first-child {
	margin-top: 0;
}
.gNews_linkList > li > a {
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #3E0C0C;
	padding: 32px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex-direction: column;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNews_linkList > li.-hasIcn > a {
	padding-top: 138px;
	padding-bottom: 36px;
}
.gNews_linkList > li > a > .icon {
	display: block;
	font-size: 85px;
	margin-bottom: 15px;
}
@media screen and (max-width:1399px) {
	.gNav_memberLink > a {
		font-size: 18px;
	}
	.gNav_list > li > a {
		font-size: 18px;
	}
	.gNav_memberLink {
		width: 185px;
	}
	.gNav_list {
		width: calc(100% - 185px);
	}
	.gFixNav {
		width: 50px;
	}
	.gFixNav_list_anchor {
		font-size: 18px;
		height: 160px;
	}
	.gNews_linkList > li > a {
		font-size: 18px;
	}
	.gNews_item {
		padding: 20px 30px 30px;
	}
	.gNews_text {
		font-size: 18px;
	}
}
@media screen and (max-width:1149px) {
	.gNav_memberLink > a {
		font-size: 16px;
	}
	.gNav_list > li > a {
		font-size: 16px;
	}
	.gNav_memberLink {
		width: 165px;
	}
	.gNav_list {
		width: calc(100% - 165px);
	}
	.gFixNav {
		width: 46px;
	}
	.gFixNav_list_anchor {
		font-size: 16px;
		height: 140px;
	}
}
@media screen and (min-width:1000px) {
	.gNews_list > li > a:hover {}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gNav_dList_text > a:hover {}
	.gNav_list > li > a:hover {
		color: #d96c00;
	}
	.gNav_memberLink > a:hover {
		background-color: #fff;
		color: #3E0C0C;
	}
	.gFixNav_list_anchor:hover {
		background-color: #fff;
	}
	.gFixNav_list_anchor-coupon:hover {
		color: #3E3B19;
	}
	.gFixNav_list_anchor-register:hover {
		color: #841818;
	}
	.gFixNav_list_anchor-event:hover {
		color: #511C55;
	}
	.gMenuBtn:hover {}
	.gNav_snsList > dd > a:hover {}
	.gFooter_title > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {
		color: #d96c00;
		text-decoration: underline;
	}
	.gFooter_dList > dd > a:hover {}
	.gFooter_link > a:hover {}
	.gPager > a:hover {
		background-color: #3E0C0C;
		color: #fff;
	}
	.gNews_listLink > a:hover {}
	.gNews_linkList > li > a:hover {
		background-color: #3E0C0C;
		color: #fff;
	}
	a:hover .gNews_areaTxt {
		color: #d96c00;
	}
	a:hover .gNews_image {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 120px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {
		height: 120px;
	}
	.gHeader_col {}
	.gHeader_col-no1 {
		width: 140px;
	}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-no2 {
		width: calc(100% - 155px);
	}
	.gNav {}
	.gNav_inner {}
	.gNav_top {
		margin-bottom: 5px;
	}
	.gNav_dList {
		margin-right: 25px;
	}
	.gNav_dList:last-child {}
	.gNav_dList > dt {
		margin-right: 10px;
	}
	.gNav_dList > dd {}
	.gNav_dList_text {
		font-size: 18px;
	}
	.gNav_dList_text > a {}
	.gNav_dList_text > a::before {}
	.gNav_dList_text > a::after {}
	.gNav_dList_caution {
		font-size: 10px;
	}
	.gNav_dList_hour {
		font-size: 12px;
	}
	.gNav_bottom {}
	.gNav_list {
		width: calc(100% - 100px);
	}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		font-size: 14px;
	}
	.gNav_list > li > a::before {
		width: 1px;
		background-size: 100% 6px;
		height: 18px;
		margin-top: 1px;
	}
	.gNav_list > li > a::after {}
	.gNav_memberLink {
		width: 100px;
	}
	.gNav_memberLink > a {
		font-size: 14px;
		text-align: center;
	}
	.gNav_memberLink > a::before {}
	.gNav_memberLink > a::after {}
	.gFixNav {
		top: 170px;
	}
	.gFixNav_list {}
	.gFixNav_list > li {}
	.gFixNav_list > li:first-child {}
	.gFixNav_list > li:last-child {}
	.gFixNav_list > li:nth-child(2n+1) {}
	.gFixNav_list > li:nth-child(n+2) {
		margin-top: 8px;
	}
	.gFixNav_list_anchor {
		font-size: 14px;
		letter-spacing: 0.2em;
		text-indent: .2em;
		height: 110px;
	}
	.gFixNav_list_anchor-coupon {}
	.gFixNav_list_anchor-register {}
	.gFixNav_list_anchor-event {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav_snsList {}
	.gNav_snsList > dt {}
	.gNav_snsList > dd {}
	.gNav_snsList > dd > a {}
	.gNav_snsList > dd > a::before {}
	.gNav_snsList > dd > a::after {}
	.gNav_snsList > dd > a > .icon {}
	.gFooter {
		padding-bottom: 35px;
		padding-top: 80px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
	}
	.gFooter_col-no1 {}
	.gFooter_title {
		max-width: 250px;
		margin: 0 auto 30px;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_col-no2 {}
	.gFooter_inCols {
		margin: 0 auto 0;
	}
	.gFooter_inCol {}
	.gFooter_inCol-no1 {}
	.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 {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_inCol-no2 {}
	.gFooter_addr {}
	.gFooter_inCol-no3 {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_link {}
	.gFooter_link > a {}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_copyright {
		margin-top: 45px;
	}
	.gFooter_copyright > small {
		font-size: 12px;
	}
	.gBody {}
	.gVisual {
		margin-bottom: 70px;
	}
	.gVisual::before {}
	.gVisual-mbS {}
	.gVisual_inner {
		height: 396px;
	}
	.gVisual_title {
		font-size: 50px;
	}
	.gBody_inner {}
	.gPager {}
	.gPager > a,
	.gPager > span {}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gNews {}
	.gNews_title {}
	.gNews_title > b {}
	.gNews_cols {}
	.gNews_col {}
	.gNews_col-no1 {
		width: calc(100% - 235px);
	}
	.gNews_list {}
	.gNews_list > li {}
	.gNews_list > li:first-child {}
	.gNews_list > li > a {}
	.gNews_item {
		padding: 20px 10px;
	}
	.gNews_imgWrap {
		width: 133px;
	}
	.gNews_image {}
	.gNews_areaTxt {
		width: calc(100% - 153px);
	}
	.gNews_time {
		font-size: 13px;
	}
	.gNews_time > time {}
	.gNews_text {
		font-size: 16px;
	}
	.gNews_listLink {}
	.gNews_listLink > a {}
	.gNews_col-no2 {
		width: 200px;
		padding-top: 25px;
	}
	.gNews_linkList {}
	.gNews_linkList > li {}
	.gNews_linkList > li:first-child {}
	.gNews_linkList > li > a {
		font-size: 16px;
		padding: 32px 15px;
	}
	.gNews_linkList > li.-hasIcn > a {}
	.gNews_linkList > li > a > .icon {}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 100px;
	}
	.gHeader {
		box-sizing: border-box;
		padding-right: 78px;
	}
	.gHeader_inner {
		padding-right: 0;
	}
	.gHeader_cols {
		height: auto;
		align-items: center;
	}
	.gHeader_col {}
	.gHeader_col-no1 {
		width: 104px;
	}
	.gHeader_title {
		height: 100px;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 1004;
		box-sizing: border-box;
		padding-top: 17px;
	}
	.gHeader_title > a {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 0;
		background-image: url(/assets/img/common/logo-white@2x.png);
		background-size: 100% 100%;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		transition-duration: .3s;
		transition-property: opacity;
	}
	.isShow > a > .gHeader_title_img {
		opacity: 0;
	}
	.gHeader_col-no2 {
		width: calc(100% - 116px);
		padding-top: 18px;
	}
	.gNav {
		max-width: none;
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #3E0C0C;
		color: #fff;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
		box-sizing: border-box;
		padding-top: 130px;
		overflow: auto;
		padding-bottom: 50px;
	}
	.gNav.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_inner {
		max-width: 235px;
		margin: 0 auto;
	}
	.gNav_top {
		display: none;
	}
	.gNav_dList {}
	.gNav_dList-sp {
		display: block;
		margin-right: 0;
	}
	.gNav_dList:last-child {}
	.gNav_dList > dt {
		font-size: 12px;
		margin-right: 0;
	}
	.gNav_dList > dd {}
	.gNav_dList_text {
		font-size: 16px;
		margin-bottom: 1px;
	}
	.gNav_dList_text > a {}
	.gNav_dList_text > a::before {}
	.gNav_dList_text > a::after {}
	.gNav_dList_caution {}
	.gNav_dList_hour {
		font-size: 11px;
	}
	.gNav_bottom {
		display: block;
	}
	.gNav_list {
		display: block;
		width: auto;
	}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		justify-content: flex-start;
		padding: 0;
		font-size: 16px;
	}
	.p-guide .gNav_list > li > a.-guide,
	.p-restaurant .gNav_list > li > a.-restaurant,
	.p-fitness .gNav_list > li > a.-fitness,
	.p-relaxation .gNav_list > li > a.-relaxation,
	.p-bedrock .gNav_list > li > a.-bedrock,
	.p-spa .gNav_list > li > a.-spa {
		color: #e5c247;
	}
	.gNav_list > li > a::before {
		display: none;
	}
	.gNav_list > li > a::after {
		display: block;
		width: 30px;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gNav_memberLink {
		width: auto;
		margin-top: 25px;
	}
	.gNav_memberLink > a {
		border: 1px solid #fff;
		font-size: 16px;
	}
	.gNav_memberLink > a > br {
		display: none;
	}
	.gNav_memberLink > a::before {}
	.gNav_memberLink > a::after {}
	.gFixNav {
		display: none;
	}
	.gFixNav_list {}
	.gFixNav_list > li {}
	.gFixNav_list > li:first-child {}
	.gFixNav_list > li:last-child {}
	.gFixNav_list > li:nth-child(2n+1) {}
	.gFixNav_list > li:nth-child(n+2) {}
	.gFixNav_list_anchor {}
	.gFixNav_list_anchor-coupon {}
	.gFixNav_list_anchor-register {}
	.gFixNav_list_anchor-event {}
	.gMenuBtn {
		display: block;
		width: 78px;
		height: 100px;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		background-color: #3E0C0C;
		color: #fff;
		padding-top: 15px;
		box-sizing: border-box;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 38px;
		height: 1px;
		background-color: currentColor;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, -webkit-transform;
		transition-property: transform, top;
		transition-property: transform, top, -webkit-transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 12px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 13px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -13px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.gNav_snsList {
		display: block;
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
	}
	.gNav_snsList > dt {
		width: 100%;
		margin-bottom: 6px;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.gNav_snsList > dd {}
	.gNav_snsList > dd > a {
		font-size: 20px;
		padding: 10px 10px;
	}
	.gNav_snsList > dd > a::before {}
	.gNav_snsList > dd > a::after {}
	.gNav_snsList > dd > a > .icon {
		display: block;
	}
	.gFooter {
		font-size: 12px;
		padding-bottom: 25px;
		padding-top: 32px;
	}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-no1 {}
	.gFooter_title {
		max-width: 198px;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_col-no2 {}
	.gFooter_inCols {
		flex-wrap: wrap;
		max-width: 400px;
	}
	.gFooter_inCol {}
	.gFooter_inCol-no1 {}
	.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 {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_inCol-no2 {}
	.gFooter_addr {}
	.gFooter_inCol-no3 {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.gFooter_dListWrap {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_link {
		width: 157px;
	}
	.gFooter_link > a {
		font-size: 12px;
		height: 62px;
	}
	.gFooter_link > a::before {}
	.gFooter_link > a::after {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gBody {
		padding-bottom: 60px;
	}
	.gVisual {
		margin-bottom: 50px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.gVisual::before {}
	.gVisual-mbS {}
	.gVisual_inner {
		height: 395px;
	}
	.gVisual_title {
		font-size: 40px;
	}
	.gVisual_title-spSmall {
		font-size: 31px;
	}
	.gBody_inner {}
	.gVisual-sitemap {
		background-image: url(/assets/img/common/pt-main-sitemap_sp@2x.jpg);
		background-position: center bottom;
	}
	.gVisual-relaxation {
		background-image: url(/assets/img/common/pt-main-relaxation_sp@2x.jpg);
		margin-bottom: 33px;
	}
	.gPager {}
	.gPager > a,
	.gPager > span {
		min-width: 44px;
		height: 44px;
	}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gNews {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.gNews_title {}
	.gNews_title > b {}
	.gNews_cols {
		display: block;
	}
	.gNews_col {
		width: auto;
	}
	.gNews_col-no1 {
		margin-bottom: 25px;
	}
	.gNews_list {}
	.gNews_list > li {}
	.gNews_list > li:first-child {}
	.gNews_list > li > a {}
	.gNews_item {
		align-items: flex-start;
	}
	.gNews_imgWrap {}
	.gNews_image {
		padding-bottom: 60.9%;
	}
	.gNews_areaTxt {}
	.gNews_time {
		font-size: 12px;
		margin-bottom: 7px;
	}
	.gNews_time > time {}
	.gNews_text {
		font-size: 14px;
	}
	.gNews_listLink {
		margin: 20px auto 0;
		width: 103px;
	}
	.gNews_listLink > a {}
	.gNews_col-no2 {
		padding-top: 0;
		max-width: 250px;
		margin: 0 auto;
	}
	.gNews_linkList {}
	.gNews_linkList > li {
		margin-top: 15px;
	}
	.gNews_linkList > li:first-child {}
	.gNews_linkList > li > a {
		padding: 26px 15px;
	}
	.gNews_linkList > li.-hasIcn > a {
		padding-top: 110px;
		padding-bottom: 30px;
	}
	.gNews_linkList > li > a > .icon {
		font-size: 75px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 374px) {
	.gNews_imgWrap {
		width: 90px;
	}
	.gNews_areaTxt {
		width: calc(100% - 105px);
	}
	.gVisual_title {
		font-size: 35px;
	}
	.gHeader_inner {
		padding-left: 10px;
	}
	.gNav_dList_text {
		font-size: 14px;
	}
	.gNav_dList_hour {
		font-size: 10px;
	}
	.gHeader_col-no1 {
		width: 95px;
	}
	.gHeader_col-no2 {
		width: calc(100% - 104px);
	}
}
