@charset "utf-8";
/*
theme Name: increment-base
Author: Plusers
Description: increment++ original theme
version： 1.0.0
*/




/* ルートフォントサイズ = 10px*/
html {
font-size: 62.5%;
}


body{
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
  background-color: #fff;
  font-size: 1.6em;
}



@media (max-width: 575.98px) {
    /*col- ~480px（スマホ縦） */
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 17px;
  }

  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 17px !important;
  }
}



@media (min-width: 576px) and (max-width: 767.98px) {
    /*col-sm 480px~600px（スマホ横） */
  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 19px;
  }

}



@media (min-width: 768px) and (max-width: 991.98px) {
    /*col-md　600px~960px（タブレット/ioad-mnini）　*/
  h1 {
    font-size: 4.0rem;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 20px;
  }
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    /*col-lg　960px~1280px（小型PC/ipad10inch）　*/
  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 21px;
  }
}



@media (min-width: 1200px) {
/*col-lg　960px~1280px（大型PC/ipad10inch）　*/
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 3.4rem;
  }

  h3 {
    font-size: 2.7rem;
  }
}




/*共通*/

h1 {
  font-weight: bold;
  padding: 30px 10px 10px 10px;
  text-align:center;
}

h2 {
  font-weight: bold;
  margin: 40px 0 20px 0;
  padding: 1rem 2rem;
}

h3 {
  font-weight: bold;
  padding: 10px;
}


.title{
  border-left: 6px double #0d47a1;
  color: #0d47a1;
}

.hr {
  border-top: 1px dotted #bbb;
}

.repair{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}

article {
  margin: 30px 0 20px 0;
}



/*メニューサイズ分下げる*/
.mb-menu {
  margin-bottom: 60px;
}



/*img明度*/
.bright {
  filter: brightness(50%);
}



/*GoogleMap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


p {
  line-height: 150%;
}


.table-time {
  width: 200px;
  font-size: 1.2em;
  font-weight:bold;
}


.table-cont {
  font-size: 1.5em;
  font-weight:bold;
}














/*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: red;
  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;
}


/* Footer固定*/
body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


footer {
  margin-top: auto;
}


a {
  text-decoration: none;
}


.tel-s {
  font-size: 0.9em;
}
