@charset "UTF-8";
:root {
  -webkit-font-smoothing: antialiased;
  --clr-facebook: #1877F2;
  --clr-twitter: #1D9BF0;
  --clr-line: #4CC764;
  --fzSP: 1.4rem;
  --fzPC: 1.6rem;
  --fz-headline: 4.6rem;
  --fz-heading: 2.3rem;
  --fz-subhead: 1.6rem;
  --lh: 2;
  --ls: normal;
  --ff-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝ProN W3", HiraMinProN-W3, "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
  --ff-sans: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}

#about {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  #about {
    width: 1200px;
    margin-top: 60px;
  }
}

h3.subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6vw;
  font-size: 1.6rem;
}
h3.subhead::before {
  content: "";
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  border: 1.0666666667vw solid #da340b;
  border-radius: 50%;
  display: inline-block;
}
@media (min-width: 768px) {
  h3.subhead {
    font-size: 2rem;
    gap: 10px;
  }
  h3.subhead::before {
    width: 21px;
    height: 21px;
    border-width: 5px;
  }
}

.sectionsubHead {
  margin-top: 13.3333333333vw;
}
@media (min-width: 768px) {
  .sectionsubHead {
    margin-top: 60px;
  }
}

.allergyindication {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .allergyindication {
    margin-top: 45px;
    padding: 20px;
  }
}
.allergyindication .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.1333333333vw 1.8666666667vw;
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .allergyindication .wrap {
    grid-template-columns: repeat(8, 1fr);
    gap: 18px;
    margin-top: 20px;
  }
}
.allergyindication .box {
  background-color: #fff;
  padding-top: 4vw;
  padding-bottom: 2vw;
  text-align: center;
}
@media (min-width: 768px) {
  .allergyindication .box {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .allergyindication .box:nth-of-type(1) img {
    height: 8.9333333333vw;
  }
  .allergyindication .box:nth-of-type(2) img {
    height: 7.0666666667vw;
  }
  .allergyindication .box:nth-of-type(3) img {
    height: 6.4vw;
  }
  .allergyindication .box:nth-of-type(4) img {
    height: 9.2vw;
  }
  .allergyindication .box:nth-of-type(5) img {
    height: 7.0666666667vw;
  }
  .allergyindication .box:nth-of-type(6) img {
    height: 7.8666666667vw;
  }
  .allergyindication .box:nth-of-type(7) img {
    height: 6.6666666667vw;
  }
  .allergyindication .box:nth-of-type(8) img {
    height: 7.0666666667vw;
  }
}
.allergyindication .box .img {
  height: 9.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .allergyindication .box .img {
    height: 51px;
  }
}
.allergyindication .box .label {
  margin-top: 1.0666666667vw;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .allergyindication .box .label {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}

ul.note {
  margin-top: 6vw;
}
@media (min-width: 768px) {
  ul.note {
    margin-top: 45px;
  }
}
ul.note li {
  font-size: 1.4rem;
  line-height: 1.71;
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
}
ul.note li + li {
  margin-top: 1.3333333333vw;
}
@media (min-width: 768px) {
  ul.note li {
    font-size: 1.5rem;
    line-height: 2;
  }
  ul.note li + li {
    margin-top: 0;
  }
}

#nutrition {
  padding-top: 85px;
  margin-top: -85px;
}
@media (min-width: 768px) {
  #nutrition {
    padding-top: 120px;
    margin-top: -120px;
  }
}

.nutrition {
  margin-top: 7.3333333333vw;
}
@media (min-width: 768px) {
  .nutrition {
    margin-top: 55px;
    padding: 20px;
  }
}

ul.nutritionlists {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  ul.nutritionlists {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 60px);
    gap: 10px;
  }
}
ul.nutritionlists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 13.3333333333vw;
  padding: 0 4vw;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  ul.nutritionlists li + li {
    margin-top: 2vw;
  }
}
@media (min-width: 768px) {
  ul.nutritionlists li {
    font-size: 1.8rem;
    height: auto;
    padding: 0 30px;
  }
  ul.nutritionlists li:nth-of-type(1) {
    grid-row: 1/3;
  }
}
ul.nutritionlists .unit {
  font-size: 1rem;
}
@media (min-width: 768px) {
  ul.nutritionlists .unit {
    font-size: 1.2rem;
  }
}

ul.etclist {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  ul.etclist {
    margin-top: 20px;
  }
}
ul.etclist li {
  font-size: 1.5rem;
  line-height: 3;
  font-weight: bold;
}
ul.etclist li:first-letter {
  color: #0b308e;
  font-size: 0.94rem;
}
@media (min-width: 768px) {
  ul.etclist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  ul.etclist li {
    font-size: 1.6rem;
  }
  ul.etclist li:first-letter {
    font-size: 1rem;
  }
}