@charset "utf-8";
/*CSS Document*/

/* hero */

.section-top__image {
  height: 70vh;
  width: 100%;
  background-image: url(../images/Menu.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000000;
  font-weight: 500;
  position: relative;
}

.section-top__image h1 {
  font-size: 5rem;
  width: 662px;
  font-family: sans-serif;
  color: #6b6b6b;
  opacity: 15%;
  top: 55%;
  position: absolute;
  left: 50%;
  opacity: 15%;
}

.section-top__image-message p {
  font-size: 4rem;
  line-height: 6.4rem;
  position: absolute;
  top: 25%;
  left: 50%;
}

.section-top__image-message p span {
  color: #1d8d60;
}

/* menu */

.section__menu {
  padding: 5.4rem 0 9.6rem;
  max-width: 108rem;
  margin: 0 auto;
}

.section__menu h2 {
  font-size: 4rem;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
}

.section__menu h2::before {
  content: "";
  width: 150px;
  height: 3px;
  display: inline-block;
  background-color: red;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.section__menu-ricebento {
  display: flex;
  justify-content: space-around;
  margin: 8rem 0;
  gap: 4rem;
}

.section__menu .number {
  font-size: 8rem;
  color: black;
}

.ricetext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/triangle.png);
  background-repeat: no-repeat;
  background-position: 21% 9%;

  width: 50%;
}

.ricephoto {
  width: 50%;
}

.ricephoto img {
  width: 100%;
}

.section__menu h3 {
  font-size: 2.5rem;
  color: #1d8d60;
  margin-bottom: 30px;
  text-align: center;
  padding-right: 90px;
  font-weight: 500;
}

.title-description {
  font-size: 1.6rem;
  line-height: 4rem;
}

.section__rice-bento ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

.section__rice-bento li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 32%;
}

.section__rice-bento li img {
  filter: drop-shadow(5px 8px 3px #bebebe);
}

.section__rice-bento ul li p:nth-of-type(2) {
  text-align: left;
  width: 85%;
  margin-bottom: 40px;
}

.section__ricebento-contentwrapper {
  display: flex;
  justify-content: space-between;
  width: 33.333%;
}

.section__rice-bento h4 {
  margin-top: 8rem;
  font-size: 2.4rem;
  font-weight: 500;
}

.section__rice-bento p {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 30px;
}

.section__rice-bento p span {
  font-size: 0.875rem;
}

.section__ricebento-btn {
  background-color: #fab348;
  display: inline-block;
  padding: 15px 35px 15px 35px;
  border-radius: 50px;
  font-weight: 250;
  text-decoration: none;
}

/* noodle section */

.section__noodlebento-content {
  background-color: #fff6e9;
  padding: 5.4rem 0 9.6rem;
  margin: 0 auto;
}

.section__noodlebento-allcontent {
  max-width: 1080px;
  /* width: 75%; */
  margin: 0 auto;
}

.section__noodle-bento .number {
  font-size: 8rem;
  color: black;
}

.section__noodlebento-content h3 {
  font-size: 2.5rem;
  color: #1d8d60;
  text-align: center;
  font-weight: 500;
}

.section__noodlebento-content h4 {
  margin-top: 80px;
  font-size: 2.4rem;
  font-weight: 500;
}

.section__saladbento-content {
  padding: 5.4rem 0 9.6rem;
  max-width: 1080px;
  margin: 0 auto;
}

.section__noodlebento-content p {
  margin-top: 30px;
  text-align: center;
}

.section__noodle-bento_b {
  display: flex;
  justify-content: space-around;
  margin-top: 3.6rem;
  gap: 4rem;
}

.noodlephoto {
  width: 50%;
}

.noodlephoto img {
  width: 100%;
}

.noodletext {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-position: 51% 19%;
}

.section__noodle-bento ul {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}

.section__noodle-bento li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 32%;
}

.section__noodle-bento li img {
  filter: drop-shadow(5px 8px 3px #bebebe);
}

.section__noodle-bento ul li p:nth-of-type(2) {
  text-align: left;
  width: 85%;
  margin-bottom: 40px;
}

.section__noodle-bento p {
  font-size: 1.6rem;
}

.section__noodlebento-btn {
  background-color: #fab348;
  font-size: 1.6rem;
  display: inline-block;
  padding: 15px 35px 15px 35px;
  border-radius: 50px;
  font-weight: 250;
  text-decoration: none;
}

/* salad */

.section__menu-saladbento {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.salad_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  background-image: url(../images/triangle2.png);
  background-repeat: no-repeat;
  background-position: 21% 9%;
}

.saladbento {
  width: 50%;
}

.saladbento img {
  width: 100%;
}

.section__menu-saladbento .number {
  font-size: 8rem;
  color: black;
}

.salad_text p {
  font-size: 1.6rem;
}

.section__menu-saladbento h3 {
  font-size: 2.5rem;
  color: #1d8d60;
  text-align: center;
  margin-bottom: 30px;
  padding-right: 90px;
  font-weight: 500;
}

.section__salad-bento p {
  font-size: 1.6rem;
  margin-top: 30px;
  line-height: 36px;
}

.section__salad-bento h4 {
  font-size: 2.4rem;
  margin-top: 80px;
  height: 70px;
  font-weight: 500;
  line-height: 2.25rem;
}

.section__salad-bento ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  list-style: none;
  margin-top: 100px;
  margin-bottom: 80px;
}

.section__salad-bento li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 32%;
}

.section__salad-bento li img {
  filter: drop-shadow(5px 8px 3px #bebebe);
}

.section__salad-bento ul li p:nth-of-type(2) {
  text-align: left;
  width: 85%;
  margin-bottom: 40px;
}

.title {
  height: 70px;
}

.description {
  height: 120px;
  line-height: 36px;
}

.section__saladbento-btn {
  background-color: #fab348;
  font-size: 1.6rem;
  display: inline-block;
  padding: 15px 35px 15px 35px;
  border-radius: 50px;
  font-weight: 250;
  text-decoration: none;
}
