.pop-up-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(107, 107, 107, 0.75);
  z-index: 100000;
  display: none;
}

@media (max-width: 768px) {
  .popup-pcOnly {
    display: none !important;
  }
}

.popup-spOnly {
  display: none !important;
}
@media (max-width: 768px) {
  .popup-spOnly {
    display: flex !important;
  }
}

.popup-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-box .imgbox {
  width: 80%;
  max-width: 1000px;
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  position: relative;
}
.popup-box .imgbox img.mainpc {
  width: 100%;
}
.popup-box .imgbox img.closebtn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .popup-box .imgbox img.closebtn {
    width: 10vw;
    height: 10vw;
    top: initial;
    bottom: -50px;
    right: 0;
  }
}
.popup-box .imgbox img.closebtn {
  cursor: pointer;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.popup-box .popup_tel {
  position: absolute;
  max-width: 530px;
  width: 53%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 155px;
}
@media (max-width: 1250px) {
  .popup-box .popup_tel {
    bottom: 27%;
  }
}
.popup-box .popup_mail {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1250px) {
  .popup-box .popup_mail {
    bottom: 9%;
  }
}
.popup-box .popup_mail {
  width: 72%;
  max-width: 720px;
  cursor: pointer;
}

.popup-spOnly .popup_tel {
  width: 48vw;
  bottom: 20vw;
}
.popup-spOnly .popup_mail {
  width: 66vw;
  bottom: 8vw;
}

.sidemenu {
  display: none;
  position: fixed;
  right: 0;
  top: 100px;
  right: 3px;
  width: 100px;
  z-index: 9999;
}
.sidemenu img {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2rem;
}

@media (min-width: 901px) {
  .sidemenu {
    display: block;
  }
}
.sp-footer-botton {
  display: none;
}
@media (max-width: 900px) {
  .sp-footer-botton {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
.sp-footer-botton {
  height: 14vw;
  padding-top: 1.8vw;
  background-color: rgba(0, 169, 157, 0.85);
}
.sp-footer-botton .btnbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sp-footer-botton .btnbox a {
  display: block;
  width: 42%;
}
.sp-footer-botton .btnbox a img {
  width: 100%;
}

@media (max-width: 900px) {
  .footer-box {
    margin-bottom: 15vw;
  }
}/*# sourceMappingURL=popup.css.map */