.contents--info {
  background: url(../img/bg-light-xs.jpg) no-repeat bottom
}

.plan__link--facility,
.service__link--facility {
  background-image: url(../img/eyecatch-facility.jpg);
  background-size: cover
}

.plan__link--cuisine,
.service__link--cuisine {
  background-image: url(../img/eyecatch-cuisine.jpg);
  background-size: cover
}

.plan__link--onsen,
.service__link--onsen {
  background-image: url(../img/eyecatch-onsen.jpg);
  background-size: cover
}

.plan__link--lunch,
.service__link--lunch {
  background-image: url(../img/eyecatch-lunch.jpg);
  background-size: cover
}

.footer {
  background: url(../img/bg-footer-xs.jpg) no-repeat center bottom, #fff url(../img/bg-footer-xs.jpg) repeat-x top;
  background-size: cover, 100% auto
}

@media (min-width:768px) {
  .contents--info {
    background: url(../img/bg-light.jpg) no-repeat bottom
  }
}

@media (min-width:1100px) {
  .footer {
    background: url(../img/bg-footer.jpg) no-repeat center bottom, #fff url(../img/bg-footer.jpg) repeat-x top;
    background-size: 100% auto, 100% auto
  }
}