@charset "utf-8";

/*============================
facilityArea
============================*/

.facilityArea { width: 980px; margin: 0 auto; padding: 60px 10px 100px; }

.facilityArea ul { overflow: hidden; }
.facilityArea ul li.box { position: relative; float: left; width: 47%; margin-top: 50px; }
.facilityArea ul li.box:nth-child(2n) { margin-left: 6%; }
.facilityArea ul li.box .img { height: 300px; background: url(../../imgFile/dammy.JPG) no-repeat center center; background-size: cover; border-radius: 3px 3px 0 0; }
.facilityArea ul li.box .text { height: 100px; padding: 15px; border-radius: 0 0 3px 3px; font-size: 13px; background: #FBF9F3; line-height: 1.5; }
.facilityArea ul li.box .text span { display: block; padding-bottom: 5px; font-size: 16px; font-weight: bold; }

/*施設写真*/
.facilityArea ul li.box .img.img--02 { background: url(../../imgFile/fc_02.JPG) no-repeat center center; background-size: cover; }
.facilityArea ul li.box .img.img--03 { background: url(../../imgFile/fc_03.JPG) no-repeat center center; background-size: cover; }
.facilityArea ul li.box .img.img--04 { background: url(../../imgFile/fc_04.JPG) no-repeat center center; background-size: cover; }
.facilityArea ul li.box .img.img--05 { background: url(../../imgFile/fc_05.JPG) no-repeat center -280px; background-size: cover; }