@charset "utf-8";

@media print,screen and (min-width : 501px) {

#shop h2{
  font-size:20px;font-size:2.0rem;
  font-family:"NotoSerifJP-4";
  color: #006837;
  text-align: center;
}

/** 店舗情報 */
#shop ul{
  margin-top: 40px;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
#shop ul li{
  width: 560px;
  text-align: center;
}
#shop ul li .link a{
  background-color: #006837;
  color: #fff;
  padding: 16px 60px;
  border-radius:10px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}


}
@media screen and (max-width : 500px) {

#shop h2{
  font-size:18px;font-size:1.8rem;
  font-family:"NotoSerifJP-4";
  color: #006837;
  text-align: center;
}

/** 店舗情報 */
#shop ul li{
  margin-top: 40px;
  text-align: center;
}
#shop ul li .link a{
  background-color: #006837;
  color: #fff;
  padding: 10px 40px;
  border-radius:5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}


}

