@charset "UTF-8";
/*-----------------------TOP*/
.top {
	overflow: hidden;
}
.top .title_area {
	position: relative;
}
.top .title_area .section_title {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #1e73be;
}

@media screen and (max-width: 768px) {
	.top .title_area .section_title {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 480px) {
	.top .title_area .section_title {
		font-size: 2.2rem;
	}
}
.top .section {
	padding: 60px 0;
}
.top .section .section_inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top .section {
		padding: 50px 0;
	}
}

/*---------------TOP　冒頭*/
.section.intro {
	padding: 0 0 60px;
}
.section.intro.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.section.intro.fadeIn.active {
	top: 0;
	opacity: 1;
}
.intro .catch_wrap {
	padding: 6em 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.intro .catch_wrap .catch {
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	color: #1e73be;
}
.intro .catch_wrap figure {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	overflow: hidden;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.intro .catch_wrap figure {
		top: 28%;
	}
}
@media screen and (max-width: 480px) {
	.intro .catch_wrap figure {
		top: 34%;
	}
}

/*---------------TOP　展示場・サウナ*/
.section.exhibition_sauna {
	padding: 0;
	margin-bottom: 140px;
}
.exhibition_sauna .ex_s_box {
	position: relative;
	padding-top: 120px;
	overflow: hidden;
}
.exhibition_sauna .ex_s_box.sauna {
	margin-top: 60px;
}
.exhibition_sauna .ex_s_box.fadeIn {
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.exhibition_sauna .ex_s_box.fadeIn.active {
	top: 0;
	opacity: 1;
}
.exhibition_sauna .ex_s_box.ex figure {
	width: 700px;
	position: absolute;
	left: 0;
	top: 0;
}
.exhibition_sauna .ex_s_box.sauna figure {
	width: 450px;
	position: absolute;
	right: 40px;
	top: 0;
}
.exhibition_sauna .ex_s_box .ex_s_box_inner {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.exhibition_sauna .ex_s_box.sauna .ex_s_box_inner {
	flex-direction: row-reverse;
}
.exhibition_sauna .ex_s_box .ex_s_box_inner .imagebox {
	width: 54%;
	height: 500px;
	position: relative;
}
.exhibition_sauna .ex_s_box .ex_s_box_inner .imagebox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox .catch {
	font-weight: 600;
	line-height: 1.8;
	color: #1e73be;
	margin-bottom: 1.2em;
}
.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox .text {
	margin-bottom: 3em;
}
.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox .marker {
	background: linear-gradient(transparent 10%, #fffaaa 50%);
}
.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox .list_btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox .list_btn li {
	margin-top: 10px;
	margin-right: 10px;
}
.exhibition_sauna .ex_s_box .exhibition_photo_link {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.exhibition_sauna .ex_s_box .exhibition_photo_link li {
	width: 48%;
}
.exhibition_sauna .ex_s_box .exhibition_photo_link li a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.exhibition_sauna .ex_s_box .exhibition_photo_link li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,82,150,0.4);
	position: absolute;
	left: 0;
	top: 0;
}
.exhibition_sauna .ex_s_box .exhibition_photo_link li a img {
	transition: .3s;
}
.exhibition_sauna .ex_s_box .exhibition_photo_link li a:hover img {
	transform: scale(1.1);
}
.exhibition_sauna .ex_s_box .exhibition_photo_link li a .title {
	font-size: 2rem;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	width: 90%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.section.exhibition_sauna {
		padding: 0;
		margin-bottom: 120px;
	}
	.exhibition_sauna .ex_s_box {
		padding-top: 80px;
	}
	.exhibition_sauna .ex_s_box.ex figure {
		width: 600px;
		z-index: 1;
	}
	.exhibition_sauna .ex_s_box.sauna figure {
		width: 350px;
		right: 0;
		z-index: 1;
	}
	.exhibition_sauna .ex_s_box .ex_s_box_inner, .exhibition_sauna .ex_s_box.sauna .ex_s_box_inner {
		padding: 0;
		margin: 0 auto 50px;
		flex-direction: column-reverse;
	}
	.exhibition_sauna .ex_s_box .ex_s_box_inner .imagebox {
		width: 100%;
		height: 0;
		padding-top: 66.7%;
		position: relative;
		margin-bottom: 2em;
	}
	.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox {
		width: 100%;
		padding: 0 20px;
	}
	.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox .text {
		margin-bottom: 2em;
	}
	.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox .list_btn {
		flex-direction: column;
		justify-content: center;
	}
	.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox .list_btn li {
		margin-right: 0;
	}
	.exhibition_sauna .ex_s_box .ex_s_box_inner .textbox .list_btn li .btn_link {
		margin: 0 auto;
	}
	.exhibition_sauna .ex_s_box .exhibition_photo_link {
		padding: 0 20px;
	}
	.exhibition_sauna .ex_s_box .exhibition_photo_link li {
		width: 49%;
	}
	.exhibition_sauna .ex_s_box .exhibition_photo_link li a .title {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.section.exhibition_sauna {
		margin-bottom: 80px;
	}
	.exhibition_sauna .ex_s_box {
		padding-top: 15%;
	}
	.exhibition_sauna .ex_s_box.ex figure {
		width: 100%;
	}
	.exhibition_sauna .ex_s_box.sauna figure {
		width: 66%;
		max-width: 300px;
	}
	.exhibition_sauna .ex_s_box .exhibition_photo_link {
		flex-direction: column;
	}
	.exhibition_sauna .ex_s_box .exhibition_photo_link li {
		width: 100%;
		margin-bottom: 20px;
	}
}

/*---------------TOP　プール施工*/
.section.top_pool {
	position: relative;
	padding: 60px 0 0;
	margin-bottom: 140px;
}
.section.top_pool.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.section.top_pool.fadeIn.active {
	top: 0;
	opacity: 1;
}
.top_pool .bg_text {
	width: 240px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.top_pool .title_area {
	margin-bottom: 3em;
}
.top_pool .title_area .section_title {
	text-align: center;
}
.top_pool .pool_item_wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_pool .pool_item_wrap .pool_item {
	width: 32%;
	position: relative;
	overflow: hidden;
}
.top_pool .pool_item_wrap .pool_item a {
	display: block;
}
.top_pool .pool_item_wrap .pool_item img {
	transition: .3s;
}
.top_pool .pool_item_wrap .pool_item:hover img {
	transform: scale(1.1);
}
.top_pool .pool_item_wrap .pool_item .title {
	width: 100%;
	font-size: 2.2rem;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 0 10px rgba(30, 115, 190, 0.7);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.section.top_pool {
		margin-bottom: 100px;
	}
	.top_pool .bg_text {
		width: 200px;
	}
	.top_pool .pool_item_wrap {
		padding: 0;
		flex-direction: column;
	}
	.top_pool .pool_item_wrap .pool_item {
		width: 100%;
		height: 0;
		padding-top: 56.25%;
		margin-bottom: 2px;
	}
	.top_pool .pool_item_wrap .pool_item img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		object-fit: cover;
	}
	.top_pool .pool_item_wrap .pool_item .title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	.top_pool .bg_text {
		width: 160px;
		top: 20px;
	}
	.top_pool .pool_item_wrap .pool_item .title {
		font-size: 1.6rem;
	}
}

/*---------------TOP　取扱い施工*/
.section.construct_item {
	position: relative;
	padding: 60px 0;
	overflow: hidden;
}
.section.construct_item.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.section.construct_item.fadeIn.active {
	top: 0;
	opacity: 1;
}
.construct_item .bg_text {
	width: 1400px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.construct_item .title_area {
	margin-bottom: 3em;
}
.construct_item .title_area .section_title {
	text-align: center;
}
.construct_item .slick-list {
	overflow: visible;
	margin-bottom: 10px;
}
.construct_item .slide-arrow {
	filter: none;
	width: 20px;
	height: auto;
	position: absolute;
	bottom: -10px;
	cursor: pointer;
}
.construct_item .slide-arrow.prev-arrow {
	left: 60px;
}
.construct_item .slide-arrow.next-arrow {
	right: 60px;
}
.construct_item ul.list_construct_item .slick-slide {
	margin: 0 10px 10px;
}
.construct_item ul.list_construct_item .slick-slide a {
	display: block;
	position: relative;
	transition: .5s;
}
.construct_item ul.list_construct_item .slick-slide a:hover {
	opacity: .7;
}
.construct_item ul.list_construct_item .slick-slide a figure::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
}
.construct_item ul.list_construct_item .slick-slide a .title {
	width: 100%;
	font-size: 1.8rem;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.section.construct_item {
		padding: 70px 0;
	}
	.construct_item .bg_text {
		width: 520px;
		top: 0;
	}
	.construct_item .slide-arrow.prev-arrow {
		left: 20px;
	}
	.construct_item .slide-arrow.next-arrow {
		right: 20px;
	}
	.construct_item ul.list_construct_item .slick-slide a .title {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.section.construct_item {
		padding: 40px 0;
		margin-bottom: 60px;
	}	
	.construct_item .bg_text {
		width: 360px;
		top: 0;
	}
	.construct_item ul.list_construct_item .slick-slide a .title  {
		font-size: 1.5rem;
	}
}

/*---------------TOP最新情報*/
.top .top_news {
	padding: 120px 0 0;
	margin-bottom: 120px;
	position: relative;
	overflow: hidden;
}
.top .top_news.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.top .top_news.fadeIn.active {
	top: 0;
	opacity: 1;
}
.top .top_news .bg_text {
	width: 600px;
	position: absolute;
	top: 60px;
	left: 0;
}
.top .top_news .top_news_inner {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}
.top .top_news .top_news_inner .flex_box {
	display: flex;
	flex-wrap: wrap;
}
.top .top_news .top_news_inner .flex_box .leftbox {
	width: 200px;
}
.top .top_news .top_news_inner .flex_box .contents_area {
	flex: 1;
	padding-left: 4em;
}
.top .top_news .top_news_inner .flex_box .contents_area .news {
	max-height: 250px;
	overflow-y: scroll;
	margin: 0 auto 30px;
	position: relative;
}
.top .top_news .top_news_inner .flex_box .contents_area .news .news_item {
	border-bottom: 1px solid #dddddd;
}
.top .top_news .top_news_inner .flex_box .contents_area .news .news_item a {
	display: flex;
	align-items: center;
	padding: 1.5em 0;
	position: relative;
}
.top .top_news .top_news_inner .flex_box .contents_area .news .news_item .news_date {
	min-width: 120px;
}
.top .top_news .top_news_inner .flex_box .contents_area .news .news_item .news_title {
	padding-right: 60px;
	color: #565656;
	line-height: 1.8;
	transition: .3s;
}
.top .top_news .top_news_inner .flex_box .contents_area .news .news_item .arrow_icon {
	width: 10px;
	height: 10px;
	border-right: 1px solid #1e73be;
	border-bottom: 1px solid #1e73be;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
	margin: auto;
}
.top .top_news .top_news_inner .flex_box .contents_area .news .news_item a:hover .news_title {
	color: #1e73be;
}
.top .top_news .top_news_inner .flex_box .contents_area .btn_link {
	margin-top: 3em;
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	.top .top_news {
		padding: 100px 0 0;
		margin-bottom: 100px;
	}
	.top .top_news .top_news_inner {
	padding: 0 20px;
}
	.top .top_news .bg_text {
	width: 480px;
		top: 40px;
}
	.top .top_news .top_news_inner .flex_box {
		flex-direction: column;
	}
	.top .top_news .top_news_inner .flex_box .leftbox {
		width: 100%;
	}
	.top .top_news .top_news_inner .flex_box .contents_area {
		width: 100%;
		padding-left: 0;
		margin-top: 1em;
	}
	.top .top_news .top_news_inner .flex_box .contents_area .news {
		max-height: 250px;
		margin: 0 auto;
	}
	.top .top_news .top_news_inner .flex_box .contents_area .btn_link {
		margin: 2em auto 0;
	}
}
@media screen and (max-width: 480px) {
	.top .top_news {
		padding: 40px 0;
		margin-bottom: 60px;
	}
	.top .top_news .bg_text {
	width: 360px;
		top: 0;
}
	.top .top_news .top_news_inner .flex_box .contents_area .news .news_item a {
		display: block;
	}
	.top .top_news .top_news_inner .flex_box .contents_area .news .news_item .news_date {
		min-width: 100%;
	}
	.top .top_news .top_news_inner .flex_box .contents_area .news .news_item .news_title {
		padding-right: 40px;
		margin-top: 0.6em;
	}
}

/*---------------TOP　ご挨拶*/
.message {
	position: relative;
}
.message.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.message.fadeIn.active {
	top: 0;
	opacity: 1;
}
.message .bg_text {
	width: 410px;
	position: absolute;
	top: 0;
	right: 40px;
}
.message .message_inner {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}
.message .message_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.message .message_box .imagebox {
	width: 50%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.message .message_box .imagebox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}
.message .message_box .textbox {
	width: 45%;
}
.message .message_box .textbox .title_area {
	margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
	.section.message {
		margin-bottom: 60px;
	}
	.message .bg_text {
		width: 360px;
		right: 0;
	}
	.message .message_inner {
		padding: 0;
	}
	.message .message_box {
		flex-direction: column-reverse;
	}
	.message .message_box .imagebox {
		width: 100%;
		height: 0;
		padding-top: 70%;
	}
	.message .message_box .imagebox img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		object-fit: cover;
	}
	.message .message_box .textbox {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 480px) {
	.section.message {
		margin-bottom: 40px;
	}
	.message .bg_text {
		width: 300px;
		right: 0;
	}
}

/*---------------TOP　外構工事*/
.exterior {
	position: relative;
}
.exterior .bg_text {
	width: 100px;
	position: absolute;
	top: 90px;
	left: 0;
	opacity: 0;
	transition: 2s;
}
.exterior .bg_text.fadeIn.active{
	top: 60px;
	opacity: 1;
}
.exterior .exterior_inner {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}
.exterior .exterior_inner .container {
	display: flex;
	flex-wrap: wrap;
}
.exterior .exterior_inner .container .title_area {
	width: 260px;
}
.exterior .exterior_inner .container .title_area.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.exterior .exterior_inner .container .title_area.fadeIn.active {
	top: 0;
	opacity: 1;
}
.exterior .exterior_inner .container .detail {
	width: calc(100% - 260px);
	padding-left: 50px;
}
.exterior .exterior_inner .container .e_box {
	margin-bottom: 50px;
}
.exterior .exterior_inner .container .e_box.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.exterior .exterior_inner .container .e_box.fadeIn.active {
	top: 0;
	opacity: 1;
}
.exterior .exterior_inner .container .e_box .imagebox {
	width: 100%;
	padding-top: 40%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.exterior .exterior_inner .container .e_box .imagebox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}
.exterior .exterior_inner .container .e_box .textbox {
	display: flex;
}
.exterior .exterior_inner .container .e_box .textbox .e_title {
	width: 25%;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.6;
	color: #1e73be;
}
.exterior .exterior_inner .container .e_box .textbox .text {
	width: 75%;
	padding-left: 50px;
}
@media screen and (max-width: 768px) {
	.exterior .exterior_inner {
		padding: 0 20px;
	}
	.exterior .bg_text {
		width: 100%;
		max-width: 520px;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.exterior .bg_text.fadeIn.active {
		top: 0;
	}
	.exterior .exterior_inner .container {
		flex-direction: column;
	}
	.exterior .exterior_inner .container .title_area {
		width: 100%;
		margin-bottom: 2em;
	}
	.exterior .exterior_inner .container .detail {
		width: 100%;
		padding-left: 0;
	}
	.exterior .exterior_inner .container .e_box .imagebox {
		padding-top: 66.7%;
	}
	.exterior .exterior_inner .container .e_box .textbox {
		flex-direction: column;
	}
	.exterior .exterior_inner .container .e_box .textbox .e_title {
		width: 100%;
		font-size: 2rem;
		margin-bottom: 1em;
	}
	.exterior .exterior_inner .container .e_box .textbox .text {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
}
@media screen and (max-width: 480px) {
	.exterior .exterior_inner .container .e_box .imagebox {
		/*height: 0;
		padding-top: 56.25%;*/
		margin-bottom: 1.5em;
	}
	.exterior .exterior_inner .container .e_box .imagebox img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		object-fit: cover;
	}
	.exterior .exterior_inner .container .e_box .textbox {
		flex-direction: column;
	}
	.exterior .exterior_inner .container .e_box .textbox .e_title {
		width: 100%;
		font-size: 1.8rem;
	}
	.exterior .exterior_inner .container .e_box .textbox .text {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
}


/*---------------TOP　バナー*/
.banner {
	position: relative;
}
.banner.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.banner.fadeIn.active {
	top: 0;
	opacity: 1;
}
.banner .banner_inner {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}
.banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.banner ul li {
	margin: 0 20px 40px;
	width: 160px;
}
.banner ul li a {
	display: block;
	box-shadow: 0 7px 10px rgba(30, 115, 190, 0.2);
	transition: .3s;
}
.banner ul li a:hover {
	box-shadow: 0 7px 10px rgba(30, 115, 190, 0);
	opacity: .7;
}
@media screen and (max-width: 480px) {
	.banner .banner_inner {
		padding: 0 20px;
	}
	.banner ul {
		justify-content: space-between;
	}
	.banner ul li {
		margin: 0 0 20px;
		width: 48%
	}
}
















