/*-----------------------------------------
    search
-----------------------------------------*/
.search {
  padding-top: 6rem;
  padding-bottom: 10.7rem;
}

@media (max-width: 767px) {
  .search {
    padding-top: 4.6rem;
    padding-bottom: 3.6rem;
  }
}

.search__lead {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .search__lead {
    white-space: nowrap;
  }
}

.search__content {
  margin-top: 5.2rem;
}

@media (max-width: 767px) {
  .search__content {
    margin-top: 3.2rem;
  }
}

.search__map {
  width: clamp(300px, 30vw, 425px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.search__btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .search__btns {
    top: 0;
    left: 0;
  }
}

.search__btn {
  width: clamp(130px, 14vw, 190px);
  height: clamp(40px, 5vw, 64px);
  line-height: clamp(38px, 5vw, 64px);
  border-radius: 1.6rem;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #E1E1E1;
  text-align: center;
  display: inline-block;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.05rem;
  position: relative;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .search__btn {
    width: 190px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
}

.search__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../images/search-arrow.webp) no-repeat center center/contain;
}

.search__btn:hover {
  transform: translateX(5px) translateY(5px);
  box-shadow: none;
}

/* 群馬県ボタン */
.search__button1 {
  position: absolute;
  top: 30%;
  left: 15%;
}

@media (max-width: 767px) {
  .search__button1 {
    top: 28%;
    left: 10%;
  }
}

/* 埼玉県ボタン */
.search__button2 {
  position: absolute;
  top: 60%;
  left: 35%;
  margin: 0;
}

@media (max-width: 767px) {
  .search__button2 {
    top: 58%;
    left: 33%;
    margin: 0;
  }
}

/* 東京都ボタン */
.search__button3 {
  position: absolute;
  top: 83%;
  left: 48%;
  margin: 0;
}

@media (max-width: 767px) {
  .search__button3 {
    top: 78%;
    left: 35%;
    margin: 0;
  }
}

.searchBottom__wrap {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .searchBottom__wrap {
    margin-top: 4.4rem;
  }
}

.searchBottom__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: clamp(400px, 35vw, 500px);
  height: clamp(76px, 7vw, 96px);
  background: #154B2D;
  border-radius: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  box-shadow: 7px 4px 0px 0px rgba(21, 75, 45, 0.1);
  transition: all 0.3s ease 0s;
}

.searchBottom__btn::after {
  content: "";
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  background: #b98f2d;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3.5" stroke="white"><path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.8rem;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .searchBottom__btn {
    height: 78px;
    font-size: 20px;
  }
}

.searchBottom__btn:hover {
  transform: translateX(5px) translateY(5px);
  box-shadow: none;
}
