.store_header {
  margin: 60px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.store_header__img {
  width: 45%;
}

.store_header__link {
  width: 45%;
  display: block;
  font-size: 3rem;
  text-align: center;
  text-decoration: none;
  padding: 0.8em;
  color: #fff;
  background-color: #E4007B;
}

.store_search_pc {
  display: block !important;
}

.store_search {
  margin-bottom: 60px;
}

.store_search__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.store_search__item {
  width: 29%;
  font-size: 1.8rem;
  padding: 0.5em;
  border: 1px solid #ddd;
}

.store_search__submit {
  cursor: pointer;
  width: 10%;
  font-size: 1.8rem;
  padding: 0.5em;
  color: #fff;
  background-color: #E4007B;
}

.location_section {
  margin-bottom: 60px;
}

.location_section_title {
  display: block;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 0.8em;
}

.store_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.store_list__item {
  position: relative;
  width: 48%;
  padding: 13px;
  padding-bottom: 80px;
  margin-bottom: 50px;
  line-height: 1.3;
  border: 1px solid #ddd;
}

.store_list__item--empty {
  visibility: hidden;
  margin-bottom: 0;
}

.store_list__type_img {
  display: block;
  margin: 0 auto 10px;
  height: 30px;
}

.store_list__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.store_list__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.25em;
}

.store_list__unit_num {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 1.25em;
}

.store_list__dl {
  width: 90%;
  margin: 15px auto;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.store_list__dt {
  width: 30px;
  text-align: center;
}

.store_list__dd {
  width: calc(100% - 30px);
  padding-left: 0.5em;
  overflow-wrap: break-word;
}

.store_list__dd a {
  color: #333;
  text-decoration: none;
}

.store_list__map {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 70%;
  font-size: 1.6rem;
  padding: 0.25em 0.5em;
  margin: 30px auto 15px;
  color: #fff;
  background-color: #E4007B;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store_list__map__icon {
  margin-right: 0.5em;
}

.store_type {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.store_type__item {
  width: 30%;
  padding: 0 2.5%;
}

.store_type__img {
  width: 100%;
}

.filter_btn {
  display: none;
}

@media screen and (min-width: 960px) {
  .store_search_sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 960px) {
  .store_header {
    flex-wrap: wrap;
  }
  .store_header__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .store_header__link {
    width: 90%;
    font-size: 2.4rem;
  }
  .store_search_pc {
    display: none !important;
  }
  .store_search_sp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
  }
  .store_search_sp__content {
    width: 100%;
    padding: 3% 5% 10%;
    background-color: #fff;
    display: flex;
    flex-flow: column;
  }
  .store_search_sp__close {
    margin-left: auto;
    margin-bottom: 15px;
  }
  .store_search_sp__close__icon {
    width: 40px;
    height: 40px;
  }
  .store_search_sp__item {
    width: 100%;
    font-size: 2rem;
    padding: 0.5em;
    background-color: #fff;
    border: 1px solid #999;
    margin-bottom: 20px;
  }
  .store_search_sp__submit {
    font-size: 2rem;
    padding: 0.5em;
    color: #fff;
    background-color: #E4007B;
  }
  .filter_btn {
    color: #F5008C;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .filter_btn__icon {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }
  .filter_btn__txt {
    font-size: 1.8rem;
  }
  .store_list__item {
    width: 100%;
  }
  .store_list__item--empty {
    display: none !important;
  }
  .location_section {
    margin-bottom: 40px;
  }
  .location_section_title {
    display: block;
    font-size: 2.8rem;
    text-align: center;
  }
  .store_list__title {
    font-size: 2rem;
  }
  .store_list__unit_num {
    font-size: 1.8rem;
  }
  .store_list__dl {
    font-size: 1.8rem;
  }
  .store_list__map__icon {
    width: 30px;
    height: 30px;
  }
}
