@import url(common.css);
/* 本日のメニュー */
main ul.m-menu {
  max-width: 540px;
  display: flex;
  margin: 0 auto 67px;
  justify-content: space-between;
}
main li.filter {
  cursor: pointer;
  color: #aaa;
}
main li.filter:hover {
  color: #333;
}
main li.filter.active {
  color: #333;
}
main div.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section {
  flex-basis: 48.64%;
  padding-top: 44px;
  margin-bottom: 67px;
  border: 2px solid #4a4a4a;
}
main section.mix {
  display: none;
  width: 100%;
}
main section p img {
  padding-bottom: 22px;
}
main section h2 {
  font-weight: bold;
  font-size: 24px;
  height: 83px;
  background-image: url(../menu.img/line.png);
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0 auto;
  color: #54410c;
  margin-bottom: 23px;
}
main section p.text {
  text-align: left;
  padding-bottom: 12px;
  max-width: 480px;
  width: 96%;
  margin: 0 auto;
  line-height: 28px;
}
main section p.price {
  text-align: center;
  font-size: 24px;
  color: #54410c;
  padding-bottom: 19px;
}

main section p a {
  display: block;
  margin: 0 auto 44px;
  max-width: 350px;
  padding: 17px 0;
  background-color: #6b5311;
  color: #fff;
  background-image: url(../menu.img/Vector.svg);
  background-repeat: no-repeat;
  background-position: top 23px right 24px;
}
main section p a:hover {
  opacity: 0.5;
}

/* --------------------------

タブレットエリア

----------------------------*/
@media (max-width: 991px) {
  main div.flex {
    display: block;
  }
  main section p.text {
    max-width: 680px;
  }
}
/* --------------------------

スマホエリア

----------------------------*/
@media (max-width: 575px) {
  main ul.m-menu {
    display: block;
    margin: 0 auto 67px;
  }
  main li.filter {
    padding-bottom: 8px;
  }
  main li.filter:last-child {
    padding-bottom: 0;
  }

  main section p img {
    width: 300px;
    object-fit: cover;
  }

  main section h2,
  main section p a,
  main section p.text {
    max-width: 300px;
  }
}
