@charset "UTF-8";
/*
Theme Name: scene88
Description: This is scene88 site original theme.1
Author: BookingResort
*/


.mv-box img {
	width: 100%;
	height: auto;
}

.br_sp {
	display: none;
}

.br_pc {
	display: block;
}


/*Smartphone*/
@media screen and (max-width: 768px) {
	body {
		padding-bottom: 12%;
	}

	.br_sp {
		display: block;
	}

	.br_pc {
		display: none;
	}
}

/*END*/

/*------------------------------------------

	サイト内汎用

------------------------------------------*/
.txt {
	font-size: 1.5rem;
	line-height: 2.2;
}

.inr {
	padding-right: 80px;
	padding-left: 80px;
}

.link a {
	font-size: 1.2rem;
	color: #fff;
	border: #fff 1px solid;
	display: inline-block;
	padding: 1em 2em;
}

.link_color a {
	font-size: 1.2rem;
	border: #737E7A 1px solid;
	display: inline-block;
	padding: 1em 2em;
}

.sosolink a {
	font-size: 1.2rem;
	color: #222;
	border: #222 1px solid;
	display: inline-block;
	padding: 1em 2em;
}

.hx-type1 {
	font-size: 3.0rem;
	font-weight: 500;
}

.hx-type2 {
	font-size: 3.0rem;
	font-weight: 700;
	color: #3a2f1c;
	letter-spacing: 0.15rem;
	line-height: 1.3;
	margin-bottom: 40px;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
}

.hx-type2::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #C2C6C3;
	margin-top: 10px;
	border-radius: 2px;
}

.hx-type2 .sub {
	display: block;
	font-size: 2rem;
	font-weight: 400;
	color: #0d2849;
	margin-top: 8px;
	line-height: 1.5;
}

/* @media screen and (max-width: 896px) {
	.hx-type2 {
		text-align: center;
		letter-spacing: 0.1rem;
		margin-bottom: 20px;
	}

	.hx-type2::after {
		margin-left: auto;
		margin-right: auto;
	}
} */

.hx-type3 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
	border-bottom: #b9b9b9 1px solid;
	padding-top: 15px;
	padding-bottom: 30px;
}

.pb15 {
	padding-top: 0;
	padding-bottom: 15px;
}

.hx-type3 .sub {
	font-size: 2.3rem;
}

.hx-type4 {
	font-size: 3rem;
	line-height: 1.5;
}

.hx-type4 .sub {
	font-size: .6em;
	color: #737E7A;
	padding-right: 1em;
}

.hx-type4.slv .sub {
	color: #939393;
}

.color_w {
	color: #fff;
}

.bk_white {
	background-color: #fff;
}

.td_line {
	text-decoration: underline;
}

/*PC*/
@media screen and (min-width: 769px) {
	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 768px) {
	.inr {
		padding-right: 2%;
		padding-left: 2%;
	}

	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}

	.txt {
		font-size: 1.4rem;
		letter-spacing: -.03em;
	}

	.hx-type2 {
		font-size: 2.4rem;
		letter-spacing: -.03em;
	}

	.hx-type2::after {
		margin-left: auto;
		margin-right: auto;
	}
}

/*END*/


/*------------------------------------------

	ヘッダー固定

------------------------------------------*/
.site-header {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	transition: .6s;
	z-index: 9999;
}

.header-inr {
	display: flex;
	flex-wrap: nowrap;
	height: 80px;
}

.site-header h1,
.site-header p {
	margin: auto auto auto 10px;
}

.site-header h1 a img,
.site-header p a img {
	height: 50px;
	margin: auto 0;
	object-fit: contain;
}

.site-header .menu-box {
	/* width: calc(100% - 250px); */
	width: 100%;
	max-width: 600px;
	margin: 0 0 0 auto;
}

.header-inr ul {
	width: 100%;
	justify-content: space-around;
}

.site-header .gnav a {
	font-size: 1.6rem;
}

.site-header .gnav .waku a {
	border: #fff 1px solid;
	border-radius: 3px;
	padding: .7em;
}

/*PC*/
@media screen and (min-width: 769px) {
	.hed-fix .site-header {
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
	}

	header.site-header h1,
	.site-header h1,
	.site-header p {
		margin-left: 40px;
	}

	.hed-fix .site-header .gnav a,
	.single .site-header .gnav a {
		/*color: #fff;*/
	}

	.hed-fix .site-header .gnav .waku a,
	.single .site-header .gnav .waku a {
		border: #fff 1px solid;
	}

	/*.single .site-header {
		background-color: #fff;
	}*/

	.site-header .gnav .drop {
		position: relative;
	}

	.site-header .gnav .sub-menu {
		display: none;
	}

	.hed-fix .site-header .sub-menu,
	.single .site-header .sub-menu {
		background-color: rgba(255, 255, 255, .8);
	}

	.hed-fix .site-header .sub-menu a {
		color: #262626;
	}

	.site-header .gnav .drop {
		padding-left: 1em;
		position: relative;
	}

	.site-header .gnav .drop::before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 5.5px 0 5.5px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		top: calc(50% - -1px);
		left: -5px;
		transform: translateY(-50%);
	}

	.hed-fix .site-header .gnav .drop::before,
	.single .site-header .gnav .drop::before {
		border-color: #000 transparent transparent transparent;
	}

	.site-header .gnav .drop .sub-menu {
		width: 150%;
		position: relative;
	}

	.site-header .gnav .drop:hover .sub-menu {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
	}

	.site-header .gnav .drop .sub-menu li {
		padding-left: 1em;
		margin-left: 0;
	}

	.menu-btn {
		display: none;
	}

	.reservation_btn {
		background-color: #25313c;
		color: #fff;
		text-align: center;
		width: 140px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 8px;
	}
}

/*END*/

/*Smartphone*/
/* @media screen and (max-width: 1030px) {
	.site-header .gnav li {
		margin-left: 25px;
	}
} */

/*END*/

/*Smartphone*/
@media screen and (max-width: 768px) {
	.site-header .gnav a {
		font-size: 1.4rem;
	}
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 768px) {

	/*gnavボタン*/
	.site-header .open-btn {
		width: 40px;
		height: 30px;
		position: fixed;
		top: 10px;
		right: 10px;
	}

	.site-header .open-btn span {
		width: 100%;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.site-header .open-btn::before,
	.site-header .open-btn::after {
		content: "";
		width: 100%;
		height: 2px;
		background-color: #fff;
		display: block;
		position: absolute;
		left: 0;
	}

	.site-header .open-btn::before {
		top: 0;
	}

	.site-header .open-btn::after {
		bottom: 0;
	}

	.site-header .close-btn {
		width: 100%;
		height: 60px;
		color: #262626;
		border-bottom: #fff 1px solid;
		background: #fff;
		padding: 1em;
	}

	/*gnav*/
	.site-header .menu-box {
		width: 100%;
		max-width: none;
		height: 100%;
		background-color: rgba(255, 255, 255, .8);
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 9999;
		transition: .3s;
		overflow: scroll;
		padding-bottom: 410px;
	}

	.open .site-header .menu-box {
		left: 0;
	}

	.site-header .gnav {
		width: 100%;
		display: block;
	}

	.site-header .gnav li {
		width: 100%;
		margin-left: 0;
	}

	.site-header .gnav li a {
		width: 100%;
		font-size: 1.6rem;
		display: block;
		border-bottom: #fff 1px solid;
		padding: 1em;
	}

	.site-header .gnav li .sub-menu a {
		font-size: 1.3rem;
		color: #fff;
		background-color: rgba(0, 0, 0, .7);
	}

	.site-header .gnav .waku a {
		width: 80%;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}

	.hed-fix .site-header {
		padding: 2%;
	}

	.up-menu {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10000;
		background: #222;
		color: #fff;
		padding: 3px 5px;
		text-align: center;
	}
}

/*END*/


/*------------------------------------------

TOP記事スライダー1

------------------------------------------*/
.slider-box {
	background-color: #e7e9ed;
	padding-top: 60px;
	padding-bottom: 60px;
}

.slider-box .inr {
	/*width: 100%;*/
	max-width: 1280px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

.slider-box .post-box {
	padding: 0 20px;
}

.slider-box .post-wrap {
	padding: 1em;
}

.slider-box .post-box .tit {
	font-size: 1.7rem;
	font-weight: normal;
}

.slider-box .post-box .txt {
	font-size: 1.5rem;
	line-height: 1.7;
}

.slider-box .my-dots {
	display: flex;
	justify-content: center;
}

.slider-box .flex-control-nav a,
.slider-box .my-dots li button {
	width: 10px;
	height: 10px;
	color: transparent;
	border-radius: 100px;
	display: block;
	background-color: #939393;
	margin-right: 5px;
	margin-left: 5px;
}

.slider-box .flex-control-nav a.flex-active,
.slider-box .my-dots li.slick-active button {
	background-color: #262626;
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/

/*Smartphone*/
@media screen and (max-width: 768px) {
	.slider-box {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.slider-box .inr {
		padding-right: 2%;
		padding-left: 2%;
	}

	.slider-box #post-slider {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}

	.slider-box .post-box {
		padding: 0 5px;
	}

	.slider-box .post-box .tit {
		font-size: 1.5rem;
	}

	.slider-box .post-box .txt {
		font-size: 1.3rem;
	}
}

/*END*/


/*------------------------------------------

２columnエリア

------------------------------------------*/
.column-box {
	/*padding-bottom: 20px;*/
}

.column-box .txt-box {
	width: 50%;
}

.column-box .img-box {
	width: calc(100% - 50%);
	height: 550px;
}

.column-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.column-box.column2 .txt-box,
.column-box.column2 .img-box {
	width: 50%;
	padding-bottom: 15px;
}

.food_w {
	color: #333;
}

.food_g {
	color: #333;
}

.food_lh {
	line-height: 1.1;
}

/*PC*/
@media screen and (min-width: 769px) {
	.column-box .txt-box {
		padding-right: 40px;
		padding-left: 40px;
		margin-top: -35px;
	}
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 768px) {
	.column-box .txt-box {
		width: 100%;
		padding-top: 20px;
		padding-right: 2%;
		padding-left: 2%;
	}

	.column-box .img-box {
		width: 100%;
		height: auto;
	}

	.sp_txtal {
		text-align: center;
	}

	.sp_w100 {
		width: 100%;
	}

	.column-box.column2 .txt-box,
	.column-box.column2 .img-box {
		width: 100%;
	}
}

/*END*/


/*------------------------------------------

PLAN

------------------------------------------*/
.plan-box {
	background-color: #f4f4f4;
	padding-bottom: 100px;
	padding-top: 40px;
}

.plan-box .inr {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.plan-box article::before,
.plan-box article::after {
	content: "";
	width: 23.4375%;
	max-width: 300px;
	display: block;
}

.plan-box article::before {
	order: 1;
}

.plan-box .post-box {
	width: 23.4375%;
	max-width: 300px;
}

.plan-box .post-wrap {
	background-color: #fff;
	padding: 1em;
}

.plan-box .post-box .tit {
	font-size: 1.7rem;
}

.plan-box .post-box .txt {
	line-height: 1.8;
}

.plan-box .post-box .cat {
	font-size: 1.3rem;
	display: inline-block;
	border: #999 1px solid;
	border-radius: 100px;
	padding: .3em 1em;
	margin-right: 10px;
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/

/*Smartphone*/
@media screen and (max-width: 768px) {
	.plan-box {
		background-color: #f4f4f4;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.plan-box .post-box {
		width: 48%;
		max-width: none;
	}

	.plan-box .post-box .tit {
		font-size: 1.4rem;
	}

	.plan-box .post-box .txt {
		font-size: 1.3rem;
	}

	.plan-box .post-box .cat {
		font-size: 1.2rem;
		margin-right: 5px;
	}
}

/*END*/


/*------------------------------------------

sightseeing

------------------------------------------*/
.sightseeing-box {
	background-color: #fff;
	padding-bottom: 100px;
}

.sightseeing-wrap {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 50px;
	width: 94%;
	max-width: 1280px;
	margin: auto;
}

.sightseeing-box .inr {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.sightseeing-box .post-box {
	width: 48%;
}

.sightseeing-box .thum {
	width: 50%;
	aspect-ratio: 1 / 1;
}

.sightseeing-box .thum img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.sightseeing-box .post-wrap {
	width: 50%;
	padding-right: 1em;
	padding-left: 1em;
}

.sightseeing-box time {
	font-size: 1.7rem;
}

.sightseeing-box .tit {
	font-size: 1.7rem;
}

.sightseeing-box .txt {
	font-size: 1.5rem;
	line-height: 1.8;
}

.sightseeing-box .cat,
.single-sightseeing .content-box .cat {
	font-size: 1.3rem;
	background-color: #f4f4f4;
	display: inline-block;
	border-radius: 100px;
	padding: .3em 1em;
	margin-right: 10px;
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/

/*Smartphone*/
@media screen and (max-width: 768px) {
	.sightseeing-box {
		padding-bottom: 50px;
	}

	.sightseeing-wrap {
		padding-top: 50px;
		padding-bottom: 20px;
	}

	.sightseeing-box .post-box {
		width: 100%;
	}

	.sightseeing-box .thum {
		width: 100px;
		height: 100px;
	}

	.sightseeing-box .post-wrap {
		width: calc(100% - 100px);
		padding-right: 0;
		padding-left: 1em;
	}

	.sightseeing-box time {
		font-size: 1.2rem;
	}

	.sightseeing-box .tit {
		font-size: 1.4rem;
	}

	.sightseeing-box .txt {
		font-size: 1.3rem;
	}

	.sightseeing-box .cat,
	.single-sightseeing .content-box .cat {
		font-size: 1.2rem;
		margin-right: 5px;
	}
}

/*END*/


/*------------------------------------------

	フッター

------------------------------------------*/
/*リゾグラ*/
#resort-rg {
	background: #25313c;
	padding: 10px 0 40px;
}

.rg_group.inr {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.rg_group h2 {
	font-size: 2.5rem;
	line-height: 1.5;
	color: #fff;
	margin: 2rem 0 4rem;
}

.rg_group h2 span.en {
	color: #fff;
	font-size: 17px;
}

.rg_group h3 {
	color: #ffffff;
	font-size: 1.6rem;
	text-align: left;
	margin-left: 1rem;
	width: 25rem;
}

.rg_group .box {
	display: flex;
	flex-direction: column;
}

.rg_group .box ul {
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari etc. */
	-ms-flex-wrap: wrap;
	/* IE10        */
	flex-wrap: wrap;
}

@media screen and (max-width: 896px) {
	.rg_group .box ul {
		flex-direction: column;
	}
}

.rg_group .box p.type {
	text-align: center;
	padding: 8px 0;
	font-size: 1.8rem;
	margin-bottom: 15px;
	color: #fff;
}

.rg_group .box li {
	display: flex;
	margin-bottom: 32px;
	margin-left: 8px;
	width: 32%;
}

@media screen and (max-width: 896px) {
	.rg_group .box li {
		width: 100%;
	}
}

.rg_group .box li img {
	width: 65px;
	height: 65px;
	object-fit: cover;
}

.rg_group .box li .txt {
	padding: 20px 20px 0 10px;
	width: 100%;
}

.rg_group .box li .txt p {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #fff;
}

.rg_group .box li .txt h3 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
}

.rg_group .rg_details {
	display: flex;
}

@media screen and (max-width: 896px) {
	.rg_group .rg_details {
		flex-direction: column;
	}
}

.rg_group .rg_details dl {
	float: left;
	padding-right: 3%;
	width: 32%;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 896px) {
	.rg_group .rg_details dl {
		width: 100%;
	}
}

.rg_group .rg_details dl:last-child {
	padding-right: 0;
}

.rg_group .rg_details dt {
	height: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 10px;
	font-size: 16px;
	text-decoration-line: underline;
	color: #fff;
	margin-bottom: 2rem;
}

.rg_group .rg_details dd {
	color: #fff;
}

@media screen and (max-width: 896px) {
	.rg_group .rg_details dt {
		text-align: left;
	}
}

.rg_group .rg_details dd {
	margin-left: 0px;
}

/*リゾグラ END */

.footer-about-box {
	/*color: #fff;*/
	background-color: #fff;
	padding: 70px 0 35px;
}

.footer_logo {
	display: inline-block;
	width: 120px;
}

.footer-about-box p.tel {
	font-size: 2.8rem;
}

.footer-about-box p.tel span {
	font-size: 1.6rem;
}

.footer-about-box .inr {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

.footer-about-box .cpy-box {
	width: 60%;
	border-right: #fff 1px solid;
}

.footer-about-box .tit {
	font-size: 2.6rem;
}

.footer-about-box address {
	font-size: 1.7rem;
	font-style: normal;
}

.footer-about-box .t-access span {
	text-decoration-line: underline;
}

.footer-about-box .res a {
	font-size: 1.6rem;
	border: #333 1px solid;
	display: inline-block;
	padding: .4em 1.4em;
}

.footer-about-box .nav-box {
	width: 40%;
}

footer .gnav {
	font-size: 1.9rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

footer .nav-inr {
	margin-left: auto;
}

footer .gnav>li {
	line-height: 2;
	position: relative;
	padding-left: 1em;
}

footer .gnav>li::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 15px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(45deg) translateY(-50%);
	color: inherit;
}

footer .gnav .sub-menu {
	font-size: 1.6rem;
	padding-left: 1em;
}

footer .gnav .sub-menu>li {
	line-height: 1.7;
	position: relative;
}

footer .gnav .sub-menu>li::after {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #fff;
	border-radius: 100px;
	display: block;
	position: absolute;
	left: -.9em;
	top: 13px;
}

footer .footer_company {
	text-align: center;
	font-size: 12px;
	padding: 40px 0 0 0;
}

.form_btn {
	background-color: #25313c;
	color: #fff;
	padding: .4em 1.4em;
	width: 250px;
}

.form_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*PC*/
@media screen and (min-width: 769px) {
	footer .gnav li.menu-item-341 {
		margin-bottom: 35px;
	}

	footer .gnav li.menu-item-344 {
		margin-left: 50px;
	}

	.sm-footer-menu {
		display: none;
	}
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 768px) {
	.simai-box {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.shisetsu-box {
		width: 100%;
		max-width: none;
	}

	.shisetsu-box .shisetsu-inr {
		width: 100%;
	}

	.shisetsu-box .thum {
		width: 20%;
		max-width: none;
	}

	.shisetsu-box .txt-box .cap {
		font-size: 1.2rem;
	}

	.shisetsu-box .txt-box .tit {
		font-size: 1.6rem;
	}

	.footer-about-box {
		padding: 30px 0;
	}

	.footer-about-box .cpy-box {
		width: 100%;
		border-right: 0;
	}

	.footer-about-box .tit {
		font-size: 2.2rem;
	}

	.footer-about-box address {
		font-size: 1.4rem;
		font-style: normal;
	}

	/* .footer-about-box .res a {
		font-size: 1.3rem;
	} */

	.footer-about-box .nav-box {
		width: 100%;
	}

	.footer-about-box img {
		width: 138px;
		height: auto;
	}

	footer p {
		font-size: 15px;
	}

	footer .gnav {
		font-size: 1.5rem;
		border-top: #fff 1px solid;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	footer .nav-inr {
		width: 100%;
		margin-left: 0;
	}

	footer .gnav li a {
		width: 100%;
		border-bottom: #fff 1px solid;
		display: block;
		padding: .5em;
	}

	footer .gnav>li {
		padding-left: 0;
	}

	footer .gnav>li::after {
		left: auto;
		right: 15px;
		top: 22px;
	}

	footer .gnav .sub-menu {
		font-size: 1.3rem;
	}

	footer .gnav .sub-menu>li::after {
		top: 18px;
	}

	footer .footer_company {
		text-align: center;
		font-size: 12px;
		padding: 40px 0 40px 0;
	}

	.sm-footer-menu {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
		width: 100%;
	}

	.sm-footer-menu li {
		text-align: center;
		position: relative;
		height: 56px;
	}

	.sm-footer-menu li a {
		position: absolute;
		top: 5px;
		left: 0;
		height: 100%;
		width: 100%;
		font-size: 14px;
	}

	.sm-footer-menu li:nth-of-type(1) {
		width: 50%;
		background: #353B40;
	}

	/*.sm-footer-menu li:nth-of-type(2) {
		width: 28%;
    background: #6C7A71;
	}*/
	.sm-footer-menu li:nth-of-type(2) {
		width: 25%;
		background: #DFDFDF;
	}

	.sm-footer-menu li:nth-of-type(3) {
		width: 25%;
		background: #DFDFDF;
	}

	/*.sm-footer-menu li.menu-btn {
		width: 20%;
		background: #222;
		color: #fff;
		padding-top: 14px;
	}*/
}

/*END*/


/*------------------------------------------

	リアルタイムエラー

------------------------------------------*/
.fld-con {
	position: relative;
}

.tooltip {
	color: #fff;
	position: absolute;
	background: #8B0000;
	font-size: 14px;
	width: 60%;
	padding: 5px 10px;
	left: 0;
	top: -40px;
	border-radius: 5px;
	border: 1px solid #aaa;
	box-shadow: 0px 1px 2px 0 #C1BCB9;
	z-index: 10000;
	line-height: 22px;
	display: none;
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/

/*Smartphone*/
@media screen and (max-width: 768px) {}

/*END*/


/*------------------------------------------

	ページ内リンクの時の処理　追記

------------------------------------------*/
a.scroll_point {
	height: 1px;
	margin-top: -80px;
	padding-top: 80px;
	display: block;
	/*color: #909757;*/
}

@media screen and (max-width: 896px) {
	a.scroll_point {
		display: block;
		margin-top: 0;
		padding-top: 0;
	}
}



/*言語切り替え*/
.language {
	z-index: 9999;
	position: absolute;
	right: 20px;
	top: 22px;
	width: 140px;
	height: 20px;
}

.language>li {
	/*親階層のみ幅を25%にする*/
	width: 100%;
}

/*全てのリスト・リンク共通*/
.language li {
	list-style: none;
	position: relative;
}

.language li p.lan-ja,
.language li a {
	background: #f6f6f6;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 5px 0;
	border-radius: 3px;
}

.language li p.lan-ja {
	margin-top: -12px;
}

/*子階層以降共通*/
.language li li {
	height: 0;
	overflow: hidden;
	transition: .5s;
	margin-top: 1px;
	margin-bottom: 6px;
}

.language li:hover>ul>li {
	height: 2rem;
	overflow: visible;
}

@media screen and (max-width:896px) {
	.language {
		left: 12px;
		top: 10px;
		width: 110px;
	}
}

.villa_1 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_ruri.jpg);
	background-size: cover;
}

.villa_2 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_miya.jpg);
	background-size: cover;
}

.villa_3 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_mezzo.jpg);
	background-size: cover;
}

.villa_4 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_hana.jpg);
	background-size: cover;
}

.villa_5 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_marine.jpg);
	background-size: cover;
}

.villa_6 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_diva02.jpg);
	background-size: cover;
}

.resort_1 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_hosi2.jpg);
	background-size: cover;
}

.resort_2 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_soso.jpg);
	background-size: cover;
}

.glamping_1 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_bd02.jpg);
	background-size: cover;
}

.glamping_2 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_hajime02.jpg);
	background-size: cover;
}

.glamping_3 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_farm.jpg);
	background-size: cover;
}

.glamping_4 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_ise_p.jpg);
	background-size: cover;
}

.glamping_5 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_glampdome.jpg);
	background-size: cover;
}

.glamping_6 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/g_shigadome03.jpg);
	background-size: cover;
}

.glamping_7 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_dog.jpg);
	background-size: cover;
}

.glamping_8 {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url(../scene88/img/group/group_shiga02.jpg);
	background-size: cover;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 0.2px;
  margin-top: 4.1px;
	margin-left: 10px;
  border-radius: 9999px;
  background-color: #333333;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1px);
  right: 0;
  width: 6px;
  height: 0.2px;
  border-radius: 9999px;
  background-color: #333333;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.1px) 50%;
}