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

main {
  display: block; }

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

header a:hover img, main a:hover img, footer a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8; }

.fade {
  /*margin-top: 10vh;*/
  opacity: 0;
  transition: opacity 2s; }

.fade.view {
  opacity: 1; }

/*ヘッダー*/
header {
  width: 100%;
  margin: 0 auto;
  background: #0046a0;
  border-bottom: #dc0014 8px solid; }
  header #header_inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    header #header_inner h1 {
      width: 20%;
      margin: 0 auto; }
    header #header_inner #inner_right {
      width: 60%;
      margin-right: 0; }
      header #header_inner #inner_right ul {
        display: inline-flex;
        width: 100%;
        margin-right: 0; }
        header #header_inner #inner_right ul li {
          margin: 0 1em;
          padding: 0 3em 0 0;
          font-size: 1em;
          border-right: solid #fff; }
          header #header_inner #inner_right ul li a {
            color: #fff;
            text-decoration-line: none; }
    header #header_inner .contact {
      width: 18%;
      margin-right: 0; }

/*メイン*/
.wave {
  position: relative;
  margin-top: -2%;
  z-index: 60; }

.banner {
  width: 100%;
  margin: 0 auto; }

main {
  background-image: url("../img/product/bg_2.png"); }

.product {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .product .side-menu {
    width: 20%;
    margin: 1em 0 0; }
    .product .side-menu ul {
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      margin: 0 auto;
      width: 100%; }
      .product .side-menu ul li {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding: 0.5em 0 0;
        font-size: 1.2em; }
        .product .side-menu ul li a:hover {
          background: linear-gradient(#005fc8, #0046a0);
          color: #fff; }
        .product .side-menu ul li a {
          color: #000000;
          background-size: cover;
          font-weight: bold;
          background-color: #f2faff;
          z-index: 20;
          display: block;
          padding: 1em 0;
          text-decoration: none; }
        .product .side-menu ul li.now {
          background: linear-gradient(#005fc8, #0046a0); }
          .product .side-menu ul li.now a {
            color: #fff;
            background: linear-gradient(#005fc8, #0046a0); }
            .product .side-menu ul li.now a a:hover {
              background: linear-gradient(#005fc8, #0046a0);
              text-decoration: none; }
    .product .side-menu .child {
      opacity: 0; }
    .product .side-menu .nav > li {
      position: relative; }
    .product .side-menu li ul.child {
      position: absolute;
      top: 30px;
      width: 70%;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      font-size: 0.5em;
      text-align: right;
      padding: 0 0 0 105%;
      align-content: flex-start;
      box-shadow: 1em 1em 20% 0 #fff; }
    .product .side-menu li:hover ul.child {
      top: 50px;
      visibility: visible;
      opacity: 1;
      z-index: 50;
      display: block; }
  .product .product-list {
    width: 70%;
    margin: 0 0 0 5em; }
    .product .product-list .title {
      margin: 0 auto 2em; }
      .product .product-list .title h2 {
        font-size: 1.5em;
        padding: 1em 0 0;
        font-weight: bold;
        text-decoration: underline #dc0014 0.2em;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        text-underline-offset: 0.5em; }
    .product .product-list .items {
      margin: 0 auto;
      width: 100%; }
      .product .product-list .items .item {
        width: 90%;
        margin: 3em auto;
        padding: 2em 2em;
        background: #fff;
        border-top: solid 5px #225ca8; }
        .product .product-list .items .item h3 {
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-size: 1.3em;
          font-weight: bold;
          color: #225ca8; }
        .product .product-list .items .item ul {
          width: 100%;
          margin: 0 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .product .product-list .items .item ul li {
            width: 30%;
            margin: 1em auto 0 0; }
        .product .product-list .items .item ul::after {
          content: "";
          display: block;
          width: 30%;
          margin: 1em auto; }

/*フッター*/
footer {
  margin: 8em 0 0;
  padding: 3em 0 0;
  background-color: #0046a0;
  border-top: #dc0014 8px solid;
  position: relative; }
  footer figure {
    padding: 5em 0 0;
    width: 200px;
    margin: 0 auto; }
  footer #footer_inner {
    width: 80%;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner dl {
      width: 30%; }
      footer #footer_inner dl dt {
        font-weight: bold;
        font-size: 130%; }
      footer #footer_inner dl dd {
        width: 100%;
        margin: 1.5em 0 0 1em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #fff; }
        footer #footer_inner dl dd .spot-name {
          width: 20%;
          align-content: center;
          border: solid 1px;
          padding: 0.5em 0.5em;
          text-align: center;
          font-size: 0.8em; }
        footer #footer_inner dl dd .spot-address {
          width: 70%;
          font-size: 0.8em;
          margin: 0 0.5em; }
  footer #footer_right {
    width: 65%;
    margin: 0 0 0 4em;
    z-index: 20; }
    footer #footer_right nav #f_menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      color: #fff; }
      footer #footer_right nav #f_menu li {
        flex: 1;
        text-align: left;
        line-height: 4em; }
        footer #footer_right nav #f_menu li .menu-under {
          font-size: 0.8em;
          line-height: 3em;
          margin: 0 0 0 0.5em; }
        footer #footer_right nav #f_menu li a {
          color: #fff;
          font-weight: bold;
          text-decoration: none; }
          footer #footer_right nav #f_menu li a:hover, footer #footer_right nav #f_menu li a:active {
            color: #bcbcbc;
            text-decoration: underline; }
  footer p {
    width: 20%;
    position: absolute;
    right: 0;
    margin-top: -10em; }
  footer address {
    width: 96%;
    text-align: center;
    font-size: 87.5%;
    font-style: normal;
    padding: 0.5em 2%;
    margin: 10em 0 0;
    background-color: #fff; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold; }
  #page-top img {
    width: 50px;
    display: block;
    margin: 0 auto 0.5em; }
  #page-top a {
    /*コレ*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #4885FF;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    -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 (min-width: 1600px) {
  /*ヘッダー*/
  /*メイン*/
  .sp {
    display: none; }

  #menulist02 {
    display: none; }

  /*フッター*/ }
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1700px) {
  /*基本設定*/
  html {
    font-size: 90%; }

  .sp {
    display: none; }

  #menulist02 {
    display: none; }

  /*ヘッダー*/
  header {
    padding: 1em 0; }
    header #header_inner #inner_right {
      width: 55%;
      font-size: 40%; }
      header #header_inner #inner_right li {
        margin: 0 1em;
        padding: 0 1em 0 0;
        border-right: solid #fff 1px; }
        header #header_inner #inner_right li a {
          color: #fff;
          text-decoration-line: none; }
    header #header_inner .contact {
      width: 15%;
      margin-right: 0; }

  /*メイン*/
  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #menulist {
    display: none; }

  #menulist02 {
    display: none; }

  .contact {
    display: none; }

  /*基本設定*/
  html {
    font-size: 80%;
    position: relative; }

  /*ヘッダー*/
  header {
    padding: 2em 0 2em; }
    header #header_inner {
      align-content: flex-start; }
      header #header_inner #inner_right li {
        padding: 0 2em 0 0;
        font-size: 0.7em; }
        header #header_inner #inner_right li a {
          color: #fff;
          text-decoration-line: none; }
      header #header_inner .contact {
        width: 15%;
        margin-right: 0; }

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

  .product {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .product .side-menu {
      width: 100%;
      margin: 1em 0 1em; }
      .product .side-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .product .side-menu ul li {
          margin: 0 0.5em;
          width: 18%;
          padding: 0.5em 0 0;
          font-size: 0.9em; }
      .product .side-menu .child {
        opacity: 0;
        width: 100%; }
      .product .side-menu .nav > li {
        position: relative; }
      .product .side-menu li ul.child {
        position: absolute;
        top: 100%;
        width: 100%;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        font-size: 0.5em;
        text-align: right;
        align-content: flex-start;
        padding: 0 0; }
      .product .side-menu .child > li {
        width: 150%; }
      .product .side-menu li:hover ul.child {
        top: 100%;
        width: 100%;
        visibility: visible;
        opacity: 1;
        z-index: 50;
        display: block; }
    .product .product-list {
      width: 80%;
      margin: 3em auto; }
      .product .product-list .title {
        margin: 0 auto 2em; }
        .product .product-list .title h2 {
          font-size: 1.5em;
          padding: 1em 0 0;
          font-weight: bold;
          text-decoration: underline #dc0014 0.2em;
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          text-underline-offset: 0.5em; }
      .product .product-list .items {
        margin: 0 auto;
        width: 100%; }
        .product .product-list .items .item {
          width: 90%;
          margin: 3em auto;
          padding: 2em 2em;
          background: #fff;
          border-top: solid 5px #225ca8; }
          .product .product-list .items .item h3 {
            font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
            font-size: 1.3em;
            font-weight: bold;
            color: #225ca8; }
          .product .product-list .items .item ul {
            width: 100%;
            margin: 0 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            .product .product-list .items .item ul li {
              width: 30%;
              margin: 1em auto 0 0; }
          .product .product-list .items .item ul::after {
            content: "";
            display: block;
            width: 30%;
            margin: 1em auto; }

  /*フッター*/
  footer #footer_inner {
    width: 90%;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner dl {
      width: 50%; }
      footer #footer_inner dl dt {
        font-size: 120%; }
    footer #footer_inner #footer_right {
      display: none; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  #menulist {
    display: none; }

  .contact {
    display: none; }

  #menulist02 {
    display: none; }

  .pc {
    display: none; }

  /*基本設定*/
  html {
    font-size: 85%;
    position: relative; }

  /*ヘッダー*/
  header #header_inner h1 {
    width: 50%;
    margin: 1em auto 1em 1em; }
  header #header_inner .contact {
    width: 15%;
    margin-right: 0; }

  /*メイン*/
  .product {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .product .side-menu {
      width: 100%;
      margin: 1em 0 1em; }
      .product .side-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .product .side-menu ul li {
          margin: 1em 0.2em;
          width: 47%;
          padding: 0.5em 0 0;
          font-size: 0.7em; }
      .product .side-menu .child {
        opacity: 0;
        width: 50%; }
      .product .side-menu .nav > li {
        position: relative; }
      .product .side-menu li ul.child {
        position: absolute;
        top: 10%;
        width: 70%;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        font-size: 0.5em;
        text-align: right;
        align-content: flex-start;
        padding: 0 0; }
      .product .side-menu .child > li {
        width: 50%;
        border: solid #4A4A4A 1px; }
      .product .side-menu li:hover ul.child {
        top: 100%;
        width: 100%;
        visibility: visible;
        opacity: 1;
        z-index: 50;
        display: block; }
    .product .product-list {
      width: 90%;
      margin: 3em auto; }
      .product .product-list .title {
        margin: 0 auto 2em; }
        .product .product-list .title h2 {
          font-size: 1.5em;
          padding: 1em 0 0;
          font-weight: bold;
          text-decoration: underline #dc0014 0.2em;
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          text-underline-offset: 0.5em; }
      .product .product-list .items {
        margin: 0 auto;
        width: 100%; }
        .product .product-list .items .item {
          width: 90%;
          margin: 3em auto;
          padding: 2em 2em;
          background: #fff;
          border-top: solid 5px #225ca8; }
          .product .product-list .items .item h3 {
            font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
            font-size: 1.3em;
            font-weight: bold;
            color: #225ca8; }
          .product .product-list .items .item ul {
            width: 100%;
            margin: 0 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            .product .product-list .items .item ul li {
              width: 30%;
              margin: 1em auto 0 0; }
          .product .product-list .items .item ul::after {
            content: "";
            display: block;
            width: 30%;
            margin: 1em auto; }

  /*フッター*/
  footer figure {
    padding: 0; }
  footer #footer_inner {
    width: 90%;
    margin: 2em auto 0;
    flex-direction: column; }
    footer #footer_inner dl {
      width: 100%;
      text-align: center; }
      footer #footer_inner dl dt {
        font-size: 120%; }
    footer #footer_inner #footer_right {
      display: none; }
  footer p {
    display: none; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  #menulist02 {
    display: none; }

  /*ヘッダー*/
  #message {
    width: 200px; }

  /*メイン*/
  /*フッター*/ }
