
.menuGrp{
  position: relative;
  top: 25px;
}
.menuGrp .center{
  width: 100%;
  max-width: 95%;
}
@media (max-width: 870px){
  .menuGrp{
    top: 0;
  }
}
.menu_Button {
  transition: all 300ms 0s ease;
  width: 100%;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0);
  border-radius: 5px;
  margin-bottom: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.menu_Button ul {
  padding: 5px;
  border-radius: 5px;
  border: solid 0px #eebe2c;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*.menu_Button ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}*/
.menu_Button ul::after{
  content:"";
  display: none;
}

.menu_Button ul li {
  text-align: center;
  background:#fff;
  /*border:1px dashed #fff;
  -moz-box-shadow: 0 0 0 2px #00b8ee;
  -webkit-box-shadow: 0 0 0 2px #00b8ee;
  box-shadow: 0 0 0 2px #00b8ee;*/
  /* padding: 10px 5px; */
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  list-style: none;
  font-size: 1vw;
}
  /*
.menu_Button ul li:nth-of-type(odd){
background:#e50012;
  -moz-box-shadow: 0 0 0 2px #e50012;
  -webkit-box-shadow: 0 0 0 2px #e50012;
  box-shadow: 0 0 0 2px #e50012;
}
.menu_Button ul li:nth-of-type(5),
.menu_Button ul li:nth-of-type(6),
.menu_Button ul li:nth-of-type(7),
.menu_Button ul li:nth-of-type(8){
  margin-bottom: 0;
}
*/

.menu_Button .last {
  width: 12.5%;
  opacity: 0;
}


.menu_Button ul li:hover {
  opacity: 1!important;
}
.menu_Button ul li a:hover{
  opacity: 1!important;
}
.menu_Button ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding:10px 0px;
}

.menu_Button.is-fixed {
  background: rgba(186, 226, 248, 0.8);
  max-width: 100%;
  /* box-shadow: 0px 0px 5px 4px rgba(116, 158, 179, 0.31); */
  position: fixed;
  top: 0px;
  left: 50%;
  right: 0;
  z-index: 999;
  width: 100%;
  margin: 0;
  border-radius: 0px;
}

.menu_Button.is-fixed ul {
  border-radius: 0px;
  padding: 10px;
  margin: 0;
}

.wires50-25 {
  width: calc(11% - 5px);
}
.wi50 {
  width: calc(12% - 5px);
}




/* 商品一覧用のCSS */


/*product_Grp*/
.product_Grp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.back99 a {
  text-decoration: none;
  color: #fff;
}

.back99 form>div {

  margin-bottom: 10px;
  text-align: center;
}

.back99 form>div img {
  height: auto;
  width: auto;
}
.back99 form .business_pack_list img {
  height: auto;
  width: auto;
  padding:3px;
}
.business_pack_list{
  display: flex;
  justify-content: center;
}
.back99 img.picture {
  margin: auto;
  display: block;
  border: none;
}

.product_Grp::before {
  content: "";
  display: block;
  width: calc(25% - 10px);
  order: 1;
}

.product_Grp::after {
  content: "";
  display: block;
  width: calc(25% - 10px);
}

.productList:before,
.productList::after {
    content: "";
    display: block;
    width: 25%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}


li.back99 {
  background: none;
  width: 25%;
  list-style-type: none;
  background-image: linear-gradient(to bottom, #cccccc,#cccccc 3px, transparent 3px, transparent 8px);
  background-size: 1px 8px;
  background-position: right top;
  background-repeat: repeat-y;
  /* border-right: 1px solid #003879; */
  padding: 10px 20px 60px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
li.back99:nth-of-type(4n), li.back99:last-of-type {
    background: none;
}

img.picture {
  margin: auto;
  display: block;
  border: none;
  max-width: 93%;
}
span.price,
span.price span{
  color: #e84621;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
}
.procd, .proname, .sale_price {
  text-align: center;
  display: block;
  /*font-size: 0.8rem;*/
  overflow: hidden;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  word-break: break-all;
  padding-top: 5px;
}

p.procd {
  font-size: 12px;
  text-align: center;
  /*text-indent: -6.3em;
  padding-left: 7em;*/
  line-height: 1.25;
}

.procd span {
  color: orange;
}

.proname {
  font-size: 1.5rem;
  padding: 10px 0px 5px 0px;
  background: none;
  color: #000;
  font-weight: normal !important;
  /*-- margin: 5px auto 5px; --*/
  overflow: hidden;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  word-break: break-all;
}

a.proname {
  text-align: center;
  /*text-indent: -1em;
  padding-left: 1.5em;*/
  line-height: 1.25;
  color: black;
  text-decoration: none;
  font-size: 14px;;
}

a.procdbtn {
  color: #fff !important;
  border-radius: 5px;
  width: 85%;
  display: block;
  margin: 10px auto 0;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transition: all 0.3s ease 0s;
  text-align: center;
}




.fa-shopping-cart:before {
    content: "\f07a";
    color: #fff;
    padding-right: 5px;
}


/*アイコン*/
#icon61{
  width: auto;
    height: auto;
}



      /*ハンバーガーメニュー-----------------------------*/
      #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 25%;
        height: 100vh;
        /*ナビの高さ*/
        background:#eda955;
        /*動き*/
        transition: all 0.6s;
      }

      /*アクティブクラスがついたら位置を0に*/
      #g-nav.panelactive {
        right: 0;
      }

      /*ナビゲーションの縦スクロール*/
      #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 25%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
      }

      /*ナビゲーション*/
      #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding-left: 0;
      }

      /*リストのレイアウト設定*/
      #g-nav li {
        list-style: none;
        text-align: center;
      }

      #g-nav li a {
        color: #fff;
        text-decoration: none;
        padding: 10px 0;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-size: 4.5vw;
      }

      /*========= ボタンのためのCSS ===============*/
      .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        bottom: 60px;
        right: -4px;
        cursor: pointer;
        width: 70px;
        height: 70px;
        background: #eda955;
        border: 3px solid #fff;
        border-radius: 3px 0 0 3px;
      }

      /*×に変化*/
      .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 17px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        width: 45%;
      }

      .openbtn span:nth-of-type(1) {
        top: 17px;
      }

      .openbtn span:nth-of-type(2) {
        top: 30px;
      }

      .openbtn span:nth-of-type(3) {
        top: 43px;
      }

      .openbtn.active span:nth-of-type(1) {
        top: 26px;
        left: 22px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
      }

      .openbtn.active span:nth-of-type(2) {
        opacity: 0;
      }

      .openbtn.active span:nth-of-type(3) {
        top: 38px;
        left: 22px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
      }
      @media (max-width: 780px) {

        .openbtn {
          width: 60px;
          height: 55px;
          bottom: 60px;
        }
        .openbtn span{
          left: 15px;
        }
        .openbtn span:nth-of-type(1){
          top: 15px;
        }
        .openbtn span:nth-of-type(2){
          top: 25px;
        }
        .openbtn span:nth-of-type(3){
          top: 35px;
        }
        .openbtn.active span:nth-of-type(1){
          top: 18px;
          left: 17px;
        }
        .openbtn.active span:nth-of-type(3){
          top: 30px;
          left: 17px;
        }
        #g-nav {
          width: 100%;
        }
        /*ナビゲーションの縦スクロール*/
        #g-nav.panelactive #g-nav-list {
          /*ナビの数が増えた場合縦スクロール*/
          width: 100%;
        }

      }
      /*ハンバーガーメニューここまで---------------*/




@media (max-width: 780px) {/*------------------------------------------- */
  .menu_Button ul{
    padding: 0;
  }
  .menu_Button ul li{
      margin: 0 0 10px 0;
  }
.menu_Button ul li a{
  font-size: 1.5rem;
}
li.back99 {
  width: 50%;
  padding: 10px 10px 60px 10px;
}
li.back99:nth-of-type(2n), li.back99:last-of-type {
    background: none;
}
li.back99 p{
  font-size: 3.25vw;
}
li.back99 a span.desc{
  font-size: 3vw;
  font-weight: bold;
}
li.wi50 {
  height: auto !important;
}
  .wires50-25 {
    width: calc(50% - 5px);
  }
  .flbSp2 li:last-of-type{
  margin-right: 50%;
  }

}
