.popup_area_search_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
}
.popup_area_search_modal.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-height: 80%;
  width: 80%;
  max-width: 850px;
  background-color: #fff;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: clip;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .popup-inner {
    background: none;
  }
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.popup-inner .pref_list .area_checkbox_list .a {
  display: flex;
  border-bottom: 1px solid #7b7b7b;
}
@media (max-width: 768px) {
  .popup-inner .pref_list .area_checkbox_list .a {
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .popup-inner .pref_list .area_checkbox_list .a {
    border-bottom: none;
  }
}
.popup-inner .pref_list .area_checkbox_list .a p {
  background-color: #e8e8e8;
  width: 20%;
  color: black;
  margin: 0;
  text-align: left;
  border-radius: 0;
}
@media (max-width: 768px) {
  .popup-inner .pref_list .area_checkbox_list .a p {
    width: calc(100% - 20px);
  }
}
.popup-inner .pref_list .area_checkbox_list .a ul {
  width: 80%;
}
.popup-inner .pref_list .area_checkbox_list > ul {
  border-bottom: #7b7b7b 1px solid;
}
@media (max-width: 480px) {
  .popup-inner .pref_list .area_checkbox_list > ul {
    border-bottom: none;
  }
}
.popup-inner .pref_list .area_checkbox_list hr {
  display: none;
}

.top .detail_search {
  display: none;
}
@media (max-width: 480px) {
  .top .detail_search {
    display: block;
  }
}

@media (max-width: 480px) {
  .popup-inner {
    padding-bottom: 0;
  }
  .popup-inner .pref_list {
    background-color: white;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
  }
  .popup-inner .pref_list #pref-1 {
    margin-bottom: 0;
  }
  .popup-inner #bukken_search_form {
    position: relative;
  }
  .popup-inner #bukken_search_form > div:last-of-type {
    position: sticky;
    bottom: -1px;
    background-color: #B0B0B0;
    padding: 20px 0;
  }
  .all_city_check_input {
    margin-right: 5px;
  }
  .syubetu_radio {
    margin-right: 5px;
  }
  .detail_search .syubetu_conditions,
  .detail_search .price_conditions,
  .detail_search .buildyear_conditions,
  .detail_search .freeword_conditions {
    margin-bottom: 10px !important;
  }
  .area_search_modal_title > span,
  .detail_search > span {
    font-size: 18px !important;
  }
  .pref_bukken_selected_count {
    font-size: 16px !important;
  }
}/*# sourceMappingURL=area_search_modal.css.map */