@charset "UTF-8";

.store {
}

.store h1.title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 25px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

.store h2.store-type{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px 15px 15px;
  background: #000;
  color: #fff;
}

.store .store-block {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0 25px 15px;
  background-image: url(../../../img/common/icon-arrow-right.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;

}

.store .store-block .store-title {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
  -webkit-text-stroke: 1px black;
  letter-spacing: 0.5px;
 }

 .store .store-block h1.store-name {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  margin: 6px 0 5px 0;
}

.store .store-block .store-address {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.4;
}
