.container{
  width: 1200px;
  margin: 0 auto;
  }
  
  
  .header{
  padding:20px 0px 10px; 
  width: 100%;
  margin: 0 auto;
  }
  
  
  
  .topbar{
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255,255,255, 255);
  }
  
  .topbar-left{
  position:  fixed;
  top: 5px;
  left: 4%;
  z-index: 2;
  }
  
  .topbar-left img{
  width: 90px;
  height: 90px;
  }
  .topbar-left h1{
  font-size: 28px;
  font-weight:bolder;
  padding-left:0px ;
  color: #83050b;
  }

  /*logo  */
.lo{
  text-decoration: none;
  font-size: 28px;
  font-weight:bolder;
  padding-left:0px ;
  color: #83050b;
  }
  
  .topbar-left ul{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center; 
  }
  
  
  @media screen and (max-width: 960px) {
    .topbar-right{
      display: none;
    }
    .topbar-left img{
      padding-top: 5px;
      width: 50px;
      height: 50px;
      }
  
      .topbar{
        height: 70px;
        }
        .topbar-left h1{
          font-size: 24px;
          padding-left: 10px;
          }

          .lo{
            font-size: 24px;
            padding-left: 10px;
            }
  }
  
  
  .T1{
  color: #83050b;
  padding-right: 20px;
  font-size: 20px;
  font-weight:bolder;
  }
  .T2{
  color: #595959;
  padding-right: 20px;
  font-size: 18px;
  padding-top: 10px;
  }
  
  .topbar-right{
  position:  fixed;
  top: 20px;
  right: 4%;
  z-index: 2;
  
  }
  
  .topbar-right ul{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center; 
  }
  
  .topbar-right ul a{
  display: block;
  color: #fff;
  background-color:#83050b;
  padding: 20px 20px;
  font-size: 16px;
  font-weight:bolder;
  border-radius: 5px;
  text-decoration: none;
  }
  
  
  
  
  
  .nav{
  border-top:5px solid #83050b;
  padding-bottom: 15px;
  margin-top: 70px;
  }
  
  .nav-1200{
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  
  }
  
  .nav-3{
  display: flex;
  margin-left: 4%;
  list-style-type: none;
  align-items: center; 
  }
  .nav-3 li{
  width: 120px;
  height: 60px;
  margin-right: 15px;
  text-align: center;
  background-color: #83050b;
  border-radius:0 0 120px 120px;
  }
  
  .nav-3 a{
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight:bolder;
  text-decoration: none;
  margin-top: 12px;
  }
  .nav-3 a div{
  font-size: 6px;
  margin-top: 6px;
  font-size: 8px;
  }
  
  
  .nav-right{
  margin-right:4%;
  margin-top: 20px;
  }
  .main-nav{
  
  list-style-type: none;
  display: flex;
  }
  .main-nav li{
  margin-right:40px;
  }
  
  /*nav-right 無視*/
  
  .nav-right a{
  display: block;
  color: #83050b;
  font-size: 16px;
  font-weight:bolder;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  }
  
  
  .nav-right a::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #83050b;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;  /*変形の時間*/
  }
  
  .nav-right a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  }
  
  /*nav-right 無視*/
  
  
  .gnavi__sp-style{
    display: none;
    }
    
  @media screen and (max-width: 960px) {
     
      .nav{
        display: none;
      }
    
      .topbar-right ul{
        display: none;
      }
      .gnavi__sp-style{
        display:block;
      }
     
      .gnavi__sp-style a {
        text-decoration: none;
        color: #111;
    }
    
    .NavMenu{
      position: fixed;
      z-index: 12;
      top: 0;
      left: 0;
      background-color: rgba(5, 5, 5, 0.93);
      text-align: center;
      width: 100%;
      height: 100%;
      display: none;
      }
      
      .NavMenu ul{
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        }
        
      .NavMenu ul li{
        font-size: 24px;
        list-style-type: none;
        width: 100%;
        padding-bottom: 0px;
        }
        
      .NavMenu ul li:last-child{
        padding-bottom: 0;
        }
      .NavMenu ul li a{
        display: block;
        color: #fff;
        padding: 30px 0;
        font-weight: bold;
        font-size: 1em;
        text-decoration: none;
        }
        .NavMenu ul li a:hover{
          background :#83050b;
        }
        
        .Toggle {
          position: fixed;
          right:10px;
          top: 10px;
          width: 48px;
          height: 45px;
          cursor: pointer;
          z-index: 13;
          display: block;
          background-color: #83050b
          }
          
          .Toggle span {
          display: block;
          position: absolute;
          width: 35px;
          border-bottom: solid 3px #fff;
          -webkit-transition: .35s ease-in-out;
          -moz-transition: .35s ease-in-out;
          transition: .35s ease-in-out;
          left: 6px;
          }
          
          .Toggle span:nth-child(1) {
          top: 9px;
          }
          
          .Toggle span:nth-child(2) {
          top: 20px;
          }
          
          .Toggle span:nth-child(3) {
          top: 31px;
          }
          
          .Toggle.active span:nth-child(1) {
          top: 20px;
          left: 8px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
          border-bottom: solid 3px #fff;
          }
          .Toggle.active span:nth-child(2),
          .Toggle.active span:nth-child(3) {
          top: 20px;
          left:8px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
          border-bottom: solid 3px #fff;
          }
        
   }
    
  
  
  
  
  .main-pho{
  width:1200px;
  margin: 0 auto;
  }
  .main-pho img{
    width:100%;
    height: auto;
    }
    
  
  @media screen and (max-width: 960px) {
    .container{
      width: 100%;
      }
      .main-pho{
        width:100%;
      }
      .main-pho img{
        width: 100%;
        height: auto;
        margin-top: 50px;
      }
  
  } /*   手机 main-pho css*/
  



.shop1 h2,.shop2 h2{
  margin: 50px auto;
  color: #fff;
  background-color:#83050b;
  padding: 20px;
  font-size: 20px;
}

.shop1 ul,.shop2 ul{
 list-style-type: none;
 display: flex;
 width: 100%;
 justify-content: space-between;
}
.shop1 li,.shop2 li{
  width: 100%;
  text-align: left;
 }


 .shop1 img,.shop2 img{
  width: 50px;
  height: auto;
  padding: 10px;
  border: 1px solid #979797;
 }

 .shop1 a,.shop2 a{
  color: black;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
 }

 .shop1 span, .shop2 span{
  font-size: 20px;
  font-weight: bolder;
  color:#83050b;
  display: block;
  margin: 10px auto 15px;
 }


 @media screen and (max-width: 960px) {
  .shop1 ul,.shop2 ul{
    display: block;
   }

   .shop1 ul li,.shop2 ul li{
   margin-bottom: 50px;
   padding-left: 5%;
   padding-right: 5%;
   }
} /*   手机css*/






 .Product h2{
  margin: 50px auto 30px;
  color: #fff;
  background-color:#83050b;
  padding: 20px;
  font-size: 20px;
 }

 .Product table{
  width: 100%;
  border-collapse: collapse;
}

.Product table tr{
  border-bottom: solid 10px white;

}

.Product table tr:last-child{
  border-bottom: none;
}

.Product table th{
  position: relative;
  text-align: left;
  width: 8%;
  background-color: #f6c606;
  color: black;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}

.Product table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #f6c606;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.Product table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  overflow-wrap:normal;
}

@media screen and (max-width: 960px) {
  .Product table th{
    width: 20%;
  }

  .Product table td{
    font-size: 12px;
    line-height: 26px;
    padding: 20px;
  }

  
} /*   手机css*/


.footer{
  margin-top: 60px;
  background-color: #83050b;
}
.footer p{
  text-align: center;
  line-height: 30px;
}
.copyright{
  font-size:12px;
  padding: 5px 0;
  color: #fff;
}
