@charset "utf-8";
/* 
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-weight:700;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-family: 'Satoshi', sans-serif; 
*/
#big__menu__area {
  width: 100%;
  height: auto;
}
.big__menu__area__inner {
  width: 89.84%;
  height: auto;
  margin: 0 auto;
  padding-top: 61px;
  max-width: 1200px;
}
.big__menu__container {
  width: 100%;
  height: auto;
  display: flex;
  column-gap: 61px;
  justify-content: center;
  align-items: flex-start;
}
.big__menu__flex__box {
  width: 50%;
  max-width: 563px;
}
.big__menu__image {
  width: 100%;
  height: auto;
}
.big__menu__image img {
  width: 100%;
  height: auto;
}
.big__menu__detail {
  width: 100%;
  height: auto;
}
.big__menu__title__container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.big__menu__title {
  width: 79.39%;
  height: auto;
}
.big__menu__title__text {
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.45em;
  font-weight: 700;
}
.big__allergie__flex {
  width: 12%;
  display: flex;
  align-items: center;
  column-gap: 3px;
  justify-content: end;
}
.big__allergie {
  width: 20.21px;
  height: 20.21px;
}
.big__allergie img {
  width: 100%;
  height: auto;
}
.big__menu__sub__title {
  width: 100%;
  height: auto;
  padding-top: 7px;
}
.big__menu__sub__title__text {
  font-family: "Satoshi", sans-serif;
  font-size: 22px;
  letter-spacing: 0.07em;
  line-height: 1.35em;
  font-weight: 701;
}
.big__menu__sub__title__text span {
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.35em;
  font-weight: 401;
}
.big__menu__detail {
  width: 100%;
  height: auto;
  padding-top: 22px;
  padding-bottom: 19px;
}
.big__menu__detail__text {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 2.16em;
}
.big__menu__lg {
  width: 100%;
  height: auto;
}
.big__menu__lg__text {
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.4em;
  font-weight: 300;
}
.en {
  font-family: "Noto Sans JP", sans-serif;
}
.tc {
  font-family: "Noto Sans TC", sans-serif;
}
.kr {
  font-family: "Noto Sans KR", sans-serif;
}
#menu__item__area {
  width: 100%;
  height: auto;
}
.menu__item__area__inner {
  width: 89.84%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 130px;
  position: relative;
}
.chara__egg__in {
  width: 26.86%;
  height: auto;
  position: absolute;
  bottom: 111px;
  right: 0;
}
.chara__egg__in img {
  width: 100%;
  height: auto;
}
.min__menu__container {
  column-gap: 3%;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 280px;
}
.min__menu__flex__box {
  width: 22.3%;
  max-width: 268px;
  padding-top: 80px;
}
.min__menu__title__text {
  font-size: 16px;
}
.min__allergie__flex {
  width: 20%;
}
.min__menu__sub__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
}
.min__menu__sub__title__text {
  font-size: 18px;
}
.min__menu__sub__title__text span {
  font-size: 14px;
}
#drink__menu {
  width: 100%;
  height: auto;
}
.drink__menu__inner {
  width: 89.84%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
}
.drink__menu__title {
  width: 100%;
}
.drink__border {
  border-right: 1px solid #1c1c1c;
  padding-right: 34px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.drink__border__none {
  border-right: unset;
}

/* SP ================================================== */
@media all and (max-width: 768px) {
  .big__menu__sub__title__text {
    font-weight: 501;
  }
  .min__menu__container {
    column-gap: 3%;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 0;
  }
}
