html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, input, div {
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
  color:white;
}
a:hover,a.active{
  text-decoration: none;
  opacity: 0.6;
}
body {
  font-family: "Avenir Next", "Hiragino Kaku Gothic ProN W3", sans-serif;
  
 

}

#wrapper{
  overflow: hidden;
}
header{
  background-color:rgb(90, 90, 90);
  width:100%;
  color:white;
  height:80px;
  
 
}
.container{
  width:100%;
  max-width: 1120px;
  margin:0 auto;
  padding:0 15px;
}
.fa-bars{
  display: none;
}
#logo{
  padding:10px 0;
}
#nav{
  overflow: hidden;
  height:47px;
  
  background-color: rgb(90, 90, 90);
 
}
#nav ul{
  width:100%;
  border:none;
  
}
#nav li{
  display: inline-block;
  width:80px;
  text-align: center;
  font-size: 20px;
  padding:10px 40px;
  
  
}
.clear{
  clear:both;
}

footer{
  color:white;
  width:100%;
  background-color:rgb(90, 90, 90);
  height:100px;
  padding:20px 0;
  overflow: hidden;
}

footer .time{
  float:left;
  width:45%;
  font-size: 10px;
  
  
}
footer .policy{
  float:left;
  width:45%;
  font-size: 10px;
}
#main{
  background-image: url("img/main.jpg");
  background-size:cover;
  height:400px;
  
}
.bgimg{
  text-align: center;
  color:white;
  padding-top:120px;
  padding-bottom:80px;
  line-height: 2;

}
.bgimg h2{
  font-size: 40px;
  letter-spacing: 15px;
}
/*product*/
#product{
  text-align: center;
  padding-top:80px;
}
.product_item{
  width:32%;
  display:inline-block;
  background-color: rgb(228, 228, 228);
  border-radius: 20px;
  vertical-align: top;
  padding-top:20px;
  height: 600px;
}
.text-contents{
  width:80%;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  margin:8px auto;
  padding:10px 10px;
}
#purchase{
  height:800px;
  background-image: url("img/sadougu_purchase.jpg");
  background-size:cover;
  text-align: center;
}


.puchase_inner h3{
  padding-top:120px;
  font-size:50px;
  color:white;
}
.puchase_inner p{
  color:#fff;
  margin-top:80px;
  font-size:20px;
}
.puchase_inner .btn{
  margin-top:50px;
  padding:20px 40px;
  border-radius: 5px;
  background-color: rgba(152, 237, 252,0.9);
  width:350px;
  display: inline-block;
  cursor: pointer;
}
#gallery{
  padding-top:80px;
}
#gallery li{
  float:left;
  width:calc(100%/3);
  line-height: 0;
}
#gallery img{
  width:100%;
  height: auto;
}
.title-middle{
  padding:50px 0;
  text-align: center;
  
}
#company{
  width:100%;
}
.com-info{
  display:inline-block;
  
  width:45%;
  vertical-align: top;
  
  padding:30px 20px;
  overflow: hidden;
}
#main_btn{
  cursor: pointer;
}


ul#sns li {
    float: left;
    font-size: 20px;
    margin-right: 24px;
    margin-left:5px;
}
ul#sns {
    padding-top: 15px;
   
}
ul#sns li a{
  color:rgb(42, 74, 252);
}

@media only screen and (min-width:800px){
  .com-addres{
    padding-left:50px;
  }
}
@media only screen and (max-width:799px){
  #nav{
    
   
    display:block;
    
  }
 
  #header{
    
    width:100%;
  }
 header #logo{
  margin-right: 33px;
  }
  .fa-bars{
    display: block;
    position:absolute;
    top: 15px;
    right: 22px;
    font-size: 35px;
    color:rgb(255, 255, 255);
   
  }
  #nav{
    display: none;
    height:330px;
    background-color: gray;
    
  }
  
  #nav li{
    text-align: center;
    width:100%;
    padding:10px 0px;
    border-bottom: 1px solid white;
  }
  .product_item{
    display:block;
    width:100%;
    margin-top:5px;
  }
  .puchase_inner .btn{
    width:50%;
    text-align: center;
  }

#gallery li{
  float:left;
  width:calc(100%/2);
  line-height: 0;
  max-width: 1000px;
}
.com-info{
  display:block;
  width:100%;
  padding:20px 0px;
}
}
