@charset "UTF-8";
/* CSS Document */
/* ::::::::::::::::::::::::::::::::: FOR STAY_SERVICE PAGE サービス・レンタル ::::::::::::::::::::::::::::::::: */
/* New Parts CSS */
.stay_service .stayServiceBlock01:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 989px) {
  .stay_service .stayServiceBlock01:not(:last-child) {
    margin-bottom: 30px;
  }
}

.stay_service .stayServiceBlock01 .list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

@media screen and (max-width: 989px) {
  .stay_service .stayServiceBlock01 .list {
    display: block;
  }
}

.stay_service .stayServiceBlock01 .list li {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  width: 300px;
  margin: 30px 30px 0 0;
  padding: 22px 20px 40px;
}

@media screen and (max-width: 989px) {
  .stay_service .stayServiceBlock01 .list li {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 10px 5% 25px;
  }
}

.stay_service .stayServiceBlock01 .list li:nth-child(3n) {
  margin-right: 0;
}

.stay_service .stayServiceBlock01 .list li:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 989px) {
  .stay_service .stayServiceBlock01 .list li:nth-child(-n+3) {
    margin-top: 15px;
  }
}

.stay_service .stayServiceBlock01 .list li .img {
  margin: -22px -20px 22px;
}

@media screen and (max-width: 989px) {
  .stay_service .stayServiceBlock01 .list li .img {
    margin: -10px -5.5% 10px;
  }
}

.stay_service .stayServiceBlock01 .list li .price {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 47px;
  text-align: center;
  padding: 0;
  background: #f3f2f0;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 989px) {
  .stay_service .stayServiceBlock01 .list li .price {
    top: 18px;
    right: 15px;
    width: 54px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 2px 0 4px;
  }
}

.stay_service .stayServiceBlock01 .list li .title {
  line-height: 1.53;
  margin-bottom: 0;
  color: #222;
  font-size: 1.8rem;
}

@media screen and (max-width: 989px) {
  .stay_service .stayServiceBlock01 .list li .title {
    line-height: 2.44;
  }
}

.stay_service .stayServiceBlock01 .list li .text {
  margin-top: 14px;
  font-size: 1.3rem;
}

@media screen and (max-width: 989px) {
  .stay_service .stayServiceBlock01 .list li .text {
    margin-top: 7px;
  }
}

.stay_service .stayServiceBlock01 .caution {
  margin-top: 35px;
  text-align: left;
}

@media screen and (max-width: 989px) {
  .stay_service .stayServiceBlock01 .caution {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.92;
  }
}
