@charset "utf-8";
/*
theme Name: increment-base
Author: Plusers
Description: increment++ original theme
version： 1.0.0
*/

@media (max-width: 575.98px) {
    /*col- ~480px（スマホ縦） */
  h1.title {
    font-size: 30px;
    font-weight: bold;
     /*color: orange;*/
  }
  h2.title {
    font-size: 25px;
  }

  h3.title {
    font-size: 20px;
  }

  .top_margin {
    padding-top: 45px;
  }

.iframe-wrapper{
    width: 1300px;
    height: 138px;
    /*border:1px solid #000;*/
  }

  .zoom_s {
    height: 400px;
  -o-transform: scale(0.24);
  -o-transform-origin: 0 0;
  -ms-transform: scale(0.24);
  -ms-transform-origin: 0 0;
  -moz-transform: scale(0.24);
  -moz-transform-origin: 0 0;
  -webkit-transform: scale(0.24);
  -webkit-transform-origin: 0 0;
  transform: scale(0.24);
  transform-origin: 0 0;
  }

  .ticker ul {
    font-size: 0.8em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /*col-sm 480px~600px（スマホ横） */
  h1.title {
    font-size: 35px;
    font-weight: bold;
     /*color: blue;*/
  }
  h2.title {
    font-size: 30px;
  }

  h3.title {
    font-size: 25px;
  }

  .top_margin {
    padding-top: 45px;
  }

  .iframe-wrapper{
    width: 1300px;
    height: 155px;
    /*border:1px solid #000;*/
  }

  .zoom_s {
    height: 400px;
    -o-transform: scale(0.38);
    -o-transform-origin: 0 0;
    -ms-transform: scale(0.38);
    -ms-transform-origin: 0 0;
    -moz-transform: scale(0.38);
    -moz-transform-origin: 0 0;
    -webkit-transform: scale(0.38);
    -webkit-transform-origin: 0 0;
    transform: scale(0.38);
    transform-origin: 0 0;
  }

 .ticker ul {
    font-size: 0.8em;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    /*col-md　600px~960px（タブレット/ipad-mini）　*/
  h1.title {
    font-size: 40px;
    font-weight: bold;
     /*color: red;*/
  }
  h2.title {
    font-size: 35px;
  }

  h3.title {
    font-size: 30px;
  }

   a[href^="tel:"] {
    pointer-events: none;
  }

  .top_margin {
    padding-top: 45px;
  }

  .iframe-wrapper{
    width: 1300px;
    height: 210px;
    /*border:1px solid #000;*/
  }

  .zoom_s {
    height: 400px;
    -o-transform: scale(0.52);
    -o-transform-origin: 0 0;
    -ms-transform: scale(0.52);
    -ms-transform-origin: 0 0;
    -moz-transform: scale(0.52);
    -moz-transform-origin: 0 0;
    -webkit-transform: scale(0.52);
    -webkit-transform-origin: 0 0;
    transform: scale(0.52);
    transform-origin: 0 0;
  }

 .ticker ul {
    font-size: 1.2em;
  }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    /*col-lg　960px~1280px（小型PC/ipad10inch）　*/
  h1.title {
    font-size: 45px;
    font-weight: bold;
     /*color: yellow;*/
  }
  h2.title {
    font-size: 40px;
  }

  h3.title {
    font-size: 35px;
  }

   a[href^="tel:"] {
    pointer-events: none;
  }

  .top_margin {
    padding-top: 45px;
  }


  .f-font{
    font-size: 15px;
  }

  .iframe-wrapper{
    width: 1300px;
    height: 282px;
    /*border:1px solid #000;*/
  }

  .zoom_s {
    height: 400px;
    -o-transform: scale(0.7);
    -o-transform-origin: 0 0;
    -ms-transform: scale(0.7);
    -ms-transform-origin: 0 0;
    -moz-transform: scale(0.7);
    -moz-transform-origin: 0 0;
    -webkit-transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    transform: scale(0.7);
    transform-origin: 0 0;
  }

 .ticker ul {
    font-size: 1.2em;
  }
}


@media (min-width: 1200px) {
    /*col-xl　1280px~（大型PC） */
  h1.title {
    font-size: 50px;
    font-weight: bold;
     /*color: green;*/
  }
  h2.title {
    font-size: 45px;
  }

  h3.title {
    font-size: 35px;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .top_margin {
    padding-top: 70px;
  }

  .iframe-wrapper{
    width: 1300px;
    height: 341px;
    /*border:1px solid #000;*/
  }

  .zoom_s {
    height: 400px;
    -o-transform: scale(0.85);
    -o-transform-origin: 0 0;
    -ms-transform: scale(0.85);
    -ms-transform-origin: 0 0;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    transform: scale(0.85);
    transform-origin: 0 0;
  }

  .ticker ul {
    font-size: 2.0em;
  }
}



body{
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}


body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


.e-font{
  font-family: Georgia, serif;
  font-weight: bold;
  /*font-style: italic;*/
}

.h8{
  font-size: 12px;
}

/*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: ' ';
}


.mod_thumbnail{
 margin:0 0 30px 0;
}


.thumbnaillist li{
  width:60px;
  height:50px;
  float:left;
  background:none;
  padding:0;
  margin: 10px 10px 10px 0;
  list-style: none;
}
.thumbnaillist li a{
  display:block;
}


.thumbnaillist li a:link    {}

.thumbnaillist li a:visited {}

.thumbnaillist li a:hover   {opacity:0.8;}

.thumbnaillist li a:active  {opacity:0.8;}

.thumbnaillist li a:hover img {filter:alpha(opacity=80);}




footer {
  margin-top: auto;
}


