.point {
  background: transparent url(../img/point-bg.webp) no-repeat center top/1920px 392px;
}

.point-item.point-01 {
  background: transparent url(../img/point-bg-01.webp) no-repeat center bottom/380px 477px;
}
.point-item.point-02 {
  background: transparent url(../img/point-bg-02.webp) no-repeat center bottom/380px 477px;
}
.point-item.point-03 {
  background: transparent url(../img/point-bg-03.webp) no-repeat center bottom/380px 477px;
}

.section-title.bgGreen {
  background: url(../img/section-title-bg.webp) center center/1100px 92px no-repeat transparent;
}

.hotel-list-item img {
  border-radius: 5px;
}