/* CSS Document */
/* ::::::::::::::::::::::::::::::::: FOR STAY_ROOMS PAGE ::::::::::::::::::::::::::::::::: */
.tabContents + .tabContents {
  margin-top: 40px;
}

@media screen and (max-width: 989px) {
  .tabContents + .tabContents {
    margin-top: 30px;
  }
}

.stayRoomList {
  display: flex;
  flex-wrap: wrap;
}

.stayRoomList > li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 31.25%;
  margin-right: 3.125%;
  background: #fff;
  padding: 20px 20px 40px;
  margin-top: 30px;
  text-align: left;
}

.stayRoomList > li:nth-child(3n) {
  margin-right: 0;
}

.stayRoomList > li:nth-child(-n+3) {
  margin-top: 0;
}

.stayRoomList > li .img {
  min-height: 0%;
  margin: -20px -20px 20px;
}

.stayRoomList > li .title {
  color: #222;
  margin-bottom: 13px;
}

.stayRoomList > li .text {
  margin-bottom: 25px;
}

.stayRoomList > li .text p {
  font-size: 1.3rem;
  line-height: 1.692;
  margin-bottom: 12px;
}

.stayRoomList > li .text .link {
  background: url(../../img/common/vector_yellow_right.svg) no-repeat left center/6px auto;
  padding-left: 12px;
  margin-bottom: 0;
}

.stayRoomList > li .text .link a {
  text-decoration: underline;
}

.stayRoomList > li .text .link a:hover {
  text-decoration: none;
}

.stayRoomList > li .btnWrap {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

@media screen and (min-width: 990px) {
  .stayRoomList > li .btnWrap li + li {
    margin-left: 0;
  }
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px) {
  .stayRoomList > li {
    width: 100%;
    padding: 17px 5% 33px;
    margin-right: 0;
    margin-top: 15px;
  }
  .stayRoomList > li:nth-child(-n+3) {
    margin-top: 15px;
  }
  .stayRoomList > li .img {
    margin: -17px -5.5% 17px;
  }
  .stayRoomList > li .title {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
  .stayRoomList > li .text {
    margin-bottom: 15px;
  }
  .stayRoomList > li .text .link {
    margin-bottom: 10px;
  }
  .stayRoomList > li .btnWrap {
    max-width: 420px;
  }
}
