.o-color{
background-color:#ffffff;
}

/* スタッフレビュー */ 
.staff-reviews {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
}

.staff-reviews__title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 8px;
}

.staff-reviews__line {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.staff-review__name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.staff-review__date,
.staff-review__rating {
  font-size: 1.2rem;
  color: #707070;
  margin-bottom: 2px;
}

.staff-review__comment {
  font-size: 1.4rem;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  line-height: 1.6;
}

  .salon-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 200px;      /* ★ ボタンの横幅を固定 */
    height: 50px;      /* ★ ボタンの高さを固定 */

    border: 1px solid #3c3c3c;
    background: #ffffff;
    color: #3c3c3c;
    font-size: 1.4rem;
    font-weight: 700;

    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    
    margin: 10pt 0 10pt 0;
  }


