/* CSS Document */
@import url("../common.css");
@import url("../subpage.css");
@import url("../shop-common.css");
#header {
  max-width: 640px;
  padding: 30px;
}
#header img {
  display: block;
  width: 100%;
  height: auto;
}

#thumbnail {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
#thumbnail div img {
  display: block;
  width: 100%;
  height: auto;
}

#Instagram {
  padding: 0 30px;
}
#Instagram a {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  background-color: #000;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
#Instagram a span {
  display: block;
}
#Instagram a:hover {
  background-color: #1a1a1a;
}

#foods {
  width: 90%;
  margin: 40px auto;
  padding: 20px 0px;
  background-color: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 4px rgb(117, 111, 117);
  -ms-box-shadow: 0px 0px 4px rgb(117, 111, 117);
  box-shadow: 0px 0px 4px rgb(117, 111, 117);
}
#foods h3 {
  font-size: 120%;
  margin: 0px 20px;
  font-weight: bold;
}
#foods p {
  margin: 0.5em 20px 0px 20px;
}
#foods p.price {
  font-weight: bold;
  margin: 0px 20px;
}
#foods figure {
  display: block;
  margin: 0;
  padding: 20px;
}
#foods figure img {
  display: block;
  width: 100%;
  height: auto;
}

#foodMenu {
  width: 90%;
  margin: 20px auto;
}
#foodMenu li:nth-child(n+2) {
  margin-top: 20px;
}

#group {
  margin: 20px 20px 0px 20px;
  padding: 15px;
  border: solid 3px #000066;
}

#group h4 {
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  color: #CC0000;
}

#foods #group p {
  margin: 0.5em 0px 0px 0px;
}