@charset "utf-8";
/*sec01*/
.sec01 {
	padding-bottom: 10em;
	background: url(../image/common/bgimg_grad.png) left bottom /40% auto no-repeat;
}
.sec01 .textbox{
	width: 50%;
}
.sec01 .imgbox{
	width: 46%;
}
.sec01 h3{
	font-size: 2.8rem;
	margin: 20px 0;
}
.sec01 .textbox p{
	font-size: 1.6rem;
	line-height: 2.0;
}
.sec02 .flex{
	justify-content: space-around;
}
/*.sec02 .sec02_item{
	width: 155px;
	height: 155px;
	border-radius: 50%;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}*/

.sec02 .sec02_item {
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    background: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #f3f4f5;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.sec02 .sec02_item p{
	font-size: 2.0rem;
}

.sec02 .textbox p{
	font-size: 1.6rem;
	text-align: center;
}
.sec03{
	padding: 4em 0 6em;
}
.sec03 ul li{
	margin-bottom: 30px;
}
.sec03 .textbox{
	width: 50%;
}
.sec03 h3{
	font-size: 2.4rem;
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}
.sec03 h3 span{
	font-family: comorant;
	display: block;
	color: #cbe8c8;
	font-size: 10.7rem;
	font-style: italic;
	line-height: 1.0;
}
.sec03 h3::before{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 80px;
	background: #00713f;
	left: 0;
	bottom: 0;
}
.sec03 p{
	font-size: 1.6rem;
}
.sec03 .imgbox{
	width: 46%;
}


.sec04{
	padding: 4em 0;
}
.sec04 .warpper > .textbox{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.6rem;
}
.sec04 .warpper > .imgbox{
	margin-bottom: 20px;
}
.sec04 .warpper > .imgbox img{
	width: 18%;
	margin-bottom: 20px;
}
.facility_lists{
	margin-bottom: 6em;
	align-items: stretch;
}
.facility_list{
	width: 48%;
}
.facility_list dl{
	border: solid 1px #ccc;
	border-bottom: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	height: 92%;
}
.facility_list dl dt{
	width: 30%;
	background: #f7f7f7;
	font-size: 1.4rem;
	border-bottom: solid 1px #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4%;
}
.facility_list dl dd{
	width: 70%;
	font-size: 1.4rem;
	border-bottom: solid 1px #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	padding: 4%;
}
.facility_list dl dd p{
	width: 100%;
}
.sec04{
	position: relative;
	background: url(../image/common/bgimg_grad.png) left bottom /40% auto no-repeat;
}
.sec04::before{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 772px;
	height: 605px;
	right: 0;
	top: -218px;
	background: url(../image/common/bgimg_circle.png) left bottom /100% auto no-repeat;

}
.sec04 h3{
	font-size: 2.4rem;
}
.facility_texts{
	margin-bottom: 40px;
}
.facility_texts .textbox{
	border: solid 1px #00713f;
	padding: 20px;
}
.facility_texts .textbox p{
	font-size: 1.6rem;
}
.cost_item{
	margin: 20px 0;
	color: #fff;
	padding: 2px 20px;
	background: #75c279;
	width: fit-content;
}
.yellow_ribon{
	margin: 20px 0;
	color: #fff;
	padding: 2px 20px;
	background: #f49e1b;
	width: fit-content;
	position: relative;
}
.yellow_ribon::after{
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 100%;
	background: linear-gradient(to right bottom ,#f49e1b 0%,#f49e1b 50%, transparent 50% ,transparent 100%  ) left top /100% 50% no-repeat,
	linear-gradient(to right top ,#f49e1b 0%,#f49e1b 50%, transparent 50% ,transparent 100%  ) left bottom /100% 50% no-repeat;
}
.facility_data{
	justify-content: center;
	align-items: stretch;
}
.facility_data .textbox{
	width: 45%;
	padding: 6%;
	background: #f4f4f4;
	margin: 6% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
}
.facility_data .textbox h3{
	font-size: 2.8rem;
}
.facility_data .textbox h3 span{
	font-size: 1.6rem;
	display: block;
}
.facility_data .textbox h3::after{
	content: "";
	width: 80px;
	height: 1px;
	margin: 20px 0;
	display: block;
	background: #56994f;
}
.facility_data .textbox p{
	font-size: 1.6rem;
}
.facility_data .textbox p.tel_fax{
	font-size: 2.0rem;
}
.facility_data .textbox p.tel_fax::before{
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 45px;
	height: 20px;
	background: url(../image/common/tel_fax.png) center center/100% auto no-repeat;
}

.facility_data .imgbox{
	width: 30%;
}
section.maps{
	margin-bottom: 40px;
}

/*レスポンシブ*/
@media only screen and (max-width: 768px) {
	.sec01 .flex{
		justify-content:center;
	}
	.sec01 .textbox{
		width: 100%;
		order: 2;
	}
	.sec01 .imgbox{
		width: 60%;
		order: 1;
		margin-bottom: 20px;
	}
	.sec02 .flex .sec02_item{
		width: 160px;
		height: 160px;
	}
	.sec01 .textbox h3{
		font-size: 2.0rem;
	}
	.sec02 .flex{
		margin-bottom: 0;
	}

	.sec03 .flex{
		justify-content: center;
	}
	.sec03 .imgbox{
		order: 1;
		width: 60%;
		margin: 0 auto 20px
	}
	.sec03 .textbox{
		order: 2;
		width: 100%;
		margin-bottom: 30px;
	}
	.sec04{
		padding-top: 0;
	}
	.sec04::before{
		width: 300px;
		height: 400px;
		right: 0;
		top: inherit;
	}

	.sec04 .warpper > .imgbox{
		justify-content: center;
	}
	.sec04 .warpper > .imgbox img{
		width: 28%;
		margin: 0 5px 10px;;
	}
	.sec04 h3{
		font-size: 1.8rem;
	}
	.facility_list{
		width: 100%;
		margin-bottom: 40px;
	}
	.facility_data{
		flex-wrap: wrap;
	}
	.facility_data .textbox{
		width: 100%;
		order: 2;
	}
	.facility_data .imgbox{
		width: 60%;
		order: 1;
	}
}
