@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&family=Russo+One&display=swap');

.rent181122 {
  position: relative;
  /*background: url(../../../images/banner/room3.jpg) left center no-repeat;*/
  background-image: url(../../../images/banner/room4.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 62%;
  border-bottom: 1px solid #111;
  color: #111;
  cursor: pointer;
}

.rent181122_bg {
  display: block;
  color: #111;
  text-decoration: none;
  outline: none;
  /*background-color: rgba(0, 0, 0, 0.2);*/
}

.rent181122_gradient_under {
  background: transparent;
  background: linear-gradient(45deg, transparent 44.5%, #fff 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.rent181122_gradient {
  background: #ffff00;
  background: linear-gradient(45deg, transparent 45%, #ffff00 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: right;
  padding: 120px 10% 0.5% 10%;
}

.rent181122 h3 {
  display: inline-block;
  font-family: 'Russo One', sans-serif;
  font-size: 2vw;
  letter-spacing: 2px;
  background: url(../../../images/banner/k-logo.png) left center no-repeat;
  padding-left: 72px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
}

.rent181122 h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.7vw;
  letter-spacing: 1px;
}

.rent181122__phone {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  color: #111;
  text-decoration: none;
}

.rent181122__button {
  font-family: 'Russo One', sans-serif;
  font-size: 20px;
  color: #111;
  border: 3px solid #111;
  padding: 10px 19px;
  border-radius: 10px;
  background: #fff;
  line-height: 120px;
  text-decoration: none;
}

.rent181122__note {
  position: absolute;
  bottom: 10%;
  left: 3%;
  color: #fff;
  font-weight: bold;
  font-size: 1.7vw;
  letter-spacing: 1px;
}

#spb-rent181122 .spb_close {
  margin-top: 95px;
  border: none;
  font-size: 4vw;
  font-weight: bold;
  background-color: transparent;
  z-index: 100;
}

#spb-rent181122 .spb-controls {
  z-index: 100;
}

.spb-popup-main-wrapper {
  position: static;
  padding: 0px;
  border: none;
}

@media screen and (max-width: 1182px) {
  .rent181122 {
    background-size: cover;
    background-position: top center;
  }

  .rent181122__note {
    position: static;
    left: 7%;
    font-size: 4vw;
    color: #fff;
    bottom: 2%;
    white-spacing: nowrap;
  }

  .rent181122_gradient {
    text-align: center;
  }

  .rent181122 h4 {
    font-size: 6vw;
    letter-spacing: 1px;
  }

  .rent181122__button {
    line-height: 100px;
  }

  .rent181122__phone {
    font-weight: bold;
  }

  .rent181122 h3 {
    font-size: 6vw;
    line-height: inherit;
  }
}

@media screen and (max-width: 476px) {
  .rent181122__phone {
    bottom: 3%;
  }

  .rent181122__button {
    line-height: 130px;
  }

  .rent181122__note {
    left: 7%;
    font-size: 7vw;
    color: #fff;
    bottom: 5%;
  }
  
  #spb-rent181122 .spb_close {
    font-size: 7vw;
  }
}
