
/* 文字サイズ調整 */
@media (max-width:767px){
  body{
    font-size: 14px;
  }
  
  /* HOME */
  .home_concept .text{
    letter-spacing: 0.04em;
    line-height: 1.875;
  }
  .home_text1{
    letter-spacing: 0.04em;
    line-height: 1.875;
  }
  .pg_home .section#sec6 .home_text1{
    font-size: 16px;
    text-align: center;
  }
  .home_parti .text{
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
 
  /* 商品ページ */
  .products_text1{
    letter-spacing: 0.04em;
    line-height: 1.875;
  }
  
  /* プラン */
  .plan_text1{
    letter-spacing: 0.04em;
    line-height: 1.875;
  }
  
  /**/
  .gallery_cat li a{
    font-size: 14px;
  }
  
  .select_category{
    width: 100%;
    padding: 8px 5px;
    font-size: 16px;
    border: 1px solid #ad9b82;
    background: #ad9b82;
    color: #FFF;
  }
}