@charset "utf-8";
/* CSS Document */
/*メニューと総菜・弁当兼用css*/
.fontred {
  margin-bottom: 40px;
}
.menulist {
  width: 330px;
  color: #171717;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.menulist h2 {
  display: inline-block;
  border-bottom: double #171717;
  margin-bottom: 20px;
}
table {
  width: 330px;
  padding: 10px;
  margin-bottom: 40px;
  text-align: right;
}
td {
  width: 165px;
  border-bottom: 1px dotted #171717;
}
table h3 {
  font-size: 16px;
  text-align: left;
}

.menuimg img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.2;
  width: 180px;
  height: 180px;
  border-radius: 500px;
  pointer-events: none;
}
.coment {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width:600px) {
  .brsp {
    display: none;
  }
}