@charset "utf-8";

/*********************************
.yajirushi
*********************************/
.yajirushi {
	position: fixed;
	right: 35%;
	bottom: 5rem;
	z-index: 1030;
}
@media (max-width: 767.98px) {
	.yajirushi {
		right: calc(50% - 1.5rem);
		bottom: 3rem;
	}
}
/******************************************************************
*******************************************************************
#story
*******************************************************************
******************************************************************/
#story .story-back {
	height: 100vh;
	height: 100dvh;
	background-image: url('img/body-back-paper.jpg');
	background-position: center;
}
@media (max-width: 767.98px) {
	#story .story-back { z-index: 1018!important; }
}

/*********************************
#story
#img-area
*********************************/
#img-area {
	top: 0;
	height: 100vh;
	height: 100dvh;
	margin-top: -100vh;
	margin-top: -100dvh;
}
#img-area p {
	margin: auto;
	display: block;
	visiblity: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.5s linear;
	opacity: 0;
}
#img-area p:first-child { visibility: visible; }
#img-area p.active {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 767.98px) {
	#img-area-s {
		top: 0;
		height: 95vh;
		margin-top: -100vh;
		margin-top: -100dvh;
	}
	#img-area-s p {
		display: block;
		position: absolute;
		top: 5.65rem;
		transition: opacity 0.5s 0.25s linear;
		transition: opacity 0.25s linear;
		opacity: 0;
	}
	#img-area-s p:first-child {
		top: 16rem;
		height: calc(55vh - 11.3rem); 
		left: 50%;
		transform: translate(-50%, 0);
		visibility: visible;
	}
	#img-area-s p:last-child {
		top: 16rem;
		height: calc(55vh - 11.3rem); 
		left: 50%;
		transform: translate(-50%, 0);
	}
	#img-area-s p.active {
		visibility: visible;
		opacity: 1;
	}
	#img-area-s p img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 576.98px) {
	#img-area-s { height: calc(9.976rem + 75vh); }
	#img-area-s p { top: 4.988rem; }
	#img-area-s p:first-child { top: 10.976rem; }
	#img-area-s p:first-child { top: 15rem; }
	#img-area-s p:last-child { top: 10.976rem; }
	#img-area-s p:last-child { top: 20rem; }
}
/*********************************
#story
#text-area
*********************************/
#text-area {
	position: relative;
	margin-top: -100vh;
	margin-top: -100dvh;
	z-index: 1021;
}
#text-area div { padding-bottom: 100vh; }
#text-area div:first-child {
	margin-bottom: 50vh;
	transform: translateY(45vh);
}
#text-area div:last-child { padding-bottom: 40vh; }



@media (max-width: 767.98px) {
	#text-area {
		width: 90%;
		margin: 0 auto;
		margin-top: calc(5.15rem - 45vh );
		z-index: 1019;
	}
	#text-area div {
		padding-bottom: 40vh;
		transition: opacity 0.25s linear;
	}
	#text-area div:first-child {
		padding-bottom: 0;
		margin-top: 15vh;
		margin-bottom: 40vh;
		transform: translateY(0);
	}
	#text-area div:last-child { padding-bottom: 15vh; }
	#text-area div p { text-align: center; }
}
@media (max-width: 576.98px) {
	#text-area { margin-top: calc(4.988rem - 45vh ); }
	#text-area div { padding-bottom: 54vh; }
	#text-area div:first-child { margin-top: 0; margin-bottom: 50vh; }
	#text-area div:last-child { padding-bottom: 7vh; }
}

/*********************************
#story
#text-area
ETC
*********************************/
#about table th {
	width: 10rem;
	line-height: 1.8;
	padding-bottom: 2rem;
	vertical-align: top;
	font-weight: normal;
}
#about table td {
	width: calc(100% - 12rem);
	line-height: 1.8;
	padding-bottom: 2rem;
	vertical-align: top;
}



/*********************************
#gnav
*********************************/
nav#gnav {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.9);
	z-index: 1030;
}
nav#gnav .logo {
	width: 16rem;
	z-index: 1031;
}
nav#gnav .logo img { width: 100%; height: auto; }

@media (max-width: 576.98px) {
	nav#gnav .logo { width: 12rem; }
}


/*********************************
追従ナビ > スマホ用 > メニューバー
*********************************/
.menu-trigger {
	display: inline-block;
	position: relative;
	width: 4rem;
	height: 2.6rem;
	margin: 0;
	margin-top: 1.7rem;
	padding: 0;
	background: none;
	border: none;
	appearance: none;
	pointer-events: auto;
	z-index: 9999;
}
.menu-trigger:hover { cursor: pointer; }
.menu-trigger span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: .2rem;
	background-color: #6f6662;
	border-radius: 1rem;
	line-height: 1;
	transition: all .5s ease;
}
.menu-trigger span:nth-of-type(1) { top: 0; }
.menu-trigger span:nth-of-type(2) { top: 1.3rem; }
.menu-trigger span:nth-of-type(3) { top: 2.6rem; }
.menu-trigger:hover span:nth-of-type(1) { top: -.3rem; }
.menu-trigger:hover span:nth-of-type(3) { top: 2.9rem; }



/*********************************
追従ナビ > スマホ用 > 開いた時
*********************************/
body.modal-open #sm-nav .menu-trigger span:nth-of-type(1) { transform: rotate(-30deg); top: 1.3rem; }
body.modal-open #sm-nav .menu-trigger span:nth-of-type(2) { display: none; }
body.modal-open #sm-nav .menu-trigger span:nth-of-type(3) { transform: rotate(30deg); top: 1.3rem; }
body.modal-open #sm-nav .menu-trigger:hover span:nth-of-type(1) { transform: rotate(-45deg); top: 1.3rem; }
body.modal-open #sm-nav .menu-trigger:hover span:nth-of-type(3) { transform: rotate(45deg); top: 1.3rem; }





@media (max-width: 575.98px) {
	.menu-trigger {
		width: 3.5rem;
		height: 2.4rem;
	}
	.menu-trigger span:nth-of-type(2) { top: 1.1rem; }
	.menu-trigger span:nth-of-type(3) { top: 2.3rem; }
	body.modal-open #sm-nav .menu-trigger span:nth-of-type(1) { transform: rotate(-30deg); top: 1.1rem; }
	body.modal-open #sm-nav .menu-trigger span:nth-of-type(3) { transform: rotate(30deg); top: 1.1rem; }
}















/*********************************
モーダル中身共通
*********************************/
.modal {
    /*left: auto;*/
    /*right: 0;*/
    height: 100vh;
    height: 100dvh;
    padding: 8rem!important;
    opacity: 0;
    transform: translateX(10rem);
    background-color: rgba(255,255,255,1);
	transition: all .25s ease;
	z-index: 1060;
}
.modal.show { 
	opacity: 1;
	transform: translateX(0);
	transition: all .5s ease;
}
.modal-dialog {
	pointer-events: auto;
	/*margin: 0;*/
	max-width: inherit!important;
	/*min-height: auto!important;*/
}
.modal .modal-dialog-centered { /*display: block;*/ }
.modal-content {
	background: none;
	border: none;
}
.modal-header {
	padding: 0;
	border: none;
}
.modal-backdrop {
	background: none;
	height: auto;
}
.modal-backdrop.show { opacity: 0; }





/*********************************
メニューモーダル中身 // .menuModal
*********************************/
#menuModal.modal { z-index: 1030!important; }
#menuModal.modal .modal-dialog { max-width: 320px!important; }




/*********************************
メニュー以外のモーダル中身 // .termModal, .ppModal, .contactModal
*********************************/
#term { padding: 0 2.5%!important; }






















/******************************************************************
*******************************************************************
ナビ以下共通
*******************************************************************
******************************************************************/
h1 {
	margin: 0;
	margin-bottom: 12.25rem;
	max-width: 12rem;
}
h2 {
	font-size: calc(1.8rem + 4 * ((100vw - 320px) / 1280)); /*ベースサイズ最小1.8rem - 最大2.2rem*/
	line-height: 1.8;
	font-weight: bold;
}
h3 {
	font-size: calc(1.5rem + 5 * ((100vw - 320px) / 1280)); /*ベースサイズ最小1.5rem - 最大2.0rem*/
	line-height: 1.8;
	font-weight: bold;
}




.br-sm { display: none; }
@media (max-width: 575.98px) {
	.br-sm { display: block; }
}



.blank { min-width: 6rem; }
@media (max-width: 575.98px) { .blank { min-width: 2rem; } }






.bg-stay { background: #e9e7df; }
.bg-sauna { background: #F0F5F5; }
.bg-sauna-inner {
	width: 100%;
	margin: 0 auto;
}
.swiper-slide {
	width: 100%!important;
	max-width: 720px!important;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-slide img:hover { cursor: grab; }




.photo-list { padding-top: .4rem; }
.accordion-item {
	background: none;
	border: none;
}
.accordion-button {
	display: block!important;
	width: 100%;
	max-width: 20rem;
	margin: 0 auto;
	padding: .75rem 1.25rem;
	font-size: calc(1.3rem + 2 * ((100vw - 320px) / 960)); /*ベースサイズ最小1.3rem - 最大1.5rem*/
	letter-spacing: .15rem;
	text-align: center;
	color: #6f6662!important;
	background-color: transparent!important;
	box-shadow: none;
	border: .1rem solid #6f6662;
	border-radius: 5rem!important;
}
@media (max-width: 575.98px) {
	.accordion-button {
		max-width: 17rem;
		padding: .5rem 1rem;
	}
}
.accordion-button::after { display: none!important; }
.accordion-button:hover { background: #fff!important; }

.accordion-button:not(.collapsed) span::after { content: '—'; }
.accordion-button span::after { content: '+'; }

.accordion-button:focus {
	border: .1rem solid #6f6662!important;
	box-shadow: none;
}


.booking-button {
	display: flex!important;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 20rem;
	margin: 0 auto;
	padding: .75rem 1.25rem;
	font-size: calc(1.3rem + 2 * ((100vw - 320px) / 960)); /*ベースサイズ最小1.3rem - 最大1.5rem*/
	text-align: center;
	color: #6f6662!important;
	background-color: transparent!important;
	box-shadow: none;
	border: .1rem solid #6f6662;
	border-radius: 5rem!important;
}
.booking-button img {
	margin-right: 1rem;
	margin-bottom: .25rem;
}
.booking-button:hover {
	background-color: #fff!important;
	opacity: 1!important;
}
@media (max-width: 575.98px) {
	.booking-button {
		max-width: 17rem;
		padding: .5rem 1rem;
	}
	.booking-button img { max-width: 2.4rem; }
}





table.facility-info { width: 100%; }
table.facility-info th,
table.facility-info td {
	vertical-align: top;
	padding: 1.5rem 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
}
table.facility-info th {
	font-weight: normal;
	padding-right: 5rem;
	min-width: 15rem;
}
@media (max-width: 767.98px) {
	table.facility-info th,
	table.facility-info td { padding: 1rem 0; }
	table.facility-info th { padding-right: 3rem; }
}
@media (max-width: 575.98px) {
	table.facility-info th,
	table.facility-info td { display: block; }
	table.facility-info th {
		padding-bottom: .5rem;
		padding-right: 0;
		color: #999;
	}
	table.facility-info th::before { content: '・ '; }
	table.facility-info td {
		padding-top: .5rem;
		padding-left: 2rem;
		border: none;
	}
}



.howtouse ul li,
.around-list ul li { margin-top: 6rem; }
.howtouse ul li .img,
.around-list ul li .img { width: 15rem; }
.howtouse ul li .img img,
.around-list ul li .img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.howtouse ul li .text,
.around-list ul li .text { width: calc(100% - 18rem); }
.around-list ul li .text a { text-decoration: underline!important; }
.around-list ul li .text a .icon {
	margin-top: -.25rem;
	margin-left: 1rem;
}
@media (max-width: 767.98px) {
	.around-list ul li .text a .icon {
		margin-left: .5rem;
		max-width: 20px;
	}
}
@media (max-width: 575.98px) {
	.howtouse ul li,
	.around-list ul li { margin-top: 4rem; }
	.howtouse ul li .text,
	.around-list ul li .text { width: 100%; }
}





.gmap {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	filter: grayscale(100%);
}
@media (max-width: 991.98px) {
	.gmap { padding-bottom: 60%; }
}
@media (max-width: 575.98px) {
	.gmap { padding-bottom: 75%; }
}





table.about-info th,
table.about-info td {
	vertical-align: top;
	padding-bottom: 1.5rem;
	line-height: 1.5;
}
table.about-info th {
	font-weight: normal;
	padding-right: 3rem;
}
table.about-info .icon {
	margin-top: -.25rem;
	margin-left: 1rem;
}
table.about-info a { text-decoration: underline!important;  }



@media (max-width: 767.98px) {
	table.about-info .icon {
		margin-left: .5rem;
		max-width: 20px;
	}
}
@media (max-width: 575.98px) {
	table.about-info {
		width: 100%;
		margin: 0 auto;
	}
	table.about-info th,
	table.about-info td {
		display: block;
		text-align: center;
	}
	table.about-info tr:not(.operation) th { display: none; }
	table.about-info th {
		padding-bottom: 0;
		padding-right: 0;
	}
	table.about-info td {
		padding-bottom: 2rem;
	}
	table.about-info tr:not(.operation) td .icon {
		margin-top: 0;
		margin-left: 0;
	}
}


@media (max-width: 575.98px) {
	ul.access-info {
		width: 90%;
		margin: 0 auto;
	}
}

/******************************************************************
*******************************************************************
CONTACTページ
*******************************************************************
******************************************************************/
div.contact-con-inner { max-width: 96rem; }
div.contact-con-inner > ul li:not(:last-child) { margin-bottom: 6rem; }
div.contact-con-inner > ul li p:not(.fs-20-15) { font-size: 1.5rem; }
.wpcf7-list-item {
	display: block;
	margin-bottom: 2rem;
}
.check .wpcf7-list-item { margin-right: 0; }
.wpcf7-list-item input { width: auto; }
.wpcf7-list-item-label { margin-left: 1rem; }
.wpcf7-list-item label {
	display: flex;
	line-height: 1.5;
}
.wpcf7-form-control-wrap textarea { width: 100%; }



.button { width: 6.4rem; }
input[type="submit"].wpcf7-form-control {
	border-radius: 0.5rem;
	border: 1px solid #6f6662;
	background: #6f6662;
	color: #fff;
	transition: all .5s ease;
}
input[type="submit"][disabled].wpcf7-form-control {
	border: 1px solid #ccc;
	background: transparent;
	color: #ccc;
}
input[type="submit"].wpcf7-form-control:hover {
	background: transparent;
	color: #6f6662;
}
input[type="submit"][disabled].wpcf7-form-control:hover {
	border: 1px solid #ccc!important;
	background: transparent!important;
	color: #ccc!important;
	cursor: default!important;
}



.pp-list li:not(:last-child) { margin-bottom: 6rem; }
.pp-list li .pp-inner-list li:not(:last-child) { margin-bottom: .5rem; }
.pp-list li .pp-inner-list li { list-style: decimal; }














#f-nav {
	position: relative;
	background: #fff;
}
body.modal-open #f-nav { z-index: 0; }
@media (max-width: 767.98px) {
	#f-nav { z-index: 1020; }
}
@media (max-width: 575.98px) {
	#f-nav .contents-inner div {
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		padding-top: 3rem;
	}
}









nav#right-bottom-nav a.booking {
	position: fixed;
	top: 50%;
	right: -5rem;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	background: #E6F0F0;
	background: transparent;
	width: 5rem;
	display: flex;
	align-items: center;
	padding: 2rem 0;
	z-index: 1040;
}

nav#right-bottom-nav.show a.booking { right: 0; }
nav#right-bottom-nav a.booking img { margin-bottom: 1rem; }
nav#right-bottom-nav a.booking:hover {
	background: #fff;
	opacity: 1!important;
}
nav#right-bottom-nav .icon-nav {
	position: fixed;
	bottom: 3.5rem;
	right: 0;
	width: 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	transition: all .5s ease;
}
nav#right-bottom-nav.show .icon-nav { opacity: 1; }
nav#right-bottom-nav .icon-nav a.totop:hover {
	transform: translateY(-.5rem);
	opacity: 1!important;
}






@media (max-width: 767.98px) {
	nav#right-bottom-nav {
		position: fixed;
		width: 100%;
		bottom: -10rem;
		background-color: rgba(255,255,255,.9);
		transition: all .5s ease;
		z-index: 1040;
	}
	nav#right-bottom-nav.show,
	nav#right-bottom-nav.active { bottom: 0; }
	nav#right-bottom-nav .inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 90%;
		margin: 0 auto;
	}
	nav#right-bottom-nav a.booking {
		position: relative;
		top: auto;
		right: auto!important;
		transform: none;
		writing-mode: horizontal-tb;
		/*width: 50%;*/
		width: auto;
		width: 40%;
		display: flex;
		/*justify-content: center;*/
		align-items: center;
		padding: 1rem 0;
	}
	nav#right-bottom-nav a.booking img {
		margin-bottom: 0;
		margin-right: 1rem;
	}

	nav#right-bottom-nav .icon-nav {
		position: relative;
		bottom: auto;
		right: auto;
		/*width: 50%;*/
		width: auto;
		width: 40%;
		display: flex;
		justify-content: end;
		flex-direction: row;
		align-items: center;
		opacity: 1;
	}
	nav#right-bottom-nav .icon-nav a { padding: 0 0 0 1rem; }
}
@media (max-width: 575.98px) {
	nav#right-bottom-nav a.booking img { margin-right: 1rem; }
	nav#right-bottom-nav a img.icon,
	nav#right-bottom-nav .icon-nav a img.icon { max-width: 2.4rem; }
}















#md-nav {
	height: 2rem;
	width: 20%;
	text-align: center;
}


#md-nav .menu-trigger {
	display: inline-block;
	position: relative;
	width: 3.2rem;
	height: 2rem;
	top: -0.9rem;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	appearance: none;
	pointer-events: auto;
}
#md-nav .menu-trigger span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #6f6662;
	border-radius: 1px;
	line-height: 1;
	transition: all .5s ease;
}
#md-nav .menu-trigger span:nth-of-type(1) { top: 0; }
#md-nav .menu-trigger span:nth-of-type(2) { top: 1rem; }
#md-nav .menu-trigger span:nth-of-type(3) { top: 2rem; }
/*********************************
追従ナビ > スマホ用 > 開いた時
*********************************/
body.modal-open #md-nav .menu-trigger span:nth-of-type(1) { transform: rotate(-30deg); top: 1.3rem; }
body.modal-open #md-nav .menu-trigger span:nth-of-type(2) { display: none; }
body.modal-open #md-nav .menu-trigger span:nth-of-type(3) { transform: rotate(30deg); top: 1.3rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 0!important; }


/*********************************
追従ナビ > スマホ用 > 開いた時
*********************************/
.modal.show .menu-bar .menu-trigger span:nth-of-type(1) { transform: rotate(-30deg); top: 1.3rem; }
.modal.show .menu-bar .menu-trigger span:nth-of-type(2) { display: none; }
.modal.show .menu-bar .menu-trigger span:nth-of-type(3) { transform: rotate(30deg); top: 1.3rem; }





@media (max-width: 575.98px) {
	.menu-bar .menu-trigger {
		width: 3.5rem;
		height: 2.4rem;
	}
	.menu-bar .menu-trigger span:nth-of-type(2) { top: 1.1rem; }
	.menu-bar .menu-trigger span:nth-of-type(3) { top: 2.3rem; }
	body.modal-open #sm-nav .menu-bar .menu-trigger span:nth-of-type(1) { transform: rotate(-30deg); top: 1.1rem; }
	body.modal-open #sm-nav .menu-bar .menu-trigger span:nth-of-type(3) { transform: rotate(30deg); top: 1.1rem; }
	.modal.show .menu-bar .menu-trigger span:nth-of-type(1) { transform: rotate(-30deg); top: 1.1rem; }
	.modal.show .menu-bar .menu-trigger span:nth-of-type(3) { transform: rotate(30deg); top: 1.1rem; }
}