/******************************************
repair
*******************************************/
.store-block span{
  display: block;
  margin-top: 15px;
}
.store-block_ebisu{
  max-width: 866px;
  margin: 0 auto;
}
.store-block_ebisu-image{
  margin-bottom: 14px;
}
.store-block_ebisu dt{
  line-height: 1.5;
  font-size: 18px;
}

@media (max-width: 768px) {
  .store-block span{
    line-height: 1.3;
  }
  .store-block_ebisu{
    flex-direction: column;
  }
  .store-block_ebisu dd{
    width: 100%;
  }
  .store-block_ebisu dt{
    padding: 20px;
    font-size: 16px;
    text-align: left;
  }
  .store-block .store-logo h3{
    padding: 0 20px;
  }
}
