@charset "UTF-8";

/*  salon ページ
____________________*/
.salon_section .title_special {
  margin-bottom: 30px;
}

.beauty_section .img_box {
  margin: 0 auto 30px;
  width: 66.6%;
}

.definition-list .definition-desc .desc-inner .ttl-accent{
  color: #907325;
  font-weight: bold;
}

.definition-list .definition-desc .desc-inner .img{
  margin-bottom: 20px;
}

/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（TB・SP）
_______________________________*/


/* ↓ ↓ ↓ TB（1024px）以下　用 ↓ ↓ ↓ */

@media (max-width:1024px){

  /* --- */
  }
  /* ↑ ↑ ↑ TB（1024px）以下　用　↑ ↑ ↑ */
  
  /*  ↓ ↓ ↓ TB（820px）以下　用  ↓ ↓ ↓ */
  
  @media (max-width:820px){
  
  
  /* --- */
  }
  /* ↑ ↑ ↑ TB（820px）以下　用　↑ ↑ ↑ */
  
  
  /* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */
  
  @media screen and (max-width: 767px) {

    .beauty_section .img_box {
      width: auto;
      margin-bottom: 15px;
    }

  /* salon ページ(SP)
____________________*/

}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */