body{
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: bold;
}
main{
  overflow: hidden;
}
/*ヘッダー*/
.site-img{
  text-align: center;
}
.border{
  border-bottom: 2px solid #696969;
}
/*スライダー*/
.top-wrapper{
  margin: 0 auto;
}
.slider img{
  width: 90vw;
}
h2{
  margin-top: 100px;
  text-align: center;
  color: #696969;
}
  /*零店について*/
  .middle-wrapper{
    color: #696969;
    text-align: center;
  }
  .middle-wrapper p{
    color: #2e2930;
    margin: 10px 0;
    line-height: 35px;
  }
  /*top-NEWS*/
  .news{
    margin-top: 60px;
    font-weight: bold;
    width: 800px;
    margin: 0 auto;
  }
  dl{
    border-bottom: 1px solid #696969;
  }
  dt{
    color: #2e2930;
    float: left;
    padding-right: 15px;
  }
  dd{
    color: #2e2930;
    padding-bottom: 15px;
    margin-left: 100px;
  }
  label{
    float: left;
    background-color: #192f60;
    color: snow;
    padding: 3px 7px;
    border-radius: 5px;
    margin-right: 15px;
  }   
  dl>a{
    text-decoration: none;
  }
  /*ショップ*/
  .shop-wrapper{
    text-align: center;
    color: #696969;
  }
  .shop-wrapper h3{
    margin-top: 50px;
  }
  .shop-btn{
    padding: 10px 15px;
    font-size: 25px;
    border-radius: 10px;
    box-shadow:0 10px #2e2930;
    outline: none;
  }
  .shop-btn:hover{
    cursor: pointer;
  }
  .shop-btn:active{
    position: relative;
    top:6px;
    box-shadow: none;
  }
  .m-btn{
    background-color:rgba(240,131,0,0.7);
  }
  .shop-link{
    margin-bottom: 300px;
  }
  .minne{
    float: left;
    position: relative;
    left: 35%;
  }
  .creema{
    float: left;
    position: relative;
    left: 50%;
  }
  /*SNS*/
  .sns-wrapper{
    text-align: center;
    color: #696969;
  }
  .sns-btn{
    outline:none;
  }
  .sns-link{
    margin-bottom: 200px;
  }
  .twitter{
    float: left;
    position: relative;
    left: 38%;
  }
  .insutagram{
    float: left;
    position: relative;
    left: 50%;
  }
  .news-box{
    width: 800px;
    position: relative;
    left: 20%;
  }
  /*NEWS*/
  .news-box{
    border-left:5px solid  #192f60;
    border-bottom:1px solid #2e2930;
    padding-left: 50px;
    margin-bottom: 50px;
  }
  .news-box>h3{
    color: #0f2350;
  }
  .news-box>h3>span{
    color: #696969;
    font-size: 15px;
  }
  /*Gellery*/
  .gellery-wrapper{
    text-align: center;
    color: #696969;
  }
  .img-box{
    margin-top: 100px;
  }
  .gellery-box{
    display: inline-block;
    padding-right: 30px;
  }
  .gellery-box img{
    width: 150px;
  }
  /*Gellery枝ページ*/
  .g-img{
    width: 500px;
  }
  h4{
    text-align: center;
  }
  .shop-box{
    margin-bottom: 50px;
  }
  .shop-box>ul{
    list-style: none;
  }
  .shop-box>ul>li{
    display: inline-block;
    padding-left: 20px;
  }
  /*フッター*/
  .menu-link{
    text-align: center;
    border-top:2px solid #696969;
  }
  .menu-link>ul{
    list-style: none;
    display: inline-block;
    margin-bottom: 60px;
  }
  .menu-link>ul>li{
    display: inline-block;
    padding-right: 20px;
  }
  .menu-link>ul>li>a{
    color: #696969;
    font-weight: bold;
    text-decoration: none;
  }
  .copyright{
    text-align: center;
  }
  @media (max-width:768px){
    .news{
      margin-top: 60px;
      font-weight: bold;
      width: 344px;
      margin: 0 auto;
    }
  }