@charset "utf-8";

/* -----------------------------
	product
-------------------------------- */
#product .product-area {
	margin: 140px auto 70px;
}

#product .product-area .facility-list {
	background: #f9f9f7;
	padding: 50px;
	border-radius: 50px;
	margin: 40px 0 70px;
}

#product .product-area .facility-list dt {
	font-weight: 700;
	font-size: 2.6rem;
	color: #25b672;
	background-image: url("../img/icon-facility.svg");	
	background-repeat: no-repeat;
	background-size: auto 25px;
	background-position: left 5px;
	padding: 0px 0px 0px 35px;
	line-height: 1.5;
}

#product .product-area .facility-list dd {
	width: 24%;
	margin: 10px 0 0;
	color: #25b672;
	font-weight: 700;
	display: inline-block;
}

#product .product-area .facility-list dd a {
	border: #25b672 solid 1px;
	background: #fff;
	display: block;
	width: 100%;
	padding: 20px;
	border-radius: 5px;
	position: relative;
}

#product .product-area .facility-list dd a::before {
	position: absolute;
	content: "\f107";
	font-size: 1.8rem;
	right: 20px;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #25b672;
	transition: 0.5s;
}

#product .product-area .facility-list dd a:hover {
	background: #25b672;
	color: #fff;
}

#product .product-area .facility-list dd a:hover::before {
	color: #fff;
	top: 5px;
}

#product .product-area .product-box .title-box {
	background: #f9f9f7 url("../img/bg-dotted-beige.png") repeat-x ;
	padding: 20px;
}

#product .product-area .product-box .title-box h3 {
	font-size: 2.6rem;
	line-height: 1.8;
	font-weight: 700;
	padding: 0 20px 0 0;
}

#product .product-area .product-box .title-box .tel {
	border: 1px #e0e0cc solid;
	background: #fff;
	padding: 5px 20px 5px 50px;
	font-weight: 700;
	position: relative;
}

#product .product-area .product-box .title-box .tel::before {
	content: "\f095";
	position: absolute;
	left: 25px;
	top: 6px;
	font-size: 1.8rem;
}

#product .product-area .product-box .title-box .tel a {
	font-family: "Lato", sans-serif;
}

#product .product-area .product-box .title-box .btn-g a {
	background: #25b672;
	padding: 10px 40px 10px 40px;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	position: relative;
}

#product .product-area .product-box .title-box .btn-g a::before {
	position: absolute;
	content: "\f105";
	font-size: 1.8rem;
	right: 20px;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	transition: 0.5s;
}

#product .product-area .product-box .title-box .btn-g a:hover::before {
	right: 15px;
}

#product .p-detail {
	align-items: flex-start;
	flex-direction: row-reverse;
	padding: 50px 0;
}

#product .p-detail:nth-of-type(3) {
	border-top: 1px #e0e0cc solid;
}

#product .p-detail .p-img {
	width: 450px;
	margin: 0;
	border-radius: 20px;
}

#product .p-detail div a img {
    width: auto;
	max-width: 450px;
	border-radius: 20px;
}

#product .p-detail .slick-dots {
	position: static;
	margin: 20px 10px 0;
	text-align: left;
}

#product .p-detail .slick-dots li {
	width: 100px;
	height: auto;
	margin: 0 10px 10px 0;
}

#product .p-detail .slick-dots li img {
	max-width: 100%;
    max-height: 100px;
	border-radius: 20px;
}

#product .p-detail > div {
	width: 550px;
}

#product .p-detail .p-info em {
	color: #25b672;
	font-weight: 700;
	font-size: 2.0rem;
	padding: 0 0 0 25px;
	position: relative;
}

#product .p-detail .p-info em::before {
	position: absolute;
	content: "\f005";
	font-size: 1.8rem;
	left: 0px;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
}

#product .p-detail .p-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px #e0e0cc solid;
	margin: 20px 0;
}

#product .p-detail .p-table tr {
	border-bottom: 1px #e0e0cc solid;
}

#product .p-detail .p-table tr th {
	text-align: left;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 10px 0;
	vertical-align: top;
}

#product .p-detail .p-table tr td {
	padding: 10px 0;
	text-align: right;
}

#product .p-detail .att {
	font-weight: 700;
}

#product .p-detail .p-list {
	padding: 0 0 20px;
}

#product .p-detail .p-list li {
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 0 0 0 15px;
	position: relative;
	width: 260px;
	display: inline-block;
}

#product .p-detail .p-list li::before {
	position: absolute;
	content: "・";
	font-size: 1.8rem;
	left: 0px;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
}

#product .p-detail .p-pdf {
	background: #f9f9f7;
	padding: 20px;
	margin: 20px 0 0;
}

#product .p-detail .p-pdf ul li {
	width: 48%;
	margin: 10px 0 0;
}

#product .p-detail .p-pdf ul li a {
	border: 1px #e0e0cc solid;
	background: #fff;
	display: block;
	padding: 15px 10px;
	position: relative;
}

#product .p-detail .p-pdf ul li a::before {
	content: "\f1c1";
	right: 10px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	position: absolute;
	color: #F30401;
}

#product .p-detail .p-pdf ul li a:hover {
	border: 1px #25b672 solid;
	background: #25b672;
	color: #fff;
}

#product .p-detail .p-pdf ul li a:hover::before {
	color: #fff;
}

#product .slick-slide img {
	width: 450px;
}


@media screen and (max-width: 768px){
	
	#product .product-area {
		margin: 100px auto 0;
	}

	#product .product-area .bg-box {
		padding: 0 20px;
	}

	#product .product-area .facility-list {
		padding: 20px;
		border-radius: 20px;
		margin: 20px 0 35px;
	}

	#product .product-area .facility-list dt {
		font-size: 2.2rem;
		background-size: auto 20px;
		padding: 0px 0px 0px 25px;
	}

	#product .product-area .facility-list dd {
		width: 100%;
		margin: 5px 0 0;
	}

	#product .product-area .facility-list dd a {
		padding: 15px;
	}

	#product .product-area .facility-list dd a::before {
		font-size: 1.4rem;
		right: 15px;
	}

	#product .product-area .facility-list dd a:hover {
		background: #fff;
		color: #25b672;
	}

	#product .product-area .facility-list dd a:hover::before {
		color: #25b672;
		top: 0;
	}

	#product .product-area .product-box {
		position: relative;
		padding: 0 0 70px;
	}

	#product .product-area .product-box .title-box {
		padding: 20px;
	}

	#product .product-area .product-box .title-box .f-fs {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#product .product-area .product-box .title-box h3 {
		font-size: 2.2rem;
		padding: 0 0 5px;
	}

	#product .product-area .product-box .title-box .tel {
		padding: 5px 20px 5px 30px;
		position: relative;
		font-size: 1.6rem;
	}

	#product .product-area .product-box .title-box .tel::before {
		display: none;
	}

	#product .product-area .product-box .title-box .tel span {
		padding: 0 0 0 20px;
		position: relative;
	}

	#product .product-area .product-box .title-box .tel span::before {
		content: "\f095";
		position: absolute;
		left: 0;
		top: -3px;
		font-size: 1.4rem;
	}

	#product .product-area .product-box .title-box .btn-g {
		margin: 10px auto 0;
		position: absolute;
		bottom: 30px;
		width: 93.75%;
		left: 0;
		right: 0;
		text-align: center;
	}

	#product .product-area .product-box .title-box .btn-g a {
		width: 100%;
		display: block;
	}

	#product .product-area .product-box .title-box .btn-g a:hover::before {
		right: 10px;
	}

	#product .p-detail {
		flex-direction: column;
		padding: 30px 20px;
	}

	#product .p-detail .p-img {
		width: 100%;
	}

	#product .p-detail div a img {
		max-width: 100%;
	}

	#product .p-detail .slick-dots {
		margin: 20px 0 10px;
		text-align: center;
	}

	#product .p-detail .slick-dots li {
		width: 15%;
		margin: 0 2% 10px 0;
	}

	#product .p-detail .slick-dots li:last-child {
		margin: 0 0 10px 0;
	}

	#product .p-detail .slick-dots li img {
		border-radius: 10px;
	}

	#product .p-detail > div {
		width: 100%;
	}

	#product .p-detail .p-table {
		margin: 15px 0;
	}

	#product .p-detail .p-table tr th {
		font-size: 1.6rem;
		padding: 10px 0;
	}

	#product .p-detail .p-table tr td {
		padding: 10px 0;
		width: 100px;
	}

	#product .p-detail .p-list {
		padding: 0 0 10px;
	}

	#product .p-detail .p-list li {
		font-size: 1.6rem;
		padding: 0 0 0 15px;
		width: 100%;
	}

	#product .p-detail .p-list li::before {
		font-size: 1.6rem;
	}

	#product .p-detail .p-pdf {
		padding: 15px;
		margin: 10px 0 0;
	}

	#product .p-detail .p-pdf ul li {
		width: 100%;
		margin: 5px 0 0;
	}

	#product .p-detail .p-pdf ul li a:hover {
		border: 1px #e0e0cc solid;
		background: #fff;
		color: #333;
	}

	#product .p-detail .p-pdf ul li a:hover::before {
		color: #F30401;
	}
	
	#product .slick-slide img {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		
	}

}
