@charset "UTF-8";
.top_bg{
	background: url(../../images/facil/facili_bg.png);
	background-repeat:repeat;
	background-size: contain;
	background-position: center;
}
.top_ttl{
	padding: 5px 20px;
	background: rgba(255,255,255,.3);
	z-index: 1;
}
.main_content{
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 16px
}
.facility_h1{
	font-size: 2em;
	font-weight: 600;
	margin:60px 0;
	text-align: center;
	position: relative;
}
.facility_h2{
	font-size: 2em;
	font-weight: 600;
	margin:60px 0;
	text-align: center;
	position: relative;
}
.top_txt{
	max-width: 70%;
	line-height: 1.5;
	background: #fff;
	padding: 3%;
	margin: 0 auto 60px;
}
/*----------------------------------------- 
facility_sec
----------------------------------------- */
.facility_sec{
	max-width: 1280px;
	width: 100%;
	padding: 0 16px;
	margin: 120px auto 60px;
}
.facility_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 120px;
}
.facility_area::after{
  content:"";
  display: block;
  width:30%;
}
.facility_cnt{
	width: 30%;
	box-shadow: 0 5px 30px -7px rgba(25,25,25,.7);
	position: relative;
	height: auto;
	border-bottom: 3px solid  #b22222;
	margin-bottom: 90px;
}

.facility_ul{
	padding: 5%;
}

.facility_ul li{
	padding: 5px 0;
	font-size:  1vw;
}
@media all and (min-width: 1600px) {
	.facility_ul li{
	padding: 5px 0;
	font-size:  1.6rem;
}
}
.li_ttl{
	display: inline-block;
	width: 35%;
	font-weight: 600;
	letter-spacing:0;
}
.another_area{
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto 80px;
	padding: 0 16px;
}
.another_txt{
	text-align: center;
	font-size: 1.2em;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 80px;
	text-align: justify;
	border: 2px solid #333;
	padding: 3%;
	letter-spacing: .08em;
	line-height: 1.5;
}