.under-salon__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 16rem;
  justify-content: space-between;
}
@media (max-width: 1610px) {
  .under-salon__list-item {
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  .under-salon__list-item {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 1200px) {
  .under-salon__list-item {
    margin-bottom: 6rem;
  }
}
.under-salon__list-item:last-child {
  margin-bottom: 0;
}
.under-salon__list-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .under-salon__list-item:nth-child(even) {
    flex-direction: column;
    gap: 3rem;
  }
}

.under-salon__list-item .under-salon__img {
  margin-left: -6%;
  width: 55%;
}
@media (max-width: 1610px) {
  .under-salon__list-item .under-salon__img {
    width: 53%;
  }
}
@media (max-width: 1200px) {
  .under-salon__list-item .under-salon__img {
    margin-left: 0;
    width: 100%;
  }
}
.under-salon__list-item:nth-child(even) .under-salon__img {
  margin-right: -6%;
}
@media (max-width: 1200px) {
  .under-salon__list-item:nth-child(even) .under-salon__img {
    margin-right: 0;
  }
}

.under-salon__cont {
  width: calc(50% - 10rem);
}
@media (max-width: 1610px) {
  .under-salon__cont {
    width: calc(53% - 8rem);
  }
}
@media (max-width: 1200px) {
  .under-salon__cont {
    width: 100%;
  }
}

.under-salon__cont-ttl {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  word-break: break-word;
  font-weight: 600;
}
@media (max-width: 1610px) {
  .under-salon__cont-ttl {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 834px) {
  .under-salon__cont-ttl {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}

.under-salon__cont-ttl-jp {
  display: block;
}

.under-salon__cont-btn {
  width: fit-content;
  padding: 0.65rem 1.45rem;
  font-family: var(--en);
  font-size: 1.4rem;
  border: 1px solid #000;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  margin-bottom: 12rem;
}
@media (max-width: 1610px) {
  .under-salon__cont-btn {
    margin-bottom: 9rem;
  }
}
@media (max-width: 834px) {
  .under-salon__cont-btn {
    margin-bottom: 4rem;
  }
}

.under-salon__dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}
@media (max-width: 1610px) {
  .under-salon__dl {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 834px) {
  .under-salon__dl {
    flex-direction: column;
  }
}
.under-salon__dl dt {
  font-family: var(--en);
  font-size: 1.6rem;
  line-height: 1.7;
  width: 12rem;
}
@media (max-width: 834px) {
  .under-salon__dl dt {
    width: 100%;
  }
}
.under-salon__dl dd {
  font-size: 1.6rem;
  line-height: 1.7;
  width: calc(100% - 12rem);
}
@media (max-width: 834px) {
  .under-salon__dl dd {
    font-size: 1.4rem;
    width: 100%;
  }
}

.under-salon__timetable th {
  font-weight: 400;
  width: 10rem;
  text-align: left;
}
.under-salon__timetable td {
  width: calc(100% - 10rem);
}

.under-salon__tel {
  margin-top: 2rem;
  display: flex;
  align-items: baseline;
}
.under-salon__tel a {
  font-weight: 300;
}
@media (max-width: 834px) {
  .under-salon__tel a {
    font-size: 2.6rem;
  }
}/*# sourceMappingURL=salon.css.map */