.tel-info,
.place-info {
  line-height: 2;
  font-size: 1.1rem;
}

.tel-info__title::before {
  content: "☎︎";
  margin-right: 0.5rem;
}
.tel-info__title::after {
  content: "☎︎";
  margin-left: 0.5rem;
}

.tel-info__tel {
  text-decoration: underline;
  color: blue;
}

.map {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 47rem;
}
.map-iframe {
  width: 100%;
  height: 100%;
}

.salon-info {
  margin-top: 2rem;
  line-height: 2;
}

.salon-info__title {
  background-color: #f5f6f7;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.salon-info__item {
  display: flex;
  justify-content: flex-start;
}

.salon-info__term {
  white-space: nowrap;
}
.salon-info__term::before,
.salon-info__term--empty::before {
  content: "・";
}
.salon-info__term::after {
  content: "：";
  margin-right: 0.5rem;
}

.salon-info__line {
  display: inline-block;
}

.salon-info__sub-title {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .map {
    height: 35rem;
  }
}
