@charset "UTF-8";
body {
  font-family: Roboto, Arial, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

.pc-none {
  display: block;
}
@media (min-width: 600px) {
  .pc-none {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media (min-width: 600px) {
  .pc-block {
    display: block;
  }
}

.header {
  background: #2f2f2f;
  height: 60px;
}
@media (min-width: 600px) {
  .header {
    height: 75px;
  }
}
@media (min-width: 1000px) {
  .header {
    height: 90px;
  }
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 16px 17px;
}
@media (min-width: 1000px) {
  .header__inner {
    padding: 20px 71px 12px 33px;
  }
}

@media (min-width: 1000px) {
  .header__logo {
    margin-left: -20px;
    margin-top: -5px;
    padding-left: 18px;
  }
}
.header__logo img {
  height: 29.397px;
  width: 55px;
}
@media (min-width: 600px) {
  .header__logo img {
    height: 46.1985px;
    width: 86.4355px;
  }
}
@media (min-width: 1000px) {
  .header__logo img {
    height: 63px;
    width: 117.871px;
  }
}

.nav_header-lists {
  display: flex; /* 横並びにする */
  gap: 1.389vw;
  justify-content: flex-end; /* 右寄せにする */
  margin-bottom: 6px;
  margin-left: 65px;
}
@media (min-width: 600px) {
  .nav_header-lists {
    gap: 2.0833vw;
  }
}
@media (min-width: 1000px) {
  .nav_header-lists {
    gap: 2.7778vw;
    margin-top: -5px;
  }
}

.nav_header-list {
  justify-content: space-between;
}
.nav_header-list a {
  color: #fff;
  font-family: "reross-quadratic", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}
.nav_header-list a:hover {
  border-bottom: solid 2px #159741;
}
@media (min-width: 600px) {
  .nav_header-list a {
    font-size: 1rem;
  }
}
@media (min-width: 1000px) {
  .nav_header-list a {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
  }
}

.mv {
  background: #2f2f2f;
  height: 263px;
  padding-bottom: 20px;
  position: relative;
  top: -1px;
}
@media (min-width: 600px) {
  .mv {
    height: 456.5px;
  }
}
@media (min-width: 1000px) {
  .mv {
    height: 650px;
    max-width: 100%;
  }
}

.mv-bg-image {
  background-image: url("../image/img_mv.png");
  background-position: left 18vw top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15.1875rem;
  max-width: 100%;
}
@media (min-width: 600px) {
  .mv-bg-image {
    background-position: 9rem;
    height: 27.90625rem;
  }
}
@media (min-width: 1000px) {
  .mv-bg-image {
    background-position: right;
    background-size: 75%;
    height: 45.1389vw;
  }
}

.mv-texts__en {
  color: #fff;
  font-family: "reross-quadratic", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  padding-left: 19px;
}
@media (min-width: 600px) {
  .mv-texts__en {
    font-size: 4.25rem;
    padding-left: 98.5px;
  }
}
@media (min-width: 1000px) {
  .mv-texts__en {
    font-size: 6.25rem;
    line-height: 100px;
    padding-left: 178px;
  }
}

.mv-text__en-first {
  margin-bottom: -10px;
  padding-top: 25px;
}
@media (min-width: 600px) {
  .mv-text__en-first {
    margin-bottom: -3.5px;
    padding-top: 54.5px;
  }
}
@media (min-width: 1000px) {
  .mv-text__en-first {
    margin-bottom: 3px;
    padding-top: 85px;
  }
}

.salad {
  color: #159741;
  font-family: "reross-quadratic", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 36px;
  margin-top: -6px;
}
@media (min-width: 600px) {
  .salad {
    font-size: 4.25rem;
    margin-top: -2.5px;
  }
}
@media (min-width: 1000px) {
  .salad {
    font-size: 6.25rem;
    line-height: 100px;
    margin-top: 1px;
  }
}
.salad span {
  color: #fff;
}

.mv-texts__jp {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  padding-left: 17px;
}
@media (min-width: 600px) {
  .mv-texts__jp {
    font-size: 1.4375rem;
    padding-left: 98.5px;
  }
}
@media (min-width: 1000px) {
  .mv-texts__jp {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin-top: 24px;
    padding-left: 180px;
  }
}

.mv-text__jp-farst {
  padding-bottom: 9px;
  padding-left: 8px;
  padding-top: 23px;
}
@media (min-width: 1000px) {
  .mv-text__jp-farst {
    padding-bottom: 22px;
    padding-left: 19px;
  }
}

.mv-text__jp-second-wrapper {
  background: #159741;
  height: 31px;
  padding: 4px 8px 7px 0;
  width: 231px;
}
@media (min-width: 600px) {
  .mv-text__jp-second-wrapper {
    height: 47.5px;
    width: 377.5px;
  }
}
@media (min-width: 1000px) {
  .mv-text__jp-second-wrapper {
    height: 64px;
    padding: 9px 20px 9px 0;
    width: 524px;
  }
}

.concept {
  background-color: #2f2f2f;
  background-image: url("../image/sp/pGarden Salad(sp).png");
  background-position: 6px 274px;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
@media (min-width: 600px) {
  .concept {
    background-image: url("../image/pc/Garden Salad(pc).png");
    background-position: bottom;
    background-size: contain;
  }
}
@media (min-width: 1000px) {
  .concept {
    background-image: url("../image/pc/Garden Salad(pc).png");
    background-position: bottom;
  }
}

.concept__inner {
  padding: 32px 32px 39px 33px;
}
@media (min-width: 600px) {
  .concept__inner {
    padding-bottom: 61.5px;
    padding-top: 76.5px;
  }
}
@media (min-width: 1000px) {
  .concept__inner {
    padding-bottom: 81px;
    padding-top: 125px;
  }
}

.concept-title {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 150%;
  padding-bottom: 24px;
  padding-left: 17px;
  text-align: center;
}
@media (min-width: 600px) {
  .concept-title {
    font-size: 1.5625rem;
    padding-bottom: 36px;
    padding-left: 10px;
  }
}
@media (min-width: 1000px) {
  .concept-title {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding-bottom: 48px;
    padding-left: 3px;
  }
}

.concept-texts {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 150%;
  text-align: center;
}
@media (min-width: 600px) {
  .concept-texts {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1000px) {
  .concept-texts {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
  }
}

.concept-text {
  padding-bottom: 24px;
}
@media (min-width: 1000px) {
  .concept-text {
    padding-bottom: 27px;
  }
}

.about {
  background: #f2f2f2;
}

.about__inner {
  padding-left: 16px;
  padding-top: 61px;
}
@media (min-width: 600px) {
  .about__inner {
    padding-left: 98px;
    padding-right: 97.5px;
    padding-top: 95px;
  }
}
@media (min-width: 1000px) {
  .about__inner {
    padding: 129px 180px 98px;
  }
}

.about-subtitle {
  color: #159741;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin: 0 auto;
  padding-bottom: 8px;
  padding-left: 1px;
  padding-right: 13px;
  text-align: center;
}
@media (min-width: 600px) {
  .about-subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 1000px) {
  .about-subtitle {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
    padding-right: 2px;
  }
}

.about-title {
  color: #333;
  font-family: "reross-quadratic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-bottom: 56px;
  padding-bottom: 12px;
  padding-left: 3px;
  padding-right: 13px;
  position: relative;
  text-align: center;
}
@media (min-width: 600px) {
  .about-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .about-title {
    font-size: 3rem;
    letter-spacing: 2.4px;
    padding-right: 2px;
  }
}
.about-title::before {
  background-color: #159741;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 48%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
@media (min-width: 1000px) {
  .about-title::before {
    bottom: -6px;
    left: 50%;
  }
}

@media (min-width: 1000px) {
  .about-text-container-01 {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 6%;
    justify-content: flex-end;
    margin-bottom: 5px;
  }
}

@media (min-width: 600px) {
  .about-text-container-02 {
    gap: 189px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1000px) {
  .about-text-container-02 {
    display: flex;
    gap: 16%;
    margin-bottom: 7px;
  }
}

@media (min-width: 1000px) {
  .about-text-container-03 {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 7%;
    justify-content: flex-end;
  }
}

.about-text-bg01 {
  background-image: url("../image/sp/01.png");
  background-position: calc(100% - 16px) 45px;
  background-size: 18vw;
}
@media (min-width: 600px) {
  .about-text-bg01 {
    background-position: calc(100% - 25px) 0;
  }
}
@media (min-width: 1000px) {
  .about-text-bg01 {
    background-image: url("../image/pc/01 (pc).png");
    background-position: right 38px top 63px;
    background-size: 18vw;
  }
}

.about-text-bg02 {
  background-image: url("../image/sp/02.png");
  background-position: calc(100% - 16px) 79px;
}
@media (min-width: 600px) {
  .about-text-bg02 {
    background-position: left 94% top 30px;
  }
}
@media (min-width: 1000px) {
  .about-text-bg02 {
    background-image: url("../image/pc/02 (pc).png");
    background-position: left 32% top 25%;
    background-size: 21vw;
  }
}

.about-text-bg03 {
  background-image: url("../image/sp/03.png");
  background-position: calc(100% - 16px) 68px;
}
@media (min-width: 600px) {
  .about-text-bg03 {
    background-position: calc(100% - 25px) 10px;
  }
}
@media (min-width: 1000px) {
  .about-text-bg03 {
    background-image: url("../image/pc/03 (pc).png");
    background-position: right 1px top 31px;
    background-size: 21vw;
  }
}

@media (min-width: 1000px) {
  .about-text-wrapper01 {
    width: 177.6198934281vw;
  }
}

@media (min-width: 1000px) {
  .about-text-wrapper02 {
    width: 176.9911504425vw;
  }
}

@media (min-width: 1000px) {
  .about-text-wrapper03 {
    width: 173.0103806228vw;
  }
}

.about-heading {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-bottom: 16px;
  padding-left: 9px;
}
@media (min-width: 1000px) {
  .about-heading {
    font-size: 1.875rem;
    letter-spacing: 1.5px;
    padding-left: 0;
  }
}
.about-heading span {
  color: #159741;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (min-width: 1000px) {
  .about-heading span {
    font-size: 1.875rem;
    letter-spacing: 1.5px;
  }
}

.about-heading-01 {
  padding-bottom: 20px;
}
@media (min-width: 1000px) {
  .about-heading-01 {
    margin-bottom: 7px;
    margin-top: 21px;
  }
}

.about-heading-02 {
  padding-bottom: 17px;
}
@media (min-width: 1000px) {
  .about-heading-02 {
    margin-bottom: 7px;
    margin-top: 40px;
  }
}

.about-heading-03 {
  padding-bottom: 17px;
}
@media (min-width: 1000px) {
  .about-heading-03 {
    margin-bottom: 7px;
    margin-top: -9px;
  }
}

.about-text {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 150%;
  padding-bottom: 32px;
  padding-left: 9px;
  text-align: justify;
}
@media (min-width: 1000px) {
  .about-text {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    padding-left: 0;
  }
}

.about__text01 {
  padding-bottom: 30px;
  padding-right: 22px;
}
@media (min-width: 1000px) {
  .about__text01 {
    /* margin-right: 140px; */
    width: 28vw;
  }
}

.about__text02 {
  padding-bottom: 30px;
  padding-right: 24px;
}
@media (min-width: 1000px) {
  .about__text02 {
    margin-right: 34px;
    padding-right: 22px;
  }
}

.about__text03 {
  margin-bottom: 15px;
  padding-right: 22px;
}
@media (min-width: 1000px) {
  .about__text03 {
    margin-right: 150px;
    padding-right: 8px;
    /* margin-right: 140px; */
    width: 28vw;
  }
}

.about-image-wrapper-01 {
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 1000px) {
  .about-image-wrapper-01 {
    margin-top: 30px;
    padding-right: 0;
  }
}

.about-image-wrapper-02 {
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 1000px) {
  .about-image-wrapper-02 {
    padding-right: 0;
  }
}

.about-image-wrapper-03 {
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 1000px) {
  .about-image-wrapper-03 {
    padding-right: 0;
  }
}

.about-image img {
  max-width: 100%;
  padding-bottom: 52px;
}
@media (min-width: 599px) {
  .about-image img {
    max-width: 699px;
  }
}
@media (min-width: 1000px) {
  .about-image img {
    padding-bottom: 53px;
    width: 450px;
  }
}

.about-image-01 img {
  max-width: 100%;
  padding-bottom: 51px;
}
@media (min-width: 599px) {
  .about-image-01 img {
    max-width: 699px;
  }
}
@media (min-width: 1000px) {
  .about-image-01 img {
    padding-bottom: 53px;
    width: 31vw;
  }
}

.about-image-02 img {
  max-width: 100%;
  padding-bottom: 52px;
}
@media (min-width: 599px) {
  .about-image-02 img {
    max-width: 699px;
  }
}
@media (min-width: 1000px) {
  .about-image-02 img {
    padding-bottom: 53px;
    width: 31vw;
  }
}

.about-image-03 img {
  max-width: 100%;
  padding-bottom: 59px;
}
@media (min-width: 599px) {
  .about-image-03 img {
    max-width: 699px;
  }
}
@media (min-width: 1000px) {
  .about-image-03 img {
    padding-bottom: 53px;
    padding-right: 0;
    width: 31vw;
  }
}

.menu {
  background: #2f2f2f;
  position: relative;
  text-align: center;
}
.menu::before {
  border: 1px solid #fff;
  content: "";
  inset: 23px 16px 24px;
  pointer-events: none;
  position: absolute;
}
@media (min-width: 1000px) {
  .menu::before {
    inset: 72px;
  }
}

.menu__inner {
  padding: 56px 0 85px;
}
@media (min-width: 1000px) {
  .menu__inner {
    padding: 152px 72px 87px;
  }
}

.menu-title__jp {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  padding-bottom: 7px;
}
@media (min-width: 600px) {
  .menu-title__jp {
    font-size: 1rem;
  }
}
@media (min-width: 1000px) {
  .menu-title__jp {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
    padding-left: 5px;
  }
}

.menu-title__en {
  color: #fff;
  font-family: "reross-quadratic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  position: relative;
}
@media (min-width: 600px) {
  .menu-title__en {
    font-size: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .menu-title__en {
    font-size: 3rem;
    letter-spacing: 2.4px;
    padding-bottom: 7px;
    padding-left: 7px;
  }
}
.menu-title__en::after {
  background-color: #fff;
  bottom: -12px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}

.menu-text-pfc {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-bottom: 19px;
  margin-top: 60px;
}
@media (min-width: 600px) {
  .menu-text-pfc {
    margin-bottom: 70.5px;
    margin-top: 51.5px;
  }
}
@media (min-width: 1000px) {
  .menu-text-pfc {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    margin-bottom: 122px;
    margin-top: 43px;
  }
}

.menu-card__title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  padding-bottom: 16px;
}
@media (min-width: 600px) {
  .menu-card__title {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1000px) {
  .menu-card__title {
    font-size: 1.875rem;
    letter-spacing: 3px;
  }
}

.menu-card__price {
  padding-bottom: 16px;
}

.menu-card__price-en {
  color: #333;
  font-family: "reross-quadratic", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1.8px;
}
@media (min-width: 600px) {
  .menu-card__price-en {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1000px) {
  .menu-card__price-en {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
    padding-right: 8px;
  }
}

.menu-card__price-price {
  color: #333;
  font-family: "reross-quadratic", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (min-width: 600px) {
  .menu-card__price-price {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1000px) {
  .menu-card__price-price {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
}

.menu-card__price-tax {
  color: #333;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media (min-width: 600px) {
  .menu-card__price-tax {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1000px) {
  .menu-card__price-tax {
    font-size: 1.125rem;
    letter-spacing: 1.8px;
  }
}

.menu-card1__wrapper {
  display: grid;
  justify-items: center;
}
@media (min-width: 1000px) {
  .menu-card1__wrapper {
    display: flex;
    justify-content: center;
    margin-right: 10%;
  }
}

.menu-image__1 {
  padding-left: 24px;
  padding-right: 36px;
  position: relative;
  top: 30px;
  z-index: 2;
}
@media (min-width: 1000px) {
  .menu-image__1 {
    bottom: 68px;
    left: 136px;
    padding-right: 0;
    top: auto;
  }
}
.menu-image__1 img {
  height: 311px;
  width: 315px;
}
@media (min-width: 600px) {
  .menu-image__1 img {
    height: 445px;
    width: 451px;
  }
}

.card1-text__wrapper {
  background: #f2f2f2;
  height: 323px;
  margin-bottom: 32px;
  margin-left: 38px;
  margin-right: 37px;
  position: relative;
  top: -16px;
  width: 300px;
}
.card1-text__wrapper::before {
  border: 1px solid #333;
  content: "";
  inset: 11px 10px 9px;
  position: absolute;
}
@media (min-width: 600px) {
  .card1-text__wrapper {
    width: 446px;
  }
}
@media (min-width: 1000px) {
  .card1-text__wrapper {
    height: 367px;
    margin-bottom: 85px;
    margin-left: 46px;
    top: -17px;
    width: 592px;
  }
  .card1-text__wrapper::before {
    border: 1px solid #333;
    content: "";
    inset: 13px;
    position: absolute;
  }
}

.menu-card1__Recommendation {
  background: #159741;
  border: 2px solid #159741;
  height: 97px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 211px;
}
@media (min-width: 1000px) {
  .menu-card1__Recommendation {
    height: 78px;
    left: 50%;
    margin-left: 125px;
    margin-right: 170px;
    padding-bottom: 35px;
    transform: translate(-100%, 0%);
    width: 251px;
  }
}

.menu-card1__Recommendation-en {
  color: #fff;
  font-family: "Satisfy", serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.36px;
  margin-top: 37px;
}
@media (min-width: 1000px) {
  .menu-card1__Recommendation-en {
    font-size: 0.875rem;
    letter-spacing: 0.42px;
    margin-left: 2px;
    margin-top: 7px;
  }
}

.menu-card1__Recommendation-jp {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.54px;
}
@media (min-width: 600px) {
  .menu-card1__Recommendation-jp {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1000px) {
  .menu-card1__Recommendation-jp {
    font-size: 1.5rem;
    letter-spacing: 0.72px;
    margin-left: 5px;
  }
}

.menu-card1__title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 150%;
  padding-bottom: 9px;
  padding-top: 124px;
}
@media (min-width: 1000px) {
  .menu-card1__title {
    font-size: 1.875rem;
    letter-spacing: 3px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-top: 116px;
    text-align: center;
  }
}

.menu-card1__price {
  padding-bottom: 19px;
}
@media (min-width: 1000px) {
  .menu-card1__price {
    padding-bottom: 28px;
    padding-right: 10px;
    padding-top: 2px;
  }
}

.menu-card1__price-en {
  color: #333;
  font-family: "reross-quadratic", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1.8px;
}
@media (min-width: 600px) {
  .menu-card1__price-en {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1000px) {
  .menu-card1__price-en {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
    padding-right: 5px;
  }
}

.menu-card1__price-price {
  color: #333;
  font-family: "reross-quadratic", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (min-width: 600px) {
  .menu-card1__price-price {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1000px) {
  .menu-card1__price-price {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
}

.menu-card1__price-tax {
  color: #333;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media (min-width: 600px) {
  .menu-card1__price-tax {
    font-size: 15px;
  }
}
@media (min-width: 1000px) {
  .menu-card1__price-tax {
    font-size: 1.125rem;
    letter-spacing: 1.8px;
    padding-left: 4px;
  }
}

.menu-card1__text {
  color: #333;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.42px;
  margin-left: 22px;
  margin-right: 21px;
  padding-top: 1px;
}
@media (min-width: 600px) {
  .menu-card1__text {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1000px) {
  .menu-card1__text {
    font-size: 1.5rem;
    letter-spacing: 0.72px;
    margin-left: 76px;
    margin-right: 75px;
  }
}

.menu-card__wrap {
  margin-bottom: -10px;
}
@media (min-width: 1000px) {
  .menu-card__wrap {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-bottom: -16px;
  }
}

.menu-card2__wrapper {
  display: grid;
  justify-items: center;
}

.menu-image__2 {
  padding-right: 8px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .menu-image__2 {
    bottom: 17px;
    left: -6px;
  }
}
.menu-image__2 img {
  height: 317px;
  width: 305px;
}
@media (min-width: 600px) {
  .menu-image__2 img {
    height: 434px;
    width: 417px;
  }
}

.card2-text__wrapper {
  background: #f2f2f2;
  bottom: 60px;
  height: 222px;
  margin: 0 auto;
  margin-bottom: -13px;
  margin-left: 38px;
  margin-right: 37px;
  position: relative;
  text-align: center;
  width: 300px;
}
.card2-text__wrapper::before {
  border: 1px solid #333;
  content: "";
  inset: 9px 10px 10px;
  position: absolute;
}
@media (min-width: 600px) {
  .card2-text__wrapper {
    margin: 0 auto;
    text-align: center;
    width: 412px;
  }
}
@media (min-width: 1000px) {
  .card2-text__wrapper {
    bottom: 99px;
    height: 280px;
    /* margin-right: 8px; */
    right: 2%;
    width: 36vw;
  }
  .card2-text__wrapper::before {
    border: 1px solid #333;
    content: "";
    inset: 15px 12px 11px 14px;
    position: absolute;
  }
}

.card2__title {
  padding-bottom: 11px;
  padding-left: 4px;
  padding-top: 58px;
}
@media (min-width: 1000px) {
  .card2__title {
    padding-right: 0;
    padding-top: 74px;
  }
}

.card2__price {
  padding-bottom: 19px;
  padding-right: 5px;
}
@media (min-width: 1000px) {
  .card2__price {
    padding-bottom: 29px;
    padding-left: 0;
    padding-right: 13px;
  }
}

.menu-card2__text {
  color: #333;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.42px;
  margin: 0 21px;
  padding-top: 1px;
}
@media (min-width: 600px) {
  .menu-card2__text {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1000px) {
  .menu-card2__text {
    font-size: 1.5rem;
    letter-spacing: 0.72px;
    margin-left: 43px;
    margin-right: 40px;
    padding-top: 1px;
  }
}

.menu-image__3 {
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .menu-image__3 {
    bottom: 16px;
    left: -21px;
  }
}
.menu-image__3 img {
  height: 312px;
  width: 308px;
}
@media (min-width: 600px) {
  .menu-image__3 img {
    height: 432px;
    width: 427px;
  }
}

.card3-text__wrapper {
  background: #f2f2f2;
  bottom: 60px;
  height: 222px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 300px;
}
.card3-text__wrapper::before {
  border: 1px solid #333;
  content: "";
  inset: 9px 10px 10px;
  position: absolute;
}
@media (min-width: 600px) {
  .card3-text__wrapper {
    margin: 0 auto;
    text-align: center;
    width: 412px;
  }
}
@media (min-width: 1000px) {
  .card3-text__wrapper {
    bottom: 98px;
    height: 280px;
    margin-left: -10px;
    width: 36vw;
  }
  .card3-text__wrapper::before {
    border: 1px solid #333;
    content: "";
    inset: 14px 13px 12px 12px;
    position: absolute;
  }
}

.card3__title {
  padding-bottom: 12px;
  padding-top: 56px;
}
@media (min-width: 1000px) {
  .card3__title {
    padding-left: 5px;
    padding-top: 77px;
  }
}

.card3__price {
  padding-bottom: 19px;
  padding-right: 5px;
}
@media (min-width: 1000px) {
  .card3__price {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 15px;
  }
}

.menu-card3__text {
  color: #333;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.42px;
  margin: 0 21px;
  padding-top: 1px;
}
@media (min-width: 600px) {
  .menu-card3__text {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1000px) {
  .menu-card3__text {
    font-size: 1.5rem;
    letter-spacing: 0.72px;
    margin-left: 42px;
    margin-right: 41px;
    padding-top: 1px;
  }
}

.instagram-card {
  background: #f2f2f2;
  margin-bottom: -31px;
  margin-left: 41px;
  margin-right: 34px;
  position: relative;
}
.instagram-card::before {
  border: 1px solid #333;
  content: "";
  inset: 10px 10px 12px;
  pointer-events: none;
  position: absolute;
}
@media (min-width: 1000px) {
  .instagram-card {
    height: 544px;
    margin: 0 auto;
    margin-bottom: 82px;
    width: 84%;
    max-width: 1080px;
  }
  .instagram-card::before {
    inset: 12px 13px 13px 14px;
  }
}

.instagram-card__title {
  background: #159741;
  margin-bottom: 22px;
  margin-left: 57px;
  margin-right: 58px;
  position: relative;
}
@media (min-width: 1000px) {
  .instagram-card__title {
    display: inline-block;
    height: 73px;
    margin-bottom: 0;
    margin-left: 45px;
    margin-right: 58px;
    width: 360px;
  }
}

.instagram-card__title-en {
  color: #fff;
  font-family: "reross-quadratic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  padding: 7px 34px 11px;
}
@media (min-width: 1000px) {
  .instagram-card__title-en {
    font-size: 1.875rem;
    letter-spacing: 1.5px;
    padding-bottom: 19px;
    padding-top: 14px;
  }
}

.instagram-card__text {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 0 32px 22px;
  position: relative;
  text-align: justify;
}
.instagram-card__text::after {
  content: "！";
}
@media (min-width: 1000px) {
  .instagram-card__text {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
    padding: 27px 42px 34px 46px;
    text-align: center;
  }
  .instagram-card__text::before, .instagram-card__text::after {
    background-color: #333;
    content: "";
    height: 1px;
    position: absolute;
    transform: rotate(54deg);
    width: 35px;
  }
  .instagram-card__text::before {
    left: -2px;
    margin-left: 22%;
    margin-top: 41px;
    top: -1px;
  }
  .instagram-card__text::after {
    margin-right: 21%;
    margin-top: 39px;
    right: 12px;
    top: 1px;
    transform: rotate(-54deg);
  }
}

.instagram-card__image-container {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-content: center;
  padding: 0 20px 2px;
}
@media (min-width: 600px) {
  .instagram-card__image-container {
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    padding-left: 47px;
    padding-right: 62px;
  }
}
@media (min-width: 1000px) {
  .instagram-card__image-container {
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    padding-left: 47px;
    padding-right: 62px;
  }
}
.instagram-card__image-container img {
  height: auto;
  max-height: 125px;
  max-width: 125px;
  width: 100%;
}
@media (min-width: 600px) {
  .instagram-card__image-container img {
    max-height: 231px;
    max-width: 231px;
  }
}
@media (min-width: 1000px) {
  .instagram-card__image-container img {
    max-height: 231px;
    max-width: 231px;
  }
}

.instagram-card__ID {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 25px;
  padding-right: 13px;
  padding-top: 5px;
}
@media (min-width: 1000px) {
  .instagram-card__ID {
    font-size: 1.125rem;
    padding-bottom: 26px;
    padding-top: 7px;
  }
}

.instagram-card__btn-text {
  align-items: center;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.48px;
  margin: 0 20px 34px;
  padding-bottom: 17px;
  padding-left: 40px;
  padding-top: 14px;
  position: relative;
  text-align: center;
}
.instagram-card__btn-text:hover {
  background-color: #000;
  color: #fff;
}
.instagram-card__btn-text:hover img {
  content: url("/image/external-link (wihte).png");
}
@media (min-width: 1000px) {
  .instagram-card__btn-text {
    font-size: 1rem;
    margin-right: 18px;
    padding: 13px 77px 17px 58px;
  }
}

.external-icon {
  height: 19px;
  margin-bottom: -3px;
  margin-left: 16px;
  margin-right: 17px;
  width: 19px;
}
@media (min-width: 1000px) {
  .external-icon {
    height: 20px;
    left: 134px;
    margin-bottom: -2px;
    margin-left: 113px;
    position: absolute;
    top: 17px;
    width: 20px;
  }
}

.shop {
  background: #f2f2f2;
}

.shop__inner {
  padding-top: 65px;
}
@media (min-width: 1000px) {
  .shop__inner {
    padding-top: 122px;
  }
}

.shop-title__jp {
  color: #159741;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-align: center;
}
@media (min-width: 1000px) {
  .shop-title__jp {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
    padding-right: 5px;
  }
}

.shop-title__en {
  font-family: "reross-quadratic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding-bottom: 68px;
  padding-top: 8px;
  position: relative;
  text-align: center;
}
@media (min-width: 600px) {
  .shop-title__en {
    font-size: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .shop-title__en {
    font-size: 3rem;
    letter-spacing: 2.4px;
    padding-right: 5px;
    padding-top: 8px;
  }
}
.shop-title__en::before {
  background-color: #159741;
  bottom: 56px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
@media (min-width: 1000px) {
  .shop-title__en::before {
    bottom: 52px;
  }
}

.shop__access-map {
  margin-bottom: 53px;
  position: relative;
}
@media (min-width: 1000px) {
  .shop__access-map {
    margin-bottom: 0;
    padding-left: 3px;
    padding-top: 29px;
    width: 100%;
  }
}

.map-image {
  width: 100%;
}

@media (min-width: 1000px) {
  .shop-detail {
    display: flex;
    gap: 125px;
  }
}

@media (min-width: 1000px) {
  .shop-text-container {
    margin-left: 154px;
    margin-top: 149px;
  }
}

@media (min-width: 1000px) {
  .shop__name-wrapper {
    display: flex;
  }
}

.shop-name {
  font-family: "reross-quadratic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 100%;
  text-align: center;
}
@media (min-width: 1000px) {
  .shop-name {
    margin: 0;
    padding-left: 30px;
  }
}
.shop-name span {
  font-family: "reross-quadratic", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  padding-right: 4px;
  text-align: center;
}
@media (min-width: 1000px) {
  .shop-name span {
    color: #333;
    font-family: Reross;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }
}

.shop-ruby {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.48px;
  padding-bottom: 24px;
  text-align: center;
}
@media (min-width: 1000px) {
  .shop-ruby {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    margin-left: -1px;
    margin-top: 6px;
    padding-bottom: 25px;
  }
}

.shop-text-wrapper {
  align-items: center;
  display: grid;
  justify-content: center;
  margin: 0 auto;
}

.shop-adress {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 170%;
  padding-bottom: 2px;
  padding-left: 28px;
  padding-top: 2px;
}
@media (min-width: 1000px) {
  .shop-adress {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    line-height: 200%;
    padding-bottom: 1px;
    padding-left: 26px;
  }
}

.shop-information {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 170%;
  padding-bottom: 40px;
  padding-left: 28px;
  padding-top: 4px;
}
@media (min-width: 1000px) {
  .shop-information {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    line-height: 200%;
  }
}

.shop-table {
  font-size: 1rem;
  letter-spacing: 0.48px;
  line-height: 170%;
  padding: 0 26px 34px;
}
@media (min-width: 1000px) {
  .shop-table {
    border-collapse: collapse;
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    line-height: 150%;
    margin-left: 15px;
    margin-top: 10px;
    max-width: 100%;
  }
}

.shop-row {
  padding: 10px 0;
}

.shop-header {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
@media (min-width: 1000px) {
  .shop-header {
    padding-left: 11px;
    padding-top: 10px;
    width: 20%;
  }
}

@media (min-width: 1000px) {
  .shop-date {
    padding: 10px 0 0 6px;
  }
}

@media (min-width: 1000px) {
  .shop-date__access {
    line-height: 162%;
    padding-top: 7px;
  }
}

.shop-image__exterior {
  margin-bottom: 95px;
  padding: 0 16px;
  text-align: center;
}
@media (min-width: 1000px) {
  .shop-image__exterior {
    margin: 0 0 0 auto;
    margin-bottom: 76px;
    margin-top: 80px;
    padding-right: 0;
    text-align: right;
  }
}

.image-exterior {
  height: 298px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  width: 343px;
}
@media (min-width: 600px) {
  .image-exterior {
    height: 399px;
    width: 521.5px;
  }
}
@media (min-width: 1000px) {
  .image-exterior {
    height: 500px;
    max-width: 100%;
    width: 700px;
  }
}

.post-card__container {
  padding-bottom: 64px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1000px) {
  .post-card__container {
    padding: 0 147px 120px;
  }
}

.post-card__wrapper {
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(161, 159, 159, 0.6);
  padding: 16px 10px 11px;
}
@media (min-width: 1000px) {
  .post-card__wrapper {
    padding: 30px 32px 0 34px;
  }
}

.post-card__images {
  align-items: center;
  position: relative;
  text-align: center;
}
@media (min-width: 1000px) {
  .post-card__images {
    display: flex;
  }
}

.post-card__stamp {
  left: -26px;
  position: absolute;
  top: -56px;
  z-index: 2;
}
@media (min-width: 1000px) {
  .post-card__stamp {
    left: -131px;
    top: -105px;
  }
}
.post-card__stamp img {
  height: 93px;
  width: 112px;
}
@media (min-width: 1000px) {
  .post-card__stamp img {
    height: 240px;
    width: 288px;
  }
}

.post-card__terrace {
  display: inline-block;
  position: relative;
}
.post-card__terrace::before {
  border: 1px solid #fff;
  content: "";
  inset: 14px 14px 13px;
  pointer-events: none;
  position: absolute;
}
.post-card__terrace img {
  height: 282px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 323px;
}
@media (min-width: 1000px) {
  .post-card__terrace img {
    height: 430.748px;
    width: 629.568px;
  }
}
@media (min-width: 1000px) {
  .post-card__terrace {
    height: 430.748px;
    width: 629.568px;
  }
  .post-card__terrace::before {
    inset: 18px 28px 21px;
  }
}

.post-card__takeout {
  display: inline-block;
  margin-top: -5px;
  position: relative;
}
.post-card__takeout::before {
  border: 1px solid #fff;
  content: "";
  inset: 10px 14px 14px;
  position: absolute;
}
.post-card__takeout img {
  height: 209px;
  width: 323px;
}
@media (min-width: 600px) {
  .post-card__takeout img {
    height: 282px;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 323px;
  }
}
@media (min-width: 1000px) {
  .post-card__takeout img {
    height: 430.748px;
    width: 449.691px;
  }
}
@media (min-width: 600px) {
  .post-card__takeout {
    display: inline-block;
    margin-left: -4px;
    margin-top: -5px;
    position: relative;
  }
}
@media (min-width: 1000px) {
  .post-card__takeout {
    margin-top: 5px;
  }
  .post-card__takeout::before {
    border: 1px solid #fff;
    content: "";
    inset: 18px 20px 26px 19px;
    pointer-events: none;
    position: absolute;
  }
}

.card-text__wrapper {
  padding-left: 14px;
  padding-top: 15px;
}
@media (min-width: 1000px) {
  .card-text__wrapper {
    gap: 135px;
    padding-left: 9px;
    padding-top: 0;
  }
}

.card-text__title {
  color: #333;
  font-family: "Satisfy", serif;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 1.5px;
}
@media (min-width: 600px) {
  .card-text__title {
    font-size: 2.4375rem;
  }
}
@media (min-width: 1000px) {
  .card-text__title {
    float: left;
    font-size: 3rem;
    letter-spacing: 2.4px;
    margin-bottom: 50px;
    margin-right: 50px;
    padding-top: 22px;
  }
}

.card-text {
  color: #4f4f4f;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 400;
  line-height: 250%;
  text-decoration-color: #4f4f4f;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}
@media (min-width: 1000px) {
  .card-text {
    margin-bottom: -65px;
    margin-right: 14em;
    padding-top: 39px;
    text-align: left;
  }
}

.green-text__image {
  bottom: 19px;
  margin-left: 21px;
  margin-right: 4px;
  position: relative;
}
@media (min-width: 600px) {
  .green-text__image {
    bottom: 36px;
    margin-left: 21px;
    margin-right: 4px;
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .green-text__image {
    bottom: 3px;
  }
}
.green-text__image img {
  height: 98.763px;
  width: 100%;
}
@media (min-width: 600px) {
  .green-text__image img {
    width: 45%;
  }
}
@media (min-width: 1000px) {
  .green-text__image img {
    height: 100.139px;
    width: 313.369px;
  }
}

.contact {
  background-image: url("../image/pc/vegetable-background.png");
  background-position: center center;
}
@media (min-width: 1000px) {
  .contact {
    background-size: 100% 100%;
  }
}

.contact__inner {
  padding: 62px 16px 64px;
}
@media (min-width: 1000px) {
  .contact__inner {
    padding: 130px 0;
  }
}

.contact__wrapper {
  background: #f2f2f2;
}
@media (min-width: 1000px) {
  .contact__wrapper {
    height: 1032px;
    margin: 0 auto;
    width: 800px;
  }
}

.contact-title__jp {
  color: #159741;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  padding-top: 65px;
  text-align: center;
}
@media (min-width: 1000px) {
  .contact-title__jp {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
  }
}

.contact-title__en {
  font-family: "reross-quadratic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding-bottom: 60px;
  padding-top: 7px;
  position: relative;
  text-align: center;
}
@media (min-width: 600px) {
  .contact-title__en {
    font-size: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .contact-title__en {
    font-size: 3rem;
    letter-spacing: 2.4px;
    padding-bottom: 42px;
    padding-top: 8px;
  }
}
.contact-title__en::after {
  background-color: #159741;
  bottom: 47px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
@media (min-width: 1000px) {
  .contact-title__en::after {
    bottom: 30px;
  }
}

.contact-text {
  color: #333;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.48px;
  padding-bottom: 11px;
  padding-left: 16px;
}
@media (min-width: 1000px) {
  .contact-text {
    padding-bottom: 28px;
    padding-left: 0;
  }
}

.form-btn {
  display: grid;
  justify-items: center;
}

.contact-form {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 20px 33px 17px;
}
@media (min-width: 1000px) {
  .contact-form {
    max-width: 562px;
    padding: 20px 22px 31px 20px;
  }
}
.contact-form .form-group {
  margin-bottom: 31px;
}
.contact-form .form-group .form-label {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .contact-form .form-group .form-label {
    font-size: 1.125rem;
    margin-left: 1px;
  }
}
.contact-form .form-group .form-label .required {
  background: #159741;
  border-radius: 6px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 6px;
  padding: 1px 7px 3px 8px;
}
.contact-form .form-group .form-input,
.contact-form .form-group .form-textarea {
  background: #fff;
  border: 1px solid #2f2f2f;
  font-size: 1rem;
  margin-top: 6px;
  padding: 15px 15px 21px;
  width: 102%;
}
@media (min-width: 1000px) {
  .contact-form .form-group .form-input,
  .contact-form .form-group .form-textarea {
    padding: 11px 11px 18px 23px;
    width: 100%;
  }
}
.contact-form .form-group .form-input:hover,
.contact-form .form-group .form-textarea:hover {
  border: 1px solid #159741;
  box-shadow: 0 0 4px 0 #159741;
}
.contact-form .form-group .form-input:focus,
.contact-form .form-group .form-textarea:focus {
  border: 1px solid #159741;
  box-shadow: 0 0 4px 0 #159741;
}
.contact-form .form-group .form-input::-moz-placeholder, .contact-form .form-group .form-textarea::-moz-placeholder {
  color: #bdbdbd;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 0;
}
.contact-form .form-group .form-input::placeholder,
.contact-form .form-group .form-textarea::placeholder {
  color: #bdbdbd;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 0;
}
.contact-form .form-group .form-input:focus::-moz-placeholder, .contact-form .form-group .form-textarea:focus::-moz-placeholder {
  opacity: 0;
}
.contact-form .form-group .form-input:focus::placeholder,
.contact-form .form-group .form-textarea:focus::placeholder {
  opacity: 0;
}
.contact-form .form-group .form-textarea {
  height: 160px;
}
.contact-form .form-group .form-checkbox {
  margin-right: 10px;
}

.form-textarea {
  background: #fff;
  border: 1px solid #2f2f2f;
  font-size: 1rem;
  height: 150px;
  max-width: 102%;
  padding: 10px;
}
.form-textarea::-moz-placeholder {
  color: #bdbdbd;
  font-size: 1rem;
  font-weight: 400;
}
.form-textarea::placeholder {
  color: #bdbdbd;
  font-size: 1rem;
  font-weight: 400;
}

.form-checkbox {
  display: flex;
  justify-content: center;
}
@media (min-width: 1000px) {
  .form-checkbox {
    margin-left: 33px;
    margin-top: -13px;
    text-align: center;
  }
}

.checkbox-label {
  align-items: center;
  cursor: default;
  display: inline-flex;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #2f2f2f;
  cursor: pointer;
  height: 30px;
  margin-right: 12px;
  margin-top: -8px;
  position: relative;
  transition: 0.2s, border-color 0.2s;
  width: 30px;
}
@media (min-width: 1000px) {
  input[type=checkbox] {
    margin-right: 20px;
    margin-top: 8px;
  }
}
input[type=checkbox]:hover {
  border: 1px solid #159741;
  box-shadow: 0 0 4px 0 #159741;
}
input[type=checkbox]:checked::after {
  border-bottom: 2px solid #159741;
  border-right: 2px solid #159741;
  content: "";
  height: 20px;
  left: 14px;
  position: absolute;
  top: 11px;
  transform: translate(-50%, -50%) rotate(48deg);
  width: 10px;
}

.privacy-text-accent {
  color: #159741;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 150%;
  pointer-events: auto;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.privacy-text-accent:hover {
  opacity: 0.7;
}
@media (min-width: 1000px) {
  .privacy-text-accent {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
  }
}

.form-button {
  background: #159741;
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  height: 56px;
  letter-spacing: 0.9px;
  line-height: 150%;
  margin-left: 5px;
  margin-top: 35px;
  padding-bottom: 14px;
  padding-top: 16px;
  text-align: center;
  width: 300px;
}
@media (min-width: 1000px) {
  .form-button {
    height: 56px;
    margin-left: 0;
    margin-top: 40px;
    width: 239px;
  }
}
.form-button:hover {
  opacity: 0.7;
}
.form-button:disabled {
  background: #bdbdbd;
  cursor: not-allowed;
  opacity: 0.7;
}

.footer {
  background: #f2f2f2;
}

.footer__inner {
  padding: 48px 46px 10px;
}
@media (min-width: 1000px) {
  .footer__inner {
    padding-bottom: 9px;
    padding-top: 56px;
  }
}

.sns-icons {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding-bottom: 40px;
  padding-left: 26px;
  padding-right: 27px;
}
@media (min-width: 1000px) {
  .sns-icons {
    gap: 40px;
    justify-content: center;
    padding-bottom: 39px;
  }
}

.twitter-icon {
  background-image: url("../image/Twitter(footer).png");
  background-size: cover;
  display: inline-block;
  height: 50px;
  width: 50px;
}
.twitter-icon:hover {
  background-image: url("../image/Twitter(hover).png");
}
@media (min-width: 1000px) {
  .twitter-icon {
    height: 40px;
    width: 40px;
  }
}
.twitter-icon img {
  display: none;
}

.instagram-icon {
  background-image: url("../image/Instagram(footer).png");
  background-size: cover;
  display: inline-block;
  height: 50px;
  width: 50px;
}
.instagram-icon:hover {
  background-image: url("../image/Instagram(hover).png");
}
@media (min-width: 1000px) {
  .instagram-icon {
    height: 40px;
    width: 40px;
  }
}
.instagram-icon img {
  display: none;
}

.tiktok-icon {
  background-image: url("../image/TikTok(footer).png");
  background-size: cover;
  display: inline-block;
  height: 50px;
  width: 50px;
}
.tiktok-icon:hover {
  background-image: url("../image/TikTok(hover).png");
}
@media (min-width: 1000px) {
  .tiktok-icon {
    height: 40px;
    width: 40px;
  }
}
.tiktok-icon img {
  display: none;
}

.footer-nav {
  color: #333;
  cursor: pointer;
  display: flex;
  font-family: "reross-quadratic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  gap: 32px;
  justify-content: center;
  letter-spacing: 0.48px;
}
@media (min-width: 1000px) {
  .footer-nav {
    font-size: 1.125rem;
    gap: 40px;
    justify-content: center;
    letter-spacing: 0.54px;
    padding-right: 4px;
  }
}

.footer-logo {
  padding-top: 35px;
  text-align: center;
}
@media (min-width: 1000px) {
  .footer-logo {
    padding-top: 37px;
  }
}
.footer-text {
  color: #333;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.36px;
  padding-top: 23px;
  text-align: center;
}
@media (min-width: 1000px) {
  .footer-text {
    padding-left: 6px;
    padding-top: 15px;
  }
}

.page-top {
  display: flex;
  justify-content: flex-end;
  padding-right: 17px;
}
@media (min-width: 1000px) {
  .page-top {
    padding-right: 60px;
  }
}

.page-top__btn {
  cursor: pointer;
  height: 0;
  margin-top: -33px;
  width: 68px;
}
@media (min-width: 1000px) {
  .page-top__btn {
    margin-top: -60px;
    width: 120px;
  }
}
.page-top__btn img {
  height: auto;
  height: 70px;
  width: 100%;
  width: 70px;
}
@media (min-width: 1000px) {
  .page-top__btn img {
    height: 120px;
    width: 120px;
  }
}

/* モーダルのスタイル */
.modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal-content {
  background: white;
  border-radius: 5px;
  max-height: 80vh;
  max-width: 80%;
  overflow-y: scroll;
  padding: 20px;
  text-align: center;
  width: 80%;
}

.privacy-title__jp {
  color: #159741;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.7px;
  padding-top: 64px;
  text-align: center;
}
@media (min-width: 1000px) {
  .privacy-title__jp {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
    padding-top: 10px;
  }
}

.privacy-title__en {
  font-family: "reross-quadratic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding-bottom: 58px;
  padding-top: 10px;
  position: relative;
  text-align: center;
}
@media (min-width: 1000px) {
  .privacy-title__en {
    font-size: 3rem;
    letter-spacing: 2.4px;
    padding-bottom: 42px;
    padding-top: 8px;
  }
}
.privacy-title__en::after {
  background-color: #159741;
  bottom: 47px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
@media (min-width: 1000px) {
  .privacy-title__en::after {
    bottom: 30px;
  }
}

.privacy-text {
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  left: 3px;
  line-height: 150%; /* 24px */
  padding-bottom: 5px;
  pointer-events: none;
  position: relative;
  text-align: justify;
  top: -1px;
}
@media (min-width: 1000px) {
  .privacy-text {
    font-size: 1.125rem;
    left: -9px;
    letter-spacing: 0.9px;
    right: 0;
    top: 6px;
  }
}
.privacy-text h3 {
  font-size: 1.125rem;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}

.close {
  color: #333;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}

.parallax {
  background-attachment: fixed;
  background-image: url("../image/salad-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 0;
  max-height: 250px;
  max-width: 599px;
  width: 100%;
}
@media (min-width: 600px) {
  .parallax {
    background-size: cover;
    max-width: 999px;
  }
}
@media (min-width: 1000px) {
  .parallax {
    max-height: 450px;
    max-width: none;
    min-width: 1000px;
  }
}

.parallax2 {
  background-attachment: fixed;
  background-image: url("../image/cafe-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 0;
  max-height: 250px;
  max-width: 599px;
  width: 100%;
}
@media (min-width: 600px) {
  .parallax2 {
    background-size: cover;
    max-width: 999px;
  }
}
@media (min-width: 1000px) {
  .parallax2 {
    max-height: 450px;
    max-width: none;
    min-width: 1000px;
  }
}/*# sourceMappingURL=style.css.map */