@charset "UTF-8";
@media screen and (max-width: 820px) {
  /* フォントサイズ */
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1rem;
  }
  .bl_fv_logo_sub {
    font-size: .8rem;
  }
}

@media screen and (max-width: 519px) {
  /* フォントサイズ */
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1rem;
  }
  /* コンポーネント */
  .el_bgWord {
    font-size: 6rem;
    z-index: 999;
  }
  .bl_drawer {
    width: 320px;
  }
  .bl_drawerBtn {
    left: -165px;
  }
  .bl_drawerBtn {
    left: -245px;
  }
  /* ヘッダー */
  header {
    width: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
  }
  /* ファーストビュー */
  .ly_fv .el_telBtn {
    text-align: center;
    width: 250px;
    margin: 0 auto;
  }
  .ly_fv .el_fv_img {
    width: 100%;
    right: 0vw;
  }
  .ly_fv .bl_fv_logo {
    left: 50%;
    right: 0vw;
    top: 190px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .ly_fv .bl_fv_logo_sub {
    letter-spacing: 0rem;
    font-size: 1.4rem;
  }
  /* ここからセクション */
  .ly_section {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  /* グリーティング */
  #greeting .ly_inner {
    text-align: center;
  }
  #greeting .bl_section_img {
    width: 80%;
    margin-bottom: 30px;
  }
  #greeting .bl_section_cont {
    padding-left: 0;
    width: 80%;
  }
  #greeting .el_bgGray {
    width: 0;
  }
  #greeting .el_bgWord {
    left: 30px;
    top: -50px;
  }
  /* メニュー */
  #menu .ly_container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #menu .bl_section_img {
    width: 80%;
    margin-bottom: 20px;
  }
  #menu .bl_section_cont {
    text-align: center;
    padding-left: 0;
    width: 80%;
  }
  #menu .bl_section_cont_sub {
    margin-bottom: 20px;
  }
  #menu .bl_section_cont_ttl {
    margin-bottom: 10px;
  }
  #menu .bl_section_effect_ttl {
    margin-bottom: 10px;
  }
  #menu .el_bgWord {
    font-size: 6rem;
    z-index: 999;
  }
  #menu .el_bgGray.hp_right,
  #menu .el_bgGray.hp_left {
    width: 0;
  }
  #fifth.el_decoImg {
    margin-top: 10px;
    padding-left: 60vw;
  }
  #fifth.el_decoImg img {
    width: 100px;
    height: 100px;
  }
  /*リザーブド */
  .bl_reserved_box th {
    width: 30%;
    padding-right: 10px;
  }
  .bl_reserved_box .el_telBtn {
    width: 250px;
  }
  #sixth.el_decoImg {
    padding-left: 40vw;
  }
  #sixth.el_decoImg img {
    width: 200px;
    height: 100px;
  }
  /* フッター */
  .hp_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hp_spOnly {
    display: block;
  }
}
/*# sourceMappingURL=responsive.css.map */