@charset "UTF-8";

.menu__top {
  height: 90vh;
  background: url(../img/menu/menu_bg_cook.webp) no-repeat;
  background-size: 300px;
  background-position: 80% 90%;
  justify-content: flex-start;
  align-items: flex-start;
}

h2 {
  padding-top: 50%;
  padding-left: 15vw;
}

h2 span {
  color: #383838;
  background-color: transparent;
  background: center;
}

h2 span:first-of-type {
  padding-right: 0.5em;
  background: url(../img/menu/fork.png) no-repeat;
  background-size: contain;
}

h2 span:nth-of-type(2) {
  padding-right: 0.5em;
  background: url(../img/menu/spoon.png) no-repeat;
  background-size: contain;
}

h2 span:last-of-type {
  padding-right: 2.5em;
  background: url(../img/menu/chopstick.png) no-repeat;
  background-size: contain;
}

@media screen and (width>=550px) {
  .menu__top {
    background-size: 350px;
    background-position: 70% 90%;
  }

  h2 {
    padding-top: 20%;
    padding-left: 20%;
    line-height: 2.2;
  }
}

@media screen and (width>=950px) {
  .menu__top {
    /* height: 95vh; */
    background-position: 70% 90%;
  }

  h2 {
    padding-top: 20%;
    padding-left: 30%;
    line-height: 2.2;
  }
}

/* /////////////////////////// */

.rice__bg {
  width: 80%;
  height: 15vh;
  background: #fff;
  border-radius: 0 50px 0 0;
}

.rice__text-bg {
  width: 100%;
  padding: 5vh 0 15vh;
  background: #fff;
}

.rice__text {
  width: 70%;
  height: fit-content;
  margin: 0 auto;
}

.rice__text h3 {
  font-size: 1.4rem;
  font-weight: 900;
  color: #ead132;
  padding: 0 0 1rem;
}

.rice__text p {
  width: 100%;
  line-height: 2;
  letter-spacing: 2px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.rice__img {
  width: 70%;
  margin: 15% auto 0;
}

.rice__img img {
  width: 100%;
}

@media screen and (width>=550px) {
  .rice__bg {
    height: 25vh;
    border-radius: 0 100px 0 0;
  }

  .rice__text-bg {
    padding: 10vh 0 15vh;
  }

  .rice__text {
    max-width: 500px;
  }

  .rice__text h3 {
    font-size: 1.8rem;
  }

  .rice__img {
    max-width: 420px;
    height: fit-content;
    margin: 10% auto 0;
  }
}

@media screen and (width>=950px) {
  .rice__bg {
    height: 30vh;
    width: 70%;
  }

  .rice__text-bg {
    padding: 20vh 0 20vh;
  }

  .rice__content {
    width: 80%;
    max-width: 900px;
    height: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 8%;
  }

  .rice__text {
    width: 50%;
    max-width: none;
    height: fit-content;
  }

  .rice__text h3 {
    font-size: 2rem;
  }

  .rice__img {
    width: 40%;
    max-width: unset;
    margin-top: 0;
  }
}

/* //////////////////////////////////// */

.menu {
  width: 100%;
  background: #fff;
}

.menu__img-bg-top {
  width: 80%;
  height: 15vh;
  background-color: #eeebcf;
  border-radius: 0 50px 0 0;
}

.menu__img {
  width: 100%;
  margin: 0 auto;
  background-color: #eeebcf;
}

.menu__img-sp {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

.menu__img-pc {
  display: none;
}

.menu__img-bg-bottom {
  width: 80%;
  height: 15vh;
  margin-left: 20%;
  background-color: #eeebcf;
  border-radius: 0 0 0 50px;
}

@media screen and (width>=550px) {
  .menu__img-bg-top,
  .menu__img-bg-bottom {
    height: 25vh;
  }

  .menu__img-bg-top {
    border-radius: 0 100px 0 0;
  }

  .menu__img-bg-bottom {
    border-radius: 0 0 0 100px;
  }
}

@media screen and (width>=650px) {
  .menu__img-sp {
    display: none;
  }

  .menu__img-pc {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (width>=950px) {
  .menu__img-bg-top,
  .menu__img-bg-bottom {
    height: 30vh;
    width: 70%;
  }

  .menu__img-bg-bottom {
    margin-left: 30%;
  }

  .menu__img {
    padding: 3rem 0;
  }

  .menu__img-pc {
    width: 80%;
    max-width: unset;
  }
}

/* /////////////////////////////// */

.to_omurice_rule {
  width: 100%;
  padding: 15vh 0 20vh;
  background-color: #fff;
  text-align: center;
}

.to_omurice_rule h3 {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 2;
  color: #c30000;
}

.to_omurice_rule .btn {
  margin: 7vh auto 0;
}

@media screen and (width>=550px) {
  .to_omurice_rule {
    padding: 20vh 0 25vh;
  }

  .to_omurice_rule h3 {
    font-size: 1.8rem;
  }
}

@media screen and (width>=950px) {
  .to_omurice_rule {
    padding: 30vh 0 30vh;
  }

  .to_omurice_rule h3 {
    font-size: 2rem;
  }
}
