@charset "utf-8";


.syohin{
  display: flex;
  justify-content: space-around;
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}

.syohinmei{
  text-align: center;
  font-size: 16px;
}

.kakaku{
  font-weight: bold;
}

.setumei{
  font-size: 14px;
}

.center{
  text-align: center;
}

.aaa{
  margin: auto;
}



ul{
  display: flex;
  justify-content: center;
}

.momo {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}

a{
  text-decoration: none;
  color: black;
}

.font-size{
  font-size: 15px;
  text-align: center;
}
