@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: 1.5;
  position: relative;
  background-image: url(../img/top/top_img.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top; }

main {
  display: block; }

main a img, footer 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; }

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

/*ヘッダー*/
header {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 100; }
  header #header_inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    header #header_inner h1 {
      width: calc(100% - 30%); }
      header #header_inner h1 img {
        width: 177px; }
    header #header_inner ul {
      width: 30%;
      font-size: 125%; }
      header #header_inner ul img {
        width: 30px;
        vertical-align: middle;
        margin: 0 10px 0 0; }
      header #header_inner ul li a {
        display: block;
        text-align: center;
        padding: 0.25em 0;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        font-size: 125%;
        text-shadow: 0px 0px 5px #157cd6; }
      header #header_inner ul li:nth-child(1) {
        border-bottom: 1px solid #fff;
        letter-spacing: 7px; }

#message {
  position: absolute;
  top: 15em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  font-size: 187.5%;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 6px #157cd6;
  z-index: -1; }

/*メイン*/
main {
  border-top: 5px solid #157cd6;
  margin: 58em 0 0; }

.b_blue {
  width: 100%;
  background: linear-gradient(#3fabe2, white);
  padding: 3em 0; }

#info {
  margin: 0 auto; }
  #info h2 {
    font-size: 125%;
    color: #fff;
    text-align: center; }
  #info #info_inner {
    border-top: 1px solid #fff;
    padding: 3em 0 0;
    margin: 3em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #info #info_inner li {
      width: 46%;
      position: relative; }
      #info #info_inner li:nth-child(1) {
        padding: 0 0 4em 2%; }
      #info #info_inner li:nth-child(2) {
        padding: 0 2% 4em 0; }
      #info #info_inner li h3 {
        font-size: 156%;
        color: #fff; }
      #info #info_inner li:nth-child(1) div {
        margin: 1em 0 0; }
        #info #info_inner li:nth-child(1) div .rss_list01 {
          width: 100%;
          padding: 0; }
          #info #info_inner li:nth-child(1) div .rss_list01:nth-child(n+2) {
            margin: 1em 0 0;
            padding: 0 0 1em;
            border-bottom: 1px dotted #fff; }
          #info #info_inner li:nth-child(1) div .rss_list01 li {
            width: 100%;
            padding: 0; }
            #info #info_inner li:nth-child(1) div .rss_list01 li a {
              color: #000;
              text-decoration: none; }
              #info #info_inner li:nth-child(1) div .rss_list01 li a:hover, #info #info_inner li:nth-child(1) div .rss_list01 li a:active {
                text-decoration: underline;
                color: #000; }
      #info #info_inner li:nth-child(2) div {
        margin: 1em 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #info #info_inner li:nth-child(2) div .rss_list02 {
          width: 48%;
          padding: 0; }
          #info #info_inner li:nth-child(2) div .rss_list02 li {
            width: 100% !important;
            margin: 0; }
            #info #info_inner li:nth-child(2) div .rss_list02 li:nth-child(1), #info #info_inner li:nth-child(2) div .rss_list02 li:nth-child(2) {
              padding: 0; }
            #info #info_inner li:nth-child(2) div .rss_list02 li:nth-child(3) {
              margin: 0 0 1em; }
              #info #info_inner li:nth-child(2) div .rss_list02 li:nth-child(3) a {
                color: #000;
                text-decoration: none; }
                #info #info_inner li:nth-child(2) div .rss_list02 li:nth-child(3) a:hover, #info #info_inner li:nth-child(2) div .rss_list02 li:nth-child(3) a:active {
                  color: #000;
                  text-decoration: underline; }
      #info #info_inner li .button a {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        color: #157cd6;
        font-weight: bold;
        display: block;
        padding: 0.5em 0;
        width: 200px;
        border: 2px solid #157cd6;
        border-radius: 10px;
        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; }
        #info #info_inner li .button a:hover, #info #info_inner li .button a:active {
          background-color: rgba(91, 170, 238, 0.3);
          color: #157cd6;
          text-decoration: none; }

#top_menu {
  width: 100%;
  margin: 0.2em 0 0; }
  #top_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #top_menu ul li {
      width: 50%;
      padding: 4em 0;
      text-align: center;
      box-sizing: border-box;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      font-size: 156%;
      font-weight: bold;
      color: #fff;
      text-shadow: 0px 0px 5px #157cd6; }
      #top_menu ul li dd {
        margin: 1.5em 0 0; }
        #top_menu ul li dd a {
          color: #fff;
          font-weight: bold;
          display: block;
          padding: 0.25em 0;
          width: 200px;
          margin: 0 auto 0;
          font-size: 75%;
          border: 2px solid #fff;
          border-radius: 10px;
          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;
          box-shadow: 0px 0px 5px 3px rgba(21, 124, 214, 0.2), 0px 0px 5px 3px rgba(21, 124, 214, 0.2) inset; }
          #top_menu ul li dd a:hover, #top_menu ul li dd a:active {
            background-color: rgba(255, 255, 255, 0.3);
            color: #fff;
            text-decoration: none; }
      #top_menu ul li:nth-child(n+3) {
        width: 33.333%; }
      #top_menu ul li:last-child {
        width: 100%; }
        #top_menu ul li:last-child a {
          margin: 1em auto 0; }
      #top_menu ul li:nth-child(1) {
        background-image: url(../img/top/photo03.png);
        border-right: 6px solid #fff; }
      #top_menu ul li:nth-child(2) {
        background-image: url(../img/top/photo04.png); }
      #top_menu ul li:nth-child(3) {
        background-image: url(../img/top/photo05.png);
        border-top: 6px solid #fff;
        border-right: 6px solid #fff; }
      #top_menu ul li:nth-child(4) {
        background-image: url(../img/top/photo06.png);
        border-top: 6px solid #fff;
        border-right: 6px solid #fff; }
      #top_menu ul li:nth-child(5) {
        background-image: url(../img/top/photo07.png);
        border-top: 6px solid #fff; }
      #top_menu ul li:nth-child(6) {
        background-image: url(../img/top/photo08.png);
        background-position: bottom;
        border-top: 6px solid #fff;
        padding: 6em 0; }

/*フッター*/
footer {
  width: 100%;
  background-color: #3fabe2;
  border-top: 6px solid #fff; }
  footer #footer_inner {
    margin: 0 auto;
    padding: 3em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner #left {
      width: 46%;
      margin: 0 2%; }
      footer #footer_inner #left #sns {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        footer #footer_inner #left #sns li {
          width: 50px; }
          footer #footer_inner #left #sns li:nth-child(n+2) {
            margin: 0 0 0 6%; }
      footer #footer_inner #left #f_menu {
        margin: 3em 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        footer #footer_inner #left #f_menu li {
          padding: 0 0 0 5px; }
          footer #footer_inner #left #f_menu li:after {
            content: "  /"; }
          footer #footer_inner #left #f_menu li:last-child:after {
            content: none; }
          footer #footer_inner #left #f_menu li a {
            color: #000;
            text-decoration: none; }
            footer #footer_inner #left #f_menu li a:hover, footer #footer_inner #left #f_menu li a:active {
              color: #000;
              text-decoration: underline; }
    footer #footer_inner dl {
      width: 46%;
      margin: 0 2%;
      text-align: center; }
      footer #footer_inner dl dt {
        width: 175px;
        margin: 0 auto 2.5em; }
      footer #footer_inner dl dd {
        width: 100%; }
        footer #footer_inner dl dd a {
          color: #000;
          text-decoration: none; }
          footer #footer_inner dl dd a:hover, footer #footer_inner dl dd a:active {
            color: #000;
            text-decoration: underline; }
  footer address {
    margin: 2em auto 0;
    text-align: center;
    font-size: 87.5%;
    font-style: normal;
    padding: 1em 2% 1em;
    color: #fff;
    border-top: 1px solid #fff; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999; }
  #page-top a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100px;
    background-color: #157cd6;
    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; }
  #page-top a:hover, #page-top a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (max-width: 1900px) {
  /*ヘッダー*/
  #message {
    top: 11em; }

  /*メイン*/
  main {
    margin: 40em 0 0; } }
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  header {
    width: 1280px; }

  /*メイン*/
  .m_sp {
    display: none; }

  #info {
    width: 1280px; }

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

  /*メイン*/
  main {
    margin: 30em 0 0; }

  #info {
    width: 96%; }

  /*フッター*/
  #footer_inner, address {
    width: 96%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  html {
    font-size: 16px; }

  /*ヘッダー*/
  header #header_inner h1 {
    width: calc(100% - 40%); }
  header #header_inner ul {
    width: 40%;
    font-size: 110%; }

  #message {
    top: 8em; }

  /*メイン*/
  #top_menu ul li {
    width: 50%;
    padding: 2em 0; }
    #top_menu ul li:nth-child(6) {
      padding: 3em 0; }

  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  header #header_inner h1 {
    width: calc(98% - 50%); }
  header #header_inner ul {
    width: 50%; }

  /*メイン*/
  main {
    margin: 27em 0 0; }

  #message {
    top: 7em; }

  #top_menu ul li {
    padding: 1em 0; }
    #top_menu ul li:nth-child(1) {
      border-right: 3px solid #fff; }
    #top_menu ul li:nth-child(3) {
      border-top: 3px solid #fff;
      border-right: 3px solid #fff; }
    #top_menu ul li:nth-child(4) {
      border-top: 3px solid #fff;
      border-right: 3px solid #fff; }
    #top_menu ul li:nth-child(5) {
      border-top: 3px solid #fff; }
    #top_menu ul li:nth-child(6) {
      padding: 2em 0;
      border-top: 3px solid #fff; }

  /*フッター*/
  footer {
    border-top: 3px solid #fff; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%;
    background-image: url(../img/top/top_img_sp.png); }

  /*ヘッダー*/
  header #header_inner ul {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    header #header_inner ul img {
      width: 30px;
      vertical-align: middle;
      margin: 0 10px 0 0; }
    header #header_inner ul li {
      width: 50%; }
      header #header_inner ul li a span {
        display: none; }
      header #header_inner ul li:nth-child(1) {
        border-bottom: none; }

  /*メイン*/
  #info {
    margin: 0 auto; }
    #info #info_inner {
      flex-direction: column; }
      #info #info_inner li {
        width: 100%;
        position: relative; }
        #info #info_inner li:nth-child(1) {
          padding: 0; }
          #info #info_inner li:nth-child(1) div {
            margin: 0 0 1em; }
            #info #info_inner li:nth-child(1) div .rss_list01 {
              width: 100%;
              padding: 0;
              margin: 0 0 1em; }
        #info #info_inner li:nth-child(2) {
          padding: 0;
          margin: 0; }
          #info #info_inner li:nth-child(2) h3 {
            margin: 2em 0 0; }
          #info #info_inner li:nth-child(2) div {
            flex-direction: column; }
            #info #info_inner li:nth-child(2) div .rss_list02 {
              width: 100%; }
        #info #info_inner li .button a {
          position: static;
          width: 200px;
          margin: 0 auto 0;
          display: block;
          bottom: 0;
          left: 0;
          transform: translateX(0%);
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%); }

  #top_menu {
    width: 100%;
    margin: 0.2em 0 0; }
    #top_menu ul {
      flex-direction: column; }
      #top_menu ul li {
        width: 100%;
        padding: 2em 0;
        font-size: 130%; }
        #top_menu ul li:nth-child(n+3) {
          width: 100%; }
        #top_menu ul li:last-child {
          width: 100%; }
          #top_menu ul li:last-child a {
            margin: 1em auto 0; }
        #top_menu ul li:nth-child(1) {
          border-right: none; }
        #top_menu ul li:nth-child(2) {
          border-top: 3px solid #fff; }
        #top_menu ul li:nth-child(3) {
          border-top: 3px solid #fff;
          border-right: none; }
        #top_menu ul li:nth-child(4) {
          border-top: 3px solid #fff;
          border-right: none; }
        #top_menu ul li:nth-child(5) {
          border-top: 3px solid #fff; }
        #top_menu ul li:nth-child(6) {
          background-size: cover;
          border-top: 3px solid #fff;
          padding: 2.5em 0; }

  /*フッター*/
  footer {
    border-top: 3px solid #fff; }
    footer #footer_inner {
      flex-direction: column; }
      footer #footer_inner #left {
        width: 96%; }
        footer #footer_inner #left #sns {
          justify-content: center; }
          footer #footer_inner #left #sns li {
            width: 50px;
            margin: 0 20px; }
            footer #footer_inner #left #sns li:nth-child(n+2) {
              margin: 0 20px; }
        footer #footer_inner #left #f_menu {
          margin: 2em 0 0; }
      footer #footer_inner dl {
        width: 96%;
        margin: 2em auto 0; }
        footer #footer_inner dl dt {
          width: 175px;
          margin: 0 auto 1em; }
        footer #footer_inner dl dd {
          width: 100%; }
          footer #footer_inner dl dd a {
            color: #000;
            text-decoration: none; }
            footer #footer_inner dl dd a:hover, footer #footer_inner dl dd a:active {
              color: #000;
              text-decoration: underline; }
    footer address {
      margin: 2em auto 0;
      text-align: center;
      font-size: 87.5%;
      font-style: normal;
      padding: 1em 2% 1em;
      color: #fff;
      border-top: 1px solid #fff; } }
@media only screen and (min-width: 500px) and (max-width: 767px) {
  /*基本設定*/
  /*ヘッダー*/
  header #message {
    top: 10em;
    font-size: 160%; }

  /*メイン*/
  main {
    margin: 35em 0 0; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  header #header_inner h1 img {
    width: 120px; }
  header #message {
    top: 8em;
    font-size: 160%;
    width: 100%; }

  /*メイン*/
  main {
    margin: 26em 0 0; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 375px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  header #message {
    top: 7em;
    font-size: 160%;
    width: 100%; }

  /*メイン*/
  main {
    margin: 23em 0 0; }

  /*フッター*/ }
