@charset "utf-8";

/* -----------------------------------------------------------------------------
   #サロンの概要
   -------------------------------------------------------------------------- */
#color-type_a #salon_main p.pl10.hidden-xs {
  color: #f85773;
}

/* -----------------------------------------------------------------------------
   #人気メニュー
   -------------------------------------------------------------------------- */
#recom-menu .recommended-menu__heading > h4 {
  color: #f85773;
}

/* -----------------------------------------------------------------------------
   #イチオシ
   -------------------------------------------------------------------------- */
#salon_photo .salon-images h4,
#salon_commitment .salon-images h4 {
  color: #f85773;
}

/* -----------------------------------------------------------------------------
   #おすすめポイント
   -------------------------------------------------------------------------- */
@media(min-width:768px) {
  #salon_point ul li h4 {
    color: #f85773;
  }
}

/* -----------------------------------------------------------------------------
   #口コミ
   -------------------------------------------------------------------------- */
@media(min-width:768px) {
  #review .admin-comment-main .comment_wrap {
    background-color: #ffeef0;
  }
}
@media(min-width:768px) {
  #review .admin-comment-main .comment_wrap:after {
    border-right-color: #ffeef0;
  }
}