* {
	box-sizing: border-box;
}
body{
  width: 100%;
  margin: 0 auto;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: bold;
}
/*言語切り替えボタン*/
.lang-pc{
  color: #696969;
  margin-top: 20px;
}
.lang-sp{
  display: none;
}
.language{
  color: #696969;
  text-decoration: none;
  padding: 5px;
  border-radius: 10px;
}
.content-wrapper{
  background : url("../image/reiten.gif") ;
  background-repeat: no-repeat;
  margin-top: 150px;
  border-top: 2px solid #c0c0c0;
}
/*ヘッダー*/
.site-img{
  text-align: center;
}
.site-img img{
  width: 400px;
}
.border{
  border-bottom: 2px solid #696969;
}
/*スライダー*/
.top-wrapper{
  margin: 0 auto;
}
.slider img{
  width: 90vw;
}
h2{
  margin-top: 100px;
  text-align: left;
  color: #696969;
  border-bottom:1px double #c0c0c0;
}
.back-img{
  display: block;
  
}
/*零店について*/
.middle-wrapper{
  max-width: 70%;
  margin: 0 auto;
  margin-top: 300px;
  margin-bottom: 200px;
  color: #696969;
  text-align: center;
}
.middle-wrapper p{
  color: #2e2930;
  padding-left: 20%;
  line-height: 35px;
  text-align: left;
}
.contents-block1{
	margin-top: 100px;
}
.contents-block4 li {
  list-style: none;
}
.contents-block4 li a{
  color: #696969;
  text-decoration: none;
}
.contents-block4 li a:hover{
  opacity: 0.6;
}
/*SNS*/
.sns-wrapper{
  margin: 200px 0;
  color: #696969;
}
.p-center{
  text-align: center;
}
.site-link{
  width: 18%;
  height: 300px;
  display: block;
  clear: both;
  margin: auto;
}
.h3{
  float: left;
  margin-right: 30%;
}
/*フッター*/
.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;
}
.copy {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width:649px)  {
  .site-img img{
    width: 200px;
  }
  .slider {
    padding-right: 30px;
  }
  .lang-sp{
    color: #696969;
  }
  .lang-pc{
    display: none;
  }
  .middle-wrapper{
    margin-top: 150px;
    margin-bottom: 100px;
  }
  .middle-wrapper p{
    font-size: 14px;
  }
  .content-wrapper{
    background-size: 100%;
  }
  .menu-link>ul>li>a{
    font-size: 18px;
  }
}
@media screen and (max-width:570px)  {
  .gap{
    display: block;
  }
}
@media screen and (max-width:487px)  {
  .middle-wrapper p{
    font-size: 12px;
  }
}
@media screen and (max-width:420px)  {
  .gap2{
    display: block;
  }
}