@charset "UTF-8";
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 レスポンシブメニュー
 (ドロップダウン＆ドロワー)
------------------------- */
/* line 12, ../scss/respmenu.scss */
.nav-wrap {
  text-align: center;
  background-color: #fff;
  padding: 0;
  margin: 0;
  z-index: 10; }
  /* line 20, ../scss/respmenu.scss */
  .nav-wrap .btn-hb span {
    display: none; }
  /* line 25, ../scss/respmenu.scss */
  .nav-wrap #nav-main {
    width: 1080px;
    margin: 0 auto; }
    /* line 28, ../scss/respmenu.scss */
    .nav-wrap #nav-main .list-root {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 33, ../scss/respmenu.scss */
      .nav-wrap #nav-main .list-root .list-item, .nav-wrap #nav-main .list-root .list-item .list-child li {
        width: 20%;
        position: relative;
        height: 68px; }
        /* line 37, ../scss/respmenu.scss */
        .nav-wrap #nav-main .list-root .list-item a, .nav-wrap #nav-main .list-root .list-item .list-child li a {
          display: block;
          width: 100%;
          margin: 18px 0;
          padding: 0 5px;
          line-height: 1.6;
          height: 32px;
          font-size: 120%;
          font-weight: bold;
          text-decoration: none; }
        /* line 49, ../scss/respmenu.scss */
        .nav-wrap #nav-main .list-root .list-item a.lv1 {
          border-right: 1px solid #ccc;
          color: #000; }
        /* line 53, ../scss/respmenu.scss */
        .nav-wrap #nav-main .list-root .list-item a:hover {
          color: #D71D02; }
        /* line 56, ../scss/respmenu.scss */
        .nav-wrap #nav-main .list-root .list-item:first-of-type a.lv1, .nav-wrap #nav-main .list-root .list-item .list-child li:first-of-type a.lv1 {
          border-left: 1px solid #ccc; }
        /* line 59, ../scss/respmenu.scss */
        .nav-wrap #nav-main .list-root .list-item .list-child, .nav-wrap #nav-main .list-root .list-item .list-child li .list-child {
          display: none;
          min-width: 100%;
          position: absolute;
          top: 68px;
          z-index: 9999;
          background-color: rgba(0, 0, 0, 0.8); }
          /* line 68, ../scss/respmenu.scss */
          .nav-wrap #nav-main .list-root .list-item .list-child li {
            padding: 0;
            margin: 0;
            height: auto;
            border: 0 !important; }
            /* line 74, ../scss/respmenu.scss */
            .nav-wrap #nav-main .list-root .list-item .list-child li:hover {
              background-color: #000; }
            /* line 77, ../scss/respmenu.scss */
            .nav-wrap #nav-main .list-root .list-item .list-child li a {
              display: block;
              padding: 10px;
              margin: 0;
              height: auto;
              font-weight: normal;
              font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
  @media only screen and (max-width: 1080px) {
    /* line 92, ../scss/respmenu.scss */
    .nav-wrap #nav-main {
      width: 100%; } }
@media only screen and (max-width: 1080px) and (max-width: 1024px) {
  /* line 99, ../scss/respmenu.scss */
  .nav-wrap #nav-main .list-root .list-item a, .nav-wrap #nav-main .list-root .list-item .list-child li a {
    font-size: 1.99vw; } }

@media only screen and (max-width: 1080px) and (max-width: 1024px) and (max-width: 767px) {
  /* line 12, ../scss/respmenu.scss */
  .nav-wrap {
    position: fixed; }
    /* line 107, ../scss/respmenu.scss */
    .nav-wrap .btn-hb {
      position: fixed;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 48px;
      z-index: 13;
      padding: 2px;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.8);
      text-align: center; }
      /* line 118, ../scss/respmenu.scss */
      .nav-wrap .btn-hb span {
        display: block;
        width: 100%;
        height: 5px;
        background-color: #333; }
        /* line 123, ../scss/respmenu.scss */
        .nav-wrap .btn-hb span:nth-of-type(1), .nav-wrap .btn-hb span:nth-of-type(2) {
          margin-bottom: 5px; }
        /* line 125, ../scss/respmenu.scss */
        .nav-wrap .btn-hb span:nth-of-type(3) {
          margin-bottom: 5px; }
        /* line 126, ../scss/respmenu.scss */
        .nav-wrap .btn-hb span:nth-of-type(4) {
          font-size: 2vw;
          line-height: 1.4;
          background-color: transparent; }
    /* line 133, ../scss/respmenu.scss */
    .nav-wrap #nav-main {
      position: fixed;
      top: 40px;
      right: -250px;
      width: 250px;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 15;
      opacity: 0;
      -webkit-transition: all 400ms;
      transition: all 400ms; }
      /* line 143, ../scss/respmenu.scss */
      .nav-wrap #nav-main .list-root {
        position: static;
        border: 0;
        padding: 0;
        margin: 0; }
        /* line 148, ../scss/respmenu.scss */
        .nav-wrap #nav-main .list-root .list-item, .nav-wrap #nav-main .list-root .list-item .list-child li {
          width: 100%;
          margin: 0;
          padding: 0;
          height: auto;
          border-bottom: #ccc; }
          /* line 154, ../scss/respmenu.scss */
          .nav-wrap #nav-main .list-root .list-item a.lv1 {
            margin: 0;
            padding: 1em;
            height: auto;
            text-align: left;
            border-right: none;
            color: #fff;
            font-size: 100%; }
            /* line 162, ../scss/respmenu.scss */
            .nav-wrap #nav-main .list-root .list-item a.lv1:hover {
              background-color: #000;
              color: #eee; }
              /* line 165, ../scss/respmenu.scss */
              .nav-wrap #nav-main .list-root .list-item a.lv1:hover span {
                border-bottom: 0; }
          /* line 170, ../scss/respmenu.scss */
          .nav-wrap #nav-main .list-root .list-item .list-child, .nav-wrap #nav-main .list-root .list-item .list-child li .list-child {
            width: 100%;
            position: static;
            -webkit-transition: all 150ms;
            transition: all 150ms;
            background-color: transparent; }
            /* line 176, ../scss/respmenu.scss */
            .nav-wrap #nav-main .list-root .list-item .list-child li {
              position: static;
              height: 50px;
              padding: 0;
              border: none !important; }
              /* line 181, ../scss/respmenu.scss */
              .nav-wrap #nav-main .list-root .list-item .list-child li a {
                width: 100%;
                padding: 15px 1em 15px 1.5em;
                margin: 0;
                z-index: 16;
                text-align: left;
                color: #fff;
                font-weight: normal; }
    /* line 195, ../scss/respmenu.scss */
    .nav-wrap #nav-main.show {
      opacity: 1;
      transform: translateX(-200px); } }

/*# sourceMappingURL=respmenu.css.map */
