/* ==========================================================================
  modal
========================================================================== */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

.photoGallery {
  width: 100%;
  height: 100%;
}

.photoGallery img {
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

.close__btn {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .close__btn {
    right: -40px;
    width: 30px;
  }
}

.modal2 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal__bg2 {
  background: rgba(255, 255, 255, 0.95);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content2 {
  background: rgba(255, 255, 255, 0);
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: 80%;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .modal__content2 {
    width: 80%;
    padding: 0 20px;
  }
}

.close__btn2 {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 42px;
  cursor: pointer;
}

.stay__modalWrap .stay__modalBlock {
  margin-bottom: 80px;
}

.stay__modalWrap .stay__modalBlock .stayModal__ttl {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}

.stay__modalWrap .stay__modalBlock .stayModal__desc {
  font-size: 13px;
  line-height: 2;
}

.stay__modalWrap .stay__modalBlock .stayModal__desc .desc {
  margin-bottom: 30px;
}

.stay__modalWrap .stay__modalBlock .stayModal__desc .desc:last-child {
  margin-bottom: 0;
}

.stay__modalWrap .stay__modalBlock .stayModal__fpTtl {
  font-size: 16px;
  text-align: center;
  margin: 100px 0 30px;
}
