/* ==================================
	STORE LIST
	================================== */
.store-wrap {
  margin-bottom: 16rem;
}

.store-logo-wrap {
  margin-bottom: 12rem;
}

.store-logo-list,
.store-list {
  flex-wrap: wrap;
  justify-content: space-between;	
}

.store-logo-item {
  width: 14%;
  margin-bottom: .8rem;
}

.store-item {
  width: 31%;
  margin-bottom: 4rem;
}

.store-name {
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #a0a0a0;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.05em;
}

.store-info {
  flex-wrap: wrap;
  color: #6a6a6a;
  font-size: 1.3rem;
}

.store-info dt {
  width: 20%;
  margin-bottom: 0.8rem;
}

.store-info dd {
  width: 75%;
  margin-bottom: 0.8rem;
}

.store-note {
  margin-top: 2.4rem;
  font-size: 1.2rem;
}

@media only screen and (max-width: 780px) {
  .store-logo-item {
    width: 31%;
  }
  .store-item {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
