@charset "UTF-8";
@import url("reset.css");
@import url("m_menu.css");
@import url("../slider/flexslider.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"游明朝体", "Yu Mincho", YuMincho;
  line-height: 1.5; }

main {
  display: block; }

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7; }

/*ヘッダー*/
header {
  width: 100%; }
  header #header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto; }
    header #header_inner h1 {
      font-size: 187%;
      width: 100%;
      font-weight: normal;
      font-weight: bold;
      padding: 0.25em 0; }
      header #header_inner h1 a {
        color: #000;
        text-decoration: none; }
        header #header_inner h1 a:hover, header #header_inner h1 a:active {
          text-decoration: none;
          color: #000; }
      header #header_inner h1 img {
        width: 60px;
        margin: 0 5px 0 0; }
      header #header_inner h1 br {
        display: none; }

/*メイン*/
#m_contents {
  margin: 3em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #m_contents i {
    font-style: normal;
    font-size: 65%;
    display: block; }
  #m_contents li {
    width: 31.333%;
    border-radius: 15px;
    padding: 2em 4%;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 5px 3px #f0f0f0; }
    #m_contents li a {
      display: block;
      font-size: 125%;
      margin: 1.5em auto 0;
      padding: 0.25em 0;
      border-radius: 8px;
      background-color: #ea962e;
      color: #fff;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #m_contents li a:hover, #m_contents li a:active {
        background-color: #EDA852;
        text-decoration: none;
        color: #fff; }
      #m_contents li a span {
        display: block;
        font-size: 75%; }
    #m_contents li:nth-child(2) a {
      background-color: #1c91cc; }
      #m_contents li:nth-child(2) a:hover, #m_contents li:nth-child(2) a:active {
        background-color: #26A2E1; }
    #m_contents li:nth-child(3) a {
      background-color: #ed7d31; }
      #m_contents li:nth-child(3) a:hover, #m_contents li:nth-child(3) a:active {
        background-color: #F09557; }

#information {
  width: 100%;
  margin: 4em 0 0;
  padding: 2em 0 3em;
  background-color: #e3f1ff; }
  #information h2 {
    width: 96%;
    margin: 0 auto;
    font-size: 187%;
    color: #1f57aa;
    text-align: center; }
  #information #b_f {
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #information #b_f li {
      width: 48%;
      background-color: #fff; }
      #information #b_f li dl dt {
        background-color: #1f57aa;
        padding: 0.5em 2%;
        font-size: 112%;
        color: #fff;
        font-weight: bold; }
      #information #b_f li dl dd {
        padding: 1em 2%;
        color: #1f57aa; }
        #information #b_f li dl dd ul li {
          width: 100%; }
          #information #b_f li dl dd ul li a {
            color: #1f57aa;
            text-decoration: none; }
            #information #b_f li dl dd ul li a:hover, #information #b_f li dl dd ul li a:active {
              color: #1f57aa;
              text-decoration: underline; }
          #information #b_f li dl dd ul li:nth-child(n+2) {
            margin: 1em 0 0; }
    #information #b_f #info_btn a {
      display: block;
      width: 80%;
      font-size: 125%;
      margin: 1em auto;
      padding: 0.25em 0;
      border-radius: 8px;
      background-color: #1c91cc;
      color: #fff;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #information #b_f #info_btn a:hover, #information #b_f #info_btn a:active {
        background-color: #26A2E1;
        text-decoration: none;
        color: #fff; }
      #information #b_f #info_btn a span {
        display: block;
        font-size: 75%; }

.facebook-wrapper {
  max-width: 550px;
  /* Facebook Page Plugin の最大幅 */
  margin: 0 auto; }

.facebook-wrapper > .fb-page {
  width: 100%; }

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important; }

/*フッター*/
footer {
  width: 100%;
  margin: 3em 0 0;
  padding: 2em 0 0;
  background-color: #37404a;
  color: #fff; }
  footer #footer_inner {
    margin: 0 auto 0; }
    footer #footer_inner #f_menu {
      width: 80%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      footer #footer_inner #f_menu li {
        margin: 0 1%;
        font-weight: bold;
        font-size: 125%;
        text-align: center; }
        footer #footer_inner #f_menu li i {
          font-style: normal;
          font-size: 65%;
          display: block; }
        footer #footer_inner #f_menu li a {
          color: #fff;
          font-weight: bold;
          position: relative;
          display: inline-block;
          text-decoration: none;
          font-size: 95%;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all  0.3s ease; }
          footer #footer_inner #f_menu li a:hover > a {
            color: #fff;
            text-decoration: none; }
          footer #footer_inner #f_menu li a::after {
            position: absolute;
            bottom: 2px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #fff;
            opacity: 0;
            visibility: hidden;
            transition: .3s; }
          footer #footer_inner #f_menu li a:hover::after {
            bottom: -4px;
            opacity: 1;
            visibility: visible; }
    footer #footer_inner #sns {
      width: 80%;
      margin: 1em auto 0;
      padding: 1.5em 0 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      border-top: 1px solid #fff; }
      footer #footer_inner #sns li {
        width: 40px;
        margin: 0 4%; }
    footer #footer_inner #company_b {
      margin: 2em auto;
      text-align: center; }
      footer #footer_inner #company_b dt {
        font-size: 150%;
        font-weight: bold;
        line-height: 0.5;
        margin: 0 auto 1em; }
        footer #footer_inner #company_b dt i {
          font-size: 55%;
          display: block; }
        footer #footer_inner #company_b dt img {
          width: 50px;
          vertical-align: middle;
          margin: 0 5px 0 0;
          padding: 0 0 1em; }
      footer #footer_inner #company_b dd {
        margin: 0.5em 0 0; }
        footer #footer_inner #company_b dd i {
          font-size: 65%;
          display: block;
          font-style: normal; }
        footer #footer_inner #company_b dd a {
          text-decoration: none;
          color: #fff; }
          footer #footer_inner #company_b dd a:hover, footer #footer_inner #company_b dd a:active {
            text-decoration: underline;
            color: #fff; }
  footer address {
    width: 96%;
    padding: 0.25em 2%;
    margin: 3em 0 0;
    color: #fff;
    text-align: center;
    font-style: normal; }
  footer #contacts {
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 60px;
    z-index: 10000; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 90%;
  z-index: 999; }

#page-top a {
  text-decoration: none;
  color: #37404a !important;
  text-align: center;
  font-weight: bold;
  background-color: #E5E1C5;
  padding: 0.5em 20px;
  width: 100px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

#page-top a:hover {
  text-decoration: none;
  color: #37404a !important;
  background-color: #EDEAD6 !important; }

#page-top span {
  display: block; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  #header_inner {
    width: 1280px; }

  .t_sp, .m_sp {
    display: none; }

  /*メイン*/
  #main_top {
    width: 1100px; }

  #m_contents {
    width: 1280px; }

  #b_f {
    width: 1100px; }

  #information #b_f li {
    width: 500px;
    background-color: #fff; }

  /*フッター*/
  #footer_inner {
    width: 1280px; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  #header_inner {
    width: 96%; }

  /*メイン*/
  #main_top {
    width: 80%; }

  #m_contents {
    width: 96%; }

  #b_f {
    width: 80%; }

  /*フッター*/
  #footer_inner {
    width: 96%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*ヘッダー*/
  .t_sp, .m_sp {
    display: none; }

  /*メイン*/
  #m_back #main_top h2 {
    font-size: 160%; }

  #m_contents li h2 {
    font-size: 150%; }

  /*フッター*/
  footer #footer_inner #f_menu {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    footer #footer_inner #f_menu li {
      margin: 0 1% 0 0;
      font-size: 120%;
      line-height: 1.5; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  header #header_inner {
    width: 98%;
    margin: 0 0 0 2%; }
    header #header_inner h1 {
      font-size: 140%; }
      header #header_inner h1 img {
        width: 40px;
        margin: 0 5px 0.25em 0; }

  .t_sp, .m_sp {
    display: none; }

  /*メイン*/
  #m_back #main_top h2 {
    font-size: 200%; }

  #m_contents li h2 {
    font-size: 130%; }

  /*フッター*/
  footer #footer_inner #f_menu {
    width: 90%; }
    footer #footer_inner #f_menu li {
      font-size: 110%; }
  footer #footer_inner #sns {
    width: 90%; }
  footer #contacts {
    width: 50px; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  header {
    margin: 7em 0 0; }
    header #h_top {
      width: 100%;
      position: fixed;
      top: 0;
      z-index: 20;
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }
    header #header_inner {
      width: 98%;
      margin: 0 0 0 2%; }
      header #header_inner h1 {
        width: 100%;
        font-size: 130%; }
        header #header_inner h1 img {
          width: 40px;
          margin: 0 5px 0.25em 0; }
      header #header_inner #contacts {
        width: 118px;
        display: flex;
        justify-content: space-between; }
        header #header_inner #contacts a:nth-child(1) {
          height: 60px; }
        header #header_inner #contacts a:nth-child(2) {
          height: 60px; }

  .t_pc, .m_pc {
    display: none; }

  /*メイン*/
  #m_back {
    width: 100%;
    background-image: url(../img/top/main_back.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover; }
    #m_back #main_top {
      margin: 0 auto;
      padding: 2em 0; }
      #m_back #main_top h2 {
        font-size: 160%; }

  #m_contents {
    flex-direction: column; }
    #m_contents li {
      width: 100%; }
      #m_contents li a {
        font-size: 100%;
        margin: 1em auto 0; }
      #m_contents li:nth-child(2) {
        margin: 2em 0 0; }
      #m_contents li h2 {
        font-size: 160%; }

  #information {
    margin: 2em 0 0; }
    #information #b_f {
      margin: 2em auto 0;
      flex-direction: column; }
      #information #b_f li {
        width: 100%; }
        #information #b_f li:nth-child(2) {
          margin: 2em 0 0; }
      #information #b_f #info_btn a {
        font-size: 100%; }

  /*フッター*/
  footer {
    margin: 2em 0 0;
    padding: 2em 0 6em; }
    footer #footer_inner {
      margin: 0 auto 0; }
      footer #footer_inner #f_menu {
        flex-direction: column; }
        footer #footer_inner #f_menu li {
          width: 96%;
          text-align: center; }
          footer #footer_inner #f_menu li:nth-child(n+2) {
            margin: 0.5em 0 0; }
      footer #footer_inner #sns {
        width: 80%; }
      footer #footer_inner #company_b {
        margin: 2em auto;
        text-align: center; }
        footer #footer_inner #company_b dt {
          font-size: 112%;
          font-weight: bold;
          line-height: 1.5; }
        footer #footer_inner #company_b dd {
          margin: 0.5em 0 0; }
          footer #footer_inner #company_b dd a {
            text-decoration: none;
            color: #fff; }
            footer #footer_inner #company_b dd a:hover, footer #footer_inner #company_b dd a:active {
              text-decoration: underline;
              color: #fff; }
    footer #contacts {
      position: fixed;
      top: inherit;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 10000;
      width: 100%;
      display: flex;
      justify-content: space-between; }
      footer #contacts a {
        width: 50%; }
        footer #contacts a img {
          display: block;
          width: 50px;
          margin: 0 auto; }
      footer #contacts a:nth-child(1) {
        background-color: #1c91cc; }
      footer #contacts a:nth-child(2) {
        background-color: #ea962e; }
      footer #contacts a:nth-child(3) {
        background-color: #1f57aa; } }
@media only screen and (max-width: 767px) and (min-width: 500px) {
  .m_sp {
    display: none; }

  .m_pc {
    display: inherit; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 100%;
    word-break: break-all; }
    html ruby {
      display: inline; }
      html ruby rt {
        display: inline;
        font-size: 100%; }
      html ruby rp {
        display: inline; }

  /*ヘッダー*/
  header {
    margin: 5.8em 0 0; }
    header #header_inner {
      height: 43px; }
      header #header_inner h1 {
        width: 100%;
        font-size: 80%; }
        header #header_inner h1 img {
          width: 20px; }
        header #header_inner h1 rt {
          font-size: 80%; }
        header #header_inner h1 rp {
          font-size: 80%; }
        header #header_inner h1 br {
          display: inherit; }

  /*メイン*/
  #m_back #main_top h2 {
    font-size: 130%; }

  #m_contents li h2 {
    font-size: 130%; }

  #information h2 {
    font-size: 130%; }

  /*フッター*/
  footer #footer_inner #f_menu li {
    width: 96%;
    text-align: center;
    font-size: 110%; }
  footer #footer_inner #company_b dt {
    font-size: 120%;
    font-weight: bold; }
    footer #footer_inner #company_b dt img {
      width: 20px;
      vertical-align: middle;
      margin: 0 5px 0 0;
      padding: 0; }
  footer #footer_inner #company_b dd {
    width: 100%; }
    footer #footer_inner #company_b dd ruby {
      font-size: 80%; }
  footer address {
    margin: 2em 0 0; } }
