@charset "utf-8";
/* CSS Document */
.main {
  margin: 0 auto;
  background-color: #ffffff;
}
.section-top {
  height: 700px;
  margin: 0 auto;
}
.section-top_main-image {
  background-image: url("../Images/OUR MENU_SP.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  margin: 0 auto;
}
.section-top_main-image_message h1 {
  min-width: 375px;
  height: 700px;
  color: #333333;
  text-align: right;
  line-height: 40px;
  font-size: 3.0rem;
  font-weight: 600;
  padding: 550px 10px 0;
}
@media (min-width:490px) {
  .section-top_main-image {
    background-image: url("../Images/OUR MENU_PC.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1440px;
    height: 700px;
    margin: 0 auto;
  }
  .section-top_main-image_message h1 {
    min-width: 200px;
    max-width: 250px;
    text-align: left;
    line-height: 40px;
    font-size: 3.0rem;
    font-weight: 600;
    padding: 510px 0 0 20px;
  }
}
@media (min-width:1024px) {
  .section-top_main-image_message h1 {
    min-width: 400px;
    padding: 500px 0 0 50px;
  }
}
.section-obanzai {
  background-color: #FFFFFF;
  padding-top: 120px;
  min-width: 375px;
}
.section-obanzai_content-wrapper {
  width: 100%;
  min-height: 1030px;
  margin: 0 auto;
}
.section-obanzai_hero {
  position: relative;
  height: 120px;
  min-width: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section-obanzai_hero::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url("../Images/green brush.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-obanzai_hero h1 {
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}
.section-obanzai p {
  min-width: 351px;
  min-height: 350px;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 0 auto;
  padding: 100px 10px 70px;
  text-align: left;
}
.section-obanzai_image img {
  width: 100%;
  max-width: 720px;
  height: 100vw;
  max-height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  margin: 0 auto;
}
@media (min-width:650px) {
  .section-obanzai p {
    max-width: 720px;
  }
  .section-obanzai_content-wrapper {
  min-height: 900px;
}
}
@media (min-width:1024px) {
  .section-obanzai_content-wrapper {
    display: flex;
    max-width: 1440px;
    min-height: 500px;
    margin: 0 auto;
  }
  .section-obanzai_description {
    height: 500px;
  }
  .section-obanzai_hero {
    justify-content: flex-start;
    padding-left: 50px;
  }
  .section-obanzai_hero::before {
    left: 70px;
  }
  .section-obanzai_hero h1 {
    position: relative;
    font-size: 2.4rem;
    z-index: 1;
  }
  .section-obanzai p {
    min-width: 500px;
    min-height: 240px;
    padding: 80px 50px 0;
  }
  .section-obanzai_image {
    max-height: 500px;
  }
  .section-obanzai_image img {
    max-height: 500px;
  }
}
.section-onigiri {
  background-color: #FFFFFF;
  padding-top: 120px;
  min-width: 375px;
}
.section-onigiri_content-wrapper {
  width: 100%;
  min-height: 900px;
  margin: 0 auto;
}
.section-onigiri_hero {
  position: relative;
  height: 120px;
  min-width: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section-onigiri_hero::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url("../Images/green brush.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-onigiri_hero h1 {
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}
.section-onigiri p {
  min-width: 351px;
  min-height: 340px;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 0 auto;
  padding: 100px 10px 70px;
  text-align: left;
}
.section-onigiri_image img {
  width: 100%;
  max-width: 720px;
  height: 100vw;
  max-height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  margin: 0 auto;
}
@media (min-width:650px) {
  .section-onigiri p {
    max-width: 720px;
  }
}
@media (min-width:1024px) {
  .section-onigiri_content-wrapper {
    display: flex;
    flex-flow: row-reverse;
    max-width: 1440px;
    min-height: 500px;
    margin: 0 auto;
    ;
  }
  .section-onigiri_description {
    height: 500px;
  }
  .section-onigiri_hero {
    justify-content: right;
    padding-right: 50px;
  }
  .section-onigiri_hero::before {
    right: 65px;
  }
  .section-onigiri_hero h1 {
    position: relative;
    font-size: 2.4rem;
    z-index: 1;
  }
  .section-onigiri p {
    min-width: 500px;
    min-height: 240px;
    text-align: right;
    padding: 80px 50px 0;
  }
  .section-onigiri_image {
    max-height: 500px;
  }
  .section-onigiri_image img {
    max-height: 500px;
  }
}
.section-tofu {
  background-color: #FFFFFF;
  padding-top: 120px;
  min-width: 375px;
}
.section-tofu_content-wrapper {
  width: 100%;
  min-height: 880px;
  margin: 0 auto;
}
.section-tofu_hero {
  position: relative;
  height: 120px;
  min-width: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section-tofu_hero::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url("../Images/green brush.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-tofu_hero h1 {
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}
.section-tofu p {
  min-width: 351px;
  min-height: 340px;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 0 auto;
  padding: 100px 10px 70px;
  text-align: left;
}
.section-tofu_image img {
  width: 100%;
  max-width: 720px;
  height: 100vw;
  max-height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  margin: 0 auto;
}
@media (min-width:650px) {
  .section-tofu p {
    max-width: 720px;
  }
}
@media (min-width:1024px) {
  .section-tofu_content-wrapper {
    display: flex;
    max-width: 1440px;
    min-height: 500px;
    margin: 0 auto;
    ;
  }
  .section-tofu_description {
    height: 500px;
  }
  .section-tofu_hero {
    justify-content: left;
    align-items: center;
    padding-left: 50px;
  }
  .section-tofu_hero::before {
    left: 52px;
  }
  .section-tofu_hero h1 {
    position: relative;
    font-size: 2.4rem;
    z-index: 1;
  }
  .section-tofu p {
    min-width: 500px;
    min-height: 240px;
    text-align: left;
    padding: 120px 50px 0;
  }
  .section-tofu_image {
    max-height: 500px;
    max-width: 720px;
  }
  .section-tofu_image img {
    max-height: 500px;
  }
}
.section-menu {
  background-color: #00582473;
  margin: 120px 0 150px;
  min-width: 375px;
  height: 2100px;
}
.section-menu h1 {
  font-size: 2.4rem;
  padding-top: 100px;
}
.section-menu_content-wrapper {
  min-height: 1890px;
  margin: 0 auto;
}
@media (min-width:768px) {
  .section-menu {
    height: 1900px;
  }
  .section-menu_content-wrapper {
    width: 650px;
    min-height: 1890px;
    display: inline;
  }
}
@media (min-width:1024px) {
  .section-menu {
    max-width: 1440px;
    height: 1890px;
    margin: 120px auto 150px;
    
  }
  .section-menu_content-wrapper {
    width: 880px;
    height: 1990px;
  }
}
.section-menu_signature-menu {
  background-color: #ffffff;
  width: 351px;
  height: 290px;
  margin: 70px auto 0;
}
.section-menu_signature-menu h3 {
  font-size: 2.4rem;
  width: 351px;
  max-height: 80px;
  padding-top: 40px;
  margin: 0 auto;
  z-index: 1;
}
.section-menu_signature-menu_content {
  display: flex;
  align-items: flex-start; /* top-align content */
  gap: 25px; /* spacing between decoration and text */
  width: 330px;
  margin: 40px auto 0;
}
.section-menu_signature-menu_decoration {
  position: relative;
  height: 80px;
  width: 120px;
  display: flex;
  justify-content: left;
  overflow: hidden;
}
.section-menu_signature-menu_decoration::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 80px;
  background-image: url("../Images/green pattern.png");
  background-size: contain;
  background-position: left;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-menu_signature-menu_list {
  width: 180px;
  list-style-position: outside; /* Numbers outside text block */
  padding: 0 0 0 20px; /* Space for numbers */
}
.section-menu_signature-menu ul li {
  font-size: 1.6rem;
  text-align: left;
  line-height: 30px;
}
@media (min-width:768px) {
  .section-menu_signature-menu {
    width: 720px;
    height: 250px;
  }
  .section-menu_signature-menu h3 {
    width: 720px;
  }
  .section-menu_signature-menu_content {
    width: 620px;
  }
  .section-menu_signature-menu_list {
    width: 480px;
  }
}
@media (min-width:1024px) {
  .section-menu_signature-menu {
    width: 880px;
  }
  .section-menu_signature-menu_content {
  justify-content: center;
    gap: 80px; /* spacing between decoration and text */
  width: 600px;
  margin: 40px auto 0;
}
  .section-menu_signature-menu ul li {
    font-size: 1.8rem;
  }
}
.section-menu_main-menu {
  background-color: #ffffff;
  width: 351px;
  height: 520px;
  margin: 50px auto 50px;
}
.section-menu_hero {
  position: relative;
  min-height: 42px;
  min-width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 40px 0 30px;
}
.section-menu_hero::before {
  content: '';
  position: absolute;
  width: 38px;
  height: 42px;
  background-image: url("../Images/green lantern.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-menu h3 {
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}
.section-menu_main-menu_list {
  list-style-type: decimal;
  list-style-position: outside; /* Numbers outside text block */
  padding: 0 20px 0 35px; /* Space for numbers */
  margin: 0;
}
.section-menu_main-menu_list li {
  font-size: 1.6rem;
  text-align: left;
  line-height: 30px;
  text-indent: 0; /* Avoid text shifting */
}
@media (min-width:768px) {
  .section-menu_main-menu {
    width: 720px;
    height: 370px;
  }
}
@media (min-width:1024px) {
  .section-menu_main-menu {
    width: 880px;
    height: 340px;
  }
   .section-menu_main-menu_list {
    padding: 0 0 0 65px; /* Space for numbers */
  }
  .section-menu_main-menu_list li {
  font-size: 1.8rem;
    max-width: 780px;
}
}
.section-menu_entree {
  background-color: #ffffff;
  width: 351px;
  height: 250px;
  margin: 50px auto;
}
.section-menu_entree_list {
  list-style-type: decimal;
  list-style-position: outside; /* Numbers outside text block */
  padding: 0 20px 0 35px; /* Space for numbers */
  margin: 0;
}
.section-menu_entree_list li {
  font-size: 1.6rem;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
  text-indent: 0; /* Avoid text shifting */
}
@media (min-width:768px) {
  .section-menu_entree {
    width: 720px;
    height: 220px;
  }
}
@media (min-width:1024px) {
  .section-menu_entree {
    width: 880px;
    height: 220px;
  }
   .section-menu_entree_list {
    padding: 0 0 0 65px; /* Space for numbers */
  }
  .section-menu_entree_list li {
  font-size: 1.8rem;
}
}
.section-menu_side {
  background-color: #ffffff;
  width: 351px;
  height: 280px;
  margin: 50px auto;
}
.section-menu_side_list {
  list-style-type: decimal;
  list-style-position: outside; /* Numbers outside text block */
  padding: 0 20px 0 35px; /* Space for numbers */
  margin: 0;
}
.section-menu_side_list li {
  font-size: 1.6rem;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
  text-indent: 0; /* Avoid text shifting */
}
@media (min-width:768px) {
  .section-menu_side {
    width: 720px;
  }
}
@media (min-width:1024px) {
  .section-menu_side {
    width: 880px;
  }
   .section-menu_side_list {
    padding: 0 0 0 65px; /* Space for numbers */
  }
  .section-menu_side_list li {
  font-size: 1.8rem;
}
}
.section-menu_sushi {
  background-color: #ffffff;
  width: 351px;
  height: 220px;
  margin: 50px auto 0;
}
.section-menu_sushi_list {
  list-style-type: decimal;
  list-style-position: outside; /* Numbers outside text block */
  padding: 0 20px 0 35px; /* Space for numbers */
  margin: 0;
}
.section-menu_sushi_list li {
  font-size: 1.6rem;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
  text-indent: 0; /* Avoid text shifting */
}
@media (min-width:768px) {
  .section-menu_sushi {
    width: 720px;
  }
}
@media (min-width:1024px) {
  .section-menu_sushi {
    width: 880px;
  }
   .section-menu_sushi_list {
    padding: 0 0 0 65px; /* Space for numbers */
  }
  .section-menu_sushi_list li {
  font-size: 1.8rem;
}
}