.section-shop-contact .contact-description {
  text-align: center;
}
.section-shop-contact .contact-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-shop-contact .contact-row {
  position: relative;
  border: 3px solid transparent;
  background: #fff;
}
.section-shop-contact .contact-row:last-child {
  margin-bottom: 0;
}
.section-shop-contact .contact-tag {
  position: absolute;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.section-shop-contact .contact-tag > span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.2;
  vertical-align: top;
  font-weight: 700;
}
.section-shop-contact .tel-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-shop-contact .tel-list > li {
  border-bottom: 1px dashed #d0d0d0;
}
.section-shop-contact .tel-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.section-shop-contact .tel-link {
  text-decoration: none;
}
.section-shop-contact .tel-title {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}
.section-shop-contact .tel-number {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}
.section-shop-contact .tel-number::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 100%;
  background: url("../img/common/tel_icn.svg") no-repeat center center/16px auto;
}
.section-shop-contact .tel-note {
  color: #707070;
}
.section-shop-contact .is-contact-first {
  border-color: #9ecb7a;
}
.section-shop-contact .is-contact-first .contact-tag > span {
  background: #8bc55d;
}
.section-shop-contact .is-contact-first .tel-link {
  background: #dbeacf;
}
.section-shop-contact .is-contact-first .tel-number::before {
  background-color: #8bc55d;
}
.section-shop-contact .is-contact-second {
  border-color: #eca09a;
}
.section-shop-contact .is-contact-second .contact-tag > span {
  background: #eca09a;
}
.section-shop-contact .is-contact-second .tel-link {
  background: #fae5e4;
}
.section-shop-contact .is-contact-second .tel-number::before {
  background-color: #eca09a;
}
.section-shop-contact .is-contact-third {
  border-color: #26b6b2;
}
.section-shop-contact .is-contact-third .contact-tag > span {
  background: #26b6b2;
}
.section-shop-contact .is-contact-third .tel-link {
  background: #ecf4f3;
}
.section-shop-contact .is-contact-third .tel-number::before {
  background-color: #26b6b2;
}
.section-shop-contact .is-contact-fourth {
  border-color: #f0c75e;
}
.section-shop-contact .is-contact-fourth .contact-tag > span {
  background: #f0c75e;
}
.section-shop-contact .is-contact-fourth .tel-link {
  background: #fff2d0;
}
.section-shop-contact .is-contact-fourth .tel-number::before {
  background-color: #f0c75e;
}
.section-shop-contact .is-contact-fifth {
  border-color: #ea5857;
}
.section-shop-contact .is-contact-fifth .contact-tag > span {
  background: #ea5857;
}
.section-shop-contact .is-contact-fifth .tel-link {
  background: #ffe8e8;
}
.section-shop-contact .is-contact-fifth .tel-number::before {
  background-color: #ea5857;
}
.section-shop-contact .is-contact-sixth {
  border-color: #f18e2c;
}
.section-shop-contact .is-contact-sixth .contact-tag > span {
  background: #f18e2c;
}
.section-shop-contact .is-contact-sixth .tel-link {
  background: #ffe5cb;
}
.section-shop-contact .is-contact-sixth .tel-number::before {
  background-color: #f18e2c;
}
.section-shop-contact .is-contact-seventh {
  border-color: #22b573;
}
.section-shop-contact .is-contact-seventh .contact-tag > span {
  background: #22b573;
}
.section-shop-contact .is-contact-seventh .tel-link {
  background: #d6ebe2;
}
.section-shop-contact .is-contact-seventh .tel-number::before {
  background-color: #22b573;
}
.section-shop-contact .is-contact-eighth {
  border-color: #b8cb7b;
}
.section-shop-contact .is-contact-eighth .contact-tag > span {
  background: #b8cb7b;
}
.section-shop-contact .is-contact-eighth .tel-link {
  background: #eff5de;
}
.section-shop-contact .is-contact-eighth .tel-number::before {
  background-color: #b8cb7b;
}

@media print, (min-width: 768px) {
  .section-shop-contact {
    padding: 50px 0 68px;
  }
  .section-shop-contact .contact-description {
    margin-bottom: 84px;
    font-size: 0.16rem;
    line-height: 2;
  }
  .section-shop-contact .contact-row {
    margin-bottom: 68px;
    padding: 39px 25px 27px;
  }
  .section-shop-contact .contact-tag {
    top: -25px;
    padding-left: 1px;
  }
  .section-shop-contact .contact-tag > span {
    min-width: 159px;
    padding: 7px 20px 9px 27px;
    border-radius: 30px;
    font-size: 0.22rem;
  }
  .section-shop-contact .tel-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 11px;
    padding-bottom: 12px;
  }
  .section-shop-contact .tel-item {
    width: 449px;
  }
  .section-shop-contact .tel-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 17px 10px 17px 20px;
    pointer-events: none;
  }
  .section-shop-contact .tel-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 1px;
    font-size: 0.21rem;
  }
  .section-shop-contact .tel-title small {
    font-size: 0.18rem;
  }
  .section-shop-contact .tel-number {
    width: 180px;
    padding: 5px 0 2px 32px;
    font-size: 0.2rem;
  }
  .is-tablet .section-shop-contact .tel-number {
    padding-top: 3px;
  }
  .section-shop-contact .tel-number::before {
    top: 4px;
    width: 27px;
    height: 27px;
  }
  .section-shop-contact .tel-note {
    width: 464px;
    margin: 44px 0 0;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-shop-contact {
    padding: 0.4rem 0 0.8rem;
  }
  .section-shop-contact::before {
    display: none;
  }
  .section-shop-contact .contact-description {
    margin-bottom: 0.51rem;
    font-size: 0.15rem;
    line-height: 1.6;
  }
  .section-shop-contact .contact-row {
    margin-bottom: 0.58rem;
    padding: 0.39rem 0.2rem 0.26rem;
  }
  .section-shop-contact .contact-tag {
    top: -0.21rem;
    padding-left: 1px;
  }
  .section-shop-contact .contact-tag > span {
    min-width: 1.35rem;
    padding: 0.07rem 0.17rem 0.08rem 0.21rem;
    border-radius: 0.3rem;
    font-size: 0.18rem;
  }
  .section-shop-contact .tel-list > li {
    margin-bottom: 0.17rem;
    padding-bottom: 0.17rem;
  }
  .section-shop-contact .tel-item {
    margin-bottom: 0.17rem;
    padding: 0 0.06rem 0.17rem;
    border-bottom: 1px dashed #d0d0d0;
  }
  .section-shop-contact .tel-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .section-shop-contact .tel-item.is-none {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .section-shop-contact .tel-link {
    display: block;
    padding: 0.1rem 0.15rem;
    text-align: center;
  }
  .section-shop-contact .tel-title {
    font-size: 0.15rem;
  }
  .section-shop-contact .tel-number {
    display: inline-block;
    padding: 0.01rem 0 0.02rem 0.35rem;
    color: #36220f;
    font-size: 0.26rem;
  }
  .section-shop-contact .tel-number::before {
    top: 0.03rem;
    width: 0.3rem;
    height: 0.3rem;
    background-size: 0.17rem auto;
  }
  .section-shop-contact .tel-note {
    margin: 0.11rem 0 0 0.06rem;
    font-size: 0.13rem;
  }
  .section-shop-contact .tel-note:last-child {
    margin-bottom: -0.04rem;
  }
  .section-shop-contact .is-contact-first .tel-number {
    color: #37432d;
  }
  .section-shop-contact .is-contact-second .tel-number {
    color: #463331;
  }
  .section-shop-contact .is-contact-third .tel-number {
    color: #15504e;
  }
  .section-shop-contact .is-contact-fourth .tel-number,
  .section-shop-contact .is-contact-fifth .tel-number {
    color: #342b13;
  }
}
/*# sourceMappingURL=shop_contact.css.map */