@media screen and (max-width: 1080px) {
  body.open {
    overflow: hidden;
  }
  .wid_1080, .t10b14, .rbox {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pc_area, .pc_none {
    display: none;
  }
  .phone_area {
    display: block;
  }
  .wrap {
    width: 100%;
  }
  /* ナビゲーション */
  .g_navi {
    max-width: 100%;
    padding-left: 0px;
  }
  .g_navi ul {
    display: none;
  }
  nav ul li {
    height: 20px;
  }
  /*  ハンバーガーメニュー */
  /* #hamburger .btn-gNav{

        position: fixed;

        top: 40px;

        right: 150px;

        width: 30px;

        height: 24px;

        z-index: 999;

        box-sizing: border-box;

        cursor: pointer;

        -webkit-transition: all 400ms;

        transition: all 400ms;

    }

    

    #hamburger .btn-gNav span{

        position: absolute;

        width: 100%;

        height: 4px;

        background: #252B46;

        border-radius: 10px;

        -webkit-transition: all 400ms;

        transition: all 400ms;

    }

    #hamburger .btn-gNav span:nth-child(1) {

        top:0;

    }

    #hamburger .btn-gNav span:nth-child(2) {

        top:10px;

    }

    #hamburger .btn-gNav span:nth-child(3) {

        top:20px;

    }

    #hamburger .btn-gNav.open span:nth-child(1){

        background: #252B46;

        top: 6px;

        -webkit-transform: rotate(-45deg);

        -moz-transform   : rotate(-45deg);

        transform        : rotate(-45deg);

        overflow-y: scroll;

    }

    #hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){

        top: 6px;

        background :#252B46;

        -webkit-transform: rotate(45deg);

        -moz-transform   : rotate(45deg);

        transform        : rotate(45deg);

    }

    #gNav{

        position: fixed;

        top: 0;

        right: -100%;

        width: 100%;

        height: 100%;

        background: #fff;

        font-size: 16px;

        box-sizing: border-box;

        z-index: 998;

        padding-top: 50px;

        padding-bottom: 50px;

        transition: .3s;

        overflow-y: scroll;

        opacity: 0.9;

        border-left: #fb0303 solid 4px;

    }

    #gNav.open{

        right: 0px;

        overflow-y: scroll;

    }

    #gNav .gNav-menu{

        width: 100%;

        height:100%;

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        padding-left: 35px;

        padding-right: 35px;

    }

    #gNav .gNav-menu li{

        font-size: 20px;

        margin-bottom: 25px;

        text-align: left;

    }

    .n_fa_sp{

          margin-top: -10px;

          margin-bottom: 20px;

          display: block;

          padding-left: 0;

          

    }

    .n_fa_sp li{

        border: 0px none;

    }

    .n_fa_sp li a{

        padding-left: 1em;

        border: 0px none;

    }

    #gNav .gNav-menu li a{

        color: #252B46;

        text-decoration: none;



    }

    #gNav .gNav-menu li a:hover{

        color: #fb0303;

        text-decoration: none;

    }

    #gNav .gNav-menu ul.n_fa_sp li{

        font-size: 14px;

        margin-bottom: 15px;

    }

    .h_sns{

        border-top: solid #252B46 1px;

        padding-top: 40px;

        padding-bottom: 50px;

        width: 100%;

    }

    .h_sns a{

        margin-right: 20px;

    }

    .h_sns a:last-child{

        margin-right: 0;

    }

 



      /* お知らせ */
  .t_headline {
    text-align: center;
    margin-bottom: 30px;
  }
  .lbox {
    margin-bottom: 40px;
    margin-right: auto;
  }
  .news ul li {
    padding-bottom: 20px;
    border-bottom: solid 1px #D4E0E7;
  }
  #t_news .news h2 {
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 100%;
    display: inline-block;
    padding: 0;
    margin-left: 0px;
    overflow: hidden;
    line-height: 1;
  }
  /* 公式LINEアカウント */
  .wrap_01 {
    width: 100%;
  }
  /* エリアのご案内 */
  .a_head p {
    width: 100%;
  }
  .a_de {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    gap: 40px 4%;
  }

  .a_de_in p {
    padding: 0;
    max-width: 100%;
  }
  .a_de_in {
    width: 48%;
  }
  .a_de_in img {
    width: 100%;
  }
  /* 施設紹介 */
  .t_guide {
    display: block;
    flex-wrap: wrap;
  }
  .tgubox {
    width: 100%;
  }
  /* フィットネス */
  .t_ft {
    display: block;
    margin-top: 55px;
  }
  .t_ft img {
    width: 100%;
  }
  .t_ft_inner {
    padding-left: 0px;
    padding: 25px 30px 0;
    display: block;
  }
  .b_bkr {
    width: 320px;
    margin: 30px auto 0;
  }
  /* sns */
  .t_sns_inner .tsbox1 a {
    padding: 40px 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .f16p {
    font-size: 16px;
  }
  .t10b15 {
    margin: 70px auto 70px;
  }
  .wid_1080, .wrap {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .t10b14 {
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .pc_area {
    display: none;
  }
  .phone_area {
    display: block;
  }
  body {
    margin: 0;
  }
  header {
    height: 100vh;
  }
  .wrap {
    width: 100%;
  }
  .header-inner {
    font-size: 30px;
  }
  /* ナビゲーション */
  .g_navi {
    width: 100%;
  }
  .t_logo {
    margin: 0;
  }
  .t_logo img {
    max-width: 100%;
    padding: 20px 15px;
    padding-left: 15px;
  }
  .c_r_top {
    display: none;
  }
  .c_r_top img {
    width: 30%;
  }
  .c_r_top a {
    font-size: 10px;
  }
  .drawers {
    position: absolute;
    right: 30px;
  }
  .drawer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    height: 100px;
    padding: 0 1em;
  }
  /* ハンバーガーメニュー */
  #hamburger .btn-gNav {
    position: fixed;
    top: 30px;
    right: 15px;
    width: 30px;
    height: 24px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .drawers {
    position: absolute;
    right: 0px;
    top: 0;
  }
  .drawer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    height: 70px;
    padding: 0 1em;
  }
  #hamburger .btn-gNav li a {
    font-size: 12px;
  }
  .h_navi_sp {
    padding-bottom: 40px;
  }
  /* ファーストビュー */
  header {
    height: 50vh;
  }
  .slide-img {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    z-index: 1;
  }
  .slider {
    position: relative;
    z-index: 1;
    height: 50vh;
  }
  .slider-item {
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  /* お知らせ */
  .rbox {
    padding-left: 0px;
    padding-right: 0px;
  }
  .category {
    display: block;
  }
  .category ul {
    flex-wrap: wrap;
  }
  #t_news .category li:nth-child(1) {
    font-size: 14px;
    width: 100%;
    padding-bottom: 10px;
  }
  #t_news .category li:nth-child(2) {
    padding-left: 0px;
  }
  .news ul li {
    padding-bottom: 20px;
    border-bottom: solid 1px #D4E0E7;
  }
  #t_news .category li {
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding: 0px 15px 10px 5px;
  }
  .category ul li:nth-child(3) {
    padding-left: 10px;
  }
  .t_news {
    display: block;
  }
  .lbox {
    display: block;
    justify-content: center;
    margin: 0 auto 35px;
    text-align: center;
  }
  .lbox a {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 3px;
  }
  .t_headline {
    margin: 0 auto 30px;
    text-align: center;
  }
  .t_headline img {
    padding-bottom: 5px;
  }
  #t_news .news h2 {
    max-width: 100%;
    padding-top: 10px;
    padding-left: 0px;
  }
  /* LINE公式アカウント */
  /* <!--==============LINE==============--> */
  .f_bac_wrap + div {
    margin-left: 0px;
  }
  .f_bac_inner {
    display: block;
  }
  .linebox {
    display: block;
    text-align: center;
    margin-right: 0px;
  }
  .fwrap01 {
    display: none;
  }
  .fwrap02 {
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .fwrap03 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .iPhoneimg {
    /* width: 100%; */
  }
  .line_innner {
    flex-direction: column-reverse;
  }
  .linebox h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .linebox h2 span, .linebox h2 .f_48 {
    font-size: 30px;
  }
  .linebox:nth-child(2) {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .linebox + div {
    margin-left: 0px;
  }
  

 .reserve2box {
    display: block;
    text-align: center;
    margin-right: 0px;
  }
  
  .reserve2box img { max-width: 100%;}
  .reserve2_innner {
    flex-direction: column-reverse;
  }
  .reserve2box h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .reserve2box h2 span, .reserve2box h2 .f_48 {
    font-size: 30px;
  }
  .reserve2box:nth-child(2) {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .reserve2box + div {
    margin-left: 0px;
  }
  
  
  
  
  .f_bac_wrap {
    justify-content: center;
    width: 100%;
  }
  .b_y {
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: 0.1em;
    line-height: 2;
  }
  /* エリアの紹介 */
  .a_de {
    margin-top: 40px;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .a_de_in a {
    width: 100%;
    margin-top: 80px;
  }
  .a_de_in a img {
    width: 100%;
  }
  .a_de_in {
    margin-top: 60px;
    width: 100%;
  }
  .a_de_in a {
    display: block;
    margin: 0 auto;
  }
  .spCenter {
    text-align: center;
  }
  .a_head p {
    line-height: 1.8em;
    font-size: 16px;
  }
  .spCenter a {
    display: inline-block;
    width: auto;
  }
  /* 施設料金表 */
  .t_guide_inner {
    padding: 60px 40px 50px;
  }
  .t_guide {
    display: block;
  }
  .tgubox {
    width: 100%;
  }
  .a_de_in p {
    padding-bottom: 30px;
  }
  .a_de_in p.ulr {
    margin: 0;
    line-height: 1;
    padding-right: 35px;
    padding-top: 0;
  }
  .spCenter {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* フィットネス */
  .t_ft {
    display: block;
    margin-top: 55px;
  }
  .t_ft img {
    max-width: 100%;
  }
  .t_ft_inner {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 30px;
  }
  .b_bkr {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
  }
  .b_bkr a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .b_bkr p /* sns */
  .t_sns_inner {
    flex-wrap: wrap;
  }
  .t_sns_inner .tsbox1 a {
    padding: 30px 20px;
    display: block;
  }
  .tsbox1.tsbox1 {
    width: 50%;
  }
  .t_sns_inner .tsbox1 p {
    margin-top: 10px;
  }
}