.store-search {
  padding-bottom: 10rem;
  border-top: 1px solid #000;
}

.store-search .areas {
  margin-top: 4rem;
  padding: 0 3rem;
}

@media screen and (max-width: 768px) {
  .store-search .areas {
    padding: 0 0;
  }
}

.store-search .area .area-name {
  position: relative;
  margin-top: 1px;
  padding: 2rem 0 2rem 8rem;
  background: #f4f4f4;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.44444;
  text-align: left;
  color: #000;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .store-search .area .area-name {
    font-size: 1.6rem;
  }
}

.store-search .area .area-name:after,
.store-search .area .area-name:before {
  position: absolute;
  content: "";
  top: 50%;
}

.store-search .area .area-name:before {
  height: 3rem;
  left: 3.5rem;
  border-left: 1px solid #707070;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.store-search .area .area-name:after {
  width: 3rem;
  left: 2rem;
  border-top: 1px solid #707070;
}

.store-search .area .area-name.open:before {
  height: 0;
}

.store-search .area .prefectures {
  padding: 2rem;
}

.store-search .area .prefectures ul {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: left;
  color: #000;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .store-search .area .prefectures ul {
    font-size: 1.2rem;
  }
}

.store-search .area .prefectures ul li:nth-child(n+2):before {
  display: inline-block;
  content: "|";
  margin: 0 1rem;
}

.store-search .title {
  font-size: 3rem;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 768px) {
  .store-search .title {
    font-size: 2.6rem;
  }
}

.store-search .sub-title {
  font-size: 1.4rem;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: .1em;
  text-align: center;
  color: #969696;
}

@media screen and (max-width: 768px) {
  .store-search .sub-title {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.store-search .area .area-name {
  font-size: 1.6rem;
  line-height: 2;
}
