@charset "utf-8";
/*
theme Name: TJa5-base
Author: Plusers
Description: increment++ original theme
version： 1.0.0
*/

@media (max-width: 575.98px) {
    /*col- ~480px（スマホ縦） */
  h1.title {
    font-size: 22px;
    font-weight: bold;
     /*color: orange;*/
  }
  h2.title {
    font-size: 22px;
  }

  h3.title {
    font-size: 17px;
  }


}

@media (min-width: 576px) and (max-width: 767.98px) {
    /*col-sm 480px~600px（スマホ横） */
  h1.title {
    font-size: 25px;
    font-weight: bold;
     /*color: blue;*/
  }
  h2.title {
    font-size: 26px;
  }

  h3.title {
    font-size: 19px;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    /*col-md　600px~960px（タブレット/ioad-mnini）　*/
  h1.title {
    font-size: 40px;
    font-weight: bold;
     /*color: red;*/
  }
  h2.title {
    font-size: 29px;
  }

  h3.title {
    font-size: 20px;
  }

   a[href^="tel:"] {
    pointer-events: none;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /*col-lg　960px~1280px（小型PC/ipad10inch）　*/
  h1.title {
    font-size: 44px;
    font-weight: bold;
     /*color: yellow;*/
  }
  h2.title {
    font-size: 32px;
  }

  h3.title {
    font-size: 21px;
  }

   a[href^="tel:"] {
    pointer-events: none;
  }

}

@media (min-width: 1200px) {
    /*col-xl　1280px~（大型PC） */
  h1.title {
    font-size: 48px;
    font-weight: bold;
     /*color: green;*/
  }
  h2.title {
    font-size: 36px;
  }

  h3.title {
    font-size: 23px;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

}

body{
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

.e-font{
  font-family: Georgia, serif;
  font-style: italic;
}


/*TOPへ戻るボタン*/
#top_scroll{ 
  position: relative; 
  z-index: 100; 
  margin: 0; 
  padding: 0; 
}
 
#page-top1{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -250px;
  right: 10px;
  width: 35px;
  height: 35px;
  padding: 0;
  color: #4169e1;
  text-align: center;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
  font-size: 2.0em;
}
 
#page-top1:hover{ 
    background: ;
    transform: translateY(-10px);
}
 
#top_scroll:hover{
    background: #fff;
}

