body::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg3.jpg") no-repeat center center/cover;
}

#content .box {
  min-width: 800px;
  max-width: 960px;
}
#content .box h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
}
#content .box h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
}
#content .coffee {
  margin: 0 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#content .coffee h3 {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.6rem;
  padding-left: 30px;
}
#content .coffee h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(0.5em - 12px);
  width: 24px;
  height: 24px;
  background: url("../img/ico_beans.png") no-repeat center center/contain;
}
#content .coffee p {
  font-size: 1.4rem;
  line-height: 1.6;
}
#content .menuBox {
  margin: 0 20px;
}
#content .menuBox h3 {
  margin: 40px 0 20px;
}
#content .menuBox h4 {
  margin-bottom: 5px;
}
#content .menuBox h4.mt20 {
  margin-top: 20px;
}
#content .menuBox h4.mt30 {
  margin-top: 30px;
}
#content .menuBox p {
  font-size: 1.4rem;
  line-height: 1.6;
}
#content .menuBox p.mb10 {
  margin-bottom: 10px;
}
#content .menuBox p.mb20 {
  margin-bottom: 20px;
}
#content .menuBox p.indent {
  margin-left: 1em;
  text-indent: -1em;
}
#content .menu {
  font-size: 1.4rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 15px;
}
#content .menu .exp {
  font-size: 1.1rem;
}
#content .menuImg {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 12px;
}
#content .menuImg li {
  width: calc((100% - 24px) / 3);
}
#content .menuImg img {
  width: 100%;
  height: auto;
}
#content .menuImg + .note {
  font-size: 1.2rem;
  margin: 20px 0 0;
}