@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++
  　ベルエア専用
*+++++++++++++++++++++++++++++++++++++++++*/

/* header_footer.css
=================================*/
@media (max-width: 767px) {
  .header__logo {
    max-width: 172px;
  }
}


/* layout.css
=================================*/
/*+++++++++++++++++++++++++++++++++++++++++
  　練習場
*+++++++++++++++++++++++++++++++++++++++++*/
.practice_renge__sec:last-of-type {
  margin-bottom: min(11.11vw, 120px);
}
@media ( max-width: 767px ) {
  .practice_renge__sec:first-of-type {
    margin-top: 64px;
  }
  .practice_renge__sec:last-of-type {
    margin-bottom: 75px;
  }
}


