@charset "UTF-8";
/* ブレイクポイント */
/* 変数の定義 */
/* タブレット */
@media screen and (max-width: 959px) {
  .bl_headerNav {
    display: none;
  }
  .bl_headerLogo {
    width: 200px;
  }
  .bl_drawerBtn {
    display: block;
  }
}

/* スマホ */
@media screen and (max-width: 545px) {
  a,
  p,
  span {
    font-size: 1.3rem;
  }
  .ly_header_inner {
    height: 60px;
  }
  .bl_headerLogo {
    width: 150px;
  }
  .bl_drawer {
    width: 300px;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
  .bl_drawerBtn {
    top: 7px;
  }
  .el_arrowImg {
    width: 30px;
    top: 680px;
  }
  .ly_fv {
    background-size: cover;
  }
  .bl_fv_copy {
    padding-top: 230px;
    letter-spacing: .5em;
  }
  .bl_section_inner {
    display: block;
    margin-top: 40px;
  }
  .bl_section_inner img {
    width: 90%;
    height: 300px;
    margin-bottom: 30px;
  }
  .bl_section_cont {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .bl_section_cont_ttl {
    font-size: 18px;
  }
  .bl_section_card {
    margin-bottom: 30px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .bl_section_card img {
    height: 300px;
  }
  .hp_spOnly {
    display: block;
  }
  .hp_indent {
    text-indent: 1.3rem;
  }
}

@media (min-width: 545px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*# sourceMappingURL=responsive.css.map */