/*本文幅*/
@media screen and (max-width: 768px) {
/*他ページとの高さ揃え*/
.shop-info__section{
  padding-top:40px;
}
.shop-info__section{
  width:94%;
  margin:0 auto;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*他ページとの高さ揃え*/
.shop-info__section{
  padding-top:80px;
}
.shop-info__section{
  width:90%;
  margin:0 auto;
}
}
@media screen and (min-width: 1025px) {
/*他ページとの高さ揃え*/
.shop-info__section{
  padding-top:120px;
}
.shop-info__section{
  width:75%;
  margin:0 auto;
}
}