/**
 *  取扱店一覧
 */
.page.shoplist .section-header {
  text-align: center;
}
.page.shoplist .section-header-title {
  width: 300px;
  margin: auto;
  background-color: #00125d;
  color: #fff;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 15px;
  letter-spacing: 2px;
}
.before-map {
  margin: auto;
  width: 100%;
  max-width: 520px;
  text-indent: -1em;
  padding-left: 1em;
}

/* 全国地図 */
#japan-map area:hover {
  background-color: rgb( 255 255 255 / 1 );
  background-blend-mode: overlay;
}
.japan-map {
  position: relative;
  text-align: center;
  width: 80%;
  max-width: 480px;
  margin: auto;
}
.japan-map {
  text-align: center;
}
.japan-map .hover-img {
  position: absolute;
  top: 0;
  z-index: 1;
}
.japan-map .base-img {
  top: 0;
  z-index: 0;
}

/* スマホ版（全国地図非表示）*/
.japan-sp {
  display: none;
}
.japan-sp,
.japan-sp table {
  width: 100%;
}
.japan-sp table {
  border-collapse: collapse;
  margin-top: 30px;
}
.japan-sp td {
  width: 50%;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ddd;
}
.japan-sp td a {
  color: #2873b3;
  text-decoration: underline;
}

/* 取扱店一覧 */
.area-head {
  margin-top: 80px;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: #00125d;
  border-bottom: 1px solid #00125d;
  text-align: center;
}
.pref-head {
  width: 140px;
  margin: 30px auto 1em;
  padding: 0.25em 1.5em;
  font-size: 1.2em;
  font-weight: bold;
  color: #00125d;
  border: 1px solid #00125d;
  text-align: center;
}
.seller-list {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
}
.seller-list.flex-center {
  justify-content: center;
}
.seller-list .seller-unit {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1.5em;
}
.seller-list .seller-unit .seller-name {
  font-size: 1.1em;
  padding: 0.5em;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.seller-list .seller-unit .seller-address,
.seller-list .seller-unit .seller-phone {
  position: relative;
  font-size: 0.9em;
  padding: 0.5em;
}
.seller-list .seller-unit .seller-phone {
  display: flex;
}
.seller-list .seller-unit .seller-phone .phone,
.seller-list .seller-unit .seller-phone .fax {
  display: inline-block;
  margin-right: 1em;
}
.seller-list .seller-unit .seller-phone .phone::before,
.seller-list .seller-unit .seller-phone .fax::before {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  background-color: #787878;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;  
}
.seller-list .seller-unit .seller-phone .phone::before {
  content: "TEL";
}
.seller-list .seller-unit .seller-phone .fax::before {
  content: "FAX";
}
.shoplist-preparation {
  text-align: center;
  color: #999;
}

/* トップへ */
#scroll-top {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #00125d;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
}


@media screen and (max-width:767px) {
  .japan-map {
    display: none;
  }
  .japan-sp {
    display: block;
  }
  .area-head {
    margin-top: 40px;
  }
}
@media screen and (max-width:480px) {
  .seller-list .seller-unit {
    width: 100%;
    margin-right: 0;
  }
}
