/* 地図検索 */
footer,
.footer-contents {
  display: none;
}

#resultMapListScroll {
  overflow-y: scroll;
}
#resultMapListArea ul[data-accordion-content] {
  display: none;
}
#resultMapListArea ul[data-accordion-content].is-active {
  display: block;
}
.map-widget-msg {
  width: calc(100vw - 510px);
}
.map-widget-msg.is-menu-opened {
  width: calc(100vw - 910px);
}
input[data-map-easy-search-input] {
  width: 205px;
}

.map-sidebar-wrap {
  overflow-x: hidden;
}

#searchResultMapForm label.is-hidden-when-result-map {
  opacity: 0;
  width: 20px;
  display: flex;
}
#searchResultMapForm .is-hidden-when-result-map {
  display: none;
}
.box.is-absolute-card-map-search-bottom {
  position: absolute;
  bottom: -5px;
  min-width: 216px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 10;
}
