.hero-page {
  background: url('../img/hero.jpg') center center / cover no-repeat;
}

.list-stay-01 {
  width: 100%;
  padding: 0;
  background: url('../../common/img/img_line_01.png') left 10px top / 56px auto repeat-y;
}
.list-stay-01.rev {
  background: url('../../common/img/img_line_01.png') right 5px top / 56px auto repeat-y;
}
.list-stay-01 .w50 {
  width: 50%;
}
.stay-01 {
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 0 20px;
  padding: 25px 0 0;
}
.list-stay-01.rev .stay-01 {
  
}
.stay-01 .img {
  width: 100%;
  padding: 0 0 30px 120px;
}
.list-stay-01.rev .stay-01 .img {
  width: 100%;
  padding: 0 120px 30px 0;
}
.stay-01 .time {
  width: 70px;
  height: 70px;
  background: #793c61;
  text-align: center;
  color: #fff;
  font-size: 14px; font-size: 1.4rem;
  line-height: 70px;
  border-radius: 35px;
}
.stay-01 .body {
  width: calc(100% - 90px);
}
.stay-01 .ttl {
  display: block;
  font-size: 20px; font-size: 2.0rem;
  line-height: 1.5;
}
.stay-02 {
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 0 20px;
  padding: 25px 0 0;
}
.list-stay-01.rev .stay-02 {
  
}
.stay-02 .img {
  width: 100%;
  padding: 0 0 30px 120px;
}
.list-stay-01.rev .stay-02 .img {
  width: 100%;
  padding: 0 120px 30px 0;
}
.stay-02 .body-02 {
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.stay-02 .time {
  width: 70px;
  height: 70px;
  background: #793c61;
  text-align: center;
  color: #fff;
  font-size: 14px; font-size: 1.4rem;
  line-height: 70px;
  border-radius: 35px;
}
.stay-02 .time.none {
  opacity: 0;
}
.stay-02 .body {
  width: calc(100% - 90px);
}
.stay-03 {
  padding-left: 90px;
}
.bg-stay-01 {
  padding-bottom: calc(100vw * .600);
  background: url('../img/bg_stay_01.jpg') center bottom / 100% auto no-repeat;
}

@media screen and (min-width: 960px) {
  .list-stay-01 {
    background: url('../../common/img/img_line_01.png') left calc(50% + 40px) top / 76px auto repeat-y;
  }
  .list-stay-01.rev {
    background: url('../../common/img/img_line_01.png') left 15px top / 76px auto repeat-y;
  }
  .list-stay-01.rev .stay-01 {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .stay-01 .img {
    width: calc(50% - 50px);
    padding: 0;
  }
  .list-stay-01.rev .stay-01 .img {
    width: calc(50% - 50px);
    padding: 0;
  }
  .stay-01 .time {
    width: 100px;
    height: 100px;
    font-size: 18px; font-size: 1.8rem;
    line-height: 100px;
    border-radius: 50px;
  }
  .stay-01 .body {
    width: calc(50% - 120px);
  }
  .stay-01 .ttl {
    font-size: 30px; font-size: 3.0rem;
    line-height: 1.5;
  }
  .list-stay-01.rev .stay-02 {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .stay-02 .img {
    width: calc(50% - 50px);
    padding: 0;
  }
  .list-stay-01.rev .stay-02 .img {
    width: calc(50% - 50px);
    padding: 0;
  }
  .stay-02 .time {
    width: 100px;
    height: 100px;
    font-size: 18px; font-size: 1.8rem;
    line-height: 100px;
    border-radius: 50px;
  }
  .stay-02 .body-02 {
    width: calc(50% + 15px);
  }
  .stay-02 .body {
    width: calc(100% - 120px - 15px);
  }
  .stay-03 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .stay-01 {
    margin: 0 0 50px;
  }
  .stay-02 {
    margin: 0 0 50px;
  }
}
