@charset "UTF-8";
/* 料金表ページの"トレーニング料金"という見出し右のアイコンを非表示に */
body.price .info-open-box .info-open-box-ttl:before {
  content: none;
}

/* トップページのコンセプト見出しのテキストサイズ変更 */
@media screen and (min-width: 768px) {
  body.index main section.section-01 .upper .text-box .ttl {
    font-size: 3rem;
  }
}

/* 杉浦隆将さんの画像変更 */
@media screen and (min-width: 768px) {
  body.trainer section.trainers ul.trainers-list li.item:nth-child(3) .imager {
    background-image: url(../images/trainer/img_07c.jpg);
  }
}
/* 杉浦隆将さん退職でトレーナー3番目の画像変更 */
@media screen and (min-width: 768px) {
  body.trainer section.trainers ul.trainers-list li.item:nth-child(3) .imager {
    background-image: url(../images/trainer/img_09.jpg);
  }
}

/* TOPページ記事リンクボタン追加による新規CSS */
  section.section-02 .area_container{
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0px;
    text-align: center
  }
@media screen and (max-width: 768px) {
  section.section-02 .area_container{
    width: calc(100% - 40px);
  }

}

  section.section-02 .btn_article_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  
  section.section-02 .btn_article_container .btn_article {
    position: relative;
    width: calc( (100% - 50px) / 3 );
    background-color: black;
    margin-bottom: 24px;
    overflow: hidden;
    padding-top: 22%; /* 比率 */
    text-align: center;
    
  }
  @media screen and (max-width: 768px) {
    section.section-02 .btn_article_container .btn_article {
      width: calc( (100% - 10px) / 1 );
      margin-bottom: 10px;
    }
  }

  .btn_article img {
    opacity:0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .btn_article .article_title{
    color: white;
    opacity: 1;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      white-space: normal;
  }
  @media screen and (max-width: 768px) {
    .btn_article .article_title{
      font-size: 1.4rem;
      line-height: 1.6;
    }
    }

  .btn_article img:hover {
    opacity:0.7;
    transition: 1.0s ;
  }  

  section.section-02 .area_container .area_title{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 768px){
    section.section-02 .area_container .area_title{
      font-size: 1.3rem;
      margin-bottom: 10px;
  }
  }
  .info-open-box-content.pb0{
    padding: 50px 20px 0 !important;
  }
  @media only screen and (max-width: 767px){
    body.price section.section-02 {
      margin-top: 50px;
      padding-bottom: 0px;
  }
  }
  table.equal tr th:first-child {
    padding-left: 20px;
    width: 270px !important;
  }
  @media only screen and (max-width: 767px){
  body.price section.section-02 .intro-box table {
    width: 100%;
  }
}

.footer-button.sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99; }
  .footer-button.sp a {
    display: block;
    position: relative;
    width: 100%; }
    .footer-button.sp img{
      background-color:rgba(255, 255, 255, 0.8);
      padding-top: 5px;
      position: absolute;
      width: 100%;
      bottom: 0;
    }
    .footer-button a:hover {
      opacity: .8;
      transition: 1.0s ;
    }
  .footer-button.active {
    opacity: 1;
    pointer-events: auto; }


.footer-button.pc{
  position: fixed;
  bottom: 10px;
  right: 0px;
  width: 200px;
  z-index: 99; }
  .footer-button.pc a {
    display: block;
    position: relative;}
    .footer-button.pc img{
      background-color:rgba(255, 255, 255, 0.8);
      box-shadow: -3px -3px 10px rgba(0,0,0,0.6);
      padding-top: 5px;
      position: absolute;
      width: 100%;
      height: auto;
      bottom: 0;
      border-radius: 20px;
      border: 3px solid #e95513;
    }

    @media only screen and (max-width: 767px){
    .footer #to-top {
        bottom: 126px;
    }
  }
  @media only screen and (max-width: 480px){
    .footer #to-top {
        bottom: 76px;
    }
  }

.header-register img{
    height: 60px;
  }
  .header-register img:hover{
    opacity: .8;
    transition: 1.0s ;
  }
  .footer #to-top{
   position: flex;
   bottom: 180px;
   right: 20px; 
  }