@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [CONTENTS]
/* [FEATURES]
/* [EXAMPLE]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [CONTENTS]
--------------------------------------------------------------------------*/
a:hover {
	opacity: 1;
}
a[href^="tel:"] {
	pointer-events: inherit;
}
.ttl-wrap {
	margin-bottom: 60px;
	text-align: center;
}
.ttl-wrap .ttl {
	font-size: 13px;
	line-height: 140%;
}
.concept {
	background: -moz-linear-gradient(0deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	background: -webkit-linear-gradient(0deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	background: linear-gradient(0deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	background: -ms-linear-gradient(0deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
}
.flx-about-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	height: auto;
	justify-content: space-between;
}
.flx-about-wrap .txt-box {
	width: 100%;
	background: #fff;
	line-height: 180%;
	margin-bottom: 60px;
}
.flx-about-wrap .img-box {
	width: 100%;
	position: relative;
	padding: 140px 0 0;
}
.flx-about-wrap .ttl-wrap .eng {
	font-size: 48px;
}
.flx-about-wrap h2 {
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 60px;
	font-weight: normal;
	text-align: center;
}
.flx-about-wrap img {
	width: 100%;
	height: auto;
}
.flx-about-wrap .img-box .img-txt {
	position: absolute;
	width: 79%;
	height: auto;
	top: 0;
	right: 0;
	z-index: 1;
}
/* テキスト画像スライド */
@keyframes infinity-scroll-left {
  from {
	transform: translateX(0);
  }
  to {
	transform: translateX(-100%);
  }
}
.slide-img_wrap {
	display: flex;
	overflow: hidden;
	padding: 60px 0 20px;
}
.slide-img_list {
	display: flex;
	list-style: none;
}
.slide-img_list-left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}
.slide-img_list-right{
animation :infinity-scroll-right 95s infinite linear 0.5s both;
}
.slide-img_item {
	width: calc(100vw / 1);
}
.slide-img_item > img{
	width: 100%;
	height: auto;
}
/* テキスト画像スライド end */
/* [FEATURES]
--------------------------------------------------------------------------*/
#sauna-features .pkg {
	padding: 40px 30px 100px;
}
#features .ttl-wrap-other {
	margin-bottom: 105px;
}
.ttl-wrap-other {
	text-align: center;
	position: relative;
	margin-bottom: 85px;
}
.ttl-wrap-other .eng {
	margin-bottom: 10px;
}
.ttl-wrap-other .ttl {
	font-weight: normal;
	font-size: 13px;
}
.ttl-wrap-other:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #1D1D1D;
	width: 40px;
	padding-bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.features-txt {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	line-height: 210%;
	margin-bottom: 40px;
}
.features-txt p {
	margin-bottom: 40px;
}
.features-txt p:last-child {
	margin-bottom: 0;
}
.features-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	max-width: 390px;
	height: auto;
	margin: 0 auto;
}
.features-img .left {
	width: 46%;
	padding-top: 60px;
}
.features-img .right {
	width: 50%;
}
.features-img img {
	width: 100%;
	height: auto;
}

/* [EXAMPLE]
--------------------------------------------------------------------------*/
#sauna-example {
	background: #F8F7F5;
}
.jirei-wrap {
	width: 100%;
	max-width: 840px;
	margin: 0 auto
}
.jirei-01 {
	margin-bottom: 80px;
}
.jirei-wrap h3 {
	font-weight: normal;
	font-size: 22px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 40px;
}
/* 事例スライド */
.jirei-slide {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 40px;
}
.jirei-slide-li li img {
	width: 100%;
	height: auto;
}
.jirei-conts .swiper-button-prev,
.jirei-conts .swiper-rtl .swiper-button-next {
	left: 0px;
	top: 50%;
}
.jirei-conts .swiper-button-next,
.jirei-conts .swiper-rtl .swiper-button-prev {
	right: 0px;
	top: 50%;
}
.swiper-button-next,
.swiper-button-prev {
	width: 50px!important;
	height: 50px!important;
}
.swiper-button-prev img,
.swiper-rtl .swiper-button-next img {
	width: 100%;
	height: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: none!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: none!important;
}
/* 事例スライド end */
.user-comment {
	width: 100%;
	background: #fff;
	padding: 40px 30px;
	margin-bottom: 10px;
}
.user-comment .area {
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 100%;
}
.user-comment h4 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: normal;
	text-align: center;
	line-height: 120%;
}
.user-comment .dsp {
	line-height: 180%;
	font-size: 14px;
}
.jirei-details {
	width: 100%;
	background: #fff;
	padding: 40px 30px;
}
.ttl-wrap-border {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.ttl-wrap-border:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #1D1D1D;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ttl-wrap-border h4 {
	font-size: 16px;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 20px;
	margin-bottom: 0;
	font-weight: normal;
}
.point-wrap {
	margin-bottom: 40px;
}
.point-wrap .dsp {
	line-height: 180%;
	font-size: 14px;
}
.date-flx-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.date-flx-wrap .construction-date,
.date-flx-wrap .material-date {
	width: 100%;
}
.date-flx-wrap .construction-date {
	margin-bottom: 40px;
}
.date-li {
	width: 100%;
}
.date-li li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 10px;
}
.date-li li:last-child {
	margin-bottom: 0;
}
.date-li li .ttl {
	width: 40%;
	padding-right: 10px;
	box-sizing: border-box;
}
.date-li li .txt {
	width: 60%;
}
.btn-wrap {
	margin-top: 60px;
}
.cv-btn {
	display: block;
	width: 100%;
	height: 60px;
	margin: 0 auto 40px;
	background: #1D1D1D;
	color: #fff;
	font-weight: normal;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
}
.link-txt {
	width: 234px;
	margin: 0 auto;
}
.link-txt a {
	display: block;
	position: relative;
	font-weight: bold;
	padding-left: 25px;
	text-decoration: underline;
}
.link-txt a:before {
	content: "";
	background: url(../images/layouts/mail-icon.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 16px;
	top: 3px;
	left: 0;
	vertical-align: middle;
}
/* [POINT]
--------------------------------------------------------------------------*/
.merit-wrap {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.merit-wrap.merit-01,
.merit-wrap.merit-02 {
	margin: 0 auto 40px;
}
.merit-wrap h3 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
	font-weight: normal;
}
.merit-li {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.merit-li li {
	width: 48%;
	text-align: center;
	margin-bottom: 20px;
}
.merit-li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
/* [POINT]
--------------------------------------------------------------------------*/
.flow-bg {
	background: #F8F7F5;
}
.flow-li {
	width: 100%;
	height: auto;
	max-width: 680px;
	margin: 0 auto;
}
.flow-li li {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 45px 30px 30px;
	margin-bottom: 45px;
}
.flow-li li .num {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #561C20;
	border-radius: 25px;
}
.flow-li li .num .eng {
	display: block;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 50px;
}
.flow-li li h4 {
	text-align: center;
	font-size: 20px;
	line-height: 140%;
}
.flow-li li .dsp {
	margin-top: 18px;
	line-height: 140%;
}
.flow-li li:last-child {
	margin-bottom: 0;
}
