@charset "UTF-8";
:root {
  -webkit-font-smoothing: antialiased;
  --clr-facebook: #1877F2;
  --clr-twitter: #1D9BF0;
  --clr-line: #4CC764;
  --fzSP: 1.4rem;
  --fzPC: 1.6rem;
  --fz-headline: 4.6rem;
  --fz-heading: 2.3rem;
  --fz-subhead: 1.6rem;
  --lh: 2;
  --ls: normal;
  --ff-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝ProN W3", HiraMinProN-W3, "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
  --ff-sans: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}

#currentlocation {
  margin-top: 10.6666666667vw;
}
#currentlocation .search-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.6666666667vw;
  margin-top: 6.6666666667vw;
}
#currentlocation .search-btn span {
  display: inline-block;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  #currentlocation {
    margin-top: 60px;
    display: none;
  }
  #currentlocation .search-btn {
    margin-top: 40px;
  }
}