@charset "UTF-8";  

.pc {
	display: inline-block ;
}

.pc2 {
	display: block ;
}

.sp ,.sp2 {
	display: none;
}

#wrapper {
	width: 100%;
	min-width: 1200px;
	margin: auto;
	padding: 0;
	position: relative;
}

/*====================================
ヘッダー
=====================================*/
header {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	transition: 0.2s linear;
	top: 0;
	left: 0;
	z-index: 100;
}
	header.scroll {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: #222;
		border-bottom: 1px solid #fff;
	}
	#header_in {
		width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		#header_in h1 {
			margin: 0;
			padding: 0;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}
			#header_in h1 img {
				width: 250px;
				height: auto;
			}
			#header_in h1 p {
				margin: 0 0 0.5em;
				font-size: 10px;
				line-height: 150%;
				text-align: left;
				color: #fff;
			}
		header #header_in nav {
			margin: 0;
			padding: 8px 0 0;
		}
			header #header_in nav ul {
				margin: 0 auto 4px;
				padding: 0;
				list-style: none;
				display: flex;
				justify-content: flex-end;
			}
				header #header_in nav ul li {
					display: inline-block;
					margin: 0;
					padding: 0;
					position: relative;
				}
					header #header_in nav ul li a {
						height: 80px;
						margin: 0;
						padding: 0 10px;
						font-size: 16px;
						line-height: 200%;
						letter-spacing: 0.05em;
						color: #fff !important;
						text-decoration: none !important;
						white-space: nowrap;
						display: flex;
						justify-content: center;
						align-items: center;
						transition: 0.2s linear;
					}
						header #header_in nav ul li a:hover {
							color: #2fff06 !important;
						}
					header #header_in nav ul li a.btn {
						height: 50px;
						margin: 15px 0 0 15px;
						padding: 0 20px;
						font-size: 18px;
						line-height: 200%;
						background: #28aa0e;
						border: 1px solid #28aa0e;
					}
						header #header_in nav ul li a.btn:hover {
							color: #fff !important;
							background: #3dba24;
						}
						header #header_in nav ul li a.btn img {
							width: auto;
							height: 25px;
							margin-right: 5px;
						}

header div.sp_menu,
ul.ul_open_h,
#fadeLayer {
	display: none;
}

/*====================================
共通
=====================================*/
main {
	margin: 0 auto;
	padding: 0;
}
	main.top {
		margin: 0 auto !important;
	}
	main.finish {
		padding: 0;
	}

/* ページコンテンツ */
div.contents_in {
	width: 1200px;
	margin: 60px auto 0;
	padding: 0 20px;
}

h3 {
	display: inline-block;
	margin: 0 auto;
	padding: 0 3px 5px;
	font-size: 28px;
	font-weight: 700;
	border-bottom: 3px solid #28aa0e;
	position: relative;
}
	h3:before,
	h3:after {
		position: absolute;
		content: '';
		display: block;
		width: 28px;
		height: 40px;
		margin: 0;
		padding: 0;
		background: url(../images/icon/tree_ico.png) center / contain no-repeat;
	}
	h3:before {
		top: 25px;
		left: -35px;
	}
	h3:after {
		top: 25px;
		right: -35px;
	}
	h3 span {
		display: block;
		margin: 0 auto;
		padding: 0 0 5px;
		font-size: 18px;
	}
div.cont_txt {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}
	div.cont_txt.wide_s {
		width: 920px;
	}
	div.cont_txt.wide_50 {
		width: 50%;
		margin: 0 !important;
	}
	div.cont_txt p {
		margin: 1em 0 0;
		padding: 0;
	}
		div.cont_txt p strong {
			font-weight: 500;
			background: linear-gradient(transparent 80%, #28aa0e 80%);
		}
		div.cont_txt p:first-of-type {
			margin: 0;
		}
		div.cont_txt h4 + p {
			margin: 1em 0 0 !important;
		}
		div.cont_txt a.txt_link {
			color: #28aa0e;
			font-weight: 700;
		}
		div.cont_txt .img {
			margin: 20px auto 0;
			padding: 0;
			text-align: center;
		}

h4.sub_ttl {
	display: inline-block;
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}
	h4.sub_ttl:before {
		position: absolute;
		content: '';
		display: block;
		width: 21px;
		height: 30px;
		margin: 0;
		padding: 0;
		background: url(../images/icon/tree_ico.png) center / contain no-repeat;
		top: 0px;
		left: -30px;
	}
h4.number_ttl {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
}
	h4.number_ttl span {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0;
		font-size: 24px;
		font-weight: 700;
		color: #28aa0e;
	}
h4.qa_ttl {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 20px;
	font-weight: 700;
	border-left: 5px solid #28aa0e;
}

div.btn_cont {
	margin: 20px 0 0;
	padding: 0;
}
	div.btn_cont.center a {
		margin: 0 auto;
	}
	div.btn_cont p {
		padding: 0;
	}

a.link_btn {
	width: 250px;
	margin: 0;
	padding: 12px;
	color: #fff;
	text-align: center;
	border: 1px solid #28aa0e;
	background: #28aa0e;
	text-decoration: none;
	transition: 0.2s linear;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
	a.link_btn img {
		width: auto;
		height: 25px;
		margin-right: 5px;
	}
	a.link_btn:hover {
		color: #fff;
		border: 1px solid #28aa0e;
		background: #3dba24;
	}

/*====================================
コンテンツ
=====================================*/
#kv {
	height: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #000;
	z-index: 1;
}
@media screen and (max-width:1435px) {
	#kv {
		height: auto;
	}
}
	#kv:before {
		opacity: 0;
		position: absolute;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		margin: auto;
		padding: 0;
		background: url(../images/kv/kv_bg.jpg) center / cover no-repeat;
		top: 0;
		left: 0;
		-webkit-animation: FadeIn 1.0s ease-out 1.0s 1 forwards;
		animation: FadeIn 1.0s ease-out 1.0s 1 forwards;
	}
	#kv div.pattern {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.80);
		top: 0;
		left: 0;
		z-index: 2;
	}
	div.video-wrapper-pc {
		aspect-ratio: 16 / 9;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
 		div.video-wrapper-pc video {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
 			div.video-wrapper-pc video .video-content {
				margin: 0;
				position: absolute;
				top: 43%;
				left: 50%;
				margin-right: -50%;
				transform: translate(-50%, -50%);
				color: #fff;
				text-align: center;
				z-index: -1;
			}
 
			div.video-wrapper-pc video .video-content p {
				max-width: 600px;
				padding: 0 2rem;
			}
	div.video-wrapper-sp {
		display: none;
	}
	#kv ul.slick_box {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		margin: auto;
		padding: 0;
		list-style: none;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
		z-index: 10;
	}
		#kv ul.slick_box li {
			width: 100%;
			margin: 0 auto;
		}
		#kv li h2 {
			width: 1200px;
			margin: 0 auto;
			font-size: 50px;
			line-height: 160%;
			color: #fff;
			font-weight: 700;
			font-style: normal;
		}
			#kv li h2 p {
				opacity: 0;
			}
				#kv li h2 p strong {
					font-weight: 700;
					background: linear-gradient(transparent 70%, #28aa0e 70%);
				}
			#kv li.slick-current h2 p:nth-of-type(1) {
				-webkit-animation: FadeIn 0.2s ease-out 1.2s 1 forwards;
				animation: FadeIn 0.2s ease-out 1.2s 1 forwards;
			}
			#kv li.slick-current h2 p:nth-of-type(2) {
				-webkit-animation: FadeIn 0.2s ease-out 1.3s 1 forwards;
				animation: FadeIn 0.2s ease-out 1.3s 1 forwards;
			}
			#kv li.slick-current h2 p:nth-of-type(3) {
				-webkit-animation: FadeIn 0.2s ease-out 1.4s 1 forwards;
				animation: FadeIn 0.2s ease-out 1.4s 1 forwards;
			}
			#kv li.slick-current h2 p:nth-of-type(4) {
				-webkit-animation: FadeIn 0.2s ease-out 1.5s 1 forwards;
				animation: FadeIn 0.2s ease-out 1.5s 1 forwards;
			}
			#kv li h2 img {
				display: none;
			}
		#kv li.kv01 h2 {
			padding: 300px 50px 0;
			text-align: left;
		}
		#kv li.kv02 h2 {
			padding: 200px 50px 0;
			text-align: right;
		}
		#kv li.kv03 h2 {
			padding: 250px 50px 0;
		}
		#kv .arrow span {
			position: absolute;
			bottom: 45px;
			left: 50%;
			width: 24px;
			height: 24px;
			margin-left: -12px;
			border-left: 1px solid #fff;
			border-bottom: 1px solid #fff;
			-webkit-transform: rotateZ(-45deg);
			transform: rotateZ(-45deg);
			-webkit-animation: sdb 1.5s infinite;
			animation: sdb 1.5s infinite;
			z-index: 11;
		}
		#kv .arrow img {
			display: none;
		}

section.campaign {
	margin: 0 auto;
	padding: 120px 0 0;
}

section.new_sauna {
	margin: 0 auto;
	padding: 120px 0 160px;
	background: #f7f7f7;
}

section.about {
	margin: 0 auto;
	padding: 120px 0 160px;
}
	section.about div.about_cont {
		margin: 70px auto 0;
		padding: 0;
		display: flex;
	}
		section.about div.about_cont div.cont_txt .img {
			position: absolute;
			display: block;
			margin: 0;
			padding: 0;
			top: 0;
			left: 620px;
		}

section.guide {
	margin: 0 auto;
	padding: 120px 0;
	background: #f7f7f7;
}
	section.guide div.guide_cont {
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
		section.guide div.guide_cont:nth-of-type(n+2) {
			margin: 90px auto 0;
		}
		section.guide div.guide_cont:nth-of-type(even) {
			flex-direction: row-reverse;
		}

section.flow {
	margin: 0 auto;
	padding: 120px 0;
}
	section.flow div.flow_cont {
		width: 920px;
		margin: 0 auto;
		padding: 30px 0;
		border-bottom: 1px solid #ddd;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
		section.flow div.flow_cont:first-of-type {
			padding: 0 0 30px;
		}
		section.flow div.flow_cont .cont_txt {
			width: 550px;
		}
		section.flow div.flow_cont .img {
			width: 350px;
			margin: 0;
			padding: 0;
		}
			section.flow div.flow_cont .img img {
				width: 100%;
				height: auto;
			}

section.qa {
	margin: 0 auto;
	padding: 120px 0;
	background: #f7f7f7;
}
	section.qa div.qa_cont {
		width: 920px;
		margin: 0 auto;
		padding: 30px 0;
		border-bottom: 1px solid #ddd;
	}
		section.qa div.qa_cont:first-of-type {
			padding: 0 0 30px;
		}

section.access {
	margin: 0 auto;
	padding: 120px 0;
}
	section.access div.gmap {
		height: 400px;
		margin: 60px auto 0;
		padding: 0;
		position: relative;
	}
		section.access div.gmap iframe {
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			top: 0;
			left: 0;
		}
	section.access div.access_cont {
		width: 620px;
		margin: 0 auto;
		padding: 0;
	}


section.reservation {
	margin: 0 auto;
	padding: 120px 0;
	background: #f7f7f7;
}
	section.reservation div.reservation_cont {
		width: 920px;
		margin: 60px auto 0;
		padding: 10px 0 0;
		border-bottom: 1px solid #ddd;
	}


/*====================================
フッター
=====================================*/
footer {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 20px;
	background: #353535;
	border-top: 5px solid #28aa0e;
}
#footer_in {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	color: #fff;
}
	#footer_in h5 {
		margin: 0 auto;
		padding: 0;
	}
		#footer_in h5 img {
			width: 250px;
			height: auto;
		}
	#footer_in p {
		margin: 20px auto 0;
		padding: 0;
		font-size: 16px;
	}
		#footer_in p a {
			transition: 0.2s linear;
		}

#copy {
	margin: 30px auto 0;
	padding: 0;
	font-size: 14px;
	line-height: 120%;
	color: #eee;
}

#page_top {
	position: fixed;
	display: block;
	width: 50px;
	height: 50px;
	margin: auto;
	padding: 0;
	bottom: 20px;
    right: 15px;
	z-index: 100;
}
	#page_top a {
		width: 50px;
		height: 50px;
		margin: auto;
		padding: 0;
		transition: 0.2s linear;
		background: rgba(255,255,255,0.8);
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		#page_top a:hover {
			background: rgba(255,255,255,1.0);
		}

