@charset "utf-8";
/*共通*/
@media screen and (max-width:767px){
  .top-navi{
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width:768px){
  .top-box{
    margin-top: 50px;
  }
}
@media screen and (max-width:767px){
  .top-box{
    margin-top: 30px;
  }
}
.top-shoplist{
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:767px){
  .top-shoplist{
    flex-direction: column;
  }
}
@media screen and (min-width:768px){
  .top-shoplist li{
    width: 49%;
  }
  .top-shoplist li.arakawa1886{
    margin: 30px auto 0;
  }
}
@media screen and (max-width:767px){
  .top-shoplist li:nth-of-type(n+2){
    margin-top: 10px;
  }
}
.top-shoplist a{
  position: relative;
  display: block;
}
.top-shoplist a .top-shopimg{
  border: 1px solid #555555;
}
.top-shoplist a .shop-logo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.top-shoptext{
  text-align: center;
  color: #4e4449;
  font-weight: 900;
}
@media screen and (min-width:768px){
  .top-shoptext{
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width:767px){
  .top-shoptext{
    margin-top: 10px;
    font-size: 16px;
  }
  .top-shoplist a .shop-logo>svg{
    width: 220px;
  }
}
a.hamburger{
  display: none !important;
}
.reco-history{
  display: none !important;
}