@charset "utf-8";

/*
 * glightboxカスタム用
 * --------------------------------------------------
 */

.gslide iframe {
  width: 100vw !important;
  height: 100vh !important;
}

.glightbox-button-hidden {
  display: none !important;
}

.gslide-image img {
  width: calc(100% - 100px);
  height: auto;
}

.glightbox-clean .gslide-video {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .glightbox-clean .gslide-media {
    padding: 0px;
    max-height: 100%;
  }

  .gslide-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.glightbox-clean .gslide-title {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  color: #000000;
  margin-bottom: 0.8rem;
}

.glightbox-clean .gslide-desc {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-family: 'Noto Sans JP';
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0px;
}

.gnext.disabled,
.gprev.disabled {
  opacity: 0;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0px;
}

.glightbox-clean .gprev {
  left: 0px;
}

.glightbox-clean .gnext {
  right: 0px;
}

@media(max-width: 767px) {
  .glightbox-mobile .glightbox-container .gslide-title {
    color: #ffffff;
    font-size: 1.4rem;
  }

  .glightbox-mobile .glightbox-container .gslide-desc {
    color: #ffffff;
    font-size: 1.2rem;
  }

  .glightbox-clean .gprev {
    top: calc((100% - 50px) / 2);
  }

  .glightbox-clean .gnext {
    top: calc((100% - 50px) / 2);
  }
}

#glightbox_btn_reserve {
  display: flex;
  position: fixed;
  left: 85px;
  bottom: 130px;
  z-index: 9999999;
  background: rgb(0, 0, 0, 0.5);
  width: 180px;
  max-width: 25%;
  height: 50px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  outline: 5px solid rgb(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
}

#glightbox_btn_reserve:hover {
  background: rgb(255, 255, 255, 0.75);
  color: #000000;
}

@media screen and (max-width: 767px) {
  #glightbox_btn_reserve {
    background: rgb(0, 0, 0, 0.5);
    max-width: 50%;
    left: 30px;
    bottom: 80px;
    height: 40px;
    font-size: 12px;
    outline: 2px solid rgb(255, 255, 255, 0.25);
  }
}