/*  all */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP";
  overflow-x: hidden;
  background: #fcfcfc;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.7;
}

@font-face {
  font-family: "bananaslip plus";
  src: url("../fnt/YDWbananaslipplus.otf") format("truetype");
  font-weight: normal;
  font-display: swap;
}

/* ^ all ^ */

/* page */
.bg-none {
  background: none !important;
}
.sp-only {
  display: initial !important;
}
.pc-only {
  display: none !important;
}
.title {
  color: #3d901c;
  text-align: center;
  font-family: "bananaslip plus";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 56px */
  letter-spacing: 2.8px;
}
.title::before {
  content: url("../img/title_icon.webp");
  display: block;
  margin-bottom: 1rem;
}
.title::after {
  content: url("../img/title_line.webp");
  display: block;
  line-height: 0.8;
}

.m-title {
  font-family: "bananaslip plus";
  font-size: 2rem;
  font-weight: 400;
  line-height: 54.4px;
  letter-spacing: -1px;
  text-align: center;
  color: #333;
}

.m-title::after {
  content: url("../img/title_line.webp");
  display: block;
  line-height: 0.8;
  text-align: center;
}
.text-center {
  text-align: center;
}

.item {
  max-width: 338px;
}

.item:last-of-type .m-title {
  margin-top: 40px;
}

.item > div {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.72px;
}
.button_list {
  width: 100%;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 5rem;
  flex-direction: column;
}
.button {
  width: 100%;
}

.white_link {
  color: #3d901c !important;
  background: #fff !important;
  border: 2px solid #3d901c;
}

.i-link {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  background: #3d901c;
  position: relative;
}

.i-link::after {
  content: "›";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-60%);
  font-size: 32px;
}

.fadeBlock {
  opacity: 0;
  transition: all 1s;
}

.fadeBlock.fadeIn {
  opacity: 1;
}

.fadeBottom {
  transform: translateY(100px);
}

.fadeBottom.fadeIn {
  transform: translateY(0);
}

/* ^ page ^ */

/* header */
.kv {
  width: 90%;
  position: relative;
  margin-left: auto;
}
.kv h1 {
  width: 78%;
  position: absolute;
  left: -38px;
  top: 68%;
  color: #fff;
  letter-spacing: 0.72px;
  transform: translate(0, -25%);
  text-shadow: 0px 0px 15px #000000;
}
.kv h1 span {
  font-size: 20px;
  letter-spacing: 0.6px;
}
.kv h1 img {
  width: 100%;
}

.slide-kv picture {
  display: unset !important;
}
.slide-kv img {
  width: 100%;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-dots {
  bottom: 0;
  left: 16px;
  width: unset;
}

.slick-dots li:first-child {
  margin: 0 30px 0 0;
}

.slick-dots li:not(.slick-dots li:first-child) {
  margin: 30px 0 6px;
}

.slick-dots li button:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  opacity: 1;
  bottom: 0;
}

.slick-dots li.slick-active button:before {
  background: #bb3105;
}
header {
  margin-top: 70px !important;
}
.header {
  max-width: 1080px;
  margin: 1.5rem auto;
  display: none;
}
.header a {
  color: #3d901c;
  font-family: "bananaslip plus";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.2px;
  margin-left: 1.5rem;
  text-decoration: none;
}

/* ^ header ^ */

/* main */

.lead {
  padding: 90px 16px 0;
}
.lead h4 {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.16px;
}
.lead_list {
  max-width: 1080px;
  margin: 2.5rem auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.lead_box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.lead_box:first-child {
  flex-direction: column-reverse;
  display: flex;
}
.lead_text {
  border-radius: 80px;
  background: #e9ffdf;
}
.lead_text p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 2.5rem 2rem;
  line-height: 28.8px;
}

.lead > span {
  width: max-content;
  display: flex;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 30.5px;
  background: #bb3105;
  color: #fff;
  margin: 16px 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.54px;
}
.lead .pc-only {
  display: none;
}
.cabbage_icon01,
.cabbage_icon02 {
  position: relative;
}
.cabbage_icon01::before {
  position: absolute;
  content: url("../img/lead_icon01_sp.webp");
  right: 0;
  top: -28px;
}
.cabbage_icon02::before {
  position: absolute;
  content: url("../img/lead_icon02_sp.webp");
  right: 0;
  top: -25px;
}
.cabbage_icon02::after {
  position: absolute;
  content: url("../img/lead_icon03_sp.webp");
  left: 0;
  bottom: -34px;
}
/* ^ lead ^ */

/* menu */
.menu {
  background-image: url("../img/bg_wave.webp"), url("../img/bg_wave2.webp");
  background-size: 320px, 350px;
  background-repeat: repeat-x, repeat-x;
  background-position: center top, center bottom;
  background-color: #fff3c6;
  padding: 30px 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.menu > .m-title {
  margin: 0;
  color: #333;
}

.menu p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  letter-spacing: 0.48px;
  margin: 16px 0 40px;
}
.menu h5:nth-last-of-type(2) {
  padding: 16px 0;
  border-bottom: 1px solid #333;
}
.menu span {
  font-size: 20px;
  color: #bb3105;
}
.menu h5 {
  position: relative;
  color: #3d901c;
  font-family: "bananaslip plus";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: 0px;
  padding-left: 1.5rem;
}
.menu h5::before {
  content: url("../img/menu_icon01.webp");
  position: absolute;
  z-index: -20;
  top: -10px;
  left: 0;
}
.menu h5:nth-last-of-type(2) {
  padding-top: 0;
  border-bottom: 1px solid #333;
}

.menu .item:last-of-type h5 {
  /*text-align: end;*/
}

.menu > ul {
  max-width: 1080px;
  padding: 32px;
  margin: 0;
}
.menu_top {
  padding-top: 2.5rem;
}
/* ^ menu ^ */

/* restaurant */

.restaurant {
  padding: 2.5rem 1rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.resto_price {
  position: relative;
  display: flex;
  width: 100%;
  padding: 32px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #e9ffdf;
  margin-top: 40px;
  text-align: center;
  line-height: 34px;
}
.resto_price::before {
  position: absolute;
  content: url("../img/title_price.webp");
  display: block;
  line-height: 0.8;
  left: 0;
  top: -60px;
}
.resto_price p {
  font-size: 20px;
  font-weight: 700;
}
.resto_price p span {
  color: #e19602;
}
.resto_list {
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.resto_item {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  flex-direction: column;
}
.resto_item h5 {
  position: relative;
  color: #3d901c;
  font-family: "bananaslip plus";
  font-size: 24px;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 0px;
  padding-left: 0.8rem;
  margin-bottom: 1rem;
}
.resto_item h5::before {
  content: url("../img/menu_icon02.webp");
  position: absolute;
  z-index: -20;
  top: -4px;
  left: 0;
}
.resto_item p {
  font-size: 1rem;
  line-height: 170%; /* 27.2px */
}
.resto_item img {
  width: 100%;
}
.restaurant > ul {
  background: #fff3c6 !important;
  max-width: 1080px;
  padding: 3rem 1rem 3rem 2.3rem;
}
.restaurant > ul li::before {
  content: "※";
  position: absolute;
  transform: translate(-150%);
}
.restaurant > ul li::marker {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.event-item h5 {
  color: #3d901c;
  font-family: "bananaslip plus";
  font-size: 24px;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 0px;
  margin-bottom: 1rem;
}
.event-note {
  justify-content: flex-start !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
/* ^ restaurant ^ */
/* new */
.dot-space {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 40px 0 120px;
}

.dot-space .dot-item {
  all: unset;
  display: inline-block;
  font-size: 40px;
  animation: bounce 0.6s infinite;
}

.dot-space p .dot-item:nth-child(2) {
  animation-delay: 0.2s;
}
.dot-space p .dot-item:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.text-coming-soon {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.intro {
  text-align: center;
}
.new-title {
  color: #3d901c;
  text-align: center;
  font-family: "bananaslip plus", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0 30px 0 10px;
}
.new-title::before {
  content: "";
  background-image: url("../img/grand_prix_top.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 90px;
  top: -30px;
  right: -50px;
}
.new-title::after {
  content: "";
  background-image: url("../img/grand_prix.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: -30px;
  left: 0;
}

.grid {
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  gap: 32px;
}
.card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card img {
  border-radius: 8px;
  background: #ccc;
  object-fit: cover;
}
.card-title {
  margin-top: 1rem;
}
.card-content {
  display: flex;
  width: 100%;
  gap: 25px;
}
.card-content p {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
.card-img {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-img img {
  width: 160px;
  height: 160px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.card-img p {
  color: var(--color, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.img-description {
  line-height: 100%;
}
/* ^ new ^ */

/* ^ restaurant ^ */
.restaurant-img {
  max-width: 800px;
}
picture img {
  border-radius: 8px;
}
.event-box {
  width: 100%;
  box-sizing: border-box;
  background-color: #e9ffdf;
  border-radius: 20px;
  max-width: 1080px;
}
.event-box_yellow {
  max-width: 1080px;
  width: 100%;
  background-color: #fffad2;
  border-radius: 20px;
  position: relative;
}
.event-box_yellow::before {
  content: "";
  background-image: url("../img/triangle.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 124px;
  height: 36px;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}

.event-box h1 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.event-title {
  margin-top: 40px !important;
}
.event-content {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 32px;
}

.image-box {
  background-color: #e7e7e7;
  height: auto;
  border-radius: 8px;
  flex: 1 1 50%;
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.event-description {
  flex: 1 1 50%;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.event-subtitle {
  padding: 48px;
}
.info-table {
  margin-top: 20px;
}

.row {
  display: flex;
  align-items: flex-start;
  padding: 8px 12px;
}

.label {
  background-color: #3d901c;
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 60px;
  text-align: center;
  padding: 4px 0;
  border-radius: 5px;
  margin-right: 10px;
  flex-shrink: 0;
}

.note-box {
  width: 1080px;
  background-color: #ffedd6;
  padding: 40px;
  border-radius: 20px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.2px;
}

.note-box ul {
  margin: 0;
}

.note-box li {
  margin-bottom: 8px;
}
.m-20 {
  margin-left: 20px;
}
.lunch-menu {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 20px;
  max-width: 1000px;
  margin: auto;
  background-color: #faf7dd;
}

.menu-title {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px dotted orange;
  margin-bottom: 30px;
}

.menu-section {
  display: flex;
  flex-wrap: wrap;
  margin: 32px;
  gap: 20px;
}

.menu-image {
  flex: 1 1 300px;
  text-align: center;
}

.menu-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.menu-description {
  flex: 1 1 300px;
}

.menu-description h3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.2em;
  color: #444;
  margin-bottom: 15px;
}

.menu-description ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.menu-description ul li {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.menu-description h4 {
  color: #3d901c;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
/* contact */

.contact {
  padding: 0 0 64px 0;
  background: #e7e1d2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.54px;
}

.contact span {
  color: #bb3105;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.96px;
  margin: 16px 0;
}

.contact p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.72px;
}

.contact .i-link {
  margin-top: 24px;
  width: 343px;
}

/* ^ contact ^ */

/* footer */
footer {
  background: #3d901c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff !important;
  padding-top: 64px;
}
footer .logo_img {
  width: 50%;
}
footer address {
  margin-bottom: 24px;
}
footer img {
  margin-bottom: 32px;
}

footer h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 27.2px;
  letter-spacing: 3.12px;
  padding-bottom: 1rem;
  color: #fff;
}

footer address {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.2px;
  letter-spacing: 2.08px;
  margin-bottom: 40px;
  color: #fff;
}

.ft-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 343px;
  height: 70px;
  background: #fff;
  border-radius: 36px;
  text-decoration: none;
  color: #414141;
  font-size: 20px;
  font-weight: 600;
  line-height: 40.8px;
  letter-spacing: 0.6px;
  margin-bottom: 40px;
}

footer nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  margin: 32px 0 48px;
}

footer nav a {
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.2px;
  letter-spacing: 0.36px;
  padding: 24px 0;
}

.scroll-btn {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #bb3105;
  position: sticky;
  left: 100%;
  bottom: 40px;
  transform: translate(-50%);
  color: #fff;
  font-size: 14px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.scroll-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

/* ^ footer ^ */

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: initial !important;
  }
  /* page */

  .title {
    font-size: 56px;
  }
  .m-title {
    margin-top: 0;
    font-size: 40px;
    letter-spacing: 1.2px;
  }
  .r-title {
    width: 28%;
    margin-top: -32px;
  }

  .m-title::after {
  }
  .i-link {
    margin-top: auto;
    width: 450px;
    font-size: 20px;
    letter-spacing: 0.72px;
  }
  .item > div {
    margin-top: 0;
  }
  .button_list {
    width: auto;
    display: flex;
    gap: 1.5rem;
    padding-bottom: 5rem;
    flex-direction: row;
  }
  .button {
    width: auto;
  }

  /* ^ page ^ */

  /* header */
  header {
    margin: 0 !important;
    padding-top: 84px;
  }
  .header {
    width: 100%;
    max-width: revert;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    background: #fff;
    padding: 1.5rem 5rem;
    margin: 0;
    z-index: 999;
  }
  .kv {
    width: 70%;
  }
  .kv h1 {
    width: 50%;
    left: 16px;
    top: 30%;
    color: #fff;
    letter-spacing: 0.72px;
    transform: translate(0, -25%);
    text-shadow: 0px 0px 15px #000000;
    left: -25%;
    top: 28%;
  }

  .kv h1 span {
    font-size: 40px;
    letter-spacing: 1.2px;
  }

  .slick-dots {
    left: 20%;
    bottom: 8%;
  }
  .slick-list {
    border-radius: 16px 0px 0px 16px;
  }

  /* ^ header ^ */

  /* main */

  .lead {
    padding: 120px 0 0;
  }
  .lead h4 {
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 5rem;
  }
  .lead_list {
    margin: 5rem auto;
    gap: 5rem;
    max-width: 1080px;
  }
  .lead_box {
    display: flex;
    gap: 2rem;
    flex-direction: row;
  }
  .lead_box:first-child {
    flex-direction: row;
  }
  .lead_text,
  .lead_img {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .lead_text {
    border-radius: 160px;
    background: #e9ffdf;
  }
  .lead_text p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding: 0 4.5rem;
    line-height: 28.8px;
  }
  .lead_text_none p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
    letter-spacing: 0.16px;
  }

  .lead_text_none {
    flex: 1 1 50%;
  }

  .lead span {
    display: inline-block;
    border-radius: 30.5px;
    margin-bottom: 28px;
    vertical-align: super;
  }

  .lead .pc-only {
    all: initial;
  }
  .cabbage_icon01::before {
    content: url("../img/lead_icon01.webp");
    top: -32px;
  }
  .cabbage_icon02::before {
    content: url("../img/lead_icon02.webp");
    top: -10px;
  }
  .cabbage_icon02::after {
    content: url("../img/lead_icon03.webp");
    bottom: -10px;
  }
  /* ^ lead ^ */

  /* menu */
  .menu {
    background-image: url("../img/bg_wave.webp"), url("../img/bg_wave2.webp");
    background-repeat: repeat-x, repeat-x;
    background-size: 1400px, 1400px;
    background-position: center top, center bottom;
    background-color: #fff3c6;
    padding: 85px;
  }

  .item {
    display: flex;
    gap: 32px;
    flex-direction: column;
  }
  .menu_list {
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .menu .item:first-of-type,
  .menu .item:last-of-type {
    /*flex-direction: row-reverse;*/
  }

  .menu > .m-title {
    text-align: center;
  }

  .menu .item:last-of-type .m-title {
    margin-top: 0;
  }
  .menu p {
    margin: 16px 0;
  }
  .menu h5 {
    position: relative;
    color: #3d901c;
    font-family: "bananaslip plus";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 100%; /* 24px */
    letter-spacing: 0px;
    padding-left: 1.5rem;
  }
  .menu h5::before {
    content: url("../img/menu_icon01.webp");
    position: absolute;
    z-index: -20;
    top: -10px;
    left: 0;
  }
  .menu h5:nth-last-of-type(2) {
    padding-top: 0;
    border-bottom: 1px solid #333;
  }

  .menu .item:last-of-type h5 {
    /*text-align: end;*/
  }

  .menu > ul {
    max-width: 1080px;
    padding: 32px;
    margin: 0;
  }
  .menu_top {
    padding-top: 5rem;
  }

  /* ^ menu ^ */
  /* new */
  .text-coming-soon {
    font-size: 32px;
  }
  /* ^ new ^ */
  /* restaurant */

  .restaurant {
    padding: 5rem 0 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  .resto_price {
    position: relative;
    display: flex;
    width: 1080px;
    padding: 32px 149px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #e9ffdf;
    /* margin-top: -16px; */
  }
  .resto_price::before {
    position: absolute;
    content: url("../img/title_price.webp");
    display: block;
    line-height: 0.8;
    left: 64px;
    top: -64px;
  }
  .resto_price p {
    font-size: 20px;
    font-weight: 700;
  }
  .resto_item {
    display: flex;
    gap: 1.5rem;
    /* width: 48%;  */
    flex-direction: row;
  }
  .resto_item img {
    width: 250px;
  }
  .restaurant > ul {
    background: #fff3c6 !important;
    max-width: 1080px;
    padding: 4rem 2.5rem 4rem 4rem;
  }

  /* ^ restaurant ^ */
  /* footer */
  footer {
    padding-top: 88px;
  }
  footer .logo_img {
    width: 16%;
  }
  footer address {
    margin-bottom: 24px;
  }

  .ft-link {
    margin-bottom: 24px;
  }

  footer nav {
    flex-direction: row;
    gap: 0;
    margin: 24px 0 96px;
  }

  footer nav a {
    width: fit-content;
    padding: 0 16px;
  }
  footer nav a:last-child {
    border-left: 0;
  }

  .copyright {
    padding: 16px 0;
  }

  /* ^ footer ^ */
}

/*====================================*/
/* ハンバーガーメニュー */
/*====================================*/
.hamburger_menu {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
.open .hamburger_menu {
  left: 0;
  opacity: 1;
}
.hamburger_menu .inner {
  padding: 25px;
}
.hamburger_menu .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hamburger_menu .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
.hamburger_menu .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
.hamburger_menu .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  .hamburger_menu {
    left: -290px;
    width: 290px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  font-family: "bananaslip plus";
  display: inline;
  position: fixed;
  color: #3d901c;
  font-size: 24px;
  top: 22px;
  right: 24px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #3d901c;
  border-radius: 4px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#link
=============*/
.link_btn {
  position: relative;
  top: auto;
  right: auto;
  height: auto;
}
.link_list {
  margin-top: 3rem;
}
.link_list a {
  text-decoration: none;
}
.link_list a p {
  margin-bottom: 2rem;
}
.link_list p::before {
  display: none !important;
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .event-content {
    flex-wrap: wrap;
    margin: 16px;
  }
  .grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .note-box {
    width: 100%;
  }
  .new-title {
    font-size: 24px;
  }
  .new-title::before {
    width: 50px;
    height: 50px;
    right: -20px;
    top: -15px;
  }
  .new-title::after {
    bottom: -20px;
  }
  .m-title {
    font-size: 24px;
  }
  .row {
    padding: 8px 0;
  }
  .event-title {
    margin: 0 16px;
  }
  .menu-section {
    margin: 16px;
  }
  .note-box {
    padding: 40px 16px;
  }
  .event-item h5 {
    line-height: 170%; /* 40.8px */
    letter-spacing: -1.24px;
  }
  .card-img img {
    width: 107px;
    height: auto;
    object-fit: cover;
  }
  .img-description {
    font-size: 13px !important;
  }
  .lead h4 {
    font-size: 14px;
  }
}
.growth-text {
  text-align: center;
  margin: 40px 0;
}
.growth-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}

.growth-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 120px;
}

.growth-item {
  position: relative;
  text-align: center;
}
.growth-item p {
  font-size: 14px;
  padding: 5px;
}

.growth-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.growth-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 14px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="22" viewBox="0 0 14 22" fill="none"><path d="M14 11.3511L0 0L0 22L14 11.3511Z" fill="%233D901C"/></svg>')
    no-repeat center;
  background-size: contain;
}

.growth-item:last-child::after {
  display: none;
}

/* Responsive cho SP */
@media screen and (max-width: 768px) {
  .growth-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }

  .growth-item::after {
    top: 45px;
    right: -14px;
    width: 14px;
    height: 9px;
  }

  .growth-item:nth-child(4n)::after {
    display: block;
  }
  .growth-item:last-child::after {
    display: none;
  }
  .growth-text {
    text-align: left;
  }
  .event-subtitle {
    padding: 16px !important;
    font-size: 14px !important;
    letter-spacing: -0.7px;
  }
  .resto_item h5 {
    font-size: 18px;
  }
}
