@charset "utf-8";

/*////////////////////////////////////////////////////////

style20226

////////////////////////////////////////////////////////*/

/* common
------------------------------------------------------- */
body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 1081px) {
  .main-column {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .wrap {
    padding-top: 2em;
  }
  .section_green_L {
    padding: 20px;
  }
  
  .gnav-ul {
    margin-left: 10px;
  }
  .gnav-container li {
    width: 11%;
  }
  .gnav-container .menu-item-12948,
  .gnav-container .menu-item-12932,
  .gnav-container .menu-item-12953 {
    width: 14%;
  }
  .gnav-container .menu-item-12943,
  .gnav-container .menu-item-12929,
  .gnav-container .menu-item-12944 {
    width: 8%;
  }
  .gnav-container li a {
    text-shadow: 1px 1px 2px rgba(45,85,189,.7);
  }
}

/*----- title -----*/
.home .textwidget h2,
body:not(.home) h2:not([class]) {
  padding: 5px 12px;
  text-shadow: none;
  color: #fff;
  background: #2364c6;
}
.top-widget .widget-title, .archive-widget .widget-title, .entry-title, .archive-title {
  height: auto;
  border-width: 2px;
}

/*----- footer -----*/
.footerBottom_inner {
  padding: 30px 20px;
}
.textwidget {
  padding: 40px 20px;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 450px;
  margin: 10px auto;
  height: 70px;
  border-radius: 3px;
  font-weight: bold;
}
.footer_tel {
  letter-spacing: .05em;
  font-family: Arial, Helvetica, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "sans-serif";
  font-size: 1.1em;
  font-weight: bold;
}
.footer_tel i {
  margin-right: 10px;
}
.footer_adress {
  margin-top: 5px;
}
#copyright {
  font-size: .75em;
}




