@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: 15%;
  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: 10px 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 !important;
  margin: 0 !important;
}

.popup_content h2 {
  margin: 0 0 15px;
  line-height: 1;
  padding: 0 0 5px !important;
  border-bottom: 4px solid #05418a;
  font-size: 24px !important;
}

.popup_content table {
  border: 1px solid #d9d9d9 !important;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
}

.popup_content table th {
  width: 25% !important;
  background: #ac9a49;
  text-align: center;
  color: #fff;
  font-size: 12px !important;
  position: relative !important;
  left: 0;
  right: 0;
  padding: 10px 0;
}
.popup_content table th,
.popup_content table td {
  border: 1px solid #d9d9d9 !important;
}

.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 !important;
  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;
}

.map-button {
  cursor: pointer;
}

@media screen and (min-width: 700px) {
  .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 {
    max-width: 500px;
  }
  .popup_content {
    top: 10%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  .store_name_pop {
    position: absolute !important;
    top: 0% !important;
    left: 7% !important;
    font-size: 1em !important;
  }
}
