@import url(commom.css);
body {
  background-color: rgba(144, 101, 0, 0.466);
}
main {
  background-color: #7d4244;
  padding-top: 1px;
  padding-bottom: 1px;
}
h2 {
  font-size: 28px;
  font-weight: bold;
  padding-top: 35px;
  padding-left: 45px;
  padding-bottom: 80px;
}

section li {
  font-size: 22px;
  padding-top: 25px;
  padding-left: 45px;
  line-height: 28px;
  padding-bottom: 20px;
  font-family: "Tsukimi Rounded", sans-serif;
}

section p {
  padding-bottom: 100px;
}

.menu {
  background-color: #e3c9b1;
  color: #000;
  margin: 25px;
  padding-bottom: 15px;
}

section {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  background-image: url(../img/bone.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.menu div {
  position: relative;
  top: -25px;
}
div p {
  padding-bottom: 30px;
  padding-right: 30px;
  text-align: right;
}
@media (max-width: 575px) {
  .menu div {
    position: unset;
    line-height: 17;
  }
  div p {
    padding-right: 15px;
    padding-bottom: 25px;
  }
  section {
    padding-right: unset;
    gap: 3px;
  }
  section li {
    font-size: 19px;
    padding-left: 20px;
  }
}
