@charset "UTF-8";
@import url("reset.css");
@import url("m_menu.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"游明朝体", "Yu Mincho", YuMincho;
  line-height: 2;
  position: relative; }

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%;
  position: relative; }
  header #header_inner {
    margin: 0 auto 0; }
    header #header_inner #logo {
      width: 130px;
      margin: 0 auto 0; }
      header #header_inner #logo img {
        display: block;
        padding: 1em 0 0; }
    header #header_inner #top_menu {
      width: 100%;
      margin: 1em 0 0; }
  header #top_contact {
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1000; }
    header #top_contact #contact_menu {
      width: 470px;
      margin: 0 0 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      header #top_contact #contact_menu a {
        display: block;
        width: 222px; }
        header #top_contact #contact_menu a:hover img {
          opacity: 1.0;
          filter: alpha(opacity=100);
          -moz-opacity: 1.0; }

/*メイン*/
/*フッター*/
footer {
  width: 100%;
  background: linear-gradient(#fff, rgba(0, 170, 180, 0.2));
  padding: 8em 0 0;
  color: #666;
  /*TOPへ戻るボタン設定*/ }
  footer #footer_inner {
    margin: 0 auto; }
    footer #footer_inner #f_button {
      width: 100%;
      margin: 0 0 2em;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer #footer_inner #f_button li:nth-child(1) {
        width: 460px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer #footer_inner #f_button li:nth-child(1) a {
          display: block;
          width: 222px; }
      footer #footer_inner #f_button li:nth-child(2) {
        width: calc(100% - 500px); }
        footer #footer_inner #f_button li:nth-child(2) #f_sns {
          width: 120px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          footer #footer_inner #f_button li:nth-child(2) #f_sns a {
            display: block;
            width: 51px; }
    footer #footer_inner #f_menu {
      width: 80%;
      margin: 2em 0 0; }
      footer #footer_inner #f_menu ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer #footer_inner #f_menu ul li {
          width: 25%; }
          footer #footer_inner #f_menu ul li a {
            display: block;
            color: #666;
            text-decoration: none; }
            footer #footer_inner #f_menu ul li a:hover, footer #footer_inner #f_menu ul li a:active {
              color: #666;
              text-decoration: underline; }
  footer address {
    margin: 5em 0 0;
    background-color: #00aab4;
    color: #fff;
    font-style: normal;
    text-align: center;
    width: 96%;
    padding: 0 2%; }
  footer #page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 90%;
    z-index: 999; }
  footer #page-top a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100px;
    background-color: #FF9AB0;
    padding: 1em 0;
    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; }
  footer #page-top a:hover, footer #page-top a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  #header_inner, #top_contact {
    width: 1280px; }

  .sp {
    display: none; }

  /*メイン*/
  /*フッター*/
  #footer_inner {
    width: 1280px; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  #header_inner, #top_contact {
    width: 90%; }

  /*メイン*/
  /*フッター*/
  #footer_inner {
    width: 90%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1  */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  .sp {
    display: none; }

  /*ヘッダー*/
  header #top_contact #contact_menu {
    width: 40%; }
    header #top_contact #contact_menu a {
      width: 48%; }

  /*メイン*/
  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  .sp {
    display: none; }

  /*ヘッダー*/
  header #top_contact #contact_menu {
    width: 40%; }
    header #top_contact #contact_menu a {
      width: 48%; }

  /*メイン*/
  /*フッター*/
  footer {
    padding: 5em 0 0; }
    footer #footer_inner #f_menu {
      width: 100%; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  .pc {
    display: none; }

  /*ヘッダー*/
  header {
    position: relative; }
    header #top_contact {
      position: static;
      top: 0;
      left: 0;
      transform: translateX(0%);
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      width: 100%;
      margin: 15px 0 0; }
      header #top_contact #contact_menu {
        width: 100%;
        margin: 0 auto; }
        header #top_contact #contact_menu a {
          display: block;
          width: 48%; }

  /*メイン*/
  /*フッター*/
  footer {
    padding: 4em 0 0;
    /*TOPへ戻るボタン設定*/ }
    footer #footer_inner #f_button {
      width: 100%;
      margin: 0 0 2em;
      flex-direction: column-reverse; }
      footer #footer_inner #f_button li:nth-child(1) {
        width: 100%;
        margin: 2em 0 0; }
        footer #footer_inner #f_button li:nth-child(1) a {
          width: 48%; }
      footer #footer_inner #f_button li:nth-child(2) {
        width: 100%;
        text-align: center; }
        footer #footer_inner #f_button li:nth-child(2) #f_sns {
          width: 120px;
          margin: 0 auto; }
    footer #footer_inner #f_menu {
      display: none; }
    footer address {
      margin: 5em 0 0;
      background-color: #00aab4;
      color: #fff;
      font-style: normal;
      text-align: center;
      width: 96%;
      padding: 0 2%; }
    footer #page-top {
      position: fixed;
      bottom: 10px;
      right: 20px;
      font-size: 90%;
      z-index: 999; }
    footer #page-top a {
      display: block;
      text-decoration: none;
      color: #fff;
      text-align: center;
      font-weight: bold;
      width: 100px;
      background-color: #FF9AB0;
      padding: 1em 0;
      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; }
    footer #page-top a:hover, footer #page-top a:active {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
