@charset "utf-8";
/*
theme Name: beppu-hayami
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;
  }

  .top_margin {
    padding-top: 45px;
  }

}

@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;
  }

  .top_margin {
    padding-top: 45px;
  }  

}

@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;
  }

  .top_margin {
    padding-top: 45px;
  }

}

@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;
  }

  .top_margin {
    padding-top: 45px;
  }


  .f-font{
    font-size: 15px;
  }

}

@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;
  }

  .top_margin {
    padding-top: 70px;
  }

}



body{
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", 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;
}


/*GoogleMap*/
.gmap {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*Font-size追加*/
.h7 {
  font-size: 0.8rem;
  font-weight: bold;
}


.back::before{
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0,0,0,0.7);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
 
footer {
  margin-top: auto;
}