#store img {
  vertical-align: bottom;
}
#store #fv .intro {
  text-align: center;
  padding: 3em 0;
}
@media screen and (max-width: 767px) {
  #store #fv .intro {
    padding: 1.5em 0;
  }
}
#store #fv .intro h2 {
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #store #fv .intro h2 {
    font-size: 27px;
  }
}
#store #fv .intro p {
  font-size: 28px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #store #fv .intro p {
    font-size: 14px;
  }
}
#store #items {
  padding: 7em 5% 0 5%;
}
@media screen and (max-width: 767px) {
  #store #items {
    padding-top: 3em;
  }
}
#store #items .season {
  /* text-align: center; */
  width: 83.5%;
  margin: auto;
  /* img{
      margin-left: -2em;
  }
  @media screen and (max-width: 767px) {
      img{
          width: 70%;
      }
  } */
}
@media screen and (max-width: 767px) {
  #store #items .season {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #store #items .season p {
    font-size: 3vw;
  }
}
#store #items .pickup {
  display: flex;
  justify-content: space-between;
  margin: 9em 0 0 0;
}
@media screen and (max-width: 767px) {
  #store #items .pickup {
    margin-top: 3.5em;
  }
}
#store #items .pickup > div {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #store #items .pickup > div {
    width: 45.5%;
  }
}
#store #items .list {
  margin: 9em 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #store #items .list {
    margin-top: 3.5em;
  }
}
#store #items .list > div {
  width: 31.5%;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  #store #items .list > div {
    margin-bottom: 2em;
  }
}
#store #items .list > div img {
  width: 100%;
}
#store #items .list > div .name {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 5px 0 0 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #store #items .list > div .name {
    font-size: 3vw;
  }
}
#store #items .list > div .detail {
  text-align: center;
  font-size: 14px;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  #store #items .list > div .detail {
    font-size: 2vw;
  }
}
#store #items .list > div .detail span.gram {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #store #items .list > div .detail span.gram {
    margin-right: 0px;
  }
}
#store #items .list > div .detail span.price .num {
  font-family: "Times New Roman", "Noto Serif JP";
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  #store #items .list > div .detail span.price .num {
    font-size: 3.2vw;
  }
}
#store #sweets {
  background-image: url(../img/bg_sweets.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  #store #sweets {
    background-size: 26% auto;
    padding-bottom: 2.5em;
  }
}
#store #sweets .list {
  margin: 9em 5% 0 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 67px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #store #sweets .list {
    gap: 10%;
    margin-top: 3.5em;
  }
}
#store #sweets .list > div {
  width: 45%;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  #store #sweets .list > div {
    margin-bottom: 1em;
  }
}
#store #sweets .list > div img {
  width: 100%;
}
#store #sweets .list > div .name {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin: 5px 0 0 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #store #sweets .list > div .name {
    font-size: 3vw;
  }
}
#store #sweets .list > div p.price {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #store #sweets .list > div p.price {
    font-size: 2vw;
  }
}
#store #sweets .list > div p.price .num {
  font-family: "Times New Roman", "Noto Serif JP";
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  #store #sweets .list > div p.price .num {
    font-size: 3vw;
  }
}
#store #menu .menu01 .list {
  margin-top: 2em;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 1em;
}
#store #menu .menu01 .list .headline {
  align-items: flex-end;
}
#store .menu_txt {
  font-size: 4rem;
  color: #000;
  text-align: center;
  margin-top: 4%;
}

#bekery .button:last-child {
  padding: 0;
}/*# sourceMappingURL=page.css.map */