@charset "UTF-8";
/* CSS Document */

/*mv*/

.mv2 .arc {
  background: url(../images/mv_bg.jpg)center top no-repeat;
  background-size: cover;
}



/*facility*/
.facility {
  background-size: cover;
}

.facility .second_title {
  margin-top: 40px;
}

.facility li {
  border-radius: 5px;
  padding: 20px 20px 25px;
  margin-right: 3.3%;
  width: 31%;
}

.facility li:nth-child(2n+1) {
  background: url(/youkou/lib/cmn_img/bg_fabric1.jpg)no-repeat;
  background-size: cover;
}

.facility li:nth-child(2n) {
  background: url(/youkou/lib/cmn_img/bg_fabric2.jpg)no-repeat;
  background-size: cover;
}

.facility .ttl1 {
  position: relative;
  padding-bottom: 10px;
  color: #333;
}

.facility .ttl1:after {
  content: "";
  position: absolute;
  background-color: rgba(244, 148, 126, 0.2);
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}

.news {
  background: #fff;
}

.facility .txt2 {
  color: #333;
}

/* for Tablet
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {

  /*facility*/
  .facility .second_title {
    margin-top: 40px;
  }

  .facility li {
    border-radius: 5px;
    padding: 20px 20px 25px;
    float: none;
    margin-right: 0;
    width: 80%;
    margin: 0 auto 20px;
  }

  .facility li:nth-child(2n+1) {
    background-size: cover;
  }

  .facility li:nth-child(2n) {
    background-size: cover;
  }

  .facility .ttl1 {
    position: relative;
    padding-bottom: 10px;
  }
}