.mapLink {
  display: block;
  margin: 40px auto;
  width: 80%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 799px) {
  .mapLink {
    width: 100%;
  }
}
.certifiedSalon {
  font-size: 13px;
  margin-bottom: 50px;
}
.certifiedSalon p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.certifiedSalon_header {
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  margin-top: 60px;
}
.certifiedSalon_region {
  background: #e5e5e5;
  font-size: 20px;
  padding: 15px;
  font-weight: 400;
  margin: 50px 0 30px;
}
.certifiedSalon_box {
  padding-bottom: 30px;
}
.certifiedSalon_item {
  + .certifiedSalon_item {
    margin-top: 30px;
  }
}
.certifiedSalon_item {
  border-bottom: dashed 1px #6f5a35;
}
.name_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.certifiedSalon_name {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.certifiedSalon_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebdedc;
  width: 138px;
  height: 29px;
  border-radius: 14px;
  color: #595757;
}
.add_map {
  display: flex;
}
@media screen and (max-width: 799px) {
  .add_map {
    flex-direction: column;
  }
}
.certifiedSalon_add {
  margin-right: 1em;
}
.certifiedSalon_map {
  color: #595757;
  border-bottom: 1px solid #595757;
}
.tel_homepage {
  display: flex;
  margin-bottom: 14px;
}
@media screen and (max-width: 799px) {
  .tel_homepage {
    flex-direction: column;
  }
}
.certifiedSalon_tel {
  margin-right: 1em;
}
.certifiedSalon_homepage {
  color: #595757;
  text-decoration: underline;
}
.line_insta {
  display: flex;
  margin-bottom: 22px;
}
.certifiedSalon_line {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5ece2c;
  background: #e7f9df;
  width: 89px;
  height: 26px;
  border-radius: 13px;
  margin-right: 10px;
}
.certifiedSalon_insta {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c82cce;
  background: #f7dff8;
  width: 89px;
  height: 26px;
  border-radius: 13px;
}
.certifiedSalon_hr {
  border: dashed 1px #6f5a35;
}

.official_site_banner {
  object-fit: contain;
  object-position: center;
  margin-bottom: 89px;
}
@media screen and (max-width: 799px) {
  .official_site_banner {
    margin-bottom: 40px;
  }
}
