.tb-none {
  display: none;
}

#logo img {
  max-width: 200px;
}

.main-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.main-wrap2 {
  max-width: 90%;
  margin: 0 auto;
}

.salon-info {
  display: block;
  width: 100%;
  margin: 0 auto 15px auto;
}

.salon-pic {
  margin: 0 auto;
  width: 60%;
}

.salon-pic img {
  display: block;
  margin: 0 auto;
}

.salon-text {
  margin-top: 15px;
  width: 100%;
}

.pc-image {
  display: none;
}

.pc-none {
  display: block;
  max-width: 550px;
  margin: 0 auto;
}

/*reservation*/
.reservation__ttl {
  font-size: 22px;
  line-height: 1.5;
}

.reservation__txt {
  font-size: 18px;
}

.reservation-circle:first-child {
  margin-right: 30px;
}

.reservation-circle__ttl {
  font-size: 20px;
}

.reservation-circle__price-wrapper {
  margin-top: 12px;
}

.reservation-circle__txt {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .reservation__box:first-child {
    margin-bottom: 15px;
  }
  .reservation__selection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*top-contact */
.top-contact p a {
  display: inline-block;
  text-decoration: none;
  color: #5C4033;
  font-size: 20px;
  font-weight: bold;
}

.top-contact p a span {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #5C4033;
  white-space: nowrap;
}