.salons_list {
  margin: 75px 0 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.salons_item {
  width: calc(33% - 7.5px);
}
.salons_link {
  text-align: center;
  display: block;
  width: 100%;
  border: 2px solid #635200;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding: 10px 0;
  color: #635200;
  transition: all 0.3s 0s ease-in-out;
}
.salons_link:hover {
  background-color: #635200;
  color: #fff;
}
.salons_ancer {
  margin-top: -75px;
  padding-top: 75px;
  display: block;
}

@media screen and (max-width: 768px) {
  .salons_list {
    margin: 50px 0 25px;
    flex-direction: column;
    gap: 7.5px;
  }
  .salons_item {
    width: 100%;
  }
  .salons_ancer {
    margin-top: -75px;
    padding-top: 75px;
    display: block;
  }
}/*# sourceMappingURL=archive.css.map */

/* ▼▽▼▽▼▽▼▽▼ pertners ▼▽▼▽▼▽▼▽▼ */
.resultTitle {
 margin: 45px auto 0;
 text-align: center;
 position: relative;
 display: block;
 letter-spacing: 0;
 color: #000;
}
.resultTitle:before {
 content: "";
 display: block;
 background: url("http://eclaine.jp/wp-content/uploads/2025/10/result-img-badge.png") no-repeat;
 background-size: cover;
 width: 229px;
 padding-top: calc(229px * 0.655);
 margin: 0 auto 10px;
}
.resultTitle h2 {
 font-size: 3.2vw;
 font-weight: 900;
 font-family: "Noto Serif JP", serif;
 display: inline-block;
 line-height: 1.1;
 white-space: nowrap;
}
.resultTitle h2 strong {
 font-size: 170%;
 font-weight: 900;
 letter-spacing: -0.02em;
 text-align: right;
}
.resultTitle h2 strong > em {
 font-size: 50%;
}
.resultTitle h2 strong small {
 font-size: 33%;
 font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 display: block;
 font-weight: 600;
 letter-spacing: 0.025em;
}
@media screen and (max-width: 1000px) {
 .resultTitle {
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .resultTitle:before {
  width: 44%;
  padding-top: calc(44% * 0.655);
  margin: 0;
 }
 .resultTitle h2 {
  font-size: 7.6vw;
  padding-left: 0.35em;
 }
 .resultTitle h2 > em {
  display: block;
 }
}