.search-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.search-map .search-map__inputbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  border: 1px solid #ddd;
  padding: 0.5em 0.5em 0.5em 1em;
  border-radius: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.search-map .search-map__inputbar .search-map__inputbar--input {
  border: 0;
  outline: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.search-map .search-map__inputbar .search-map__inputbar--label {
  position: absolute;
  left: 1em;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  font-size: 14px;
  padding: 0 0.5em;
  background-color: white;
}
.search-map .search-map__inputbar .search-map__inputbar--send {
  border: 0;
  outline: 0;
  background-color: transparent;
}
.search-map .search-map__inputbar .search-map__inputbar--send img {
  width: 1.25em;
  height: 1.25em;
}
.search-map .search-map__nearby {
  width: 25%;
}
.search-map .search-map__nearby button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  outline: 0;
  font-size: 18px;
  border-radius: 2em;
  padding: 0.5em 1em;
  gap: 0.5em;
  width: 100%;
  height: 100%;
}
.search-map .search-map__nearby button img {
  width: 1.25em;
  height: 1.25em;
}
.search-map .search-map__result {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.search-map .search-map__result .search-map__result--labels {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  position: relative;
  left: 0.5em;
}
.search-map .search-map__result .search-map__result--labels label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(25% - 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  border: 1px solid #eee;
  padding: 1em;
  border-radius: 0.5em;
  cursor: pointer;
}
.search-map .search-map__result .search-map__result--labels label input {
  width: 1.2em;
  height: 1.2em;
  border-radius: 4px;
  margin-top: 0;
}
.search-map .search-map__result .search-map__result--labels label:has(input[checked]) {
  background-color: #eee;
}
.search-map .search-map__result .search-map__result--map {
  width: 100%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.search-map .search-map__result .search-map__result--map .search-map__result--maplist {
  overflow: auto;
  width: 25%;
  padding-right: 0.5em;
}
.search-map .search-map__result .search-map__result--map .search-map__result--mapmain {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-map .search-map__result .search-map__result--map iframe {
  width: 100%;
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.store-box {
  border: 1px solid #eee;
  padding: 1em;
  border-radius: 0.5em;
  margin: 0 0 0.5em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.store-box:hover {
  border-color: #007bff;
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.1);
}

.store-box:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}
.store-box h4 {
  margin: 0 0 0.5rem;
}
.store-box em {
  font-style: normal;
  color: #666;
}

@media screen and (max-width: 820px) {
  .search-map .search-map__nearby {
    width: 33.33%;
  }
  .search-map .search-map__result .search-map__result--map .search-map__result--maplist {
    width: 33.33%;
  }
}
@media screen and (max-width: 576px) {
  .search-map .search-map__nearby {
    width: 20%;
  }
  .search-map .search-map__nearby button span {
    display: none;
  }
  .search-map .search-map__result .search-map__result--labels label {
    width: calc(50% - 1em);
  }
  .search-map .search-map__result .search-map__result--map {
    display: block;
    height: auto;
  }
  .search-map .search-map__result .search-map__result--map .search-map__result--maplist {
    width: 100%;
    overflow: visible;
  }
  .search-map .search-map__result .search-map__result--map .search-map__result--mapmain {
    height: 50vh;
  }
}