@media screen and (min-width: 769px), print {
  .slider-top li a{
    pointer-events: none;
    width: 100%;
  }
  .slider-top li a[target="_blank"] {
    pointer-events: unset;
  }
  .btnMore {
    position: absolute;
    top: 0;
    right: 0;
  }
  .btnMore a {
    color: #6791C4;
    font-size: 2.2rem;
    position: relative;
    padding-left: 30px;
  }
  .btnMore a:before {
    position: absolute;
    width: 24px;
    height: 21px;
    content: "";
    background: url(../images/top/new_ic.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 8px;
  }
  #news {
    background: url(../images/top/news_bg.png) repeat #F4F6F9;
  }
  #news .news-inner {
    margin-top: 20px;
  }
  #news .center h2:after, #news .center h2:before {
    display: none;
  }
  #news ul {
    width: 850px;
    margin: 0 auto;
  }
  #news ul li {
    padding: 15px 30px;
    border-bottom: 1px dashed #ddd;
  }
  #news ul li a {
    font-size: 2rem;
  }
  #news ul li a time {
    color: #6791C4;
    margin-right: 15px;
  }
  #facility.joinus {
    background: #F7F7F6;
  }
  #sns_sec {
    background: #fff;
  }
  #sns_sec .center h2:after, #sns_sec .center h2:before {
    display: none;
  }
  #sns_sec .sns_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
  }
  #sns_sec .sns_inner .sns_box {
    width: 49%;
  }
  #sns_sec .sns_inner .sns_box figure {
    text-align: center;
  }
  #sns_sec .sns_inner .sns_box figure img {
    margin: 0 auto;
  }
  #sns_sec .sns_relative ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sns_sec .sns_relative ul li {
    margin: 0 10px;
  }
  .information {
    padding: 50px 0;
  }
  .information h2:after, .information h2:before {
    display: none !important;
  }
  .information h2 img {
    margin: 0 auto;
  }
  .information .access_info_inner {
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_box_inner {
    padding: 50px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_box_inner .box_detail {
    width: 50%;
  }
  .footer_box_inner .box_detail .privacy {
    text-align: right;
  }
  .footer_box_inner .box_detail .privacy a {
    font-size: 1.6rem;
    color: #6791C4;
  }
  .footer_box_inner .box_detail .btn_contact_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
  .footer_box_inner .box_detail .btn_contact_group a {
    background: #fff;
    color: #6791C4;
    border: 1px solid #6791C4;
    padding: 10px 30px;
    font-size: 1.6rem;
    margin-left: 10px;
  }
  .menu_bot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu_bot ul li {
    margin: 0 10px;
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    border-right: 1px solid #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu_bot ul li a {
    font-size: 1.6rem;
    text-align: center;
    display: block;
  }
  .foot_bottom {
    padding: 20px 0;
    text-align: center;
    background: #4377B6;
    font-size: 1.8rem;
    margin-top: 30px;
    color: #fff;
  }
  .location {
    margin-top: 50px;
  }
  .location iframe {
    width: 100%;
  }
  .page-access {
    background: #F4F5F5;
  }
  .page-program .wrap .page-title {
    color: #6996cd;
  }
  .program_sec {
    padding: 50px 0 80px !important;
    background: #f4f6f8;
  }
  .program_sec h2 {
    text-align: center;
    display: block !important;
  }
  .program_sec h2:after, .program_sec h2:before {
    display: none !important;
  }
  .program_sec h2 img {
    margin: 0 auto;
  }
  .program_sec .fitness {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .program_sec .fitness li {
    background: none !important;
    width: 33%;
    -webkit-box-flex: unset;
       -moz-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .program_sec .more_pro a {
    display: block;
    padding: 20px;
    color: #fff;
    background: #699ad1;
    font-size: 2rem;
    text-align: center;
  }
  .program_sec .more_pro a:hover {
    text-decoration: none;
    color: #fff;
  }
  .page-facility #facility.fit03 {
    -moz-box-shadow: none;
         box-shadow: none;
    background: #fff;
  }
  .page-facility #facility.fit03 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            justify-content: space-between;
            align-items: flex-start;
  }
  .page-facility #facility.fit03 ul li {
    width: 30%;
    margin: 20px 0;
  }
  .page-facility #facility.fit03 ul li figure {
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  }
  .page-facility #facility.fit03 ul li p.facility_ttl {
    text-align: center;
  }
  .page-facility #facility.fit03 ul li p {
    text-align: left;
  }
  .business_hour {
    padding: 50px;
    background: #fff;
    border: 1px solid #6997ce;
  }
  .business_hour .open_hour {
    width: 300px;
    margin: 0 auto;
  }
  .business_hour .more_pro {
    margin-top: 30px;
    width: 50%;
    margin: 30px auto 0;
  }
  .page-entry {
    padding-bottom: 80px;
  }
  .page-entry .en01 h2:after, .page-entry .en01 h2:before,
  .page-entry .en03 h2:after,
  .page-entry .en03 h2:before {
    display: none !important;
  }
  .page-entry .en02 {
    background: url(../images/top/news_bg.png) repeat #f4f6f9;
  }
}

@media screen and (max-width: 768px) {
  .slider-top li a{
    pointer-events: none;
    width: 100%;
  }
  .slider-top li a[target="_blank"] {
    pointer-events: unset;
  }
  .btnMore {
    position: absolute;
    bottom: -8vw;
    right: 0;
  }
  .btnMore a {
    color: #6791C4;
    font-size: 3.38542vw;
    position: relative;
    padding-left: 3.90625vw;
  }
  .btnMore a:before {
    position: absolute;
    width: 3.125vw;
    height: 2.73438vw;
    content: "";
    background: url(../images/top/new_ic.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 1.5vw;
  }
  #news {
    background: url(../images/top/news_bg.png) repeat #F4F6F9;
    padding: 7.8125vw 7.8125vw 13.02083vw;
  }
  #news .news-inner {
    margin-top: 2.60417vw;
    width: 100%;
  }
  #news .center h2:after, #news .center h2:before {
    display: none;
  }
  #news ul {
    /*width: 850px;*/
    margin: 0 auto;
  }
  #news ul li {
    padding: 1.95313vw 3.90625vw;
    border-bottom: 1px dashed #ddd;
  }
  #news ul li a {
    font-size: 3.90625vw;
  }
  #news ul li a time {
    color: #6791C4;
    margin-right: 15px;
  }
  #news ul li a span {
    display: block;
  }
  #info .btnMore {
    bottom: -2vw;
    /*top: -5vw;*/
  }
  #facility.joinus {
    background: #F7F7F6;
  }
  #sns_sec {
    background: #fff;
    padding: 24px;
  }
  #sns_sec .center h2:after, #sns_sec .center h2:before {
    display: none;
  }
  #sns_sec .center p {
    font-size: 3.90625vw;
  }
  #sns_sec .sns_inner {
    /*display: flex;*/
    margin: 2.60417vw auto;
    /*justify-content: space-between;*/
    width: 100%;
  }
  #sns_sec .sns_inner .sns_box {
    width: 100%;
    margin-top: 3.90625vw;
  }
  #sns_sec .sns_inner .sns_box figure {
    text-align: center;
  }
  #sns_sec .sns_inner .sns_box figure img {
    margin: 0 auto;
  }
  #sns_sec .sns_relative ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #sns_sec .sns_relative ul li {
    margin: 1.30208vw 1.30208vw;
    width: 30%;
  }
  .information {
    padding: 6.51042vw 0;
  }
  .information h2:after, .information h2:before {
    display: none !important;
  }
  .information h2 img {
    margin: 0 auto;
  }
  .information .access_info_inner {
    margin-top: 6.51042vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .information .access_info_inner .join-left {
    width: 100%;
    padding: 0;
  }
  .information .access_info_inner .join-left ul {
    margin-top: 0;
  }
  .information .access_info_inner .join-right {
    width: 100%;
    padding: 0;
  }
  .footer_box_inner {
    padding: 6.51042vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .footer_box_inner .box_detail {
    width: 100%;
  }
  .footer_box_inner .box_detail .privacy {
    text-align: right;
  }
  .footer_box_inner .box_detail .privacy a {
    font-size: 3.38542vw;
    color: #6791C4;
  }
  .footer_box_inner .box_detail .btn_contact_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
  .footer_box_inner .box_detail .btn_contact_group a {
    background: #fff;
    color: #6791C4;
    border: 1px solid #6791C4;
    padding: 1.30208vw 3.90625vw;
    font-size: 3.38542vw;
    margin-left: 1.30208vw;
  }
  .menu_bot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: center;*/
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .menu_bot ul li {
    margin: 0 1.30208vw;
    width: 47%;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_bot ul li a {
    font-size: 3.38542vw;
    padding: 1.30208vw;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot_bottom {
    padding: 2.60417vw 0;
    text-align: center;
    background: #4377B6;
    font-size: 3.38542vw;
    margin-top: 3.90625vw;
    color: #fff;
  }
  .location {
    margin-top: 6.51042vw;
  }
  .location iframe {
    width: 100%;
  }
  .page-access {
    background: #F4F5F5;
  }
  .page-access .access_info_inner {
    margin-top: 0;
  }
  .page-program .wrap .page-title {
    color: #6996cd;
  }
  .page-program .wrap ul.fitness {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .page-program .wrap ul.fitness li {
    width: 47%;
    padding: 0;
    margin-bottom: 3.90625vw;
  }
  .page-program .wrap ul.fitness li p {
    font-size: 3.38542vw;
    margin: 0;
  }
  .program_sec {
    padding: 6.51042vw 0 6.51042vw !important;
    background: #f4f6f8;
  }
  .program_sec h2 {
    text-align: center;
    display: block !important;
  }
  .program_sec h2:after, .program_sec h2:before {
    display: none !important;
  }
  .program_sec h2 img {
    margin: 0 auto;
  }
  .program_sec .fitness {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .program_sec .fitness li {
    background: none !important;
    width: 33%;
    -webkit-box-flex: unset;
       -moz-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .program_sec .more_pro a {
    display: block;
    padding: 2.60417vw;
    color: #fff;
    background: #699ad1;
    font-size: 3.64583vw;
    text-align: center;
  }
  .program_sec .more_pro a:hover {
    text-decoration: none;
    color: #fff;
  }
  .page-facility #facility.fit03 {
    -moz-box-shadow: none;
         box-shadow: none;
    background: #fff;
  }
  .page-facility #facility.fit03 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            align-items: flex-start;
    padding: 2.60417vw;
  }
  .page-facility #facility.fit03 ul li {
    width: 48%;
    margin: 3.90625vw 0;
    padding: 0;
  }
  .page-facility #facility.fit03 ul li figure {
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  }
  .page-facility #facility.fit03 ul li p.facility_ttl {
    text-align: center;
    font-size: 3.5vw;
    padding: 1.30208vw;
  }
  .page-facility #facility.fit03 ul li p {
    text-align: left;
  }
  .business_hour {
    padding: 50px;
    background: #fff;
    border: 1px solid #6997ce;
  }
  .business_hour .open_hour {
    width: 100%;
    margin: 0 auto;
  }
  .business_hour .more_pro {
    margin-top: 3.90625vw;
    width: 90%;
    margin: 3.90625vw auto 0;
  }
  .page-entry {
    padding-bottom: 10.41667vw;
  }
  .page-entry .en01 h2:after, .page-entry .en01 h2:before,
  .page-entry .en03 h2:after,
  .page-entry .en03 h2:before {
    display: none !important;
  }
  .page-entry .en02 {
    background: url(../images/top/news_bg.png) repeat #f4f6f9;
  }
}
