@charset "UTF-8";

/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1140px;
    overflow: hidden;
    /*zoom: 0.9;*/
  }
  .container{
    width: 100%;
  }
  .tb{
    display: none;
  }
  .sp{
    display: none;
  }
  
  /* 固定ヘッダーを使用している場合など */
  header .hdr1{
    position: static !important;
  }
  /* animate のフェードインを可視化 */
  [data-animate]{
    opacity:1 !important;
  }
}

@media only screen and (max-width:1500px){
  .gnav > ul > li {
    padding: 0 29px;
  }
  footer .ftr_links li {
    font-size: 12px;
  }
  footer .ftr1 .box2 a {
    width: 20%;
  }
}

@media only screen and (max-width:1220px){
  .container{
    width: 100%;
  }
  
  header {
    padding: 25px 40px 50px;
  }
  .gnav > ul > li {
    padding: 0 12px;
  }
  
  footer .ftr1 {
    padding: 0 30px;
  }
  footer .ftr1 .box1 {
    width: 70%;
  }
  footer .ftr1 .box2 {
    width: 30%;
  }
  
  
  /* **********************************
   *  Home
   * ********************************* */
  .mv {
    height: 50vw;
    margin: 0 39px;
  }
  .home_bnr {
    margin: 0 39px;
  }
  .pg_home .section#sec1 .img {
    width: 53%;
  }
  
  .pg_header {
    margin: 0 39px;
  }

  /* **********************************
   *  ジム紹介
   * ********************************* */
  .pg_gym .section#sec1 .img:before {
    height: 87%;
  }

  /* **********************************
   *  女性向けフィットネス
   * ********************************* */
  .pg_fitness .section#sec2 .txt{
    width: 100%;
  }
  .pg_fitness .section#sec2 a{
    margin-top: 50px;
  }
}

@media only screen and (max-width:1023px){
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  header {
    padding: 25px 20px 50px;
  }
  
  .gnav > ul > li {
    font-size: 13px;
    padding: 0 10px;
  }
  
  footer .ftr1 {
    padding: 0 20px;
    justify-content: center;
  }
  footer .ftr1 .box1,
  footer .ftr1 .box2{
    width: auto;
  }
  footer .ftr1 .box1{
    margin-bottom: 30px;
  }
  footer .ftr1 .box2{  
    text-align: center;
  }

  
  /* **********************************
   *  Home
   * ********************************* */  
  .mv,
  .home_bnr{
    margin: 0 20px;
  }
  .mv .mv_box .txt {
    font-size: 37px;
  }
  .mv .mv_box .txt .en {
    font-size: 18px;
  }
  .home_bnr a {
    width: 100%;
  }
  .home .main {
    padding: 100px 0 0;
  }  
  .pg_home .section#sec1 .green_bg {
    margin-top: 60px;
  }
  
  .cmn_3 .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .pg_home .section#sec4 .movie {
    padding: 100px 50px 0 0;
  }
  .pg_home .section#sec4 .movie:before {
    width: 715px;
    height: 421px;
  }
  .pg_home .section#sec7 .en {
    font-size: 80px;
  }
  .pg_home .section#sec7 .globe {
    width: 150px;
    bottom: -70px;
  }
  
  /* **********************************
   *  料金案内
   * ********************************* */
  .pg_header {
    height: 40vw;
    margin: 0 20px;
  }
  
  /* **********************************
   *  ジム紹介
   * ********************************* */
  .pg_gym .section#sec1 .txt {
    padding-right: 45px;
  }
  .pg_gym .section#sec1 dl {
    width: 100%;
  }
  .pg_gym .section#sec2 .cmn_2 {
    margin: 0 -10px;
  }
  .pg_gym .section#sec2 .item {
    padding: 0 10px;
  }
  .pg_gym .section#sec2 .item .txt .bold:after {
    width: 120%;
  }

  /* **********************************
   *  体験・入会案内
   * ********************************* */
  .pg_trial .section#sec2 .txt dd {
    padding: 5px 10px 5px 20px;
  }
  .pg_trial .section#sec2 .txt dl + dl dd {
    padding: 5px 5px 5px 20px;
    letter-spacing: 0.05em;
  }
  
  /* **********************************
   *  ブログ
   * ********************************* */  
  .pagination .nav-posts .page-next, 
  .pagination .nav-posts .page-prev {
    min-width: 201px;
  }
  .pagination .nav-posts .page-archive a {
    padding: 10px 87px;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 13px;
    padding-bottom: 60px;
  }
  header {
    padding: 15px 10px 50px;
  }
  header .hdr0 p {
    text-align: left;
  }
  header .hdr0 .tel {
    font-size: 26px;
    text-align: center;
  }
  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1{
    display: block;
  }
  
  footer {
    padding: 42px 0 0;
  }
  footer .ftr2 iframe{
    height: 300px;
  }
  footer .ftr_links{
    display: none;
  }
  footer .ftr1 .box2{
    text-align: center;
  }
  footer .ftr1 .box2 a {
    width: auto;
    padding: 5px;
    vertical-align: middle;
  }
  footer .ftr1 .box2 a:last-child {
    margin: 0 10px;
  }
  .footer_fix{
    display: block;
  }
  footer .ftr1 {
    padding: 0 10px;
  }
  
  .gnav{
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;
    display: block;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
    text-align: center;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    margin-bottom: 30px;
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 100px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }
  
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }
  
  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
    /*padding-bottom: 5px;*/
  }
  .contact_form td{
    /*padding-top: 0;*/
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }
  
  .contact_form td .wpcf7-text,
  .contact_form td .wpcf7-textarea,
  .contact_form td .wpcf7-select{
    width: 100%;
  }
  
  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"]{
    width: 35%;
  }
  
  
  /* サイトマップ */
  .sitemap_items .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap_items .item h4 a{
    padding: 10px 10px;
  }
  
  /* プライバシーポリシー */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
  
  /* **********************************
   *  Home
   * ********************************* */  
  .section {
    padding: 40px 0;
  }
  .mv, 
  .home_bnr {
    margin: 0 10px;
  }
  .mv {
    height: 60vw;
    padding: 0 20px;
  }
  .mv .mv_box .txt {
    font-size: 20px;
  }
  .mv .mv_box .txt .en {
    font-size: 12px;
  }
  .main {
    padding: 50px 0 100px;
  }
  .home .main {
    padding: 100px 0 0;
  }
  .pg_home .section#sec1 .img {
    width: 90%;
    margin-bottom: 15px;
    position: inherit;
    margin-left: auto;
  }
  .medium {
    font-size: 16px;
  }
  .pg_home .section#sec1 .green_bg {
    margin-top: 30px;
  }
  .green_bg {
    padding: 20px 15px;
  }
  .pg_home .tt1 span {
    font-size: 22px;
  }
  .pg_home .section#sec2 .medium {
    margin-top: 35px;
  }
  .cmn_3 .item {
    width: 100%;
    margin-bottom: 50px;
  }
  .link_1 {
    margin: 30px auto 0;
  }
  .pg_home .section#sec4 .movie {
    padding: 60px 10px 0 0;
  }
  .pg_home .section#sec4 .movie:before {
    width: 90%;
    height: 70%;
    top: 40px;
  }
  .pg_home .section#sec4 .cmn_2 {
    margin-top: 50px;
  }
  .cmn_2 {
    margin: 0;
  }
  .cmn_2 .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .pg_home .section#sec5 {
    padding: 50px 0 30px;
  }
  .pg_home .section#sec5 .bg_grey {
    margin-top: 0;
  }
  .bg_grey {
    padding: 30px 0;
  }
  .post_items .item .title {
    padding: 8px 10px;
  }
  .post_items .item .date {
    width: 96px;
  }
  .post_items .item {
    margin-bottom: 12px;
  }
  .pg_home .section#sec7 {
    margin-bottom: 55px;
  }
  .pg_home .section#sec7 .container {
    height: 213px;
  }
  .pg_home .section#sec7 .globe {
    width: 100px;
    bottom: -50px;
  }
  .pg_home .section#sec7 .en {
    font-size: 30px;
    bottom: -10px;
  }
  
  /* **********************************
   *  料金案内
   * ********************************* */
  .tt1 {
    font-size: 16px;
  }
  .tt1 span {
    font-size: 28px;
  }
  .pg_price .tt1 {
    margin-bottom: 50px;
  }
  .pg_header {
    height: 50vw;
    margin: 0 10px;
  }
  .pg_header .ttl {
    font-size: 16px;
  }
  .pg_header .ttl span {
    font-size: 30px;
  }
  .pg_price .section#sec1 table,
  .price_tbl{
    font-size: 14px;
  }
  .price_tbl thead th, .pg_price .section#sec3 h3 {
    letter-spacing: 0.3em;
    padding-left: 5px;
  }
  .price_tbl th, 
  .price_tbl td {
    height: 58px;
  }
  .pg_price .section#sec2 thead tr > th:first-of-type {
    width: 32%;
  }
  .pg_price .section#sec2 thead tr > th:nth-of-type(2) {
    width: 22%;
  }
  .pg_price .section#sec2 thead tr > th:nth-of-type(3) {
    width: 46%;
  }
  .right {
    font-size: 16px;
    margin-top: 15px;
  }
  
  /* **********************************
   *  ジム紹介
   * ********************************* */
  .pg_gym .section .tt1 {
    margin-bottom: 45px;
  }
  .pg_gym .section#sec1 .flex{
    justify-content: center;
  }
  .pg_gym .section#sec1 .txt {
    width: 100%;
    padding-right: 0;
    order: 2;
    margin-bottom: 35px;
  }
  .pg_gym .section#sec1 .img {
    width: 90%;
    margin-bottom: 30px;
    padding: 0 0 45px 45px;
  }
  .pg_gym .section#sec1 .txt .right {
    font-size: 13px;
    margin-top: 30px;
  }
  .pg_gym .section#sec1 .ov {
    margin-top: 30px;
  }
  .pg_gym .section#sec1 dt {
    width: 100px;
  }
  .pg_gym .section#sec1 dd {
    width: calc(100% - 100px);
  }
  .pg_gym .section#sec2 .item{
    margin-bottom: 20px;
  }
  .pg_gym .section#sec2 .item .flex {
    padding: 20px 10px;
  }
  .pg_gym .section#sec2 .item .txt .bold {
    font-size: 18px;
    margin: 10px 0 15px;
  }

  /* **********************************
   *  体験・入会案内
   * ********************************* */
  .pg_trial {
    margin-bottom: 55px;
  }
  .pg_trial .section .txt{
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .pg_trial .section .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .pg_trial .section .txt dt {
    font-size: 16px;
  }
  .pg_trial .section .txt .link_1 {
    margin: 55px auto 10px;
  }

  /* **********************************
   *  女性向けフィットネス
   * ********************************* */
  .pg_fitness .section#sec1 .tt1 {
    margin-bottom: 50px;
  }
  .pg_fitness .section#sec1 .img {
    width: 100%;
    order: 1;
  }
  .pg_fitness .section#sec1 .txt {
    width: 100%;
    padding: 0;
    order: 2;
  }
  .pg_fitness .section#sec1 .txt .bold {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .pg_fitness .section#sec1 .green_bg {
    bottom: 0;
  }
  .pg_fitness .section#sec2 .cmn_3{
    margin: 0 auto;
  }
  .pg_fitness .section#sec2 .cmn_3 .item {
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .pg_fitness .section#sec2 .cmn_3 + .flex {
    margin: 40px 0 0;
  }
  .pg_fitness .section#sec2 a {
    max-width: 100%;
    margin: 50px auto 0;
    font-size: 16px;
  }
  

  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info {
    margin-bottom: 85px;
  }
  .contact_info .box2 .txt {
    font-size: 14px;
    text-align: left;
    display: inline-block;
    width: auto;
  }
  .contact_tt {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .contact_form_acceptance {
    margin-top: 65px;
  }
  div.wpcf7 .ajax-loader{
    display: block;
  }
  .privacy_items .item {
    font-size: 14px;
  }
  
  /* **********************************
   *  ブログ
   * ********************************* */  
  .pagination .nav-posts .page-prev a:after {
    right: 5px;
  }
  .pagination .nav-posts .page-next a:before {
    left: 5px;
  }
  .post_items .item.single_item {
    padding: 15px;
  }
  .post_items .post_content {
    font-size: 14px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}