@charset "utf-8";

/* loading_rotate
-----------------------------------------------------------------------------*/
.loading_rotate {
	position: fixed;
	top: 48%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	background: url("../images/loading_rotate.png") no-repeat;
	background-size: contain;
	
	-ms-transform: translateZ(0);
	animation: load8 1.5s infinite linear;
	}
@keyframes load8 {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}

/* contentImg_wrap
-----------------------------------------------------------------------------*/
#contentImg_wrap {
	position: relative;
	}
	#mainImg {
		background-image: url("/images/mainImg/mainImg-privacy.jpg");
		}
	#sauna #mainImg {
		background-image: url("/images/mainImg/mainImg-sauna.jpg");}
	#spa #mainImg {
		background-image: url("/images/mainImg/mainImg-spa.jpg");}
	#outdoor_sauna #mainImg {
		background-image: url("/images/mainImg/mainImg-outdoor_sauna.jpg");}
	#pool #mainImg {
		background-image: url("/images/mainImg/mainImg-pool.jpg");}
	#air #mainImg {
		background-image: url("/images/mainImg/mainImg-air.jpg");}
	#aroma #mainImg {
		background-image: url("/images/mainImg/mainImg-aroma.jpg");}
	#case #mainImg {
		background-image: url("/images/mainImg/mainImg-case.jpg");}
	#company #mainImg {
		background-image: url("/images/mainImg/mainImg-company.jpg");}
	#catalog #mainImg {
		background-image: url("/images/mainImg/mainImg-catalog.jpg");}
	#contact #mainImg {
		background-image: url("/images/mainImg/mainImg-contact.jpg");}
	#privacy #mainImg {
		background-image: url("/images/mainImg/mainImg-privacy.jpg");}
	#fragrance #mainImg {
		background-image: url("/images/mainImg/mainImg-fragrance.jpg");}
	#radonpit #mainImg {
		background-image: url("/images/mainImg/mainImg-radonpit.jpg");}
	#column #mainImg {
		background-image: url("/images/mainImg/mainImg-column.jpg");}
	#bade_pool #mainImg {
		background-image: url("/images/mainImg/mainImg-bade.jpg");}
	#barrel_sauna #mainImg {
		background-image: url("/images/mainImg/mainImg-barrel_sauna.jpg");}
	#spa_lounger #mainImg {
		background-image: url("/images/mainImg/mainImg-spa_lounger.jpg");}
		
@media screen and (max-width: 767px) {
#contentImg_wrap {
	margin-bottom: 20px;
	}
		#case #contentImg_wrap {margin-bottom: 40px;}
	#mainImg {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}
	#contentImg_wrap .inner {
	z-index: 2;
	}
	
	.contentImg_ttl {
	position: relative;
	text-align: left;
	font-size: 29px;
	line-height: 1;
	padding: 0.5em 0 0 0.4em;
	}
		.contentImg_ttl .en {
		font-weight: 700;
		letter-spacing: 0.1em;
		text-shadow: 0 0 15px rgb(255 255 255 / 0.3);
		}
		.contentImg_ttl .jp {
		font-size: 47%;
		letter-spacing: 0.1em;
		}
	.contentImg_ttl::before {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	background-color: #079292;
	left: 0;
	bottom: 0;
	top: -1.2em;
	}
	#spa .contentImg_ttl::before { background-color: #1190BF;}
	#air .contentImg_ttl::before { background-color: #8CBABA;}
	#aroma .contentImg_ttl::before { background-color: #5360AA;}
	#pool .contentImg_ttl::before { background-color: #0288D1;}
	#case .contentImg_ttl::before { background-color:#0A3E8A; }
	#contact .contentImg_ttl::before { background-color:#404040; }
	#radonpit .contentImg_ttl::before,
	#barrel_sauna .contentImg_ttl::before { background-color:#c69c6d; }
	#outdoor_sauna .contentImg_ttl::before{ background-color:#c69c6d; }

	.contentImg_ttl::before {
	transition: 1.3s ease-in-out;
	transform: scaleY(0);
	transform-origin: top;
	opacity: 0;
	}
	.onload .contentImg_ttl::before {
	transform: scaleY(1);
	opacity: 1;
	}
}

@media screen and (min-width: 768px) {
#contentImg_wrap {
	height: 37vh;
	max-height: 270px;
	margin-bottom: 30px;
	}
		#case #contentImg_wrap {margin-bottom: 90px;}
	contentImg {
	margin: 0 auto;
	max-width: 1760px;
	height: 100%;
	z-index: 2;
	}
	#mainImg {
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	z-index: 1;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 1600px;
	}

	#contentImg_wrap .inner {
	height: 100%;
	z-index: 2;
	}
	.contentImg_ttl {
	display: block;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 15%;
	font-size: 58px;
	line-height: 1;
	}
		.contentImg_ttl .en {
		font-weight: 700;
		letter-spacing: 0.1em;
		text-shadow: 0 0 15px rgb(255 255 255 / 0.3);
		}
		.contentImg_ttl .jp {
		font-size: 47%;
		letter-spacing: 0.1em;
		}
}
@media screen and (min-width: 1600px) {
	.contentImg_ttl {
	font-size: 65px;
	}
}

	.contentImg_ttl .en,
	.contentImg_ttl .jp {
		overflow: hidden;
		display: block;
		}
		.contentImg_ttl .en span,
		.contentImg_ttl .jp span {
		display: inline-block;
		transition: 0.6s ease-in-out;
		transition-delay: 1.0s;
		transform: translateY(100%);
		opacity: 0;
		}
		.contentImg_ttl .jp span {
		transition-delay: 1.3s;
		}
		.onload .contentImg_ttl .en span,
		.onload .contentImg_ttl .jp span {
		transform: translateY(0);
		opacity: 1;
		}

/* productList
-----------------------------------------------------------------------------*/
#content.content_list {
	padding-inline: 15px;
	margin-bottom: 0;
	}
	.productList_wrap {
	}	
	.productList_wrap h2 {
	text-align: center;
	font-size: 147%;
	padding: 0 0 0.3em;
	margin: 0 auto 1em;
	border-bottom: 1px solid #333;
	}
.productList li {
	background-color: #fff;
	line-height: 1.5;
	}
	.productList li a {
	display: block;
	height: 100%;
	text-decoration: none;
	}
	.productList li h3 {
	text-align: center;
	color:#079292 ;
	font-size: 125%;
	font-weight: 600;
	margin: 0 0 0.5em;
	line-height: 1.2;
	}
	.productList li h3 span {
		display: inline-block;
		margin: 0 -0.3em 0 -0.3em;
		font-size: 80%;
		}
		#outdoor_sauna .productList li h3 { color: #6e493d;}
		#spa .productList li h3 { color: #1190BF;}
	.productList li p {
	color: #000;
	font-size: 14px;
	}
	.productList_txt {
	padding: 1em 0.5em 1.5em;
	}
	.productList_thumb {
	position: relative;
	}
		.productList_thumb img { width: 100%;}
@media screen and (min-width: 768px) {
	.productList li p {
	text-align: center !important;
	}
}
@media screen and (max-width: 767px) {
	#content.content_list {
	padding-bottom: 10px;
	}
	.productList_wrap h2 {
	font-size: 17px;
	}
	.productList {
	margin: 0 auto;
	width: 85%;
	max-width: 300px;
	}
	.productList li {
	margin-bottom: 25px;
	}
	.productList_txt {
	padding: 0.8em 0.8em 0.8em 0.8em;
	}
	.productList li h3 {
	font-size: 16px;
	}
	.productList li p {
	font-size: 12.5px;
	}
	
}

@media screen and (min-width: 768px) {
	#content.content_list {
	padding-bottom: 70px;
	}
	.productList_wrap {
	margin-bottom: 30px;
	}
	.productList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
	}
	.productList li {
	position: relative;
	width: 31.5%;
	margin: 5px 0 35px;
	}
	.productList::after {
	content: '';
	display: block;
	width: 30%;
	height: 0;
	}
	.productList li a {
	transition: 0.3s ease-in-out;
	}
		.productList li a:hover h3 {
		}
		.productList_thumb {
		overflow: hidden;
		}
		.productList li a:hover img {
		transform: scale(1.05);
		opacity: 0.85;
		}
	
}

/* aqua_original
-----------------------------------------------------------------------------*/
.productList .aqua_original {
	position: relative;
	}
	.productList .aqua_original::after {
	content: 'AQUAオリジナル';
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color:  #404040;
	color: #fff;
	padding: 0 0.8em;
	}
@media screen and (max-width: 767px) {
	.productList .aqua_original::after {
	font-size: 10px;
	line-height: 20px;
	}
}
@media screen and (min-width: 768px) {
	.productList .aqua_original::after {
	font-size: 13px;
	line-height: 21px;
	}
}

/* flex
-----------------------------------------------------------------------------*/
.flex_2_wrap {}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
.flex_2_wrap {
	display: flex;
	justify-content: space-between;
	}
	.flex_2_wrap .item_L {
	width: 54%;
	margin-inline: 0;
	}
	.flex_2_wrap .item_S {
	width: 41%;
	margin-inline: 0;
	}
	.flex_2_wrap .item {
	width: 48%;
	margin-inline: 0;
	}
}


/* area_img & area_txt
-----------------------------------------------------------------------------*/
.area_img {
	text-align: center;
	}
.area_txt {
	text-align: left;
	}
	.area_txt p,
	.area_txt ul,
	.content_sub p,
	.mb {
	margin-bottom: 1.5em;
	}
	.area_img img+img {
	margin-top: 30px;
	}
@media screen and (max-width: 767px) {
	.area_img {
	margin-bottom: 30px;
	}
	.area_img img {
	max-height: 340px;
	}
}
@media screen and (min-width: 768px) {
	.area_img img { 
	max-height: 600px;
	}
}
/* figure
-----------------------------------------------------------------------------*/
figure {
	text-align: center;
	display: block;
	margin: 0 auto;
	}
	figcaption {
	font-size: 92%;
	line-height: 1.4;
	color: #333;
	margin-top: 0.5em;
	}
@media screen and (max-width: 767px) {
	.max350 {
	max-width: 350px;
	width: 100%;
	}
}
@media screen and (min-width: 768px) {

}

/* spec
-----------------------------------------------------------------------------*/
dl.spec {
	display: flex;
	margin: 1.2em 0;
	line-height: 35px;
	}
	dl.spec dt, dl.spec dd {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 0 1.5em;
	}
	dl.spec dt {
	font-size: 95%;
	white-space: nowrap;
	background-color: #ccc;
	}
	dl.spec dd {
	padding-right: 2.5em;
	flex: 1;
	}
@media screen and (max-width: 767px) {
	dl.spec dt, dl.spec dd {
	padding: 0 1em;
	}
	dl.spec dd {
	padding-right: 1.5em;
	}
}
/* icon_aqua_original
-----------------------------------------------------------------------------*/
.icon_aqua_original {
	display: inline-block;
	color: #fff;
	background-color: #262626;
	background-color: #404040;
	border-radius: 5px;
	font-size: 85%;
	padding: 7px 2em;
	margin: 0 1em 1em 0;
	}
.icon_dry {
	display: inline-block;
	color: #fff;
	background-color: #775028;
	border-radius: 5px;
	font-size: 85%;
	padding: 7px 2em;
	margin: 0 1em 1em 0;
	}
.icon_wet {
	display: inline-block;
	color: #fff;
	background-color: #3e88ba;
	border-radius: 5px;
	font-size: 85%;
	padding: 7px 2em;
	margin: 0 1em 1em 0;
	}

/* tbl_point & zu
-----------------------------------------------------------------------------*/
.point_zu_wrap {
	display: flex;
	}
.tbl_point {
	}
	.tbl_point th, .tbl_point td {
 	padding: 5px 2px;
	border-bottom: 1px solid #333;
	vertical-align: middle;
	}
	.tbl_point th {width: 7.5em; text-align: center;}
	.tbl_point th.point_ttl {
	color: #fff;
	border-bottom: none !important;
	text-align: center;
	padding: 2px;
	background-color: #079292;
	font-size: 110%;
	}
	.point_star {
	font-size: 120%;
	color: #079292;
	}
	.tbl_point.point_dry .point_ttl {background-color: #775028;}
	.point_dry .point_star {color: #775028;}
	.tbl_point.point_wet .point_ttl {background-color: #3e88ba;}
	.point_wet .point_star { color:  #3e88ba;}
	
@media screen and (max-width: 767px) {
	.tbl_point {
		font-size: 11px;
		width: 50%;
		margin-right: 5%;
	}
	.tbl_point th, .tbl_point td {
	}
	.zu {
	text-align: center;
	width: 45%;
	}
	.zu img {
	max-height: 130px;
	}
}
@media screen and (min-width: 768px) {
	.tbl_point {
		width: 50%;
		margin-right: 5%;
		font-size: 13px;
	}
	.zu {
	text-align: center;
	width: 45%;
	}
	.zu img {
	max-height: 170px;
	}
}
/* content_sub
-----------------------------------------------------------------------------*/
.content_sub {
	}
@media screen and (max-width: 767px) {
.content_sub {
	margin-top: 50px;
	}
}
@media screen and (min-width: 768px) {
	.content_sub {
	margin-top: 90px;
	}
}

/* aside_nav
-----------------------------------------------------------------------------*/
#aside_nav {
	text-align: left;
	}
	#aside_nav h3 {
	}
	.aside_nav_list {
	display: flex;
	flex-wrap: wrap;
	font-size: 95%;
	line-height: 1.5;
	}
	.aside_nav_list li a {
	display: block;
	text-decoration: none;
	height: 100%;
	}
@media screen and (max-width: 767px) {
#aside_nav {
	margin: 80px auto -20px;
	padding: 30px 0 15px;
	}
	#aside_nav h3 {
	text-align: center;
	font-size: 110%;
	margin: 0 auto 0.8em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #222;
	color: #000 !important;
	}
	.aside_nav_list {
	font-size: 12px;
	margin-bottom: 20px;
/*	font-weight: 600;*/
	}
	.aside_nav_list li {
	width: 50%;
	padding: 5px 5px 8px;
	}
		.aside_nav_list li a {color: #000;}
	.aside_nav_thumb {
	margin-bottom: 3px;
	}
}

@media screen and (min-width: 768px) {
#aside_nav {
	margin: 120px auto -40px;
	padding: 40px 0 30px;
	}
	#aside_nav h3 {
	line-height: 1.2;
	font-size: 110%;
	padding-left: 0.5em;
	margin: 0 auto 0.8em;
	border-left: 3px solid #079292;
	color: #079292;
	}
		#outdoor_sauna #aside_nav h3,
		#barrel_sauna #aside_nav h3 {
		border-left: 3px solid #6e493d;
		color: #6e493d;
		}
		#spa #aside_nav h3 {
		border-left: 3px solid #1190BF;
		color: #1190BF;
		}
	.aside_nav_thumb {
	height: 110px;
	overflow: hidden;
	}
	.aside_nav_list {
	margin-bottom: 20px;
	}
	.aside_nav_list li {
	width: 25%;
	padding: 0 10px 10px 0;
	}
	.aside_nav_list li a {
	background-color: #fff;
	color: #222;
	}
	.aside_nav_txt {padding: 9px 10px;}
	.aside_nav_list li a:hover {
		background-color:#fff ;
		color: #079292;
		text-decoration: underline;
		}
			#outdoor_sauna .aside_nav_list li a:hover,
			#barrel_sauna .aside_nav_list li a:hover {
			color: #6e493d;
			}
			#spa .aside_nav_list li a:hover {
			color: #1190BF;
			}
		.aside_nav_list li a:hover img {
		opacity: 0.8;
		}
}

/* SAUNA
-----------------------------------------------------------------------------*/
.dl_base{}
	.dl_base dt {
	font-weight: bold;
	font-size: 110%;
	}
	.dl_base dt::before {
	content: '';
	display: block;
	width: 2.2em;
	height: 1px;
	background-color: #666;
	margin: 1.5em 0 1em;
	}
	.dl_base dd {
	font-size: 90%;
	margin-bottom: 1em;
	}
/*camylle*/
table.chart {
	width: 100%;
	font-size: 90%;
	line-height: 1.25;
	margin-bottom:40px;
	}
	table.chart th, table.chart td {
	border: 2px #fff solid;
	text-align: center;
	padding: 5px 0.5em;
	}
	table.chart th {
	background-color: #CCCCCC;
	}
	table.chart td {
	background-color: #eaeaea;
	color: #73A050;
	font-size: 85%;
	vertical-align: middle;
	}
@media screen and (max-width: 767px) {
	table.chart {
	font-size: 11px;
	}
	table.chart th, table.chart td {
	padding: 6px 3px;
	}
	table.chart th span {
	display: inline-block;
	width: 1em;
	line-height: 1.1;
	}
}
@media screen and (min-width: 768px) {
	table.chart td {
	width: 12%;
	}
}
.kaori_var {
	background-color: #F6F0E9;
	padding: 1em 1.5em;
	margin: 1.5em 0;
	border-radius: 10px;
	}
	.kaori_var ul {margin: 0.5em 0 0;}
	.kaori_var li {
	display: inline-block;
	margin: 0 1.5em 0 0;
	}
.fragrance_list {}
	.fragrance_img {
	margin: 0 auto;
	}
	.fragrance_txt .ttl {
	color: #73A050;
	font-size: 125%;
	font-weight: 600;
	margin-right: 0.5em;
	}
@media screen and (max-width: 767px) {
	.camylle_visual { max-width: 350px;}
	.fragrance_list li {
	display: flex;
	margin-bottom: 20px;
	}
	.fragrance_img {
	width: 100px;
	}
	.fragrance_txt {
	padding-left: 0.5em;
	flex: 1;
	}
}
@media screen and (min-width: 768px) {
.fragrance_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.fragrance_list li {
	width: 30%;
	margin: 15px 0;
	}
	.fragrance_img {
	width: 200px;
	}
}

.electric_heated_wet_sauna {
	background-color: #f2f2f2;
	padding: 15px 25px;
	margin: 40px auto;
	align-items: center;
	}
	.electric_heated_wet_sauna figure img {
	width: 150px;
	margin: 0;
	}
	.electric_heated_wet_sauna p {
	flex: 1;
	}

.auto_loyly {
	background-color: #f2f2f2;
	padding: 15px 25px 20px;
	margin: 40px auto;
	position: relative;
	}
	.auto_loyly h2 {
	font-size: 115%;
	font-weight: bold;
	}
	.auto_loyly .icon_aqua_original {
	font-size: 80%;
	padding: 5px 1em;
	margin: 0 0 0.5em;
/*	position: absolute;
	right: 20px;
	top: 15px;*/
	}
	.auto_loyly .auto_loyly_img  {
	margin: 0 auto 10px;
	}
	.flex_auto_loyly {
	display: flex;
	justify-content: space-between;
	}
	.auto_loyly .flex_auto_loyly .auto_loyly_txt  {
	width: 50%;
	margin-right: 5%;
	}
	.auto_loyly .flex_auto_loyly .zu  {
	width: 45%;
	}
@media screen and (max-width: 767px) {
.auto_loyly {
	padding: 10px 15px;
	}
	.auto_loyly .icon_aqua_original {
	right: 5px;
	top: 10px;
	}
}

.mistveil {
	line-height: 1.6;
	background-color: #f2f2f2;
	padding: 25px;
	}

	.mistveil li .mistveilImg { width: 65%; margin: 0 auto; }
	.mistveil li .mistveilTxt {flex: 1;
	padding-left: 10px;
	}
	.mistveil li dt {
	font-weight: bold;
	font-size: 110%;
	margin:0 0 3px ;
	}
@media screen and (max-width: 767px) {
.mistveil {
	padding: 25px 10px 25px 0;
	}
	.mistveil li {
	display: flex;
	align-items: center;
	}
	.mistveil li .mistveilImg { width: 45%; }
	.mistveil li:first-child{ margin-bottom: 25px;}
}

/* AROMA
-----------------------------------------------------------------------------*/
#aroma .area_txt p, #aroma .area_txt ul {
	font-size: 107%;
	}
@media screen and (max-width: 767px) {
	.moriyasu {
	float: right;
	margin: 0 0 2em 1.5em;
	width:120px;
	}
}

@media screen and (min-width: 768px) {
	.moriyasu {
	float: right;
	margin: 0 0 0.5em 4em;
	width: 220px;
	}
}

/* AIR
-----------------------------------------------------------------------------*/
#air h3 { color: #8CBABA;}
@media screen and (max-width: 767px) {
	.img_s {
	width: 49%;
	max-width: 200px;
	margin: 5px 0.5%;
	}
	.saltpit-zu {
	width: 80%;
	max-width: 375px;
	margin-top: 10px;
	}
	.mizuki {
	float: right;
	margin: 0 0 1em 1.5em;
	width:120px;
	text-align: left;
	}
}
@media screen and (min-width: 768px) {
	.img_s {
	max-width: 300px;
	margin: 2px;
	}
	.saltpit-zu {
	max-width: 375px;
	}
	.mizuki {
	float: right;
	margin: 0 0 0.5em 4em;
	width: 180px;
	}
}

/* dir_link
-----------------------------------------------------------------------------*/
#dir_link {
	font-size: 110%;
	margin: 3em auto 1em;
	border-bottom: 1px solid #ccc;
	}
#dir_link ul {
	display: flex;
	}
	#dir_link li {
	min-width: 10em;
	}
	#dir_link a {
	position: relative;
	margin: 0 -1px -1px 0;
	border: 1px solid #ccc;
	line-height: 1.2;
	color: #666;
	display: block;
	text-decoration: none;
	padding: 11px 1em;
	}
@media screen and (max-width: 767px) {
	#dir_link {
	font-size: 90%;
	}
	#dir_link ul {
	justify-content: center;
	}
}
@media screen and (min-width: 768px) {
	#dir_link + #content {
	padding-top: 40px;
	}
	#dir_link a:hover {
	color: #333;
	background-color: #eee;
	}
}

	#dir_link .current a, #dir_link .current a:hover {
	z-index: 2;
	pointer-events: none;
	color: #fff ;
	background-color: #079292 ;
	border-color: #079292 ;
	}
	#air #dir_link .current a, #air #dir_link .current a:hover {
	background-color: #8CBABA ;
	border-color: #8CBABA ;
	}

/* COMPANY
-----------------------------------------------------------------------------*/
#company h3 {
	color: #079292;
	}
.list_philosophy {
	font-size: 112%;
	}
	.list_philosophy li {
	line-height: 1.5;
	margin: 2em 10px;
	display: flex;
	}
	.list_philosophy li .num {
	font-size: 200%;
	line-height: 1;
	font-style: italic;
	font-weight: normal;
	color: #079292;
	margin-top: -0.2em;
	}
	.list_philosophy li .txt {
	line-height: 1.5;
	flex:1;
	padding-left: 1em;
	}
.bg_aqua_quality {
	background-color: #f2f2f2;
	padding: 40px 0 20px;
}
.aqua_quality {
	width: 100%;
	margin: 3em auto;
	max-width: 610px;
	}
	.quality_list {
	max-width: 610px;
	margin: 0 auto;
	background-color: #fff;
	padding: 1em 1em 1em 2em;
	border-radius: 10px;
	}
	.quality_list li {
	line-height: 1.5;
	margin: 0.8em 0;
	}
	.quality_list h3 {
	margin: 0;
	}
	@media screen and (min-width: 768px) {
	.bg_aqua_quality {
	padding: 60px 0 30px;
	}
	.quality_list h3 {
	display: inline-block;
	}
	.quality_list h3::after{
	content: '…';
	font-weight: 400;
	padding: 0 0.2em;
	color: #000;
	}
	}

.outline {
	display: flex;
	flex-wrap: wrap;
	}
	.outline dt, .outline dd {
	padding: 1em 1em;
	border-bottom: 1px solid #ddd;
	}
	.outline dt {
	font-size: 95%;
	color: #666;
	width: 20%;
	}
	.outline dd {
	flex: 80%;
	}
@media screen and (max-width: 767px) {
	.list_philosophy {
	font-size: 105%;
	}
	.outline dt, .outline dd {
	padding: 15px 0 15px 0;
	}
	.outline dt {
	width: 25%;
	}
	.outline dd {
	flex: 75%;
	}
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
.flow {
	margin: 2em auto;
	width: 250px;	
	text-align: center;
	}
	.flow li {
	position: relative;
	 padding: 8px 5px;
	 border-radius: 10px;
	 border: 2px solid #079292;
	 background-color: #f5f5f5;
	 color: #079292;
	 margin-bottom: 30px;
	}
	.flow li::after {
	content: '';
	display: inline-block;
	background: url("/images/i_arw.svg") no-repeat center center#079292;
	background-size: contain;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	position: absolute;
	bottom: -28px;
	left: calc(50% - 11px);
	transform: rotate(90deg);
	}
	.flow li:last-child {
	 justify-content: center;
	 border: 2px solid #079292;
	 background-color: #079292;
	 color: #fff;
	}
	.flow li:last-child::after { content: none;}
}
@media screen and (min-width: 768px) {
.flow {
	display: flex;
	justify-content: space-between;
	font-size: 110%;
	margin: 2em 0;
	}
	.flow li {
	position: relative;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	 text-orientation: upright;
	 height: 12em;
	 padding: 15px 10px;
	 border-radius: 10px;
	 display: flex;
	 justify-content: center;
	 border: 2px solid #079292;
	 background-color: #f7f7f7;
	 color: #079292;
	 margin-right: 30px;
	}
	.flow li::after {
	content: '';
	display: inline-block;
	background: url("/images/i_arw.svg") no-repeat center center#079292;
	background-size: contain;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	right: -45px;
	top: 50%;
	margin-top: -15px;
	}
	.flow li:last-child {
	 justify-content: center;
	 border: 2px solid #079292;
	 background-color: #079292;
	 color: #fff;
	}
	.flow li:last-child::after { content: none;}
}

/* FRAGRANCE
-----------------------------------------------------------------------------*/
.icon_fragrance {
	display: flex;
	justify-content: center;
	margin: 1em auto 0.5em;
	}
	.icon_fragrance div[class^="icon_"] {
	border-radius: 5px;
	font-size: 12px;
	padding: 4px 1em;
	margin: 0.3em;
	}
.fragranceList_wrap h2 {
	text-align: center;
	font-size: 147%;
	padding: 0 0 0.3em;
	margin: 0 auto 2em;
	border-bottom: 1px solid #333;
	}
.fragranceList li {
	line-height: 1.5;
	}
	.fragranceList li a {
	display: block;
	text-decoration: none;
	}
	.fragranceList li h3 {
	text-align: center;
	color:#079292 ;
	font-size: 130%;
	font-weight: 600;
	margin: 0 0 0.3em;
	}
@media screen and (max-width: 767px) {
	.fragranceList li {
	margin: 0 0 50px;
	}
	.fragranceList_thumb {
	margin: 0 auto 20px;
	width: 85%;
	max-width: 300px;
	}
}
@media screen and (min-width: 768px) {
	.fragranceList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
	}
	.fragranceList li {
	position: relative;
	width: 28%;
	}
		.fragranceList li a:hover {
		text-decoration: underline;
		}
		.fragranceList li a:hover img { opacity:0.8;}
	.fragranceList_thumb {
	margin-bottom: 30px;
	}
	.fragranceList li p {
	color: #000;
	}
}

#content .txt_lead p {
	text-align: center;
	}
@media screen and (max-width: 767px) {
	#content .txt_lead {
	line-height: 1.8;
	font-size: 102%;
	margin-bottom: 50px;
	}
}
@media screen and (min-width: 768px) {
	#content .txt_lead {
	text-align: center;
	line-height: 2.5;
	font-size: 110%;
	margin-bottom: 80px;
	}
}
#content .txt_lead h2 {
	font-size: 120%;
	}

/* area_catalogLink
-----------------------------------------------------------------------------*/
.area_catalogLink {
	color: #fff;
	background-color: #808080;
	background: linear-gradient( to right, #888, #555);
	border-radius: 15px;
	padding: 20px 30px;
	margin: 80px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 520px;
	}
	.area_catalog_thumb {
	width: 80px;
	}
		.area_catalog_thumb img {
		box-shadow: 1px 1px 10px rgb(0 0 0 / 0.3);
		}
	.area_catalog_txt {
	padding-left: 1.5em;
	}
	.area_catalogLink a {
	color: #fff;
	}
@media screen and (max-width: 767px) {
	.area_catalogLink {
	margin: 60px auto 0;
	border-radius: 10px;
	padding: 15px;
	}
	.area_catalog_thumb {
	width: 64px;
	}
	.area_catalog_txt {
	padding-left: 1em;
	}
}
@media screen and (min-width: 768px) {
	.area_catalogLink .area_catalog_txt a:hover { opacity: 0.8;}
}

/* POOL
-----------------------------------------------------------------------------*/
.pool_merit_ttl {
	text-align: center;
	font-size: 180%;
	font-weight: 600;
	margin: 0.5em 0 1.5em;
	border-bottom: 1px solid #333;
	padding-bottom: 0.3em;
	}
@media screen and (max-width: 767px) {
.pool_merit_ttl {
	font-size: 145%;
	}
}
#pool h3 {
	color: #0288D1;
	}
.pool_merit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.pool_merit li {
	width: 30%;
	margin-bottom: 1em ;
	}
	.pool_merit h3 {
	font-size: 145%;
	text-align: center;
	margin: 1em -0.5em 0.5em;
	}
		.pool_merit .num {
		display: block;
		margin: 0 auto;
		font-size: 280%;
		font-style: italic;
		font-weight: normal;
		text-align: center;
		color: #0288D1;
		line-height: 1;
		}
@media screen and (max-width: 767px) {
	.pool_merit li {
	width: 100%;
	margin-bottom: 0.5em;
	}
	.pool_merit h3 {
	font-size: 140%;
	margin: 0.5em -15px 0.5em;
	}
		.pool_merit .num {
		font-size: 200%;
		}
}

.pool_method h3 {
	font-size: 105%;
	margin: 0;
	}
	.pool_method p {
	margin: 0 0 0.8em;
	}
@media screen and (max-width: 767px) {
	.pool_method {
	display: flex;
	flex-direction: column-reverse;
	}
	.pool-zu { margin-bottom: 20px;}
}
.pool_flow {
	font-size: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.pool_flow li {
	position: relative;
	width: 30%;
	margin-bottom: 30px;
	}
	.pool_flow::after {
	content: '';
	width: 28%;
	height: 0;
	}
	.pool_flow_thumb::after {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	left: 103.5%;
	top:50%;
	background: url("/flexible-pool/images/flow_arw.svg") no-repeat left center;
	background-size: contain;
	}
	.pool_flow_thumb {position: relative;}
	.pool_flow_thumb .num {
	position: absolute;
	top:0;
	left: 0;
	width: 2em;
	height: 2em;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1;
	background-color: #0288D1;
	padding: 0.5em 0;
	}
@media screen and (max-width: 767px) {
	.pool_flow li {
	width: 45%;
	margin-bottom: 15px;
	}
	.pool_flow_thumb::after {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 104.5%;
	}
	.pool_flow_thumb .num {
	width: 1.6em;
	height: 1.6em;
	padding: 0.3em 0;
	}
	.pool_flow li:nth-child(even) .pool_flow_thumb::after{ content: none;}
}
@media screen and (min-width: 768px) {
	.pool_flow li:nth-child(3n) .pool_flow_thumb::after,
	.pool_flow li:last-child .pool_flow_thumb::after{ content: none;}
}
/* POOL SLIDER
-----------------------------------------------------------------------------*/
#pool_slider_wrap {
	margin: 0 auto 100px;
	width: 110vh;
	max-width: 880px;
	}
	#pool_slider_wrap .bx-wrapper {
	position: relative;
	border: 5px solid #fff;
	box-shadow: 1px 1px 15px #ccc;
	}
	@media screen and (max-width: 767px) {
	#pool_slider_wrap {
	margin: 0 auto 50px;
	width: 100%;
	}
	#pool_slider_wrap .bx-wrapper {
	border: none;
	}
	}
#pool_slider_wrap #bx-pager {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0;
	}
	#pool_slider_wrap #bx-pager li {
	width: 12.5%;
	margin:0;
	background-color:#333;
	}
	#pool_slider_wrap #bx-pager li a {
	display:block;
	opacity:0.3;
	filter: saturate(50%);
	transition:all 0.5s ease;
	}
	@media screen and (min-width: 768px) {
		#pool_slider_wrap #bx-pager li a:hover {
		opacity:1;
		filter: saturate(100%);
		}
	}
	#pool_slider_wrap #bx-pager li a.active {
	opacity:1;
	filter: saturate(100%);
	box-shadow:0px 0px 3px #222;
	}
@media screen and (max-width: 767px) {
	#pool_slider_wrap #bx-pager {
	margin: 20px 0px 0;
	}
	#pool_slider_wrap #bx-pager li {
	width: 20%;
	}
}
/*arrow*/
.bx-wrapper .bx-prev {
	left: 5px;
	transform: rotate(180deg);
	}
.bx-wrapper .bx-next {
	right: 5px;
	}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	background: url("/images/i_arw.svg") no-repeat center center;
	background-size: contain;
	background-color: rgb(0 0 0 / 0.5);
	opacity: 0.8;
	border-radius: 50%;
	}
	.bx-wrapper .bx-controls-direction a:hover { opacity: 1;}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

@media screen and (max-width: 767px) {
	/*arrow削除*/
	.bx-controls {
	display: none;
	}
}

/* SPA
-----------------------------------------------------------------------------*/
#spa h3 {color: #1190BF;}
.led_list,
.aqua_movie_list {
	display: flex;
	flex-wrap: wrap;
	}
	.aqua_movie_list {justify-content: center;}
	.led_list li { width: 26%;}
	.aqua_movie_list li {width: 33.33%}
	.hybrid_shower-zu,
	.afusion_shower-img02 {
	width: 60%;
	max-width: 220px;
	margin: 0 auto 1.5em;
	}
.carbonated_spring_note {
	font-size: 88%;
	padding: 3px 8px;
	}
.awajio_feature {
	margin: 2em 0 0;
	}
	.awajio_feature li{
	}
	.awajio_feature .ttl {
	font-size: 140%;
	border-bottom: 1px solid #ddd;
	margin: 0 0 0.3em;
	}
		.awajio_feature .ttl .num {
		font-size: 70%;
		color:#1190BF ;
		}
	.awagio-img02 {
	max-width: 400px;
	width: 100%;
	}
.figure_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.figure_wrap figure {
	width: 31.5%;
	margin: 0 0 15px;
	}
		.figure_wrap figure img {
		padding: 0 0 0 0;
		margin: 0 !important;
		}
		.figure_wrap figcaption {
		text-align: left;
		font-size: 12px;
		}
	.accessories-logo, .bathtub-logo {
	text-align: left;	font-size: 10px; color: #333; line-height: 1;
	}
	.accessories-logo img, .bathtub-logo img {
	width: 11%; margin-right: 5px; vertical-align: bottom;
	}
.aqua_movie-zu {
	width: 70%;
	max-width:300px;
	margin: 0 auto 1.5em;
	}
.massage_nozzle_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.massage_nozzle_list li {
	text-align: center;
	width: 21%;
	margin-bottom: 25px;
	}
	.massage_nozzle_list li .massage_nozzle_thumb {
	width: 80%;
	margin: 0 auto 5px;
	}
	.massage_nozzle_list li .massage_nozzle_txt h2 {
	font-size: 120%;
	color: #1190BF;
	margin-bottom: 0.5em;
	}
@media screen and (max-width: 767px) {
	/*aqua_venus*/
	.aqua_venus-img02 {
	max-width: 240px;
	margin-bottom: 40px ;
	}
	.led_list li,
	.aqua_movie_list li {
	width: 33.33%;
	}
	.aqua_venus-zu {
	width: 60%;
	max-width: 220px;
	margin: -1.5em auto 1.5em;
	}
	.figure_wrap figcaption { font-size: 10px;}
	.figure_wrap figcaption br { display: none;}
	
	.massage_nozzle_list li {
	width: 47%;
	}
	.massage_nozzle_list li .massage_nozzle_txt p {
	font-size: 90%;
	}
}
@media screen and (min-width: 768px) {
	/*aqua_venus*/
	.aqua_venus_detail .flex_2_wrap {
	align-items: center;
	}
}

#area_movie {
	}
	#area_movie video {
	width: 100%;
	}

/* RADON PIT
-----------------------------------------------------------------------------*/
#radonpit .h_2 .num {
	color: #c69c6d;
	font-size: 170%;
	font-style: italic;
	font-weight: 600;
	}
	#radonpit h3 { color: #c69c6d; }
	.radonpit_sub {
	background-color: #EEE8E0;
	border-radius: 15px;
	padding: 1.5em 2.5em 0.5em;
	font-size: 95%;
	}
@media screen and (max-width: 767px) {
	#radonpit .h_2 .num {
	display: block;
	}
}

@media screen and (min-width: 768px) {

}
#radonpit_slider_wrap {
	margin-top: 50px;
	}
#radonpit_slider_wrap #bx-pager {
	display: flex;
	margin-bottom: 30px;
	}
	#radonpit_slider_wrap #bx-pager li {
	width: 25%;
	margin:0;
	}
	#radonpit_slider_wrap #bx-pager li a {
	display:block;
	opacity:0.5;
	filter: saturate(50%);
	transition:all 0.5s ease;
	}
	@media screen and (min-width: 768px) {
		#radonpit_slider_wrap #bx-pager li a:hover {
		opacity:1;
		filter: saturate(100%);
		}
	}
	#radonpit_slider_wrap #bx-pager li a.active {
	opacity:1;
	filter: saturate(100%);
	}

/* BARREL SAUNA
-----------------------------------------------------------------------------*/
#barrel_sauna .ttl_1 {
	line-height: 1.2;
	}
	#barrel_sauna .ttl_1 .en {
	font-weight: bold;
	margin-bottom: 0.3em;
	}
	#barrel_sauna h3.copy {
	}
	#barrel_sauna .content_sub h3 {
	color: #6e493d;
	}
	.barrel_sauna_point h3 .num {
    color: #6e493d;
    font-size: 190%;
    font-style: italic;
	}
@media screen and (max-width: 767px) {
	#barrel_sauna .ttl_1 {
	font-size: 22px;
	}
	#barrel_sauna .barrel_sauna_point h3 {
	font-size: 21px;
	}
	.flex_red_cedar .item_S {
	margin-bottom: 1.5em;
	}
	.barrel_sauna_point .item_S {
	width: 90%;
	}
}
@media screen and (min-width: 768px) {
	#barrel_sauna .ttl_1  {
	font-size: 230%;
	}
	#barrel_sauna .barrel_sauna_point h3 {
	font-size: 150%;
	}
	.flex_red_cedar {
	flex-direction: row-reverse;
	}
	.barrel_sauna_point .flex_2_wrap {
	align-items: center;	
	}
	.barrel_sauna_point .area_txt:nth-child(odd) .flex_2_wrap {
	flex-direction: row-reverse;
	}
}

/* CASE
-----------------------------------------------------------------------------*/
#projectIndex h3 {
	font-size: 160%;
	font-weight: 600;
	letter-spacing: 0.06em;
	}
	#projectIndex p {
	font-size: 90%;
	}
	@media screen and (max-width: 767px) {
	#projectIndex {
	display: flex;
	flex-direction: column-reverse;
	}
	}
#caseList_wrap {
}
.caseList {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	}
	.caseList li {
	}
	.caseList a {
	position: relative;
	display: block;
	color:#000;
	text-decoration: none;
	padding: 1.7em 0;
	background-color: #fff;
	}
	.caseList a::after {
	content: '';
	position: absolute;
	display: block;
	right: 0.3em;
	bottom: 0.3em;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style : solid;
	border-color: transparent #0A3E8A #0A3E8A transparent;
	}
@media screen and (max-width: 767px) {
#projectIndex h3 {
	font-size: 130%;
	}
	#caseList_wrap {
	margin-bottom: -20px;
	padding: 25px 0 40px;
	}
	.caseList li {
	width: 50%;
	font-size: 92%;
	padding: 5px 2px;
	}
	.caseList li a span {font-size: 10px;}
	
	aside#aside_caseList{ margin-top: 80px;}
}

@media screen and (min-width: 768px) {
	#projectIndex .area_btn { text-align: left; }
	
	#caseList_wrap {
	margin-bottom: -40px;
	padding: 50px 0 80px;
	}
	.caseList li {
	width: 33.33%;
	font-size: 105%;
	padding: 8px 4px;
	}
		aside#aside_caseList .caseList li { width: 25%; }
	.caseList a:hover {
	color: #fff;
	background: linear-gradient( to right, #172F5D, #0A3E8A 50%, #2F72B8);
	}
	
	aside#aside_caseList { margin-top: 120px;}
}

/* CASE year_wrap
-----------------------------------------------------------------------------*/
.case_year {
	color: #0A3E8A;
	line-height: 1;
	letter-spacing: normal;
	}
.case_wrap {
	line-height: 1.5;
	}
	.casePhoto {
	float: right;
	}
	
	.case_name {
	font-size: 130%;
	border-left: 6px solid #0A3E8A;
	line-height: 1.3;
	padding-left: 0.5em;
	margin: 0.5em 0 0.3em;
	}
		.case_name span.s {
		font-size: 70%;
		font-weight: 400;
		display: inline-block;
		}
	.case_address {
	font-size: 90%;
	color: #666;
	padding-left: 1.2em;
	margin-bottom: 1em;
	}
	.case_design_construction, .case_detail {
	font-size: 90%;
	padding: 6px 10px;
	margin: 6px 0;
	background-color: #EAEAEA;
	}
		.case_detail a {
		color: #0A3E8A;
		}
@media screen and (max-width: 767px) {
	.year_wrap .case_year {
	font-size: 200%;
	display: block;
	border-bottom: 2px solid #0A3E8A;
	padding: 3px 0.2em;
	text-align: center;
	}
	.case_wrap {
	border-bottom: 1px solid #bbb;
	padding-bottom:10px;
	margin-bottom: 20px;
	}
	.case_address::after {
	content: "";
	clear: both;
	display: block;
	}
	.casePhoto {
	margin: 0 0 0 15px;
	width: 115px; 
	max-height: 90px;
	overflow: hidden;
	}
	.casePhoto img {
	width: 115px;
	height: 90px;
	object-fit: cover;
	}
	.case_name {
	font-size: 120%;
	border-left: 4px solid #0A3E8A;
	}
	.case_design_construction, .case_detail { font-size: 80%;}
	.caseTxt .area_btn_project { margin: 1em 0 5px; text-align: center;}
	.caseTxt .btn_arw { font-size: 75%;}
}

@media screen and (min-width: 768px) {
	.year_wrap {
	margin-bottom: 60px;
	}
	.year_wrap {
	display: flex;
	}
	.year_wrap .case_year {
	font-size: 266%;
	width: 18%;
	border-top: 2px solid #0A3E8A;
	padding: 20px 10px;
	}
	.year_wrap .yearContent { flex: 1; }
	
	.case_wrap {
	border-top: 1px solid #999;
	padding: 20px 0;
	}
	.case_wrap::after {
	content: "";
	clear: both;
	display: block;
	}
	.caseTxt { overflow: auto; }
	.casePhoto {
	margin: 0 0 0 5.5%;
	min-height: 1px;
	width: 220px;
	max-height: 160px;
	overflow: hidden;
	}
	.casePhoto img {
	width: 220px;
	height: 160px;
	object-fit: cover;
	transition: 0.2s ease;
	will-change: transform;
	}
	.casePhoto ul li a:hover img { opacity: 0.8;}
	.case_name {
	font-size: 130%;
	border-left: 6px solid #0A3E8A;
	}
	.case_detail a:hover {
	opacity: 0.7;
	}
	.caseTxt .area_btn_project {  margin: 1em 0 5px; text-align: right;}
	.caseTxt .btn_arw { font-size: 80%;}
}

.casePhoto ul li a {
	position: relative;
	display: block;
	}
	.casePhoto ul li:first-child a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2em;
	height: 2em;
	background: url("/images/icon_zoom.svg") no-repeat;
	background-size: contain;
	opacity: 0.8;
	transition: 0.1s ease;
	}

.pswp__caption__center { font-size: 18px;}
.pswp__counter { font-size: 16px;}
@media screen and (max-width: 767px) {
	.pswp__caption__center { font-size: 16px;}
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
	width: 100px;
	height: 360px;
	margin-top: -180px;
	}
	.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	top: 50%;
	margin-top: -15px;
	}

/* PROJECT
-----------------------------------------------------------------------------*/
#project_header {
}
.project_name {
	color: #0A3E8A;
	font-weight: bold;
	margin: 0 0 0.3em;
	}

.project_info {
	font-size: 90%;
	}
	.project_design dd, .project_construction dd { font-weight: 600;}
	.project_address { margin-bottom: 0.5em;}
.project_info {
	display: table;
	margin: 6px 0;
	min-width: 30%;
	}
	.project_info dt, .project_info dd {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 0;
	}
	.project_info dt {
		text-align: center;
		color: #fff;
		background-color: #404040;
		font-size: 95%;
		width: 7em
		}
	.project_info dd {
	padding: 3px 0.5em;
	background-color: #EAEAEA;
	}
	.project_info a { color: #0A3E8A; }
@media screen and (max-width: 767px) {
#project_header {
	padding:0 15px 15px;
	margin:0 -15px  30px;
	}
	.project_name {
	font-size: 135%;
	}
	.project_info {
	width: 100%;
	margin: 10px 0;
	}
}
@media screen and (min-width: 768px) {
#project_header {
	padding:0 40px 30px;
	margin:0 -40px  80px;
	border-bottom: 1px solid #ccc;
	}
	.design_construction_wrap {
		display: flex;
	}
	.project_name {
	font-size: 200%;
	}
	.project_info dd {
	padding:3px 3em 3px 1em;
	}
	.project_info a:hover { opacity: 0.7; }
}

.project_ttl {
	font-size: 220%;
	margin: 0 0 1.8em;
	}
	#projectContent .area_txt p {
	font-size: 105%;
	}
	#projectContent a {
	}
.project_mainImg {
	background-repeat: no-repeat;
	background-size: cover;
	height: 40vh;
	max-height: 360px;
	margin-bottom: 50px;
	}
.project_gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.project_gallery figure {
	width: 31%;
	margin: 0 0 3%;
	}
	.project_gallery figure img{
	max-height: 400px;
	}
	#projectContent a.swipe { position: relative; display: inline-block;}
	@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #projectContent a.swipe img { width: 100%; }
	}
	#projectContent a.swipe::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2em;
	height: 2em;
	background: url("/images/icon_zoom.svg") no-repeat;
	background-size: contain;
	opacity: 0.8;
	transition: 0.1s ease;
	}
@media screen and (max-width: 767px) {
	.project_mainImg {
	background-repeat: no-repeat;
	background-size: cover;
	height: 180px;
	margin: 0 -15px 30px;
	}
.project_ttl {
	font-size: 140%;
	}
	.project_gallery figure {
	width: 48%;
	margin: 0 0 15px;
	}
}
@media screen and (min-width: 768px) {
	.project_mainImg {
	background-repeat: no-repeat;
	background-size: cover;
	height: 40vh;
	max-height: 360px;
	margin-bottom: 60px;
	}
	#projectContent a.swipe:hover img { opacity: 0.8;}
}


/* COLUMN
-----------------------------------------------------------------------------*/
#column .area_txt .h_2 span {
	display: inline-block;
}
#column .area_txt p {
	font-size: 107%;
	}
#aside_column a {
	}
	#aside_column h3 {
	line-height: 1.2;
	font-size: 110%;
	padding-left: 0.5em;
	margin: 0 auto 0.8em;
	border-left: 3px solid #333;
	color: #000;
	}
@media screen and (max-width: 767px) {
#column .area_txt .h_2 {

	}
#aside_column {
	margin: 80px auto -20px;
	padding: 30px 0 15px;
	}
}
@media screen and (min-width: 768px) {
#aside_column {
	margin: 120px auto -40px;
	padding: 40px 0 30px;
	}
}

/* PRIVACY
-----------------------------------------------------------------------------*/
.pp dt {
	margin: 2.5em 0 0.5em;
	font-size: 130%;
	}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {

}

/* BADE POOL
-----------------------------------------------------------------------------*/
	.bade_pool_detail h3 {
	color: #079292;
	margin: 0;
	}
	.bade_pool_detail p {
	font-size: 95%;
	margin: 0 0 0.8em;
	}
	.bade_pool_detail_list {
	display: flex;
	align-items: flex-end;
	margin: 0 0 40px;
	}
	.bade_pool_detail_img { width: 45%;}
	.bade_pool_detail_zu { width: 30%; margin-left: 5%; }
@media screen and (max-width: 767px) {
	.bade_pool_detail_list {
	justify-content: center;
	}
	.bade_pool_detail_img { width: 55%;}
	.bade_pool_detail_zu { width: 40%; }

}

@media screen and (min-width: 768px) {

}

/* RECRUIT
-----------------------------------------------------------------------------*/
#recruit .area_txt p {
	font-size: 107%;
	}
.btn_base_recruit { background-color: #079292;}
.recruit_info ul {margin-bottom:0.5em ;}

@media screen and (max-width: 767px) {
.recruit_photo {
	margin-bottom: 3em !important;
	}
	.recruit_photo li {
	width: 75%;
	margin: 0px auto;
	}
.recruit_info {
	margin-bottom: 40px;
	}
	.recruit_info dt, .recruit_info dd {
	}
	.recruit_info dt {
	font-weight: bold;
	color: #079292;
	padding: 0.5em 1em;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	}
	.recruit_info dd {
	padding: 1em 1em;
	}
}
@media screen and (min-width: 768px) {
.recruit_photo {
	display: flex;
	margin-top:2em;
	}
.recruit_info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	}
	.recruit_info dt, .recruit_info dd {
	padding: 1em 1em;
	border-bottom: 1px solid #ccc;
	}
	.recruit_info dt {
	font-weight: bold;
	color: #079292;
	width: 15%;
	}
	.recruit_info dd {
	flex: 85%;
	}
}

/* SPA LOUNGER
-----------------------------------------------------------------------------*/
#spa_lounger #content {
	background-color: #FFFBE9;
	color: #352A27;
	margin-bottom: 0;
	}
#spa_lounger .ttl_1 {
	line-height: 1.4;
	margin: 0;
	font-weight: 600;
	letter-spacing: 0.05em;
	}
	#spa_lounger .ttl_1 .en {
	font-weight: bold;
	}
	#spa_lounger .ttl_1 .jp {
	font-size: 85%;
	}
	.spalounger_hasu {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url( "/spa_lounger/images/spalounger_hasu.svg") center / contain no-repeat;
	}
	.spa_lounger_mainImg {
	max-width: 1600px;
	margin: 0 auto 3.5em;
	}
	.spa_lounger_mainImg img {
	width: 100%;
	max-height: 600px;
	object-fit: cover;
	}
	#spa_lounger .ttl_main {
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.15em;
	margin-bottom: 0.3em;
	}
	#spa_lounger .txt_lead {
	text-align: center;
	line-height: 2;
	margin-bottom: 3.5em;
	}
	.link_hcj2026 {
	font-weight: bold;
	text-align: center;
	margin-block: 1.5em;
	font-size: 110%;
	}
#spa_lounger_seramic {
	position: relative;
	text-align: center;
	background-color: #F7ECD3;
	padding: 60px 50px 50px;
	margin-block: 70px 60px;
	}
	.section_ttl {
	line-height: 1;
	color: #C7B299;
	font-size: 46px;
	letter-spacing: 0.04em;
		}
		#spa_lounger_seramic .section_ttl {
		position: absolute;
		top:-0.6em;
		left: 0;
		width: 100%;
		text-align: center;
		}	
	#spa_lounger_seramic h3,
	#spa_lounger_seramic h4 { letter-spacing: 0.12em;}
	#spa_lounger_seramic .seramic_h3 {
	text-align: center;
	font-size: 140%;
	margin: 0 0 0.8em;
	}
	.seramic_lead {
	margin-block:-0.3em  2em;
	}
	.seramic_item h4 {
	line-height: 1.5;
	font-size: 130%;
	}
	.seramic_icon {
	margin: 0 auto;
	width: 65%;
	min-width: 200px;
	}
#spa_lounger_product_wrap {
	text-align: center;
	background-color: #352A27;
	padding-block: 2.5em 5em;
	color: #FFFBE9;
	}
.spa_lounger_productList li a {
	display: block;
	position: relative;
	}
	.spa_lounger_productList li a img{ width: 100%;}
	.spa_lounger_name {
	font-size: 100%;
	font-weight: normal;
	}
	/*spalounger btn*/
	.area_btn_spalounger .btn_download {
	background-color: #352A27;
	border: 3px solid #ccc;
	}
	.area_btn_spalounger .btn_wht {
	background-color: #fff;
	color: #352A27;
	}
	.area_btn_spalounger .icon_contact::before {
	content: "";
	background-color: #352A27;
	-webkit-mask-image: url(../images/navBtn_i_contact.svg);
	mask-image: url(../images/navBtn_i_contact.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	}
#sommerhuber {
	text-align: center;
	background-image: linear-gradient(to bottom, #FFFBE9 50%, #fff);
	margin-bottom: 0;
	padding-bottom: 50px;
	}
	#sommerhuber h2 {
	font-size: 115%;
	}
	.logo_Aqua_Sommerhuber {
	max-width: 600px;
	margin: 0 auto 20px;
	}
	#sommerhuber p {
	font-size: 95%;;
	max-width: 850px;
	margin: 0 auto;
	}

@media screen and (max-width: 767px) {
#spa_lounger .ttl_1 {
	font-size: 15px;
	padding-top: 10px;
	}
	.spalounger_hasu {
	margin-block :-15px 10px;
	height: 160px;
	}
	#spa_lounger .ttl_1 .en {
	font-size: 30px;
	}
	.spa_lounger_mainImg img {
	height: 280px;
	object-position: 18% center;
	}
	#spa_lounger .ttl_main{
	font-size: 26px;
	}
	#spa_lounger .txt_lead {
	line-height: 1.7;
	}
#spa_lounger_seramic {
	padding: 35px 20px 40px;
	}
	.section_ttl {
	font-size: 32px;
	}
	#spa_lounger_seramic .seramic_h3 { font-size: 125%;}
	.seramic_wrap{}
	.seramic_item {
	margin-bottom: 0;	
	}
	.seramic_item:not(:first-child) {
	border-top: 1px solid #C7B299;
	margin-top: 30px;
	padding-top: 15px;
	}
.spa_lounger_productList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: start;
	padding-inline:10px; 
	}
	#spa_lounger_product_wrap .btn_base {margin-top: 30px;}
}
@media screen and (min-width: 768px) {
#spa_lounger .ttl_1  {
	font-size: 23px;
	padding-top: 20px;
	}
	.spalounger_hasu {
	margin-block :-20px 30px;
	height: 280px;
	}
	#spa_lounger .ttl_1 .en {
	font-size: 48px;
	}
	#spa_lounger .ttl_main {
	font-size: 37px;
	}
	#spa_lounger .txt_lead {
	line-height: 2;
	}
#spa_lounger_seramic {
	}
	.seramic_lead {
	text-align: center !important;
	font-size: 110%;
	font-weight: bold;
	}
	.seramic_item p {
	font-size: 95%;
	line-height: 1.6;
	}
	.seramic_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3等分 */
	column-gap: 80px; /* カラム間の隙間 */
	align-items: start; /* 上揃え（重要） */
	}
	.seramic_item {
	margin-bottom: 0;
	position: relative;
	}
	.seramic_item:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 0;
	left: -40px; /* gap(40px) の半分の位置 */
	width: 1px;
	background-color: #352A27;
	}
.spa_lounger_productList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	align-items: start;
	padding-inline: 50px;
	}
	.spa_lounger_productList a::after {
	content:'';
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center/10px;
	}
 	.spa_lounger_productList a:hover::after {
	background: rgb(0 0 0 / .5) url("/images/navBtn_i_download.svg") no-repeat center/50px ;
	transition: 0.2s ease-out;
	}
	/*spalounger btn*/
	.area_btn_spalounger .btn_download:hover {
	background-color:  #281F1D;
	}
	.area_btn_spalounger .btn_wht:hover {
	background-color: #FFFBE9;
	}
}
/*inview*/
#spa_lounger .inview {
	opacity: 0;
	transform: translateY(30px);
	}
	#spa_lounger .active {
	opacity: 1;
	transform: translateY(0);
	transition:transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
	}
	@media screen and (min-width: 768px) {
	#spa_lounger .inviewList .inview:nth-child(3n+1) {transition-delay:0s}
	#spa_lounger .inviewList .inview:nth-child(3n+2) {transition-delay:0.2s}
	#spa_lounger .inviewList .inview:nth-child(3n) {transition-delay:0.4s}
	}
/*movie*/
#spa_lounger_movie {
	max-width: 700px;
	margin: 0 auto 2.5em;
	}
	#spa_lounger_movie button {
	appearance: none;
	background: transparent;
	font: inherit;
	display: inline-block;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;

	border: none; 
	padding: 0;
 	margin: 0;
	cursor: pointer;
	line-height: 0;
	position: relative;
	}
	/* サムネイル画像 */
#spa_lounger_movie button.js-modal-video img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px; /* 角丸にする場合 */
	transition: filter 0.3s;
	}
/* 丸い線（サークル） */
#spa_lounger_movie button.js-modal-video::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5em;
	height: 5em;
	background: rgb(0 0 0 / 0.2); /* ほんのり背景を暗く */
	border: 2px solid #ffffff;		 /* 白い細い線 */
	border-radius: 50%;
	z-index: 1;
	transition: all 0.3s ease;
	}
/* 三角形（再生マーク） */
#spa_lounger_movie button.js-modal-video::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%); /* 重心を整えるため少しだけ右へ */
	border-style: solid;
	border-width: 0.9em 0 0.9em 1.5em;
	border-color: transparent transparent transparent #ffffff;
	z-index: 2;
	transition: all 0.3s ease;
	}
/* ホバー時の演出（リンク先のように変化させる場合） */
#spa_lounger_movie button.js-modal-video:hover::before {
	background: rgb(255 255 255 / 0.2); 
	transform: translate(-50%, -50%) scale(1.1);
	}
#spa_lounger_movie button.js-modal-video:hover img {
	filter: brightness(0.7); /* 画像を少し暗くしてボタンを目立たせる */
	}
.modal-video {
	background-color: rgb(0 0 0 / .9) !important;
	}
	.modal-video-body {max-width: 1280px !important; }
	
/* XXX
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {

}











