@charset "UTF-8";


/* ==========================================================================
   Archive Store
========================================================================== */
.archive .cat-label {
  font-size: 1.6rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E6E6E6;
}
.storeList.cards .card a .ttl {
  font-size: 1.2rem;
}
/* ==========================================================================
   Archive Dealer
========================================================================== */
.dealerList li.store{
  font-family: -apple-system, BlinkMacSystemFont, sans-selif;
}

/* ==========================================================================
   Single Store
========================================================================== */
.single .page__header .article_ttl {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.single #store-detail {
  overflow: hidden;
}
.single #store-detail figure .no-thumb {
  padding-top: 60%;
}
.single #store-detail dl {
  letter-spacing: .05em;
  font-size: 1.3rem;
  line-height: 1.5;
}
.single #store-detail dl dt {
  font-weight: 700;
}
.single #store-detail dl dd:last-of-type {
  margin-bottom: 0;
}
.single #store-detail .snsLinks {
  margin-top: 30px;
}
.single #store-detail ul {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  margin-top: 10px;
}
.single #store-detail ul li {
  margin-right: 30px;
}
.single #store-detail ul li a i {
  margin-right: 5px;
}

.gMap {
  background-color: #FFF;
}
.gMap .gMap__inner {
  position: relative;
  height: 0;
  overflow: hidden;
}
.gMap .gMap__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}