@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
use sakura
=================================================================== */
  .top_area {
    background: url("../images/main_img.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .top_area.salon {
    background: url("../images/main_img-salon.jpg") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .program_list_contents {
    background: #eafffe;
  }
  .program_list_contents:nth-of-type(odd) {
    background: #eaf5ff;
  }
  .pink_txt {
    color: #1d8d3c;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
use sakura
=================================================================== */
  .top_area {
    background: url("../images/main_img.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .top_area.salon {
    background: url("../images/main_img-salon.jpg") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .program_list_contents {
    background: #eafffe;
  }
  .program_list_contents:nth-of-type(odd) {
    background: #eaf5ff;
  }
  .pink_txt {
    color: #1d8d3c;
  }
}
