@charset "UTF-8";

.popup {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  position: relative;
  z-index: 9998;
}

.popup.on {
  opacity: 1;
  pointer-events: auto;
}

.popup_bg {
  background: rgba(104, 104, 106, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.popup_content {
  position: fixed;
  top: 6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
  background: #fff;
  z-index: 10000;
}

.popup_content div {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0 15px;
  position: relative;
}

.popup_content .batu {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 0;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.popup_content iframe {
  width: 100%;
  height: 40vw;
}

.pop-map {
  width: 17px;
}

.popup_content h2 {
  margin: 0 0 15px;
  line-height: 1;
  padding: 0 0 7px;
  border-bottom: 4px solid #05418a;
  font-size: 21px;
  display: flex;
  align-items: anchor-center;
  justify-content: start;
  letter-spacing: 1px;
}

.popup h2 img {
  margin-left: 0;
  margin-right: 5px;
}

.popup_content h2 span {
  width: 90%;
}

.popup_content table {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
}

.popup_content table th {
  width: 30%;
  background: #ac9a49;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative !important;
  left: 0;
  right: 0;
}
.popup_content table th,
.popup_content table td {
  border-bottom: 1px solid #d9d9d9;
}

.popup_content table td {
  font-size: 10px;
  line-height: 1.6;
  padding: 14px 10px;
  font-weight: bold;
  color: #8c8c8c;
  text-align: left;
}

.popup_content p {
  text-align: right;
  display: inline-block;
  padding: 0;
  margin: 0;
  display: block;
}

.popup_content p a {
  font-weight: bold;
  color: #05418a;
  font-size: 14px;
}

.store-map {
  width: 100% !important;
  padding: 5px 0 10px !important;
}

@media screen and (min-width: 767px) {
  .popup_content iframe {
    width: 100%;
    height: 200px;
  }
  .popup_content table td {
    font-size: 12px;
    padding: 15px 10px;
  }
  .popup_content p a {
    font-size: 16px;
  }
  .popup_content {
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
}

@media screen and (min-width: 1100px) {
  .popup_content iframe {
    width: 100%;
    height: 250px;
  }
  .popup_content {
    max-width: 500px;
  }
  .popup_content {
    top: 10%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
}
