.sp-dis {
  display: none;
}

.pc-dis {
  display: block;
}

@media (max-width: 600px) {
  .sp-dis {
    display: block;
  }
  .pc-dis {
    display: none;
  }
}
.strong {
  font-weight: bold;
}

.block {
  display: block;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .button-container {
    gap: 1rem;
  }
}

.menu-button {
  width: 250px;
  padding: 20px 24px;
}

.c-arrow__right-red::after, .c-arrow__right-red::before {
  right: 45px;
}
@media screen and (max-width: 767px) {
  .c-arrow__right-red::after, .c-arrow__right-red::before {
    right: 10px;
  }
}

.c-center-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cloud-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
.cloud-box__title {
  position: relative;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff7f7;
  color: #222;
  border-radius: 8px;
  padding: 1em;
  margin: 0 auto;
  margin-bottom: 1.2em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .cloud-box__title {
    width: 100%;
  }
}
.cloud-box__title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 17px;
  height: 10px;
  background: transparent;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: rgba(0, 0, 0, 0.06);
  filter: blur(1.5px);
  z-index: 1;
}
.cloud-box__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 15px;
  height: 8px;
  background: transparent;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  z-index: 2;
}
.cloud-box__bg {
  background: url(https://tools.itembox.design/item/category/menubook/img/menubook/img_cloud_bg.png) no-repeat center center;
  width: 594px;
  height: 227px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1em;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cloud-box__bg {
    background: url(https://tools.itembox.design/item/category/menubook/img/menubook/img_cloud_bg_sp.png) no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: contain;
    padding: 10px 0 120px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.cloud-box__list {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
  list-style: none;
  padding: 0;
  margin: 23px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .cloud-box__list {
    margin: 23px 0 0 40px;
  }
}
.cloud-box__list li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 0;
}
.cloud-box__list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://tools.itembox.design/item/category/menubook/img/menubook/ico_check.png") no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  .cloud-box__list li {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
}

.menu-book-point {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .menu-book-point {
    margin-bottom: 4rem;
  }
}
.menu-book-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd2c00;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.menu-book-header__badge {
  background: #fff;
  color: #dd2c00;
  border-radius: 2rem;
  padding: 0.5em 1.5em;
  font-size: 1.5rem;
  margin-right: 1.5rem;
  font-weight: bold;
  display: inline-block;
}
.menu-book-header__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .menu-book-header {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem;
  }
  .menu-book-header__title {
    font-size: 2rem;
    text-align: center;
  }
}
.menu-book-catch {
  text-align: center;
  font-size: 1.8rem;
  color: #222;
  margin: 2rem 0 1.5rem 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .menu-book-catch {
    font-size: 1.4rem;
  }
}
.menu-book-columns {
  display: flex;
  gap: 1%;
  margin: 2rem 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .menu-book-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.menu-book-column {
  background: #fff7f7;
  border-radius: 8px;
  border: 2px solid #e44d3c;
  width: 32.6%;
  min-width: 260px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 900px) {
  .menu-book-column {
    width: 100%;
    min-width: unset;
  }
}
.menu-book-column__header {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #e44d3c;
  border-radius: 5px 5px 0 0;
  padding: 0.7em 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .menu-book-column__header {
    gap: 1.5em;
  }
}
.menu-book-column__content {
  padding: 1.5rem 1rem;
}
.menu-book-column__icon {
  width: 1.7em;
  height: 1.7em;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .menu-book-column__icon {
    width: 2em;
    height: 2em;
  }
}
.menu-book-column__section {
  margin-bottom: 1em;
  font-size: 1.6rem;
  color: #e44d3c;
  font-weight: bold;
}
.menu-book-column__section--accent {
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #e44d3c;
  border-radius: 30px;
  padding: 1em;
  margin-bottom: 1.2em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .menu-book-column__section--accent {
    width: fit-content;
    padding: 1em 3em;
    margin: 0 auto 1.2em;
  }
}
.menu-book-column__section--accent::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 15px;
  height: 8px;
  background: transparent;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  z-index: 2;
}
.menu-book-column__section--accent::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 17px;
  height: 10px;
  background: transparent;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: rgba(0, 0, 0, 0.06);
  filter: blur(1.5px);
  z-index: 1;
}
.menu-book-column__item {
  display: flex;
  align-items: flex-start;
  gap: 0.7em;
  margin-bottom: 0em;
  padding: 0 1.5rem;
}
.menu-book-column__item-container {
  margin-bottom: 2em;
}
.menu-book-column__item-content {
  min-width: 200px;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .menu-book-column__item-content {
    min-width: 220px;
    max-width: auto;
  }
}
.menu-book-column__item-icon {
  width: 2.2em;
  height: 2.2em;
  object-fit: contain;
  margin-top: 0.2em;
  min-width: 2.2em;
}
.menu-book-column__item-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.2em;
  color: #222;
}
.menu-book-column__item-desc {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .menu-book-column__item-desc {
    margin-bottom: 1em;
  }
}
.menu-book-column__item-label-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.menu-book-column__item-link {
  color: #222 !important;
  display: inline-block;
  background: #fff;
  padding: 1em 2em;
  font-size: 1.4rem;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  width: 75%;
}
.menu-book-column__item-link.c-arrow__right-red::after, .menu-book-column__item-link.c-arrow__right-red::before {
  right: 10px;
}
.menu-book-column__item-label {
  color: #222 !important;
  display: inline-block;
  background: #fff;
  padding: 0.8em 2em;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  border: 1px solid #b7b7b7;
}
.menu-book-column__item-label.c-arrow__right-red::after, .menu-book-column__item-label.c-arrow__right-red::before {
  right: 10px;
}
.menu-book-column__item-labels {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.2em;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.menu-book-column__item-labels span {
  display: inline-block;
  background: #fff;
  padding: 0.8em 0.8em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  width: calc(50% - 5px);
  border: 1px solid #b7b7b7;
}
.menu-book-column__item p {
  margin-bottom: 0.8em;
}

.menu-book-item-header {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .menu-book-item-header {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.menu-book-item .c-arrow__right-red::before {
  right: 10px;
}
.menu-book-item .c-arrow__right-red::after {
  right: 10px;
}
.menu-book-item-column {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 2rem 0 4rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .menu-book-item-column {
    flex-direction: column;
  }
}
.menu-book-item-column a {
  width: 32.6%;
  min-width: 260px;
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .menu-book-item-column a {
    width: 100%;
  }
}
.menu-book-item-column__item {
  display: flex;
  gap: 5%;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  box-sizing: border-box;
}
.menu-book-item-column__item:hover {
  background: #f7e8e3;
}
.menu-book-item-column__item-content h3 {
  font-weight: bold;
  margin: 3px 0;
}
.menu-book-item-column__item-content .price {
  font-weight: bold;
  margin-bottom: 3px;
}

.bnr-container {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .bnr-container {
    margin-top: 40px;
  }
  .bnr-container img {
    width: 100%;
  }
}/*# sourceMappingURL=memu-book.css.map */