@charset "UTF-8";
/*---------------プール施工*/
.pool .box {
	max-width: 920px;
	margin: 0 auto;
}
.pool .box h3.catch {
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 1.7em;
	text-align: center;
}
.pool .d_bn_wrap {
	margin-top: 3em;
	text-align: center;
}
.pool .d_bn_wrap a {
	display: block;
	max-width: 240px;
	margin: 0 auto 1em;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
	transition: .3s;
}
.pool .d_bn_wrap a:hover {
	opacity: .7;
}
.pool .d_bn_wrap .lead {
	font-size: 1.5rem;
}
.pool .pool_menu_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5em;
}
.pool .pool_menu_wrap .pool_menu {
	width: 31%;
	margin-bottom: 20px;
	background-color: #ffffff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}
.pool .pool_menu_wrap .pool_menu .imagebox {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.pool .pool_menu_wrap .pool_menu .imagebox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	object-fit: cover;
	transition: .3s;
}
.pool .pool_menu_wrap .pool_menu:hover .imagebox img {
	transform: scale(1.1);
}
.pool .pool_menu_wrap .pool_menu .textbox {
	padding: 1em 1.5em;
	text-align: center;
}
.pool .pool_menu_wrap .pool_menu .textbox .title_jp {
	font-size: 2rem;
	color: #565656;
}
.pool .pool_menu_wrap .pool_menu .textbox .title_en {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.8rem;
	color: #3ba5f0;
}
@media screen and (max-width: 768px) {
	.pool .box h3.catch {
		font-size: 2.6rem;
	}
	.pool .d_bn_wrap a {
		max-width: 200px;
	}
	.pool .d_bn_wrap .lead {
		font-size: 1.4rem;
	}
	.pool .pool_menu_wrap {
		flex-direction: column;
		margin-top: 4em;
	}
	.pool .pool_menu_wrap .pool_menu {
		width: 100%;
	}
	.pool .pool_menu_wrap .pool_menu .imagebox {
		height: 0;
		padding-top: 56.265%;
	}
	.pool .pool_menu_wrap .pool_menu .textbox .title_jp {
		font-size: 1.8rem;
	}
	.pool .pool_menu_wrap .pool_menu .textbox .title_en {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.pool .box h3.catch {
		font-size: 2rem;
	}
	.pool .pool_menu_wrap .pool_menu .textbox .title_jp {
		font-size: 1.6rem;
	}
	.pool .pool_menu_wrap .pool_menu .textbox .title_en {
		font-size: 1.4rem;
	}
}


/*---------------プール施工の特長*/
.pool_feature .p_f {
	max-width: 960px;
	margin: 0 auto;
}
.pool_feature .p_f .p_f_box {
	margin-bottom: 60px;
}
.pool_feature .p_f .p_f_box .box_title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1em;
}
.pool_feature .p_f .p_f_box .box_title .p_f_num {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #1e73be;
	color: #ffffff;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pool_feature .p_f .p_f_box .box_title .p_f_title {
	flex: 1;
	padding-left: 20px;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.6;
}
.pool_feature .p_f .p_f_box figure {
	margin: 1.5em 0;
}
.pool_feature .p_f .p_f_box figure img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.pool_feature .p_f .p_f_box {
		margin-bottom: 50px;
	}
	.pool_feature .p_f .p_f_box .box_title .p_f_num {
		width: 60px;
		height: 60px;
		font-size: 1.3rem;
	}
	.pool_feature .p_f .p_f_box .box_title .p_f_title {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.pool_feature .p_f .p_f_box {
		margin-bottom: 50px;
	}
	.pool_feature .p_f .p_f_box .box_title .p_f_num {
		font-size: 1.2rem;
	}
	.pool_feature .p_f .p_f_box .box_title .p_f_title {
		font-size: 1.8rem;
	}
}


