@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

/* 未使用 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #2F2F2F;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.wrapper {
  overflow: hidden;
}

figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

figcaption {
  margin: 0;
  padding: 0;
}

.l-inner {
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .l-inner {
    padding-right: 70px;
    padding-left: 70px;
    max-width: 1580px;
  }
}

.c-button-link {
  text-align: center;
}

.c-button {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 37px;
  padding-right: 37px;
  background: #F2F2F2;
  border: 1px solid currentColor;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.c-button:hover {
  background-color: #333333;
  color: #FFF;
  border-color: #333333;
}

.c-button-contact {
  display: inline-block;
  font-size: 18px;
  background: #159741;
  color: #FFF;
  width: min(100%, 300px);
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 37px;
  padding-right: 37px;
  letter-spacing: 0.9px;
  font-weight: 500;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .c-button-contact {
    width: min(100%, 239px);
  }
}
.c-button-contact:hover {
  opacity: 0.7;
}
.c-button-contact:disabled {
  background: #BDBDBD;
}

.c-button-reverse {
  padding-left: 46px;
  padding-right: 46px;
  background: #2F2F2F;
  color: #159741;
  border: 1px solid currentColor;
  transition: all 0.3s;
}
.c-button-reverse:hover {
  background-color: #159741;
  color: #2F2F2F;
  border-color: #159741;
}

.c-button-icon {
  padding: 14px 58px 16px 37px;
  text-align: center;
  width: min(100%, 260px);
  position: relative;
}
@media (min-width: 992px) {
  .c-button-icon {
    width: 300px;
    padding: 17px 77px 16px 58px;
  }
}
.c-button-icon::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("/img/img-button__icon1.svg");
  background-position: center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}

.box {
  height: 300px;
  margin-inline: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 600px;
  overflow: hidden;
}

img {
  object-fit: contain;
  width: 100%;
}

.c-background {
  background: #FFF;
}

.c-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-heading-ttl-ja {
  color: #159741;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
@media (min-width: 992px) {
  .c-heading-ttl-ja {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.c-heading__ttl-en {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  letter-spacing: 1.6px;
  margin-top: 9px;
  padding: 0 0 15px 9px;
  position: relative;
}
@media (min-width: 992px) {
  .c-heading__ttl-en {
    font-size: 48px;
    letter-spacing: 2.4px;
    padding: 0 0 23px;
  }
}
.c-heading__ttl-en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #159741;
}

.c-heading-reverse {
  color: #F2F2F2;
}
.c-heading-reverse p {
  color: #F2F2F2;
}
.c-heading-reverse .c-heading__ttl-en::after {
  background: #F2F2F2;
}

.bg-center {
  margin-top: 80vw;
}

.parallax-img {
  height: 20vw;
  overflow: hidden;
  width: 100%;
  background-image: url("https://junpei-sugiyama.com/wp-content/uploads/2021/01/dog03.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.p-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 60;
  background: #2F2F2F;
}
@media (min-width: 992px) {
  .p-header {
    height: 90px;
  }
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
@media (min-width: 992px) {
  .p-header__inner {
    max-width: 1440px;
    padding-left: 30px;
  }
}

.p-header__logo {
  width: 54px;
}
@media (min-width: 992px) {
  .p-header__logo {
    width: 115px;
  }
}

.p-header__nav {
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) {
  .p-header__nav {
    gap: 40px;
  }
}

.p-header__link {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.42px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.p-header__link::after {
  position: absolute;
  bottom: 24px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #159741;
  opacity: 0;
  transition: 0.3s;
}
.p-header__link:hover::after {
  bottom: 24px;
  opacity: 1;
}
@media (min-width: 992px) {
  .p-header__link {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-mv {
  color: #FFF;
  margin-top: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .p-mv {
    margin-top: 94px;
  }
}

.p-mv__decoration {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.p-mv__top {
  background: url(/img/img-mv__background-sp.webp) no-repeat right top/82.1333vw auto;
  height: 243px;
}
@media (min-width: 768px) {
  .p-mv__top {
    height: 400px;
    background: url(/img/img-mv__background.webp) no-repeat right top/78vw auto;
  }
}
@media (min-width: 992px) {
  .p-mv__top {
    height: 650px;
    background: url(/img/img-mv__background.webp) no-repeat right top/75vw auto;
    clip-path: inset(0 100% 0 0); /* 右辺から100%切り取り→非表示の意味 */
    -webkit-clip-path: inset(0 100% 0 0);
  }
}

.p-mv__top__container {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .p-mv__top__container {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .p-mv__top__body {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-mv__top__main-ttl {
  font-family: "Rubik", sans-serif;
  font-size: 36px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-mv__top__main-ttl {
    clip-path: inset(0 100% 0 0); /* 右辺から100%切り取りで非表示 */
    font-size: 100px;
    line-height: 100px;
  }
}
.p-mv__top__main-ttl span {
  margin-top: -5px;
  margin-bottom: -5px;
}
.p-mv__top__main-ttl span:nth-child(2) {
  display: block;
}
.p-mv__top__main-ttl span:nth-child(3) {
  color: #159741;
}
@media (min-width: 992px) {
  .p-mv__top__main-ttl span {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.p-mv__top__sub-ttl {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.6px;
}
@media (min-width: 992px) {
  .p-mv__top__sub-ttl {
    margin-top: 41px;
  }
}
@media (min-width: 992px) {
  .p-mv__top__sub-ttl {
    font-size: 32px;
    letter-spacing: 1.6px;
    clip-path: inset(0 100% 0 0); /* 右辺から100%切り取りで非表示 */
  }
}
.p-mv__top__sub-ttl p {
  margin-left: 9px;
}
@media (min-width: 992px) {
  .p-mv__top__sub-ttl p {
    margin-left: 17px;
  }
}
.p-mv__top__sub-ttl p:nth-child(2) {
  margin-top: 11px;
  padding: 4px 8px 7px 0px;
  display: inline-block;
  background: #159741;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .p-mv__top__sub-ttl p:nth-child(2) {
    padding: 9px 19px 8px 0px;
    margin-top: 22px;
  }
}

.p-mv__bottom {
  margin-top: 48px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .p-mv__bottom {
    clip-path: inset(0 100% 0 0); /* 右辺から100%切り取りで非表示 */
    margin-top: 117px;
    padding-bottom: 112px;
  }
}

.p-mv__bottom__inner {
  text-align: center;
}

.p-mv__bottom__ttl {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 150%;
  font-weight: 700;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .p-mv__bottom__ttl {
    font-size: 30px;
    letter-spacing: 1.5px;
    padding-left: 4px;
  }
}

.p-mv__bottom__body {
  margin-top: 24px;
  width: 310px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .p-mv__bottom__body {
    width: 493px;
  }
}
@media (min-width: 992px) {
  .p-mv__bottom__body {
    width: 493px;
    font-size: 18px;
    letter-spacing: 0.54px;
    margin-top: 45px;
  }
}
.p-mv__bottom__body p:not(:first-child) {
  margin-top: 1.5em;
}

@media (min-width: 992px) {
  .l-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.p-opening {
  display: none;
}
@media (min-width: 992px) {
  .p-opening {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-opening__logo {
  display: none;
}
@media (min-width: 992px) {
  .p-opening__logo {
    color: #fff;
    font-size: 50px;
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    font-family: "Satisfy", cursive;
  }
}

.p-opening__mask {
  display: none;
}
@media (min-width: 992px) {
  .p-opening__mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top right;
    background-color: #010101;
    z-index: 1;
  }
}

.p-about {
  background: #F2F2F2;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .p-about {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}

.p-about__cards {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 992px) {
  .p-about__cards {
    margin-top: 80px;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    gap: 65px;
  }
}

.p-about__card:nth-child(1) .about-card__body::before {
  content: "01";
  width: 183px;
}
@media (min-width: 992px) {
  .p-about__card:nth-child(1) .about-card__body::before {
    right: 157px;
    top: -29px;
  }
}
.p-about__card:nth-child(2) .about-card__body {
  padding-left: 27px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .p-about__card:nth-child(2) .about-card__body {
    margin-top: -14px;
    padding-left: 0;
  }
}
.p-about__card:nth-child(2) .about-card__body::before {
  content: "02";
  top: 46px;
}
@media (min-width: 992px) {
  .p-about__card:nth-child(2) .about-card__body::before {
    top: -37px;
    left: 228px;
  }
}
.p-about__card:nth-child(2) .about-card__text {
  margin-right: 15px;
  letter-spacing: 1.48px;
}
@media (min-width: 992px) {
  .p-about__card:nth-child(2) .about-card__text {
    letter-spacing: 0.54px;
    padding-right: 157px;
    margin-right: 0;
  }
}
.p-about__card:nth-child(3) .about-card__body {
  margin-top: 0;
}
.p-about__card:nth-child(3) .about-card__body::before {
  content: "03";
  top: 38px;
}
@media (min-width: 992px) {
  .p-about__card:nth-child(3) .about-card__body::before {
    top: -32px;
    right: -59px;
  }
}
.p-about__card:nth-child(3) .about-card__image {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .p-about__card:nth-child(3) .about-card__image {
    margin-top: 0;
  }
}

.about-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  align-items: center;
}
@media (min-width: 992px) {
  .about-card {
    flex-direction: row-reverse;
    gap: 67px;
  }
}

@media (min-width: 992px) {
  .-reverse {
    flex-direction: row;
  }
}

.about-card__number {
  position: absolute;
}

.about-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 20;
  padding-left: 9px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .about-card__body {
    width: 55.5774925962%;
    padding-left: 0;
    margin-top: 15px;
    gap: 24px;
  }
}
.about-card__body::before {
  content: "01";
  position: absolute;
  color: #fff;
  opacity: 0.8;
  font-size: 180px;
  font-family: "Rubik", sans-serif;
  text-align: justify;
  z-index: -1;
  right: 0;
  top: 11px;
}
@media (min-width: 992px) {
  .about-card__body::before {
    font-size: 288px;
    letter-spacing: 17.28px;
  }
}

.about-card__ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .about-card__ttl {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
.about-card__ttl em {
  color: #159741;
  font-style: normal;
}

.about-card__text {
  text-align: justify;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
}
@media (min-width: 992px) {
  .about-card__text {
    padding-right: 155px;
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}

.about-card__image {
  z-index: 20;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .about-card__image {
    width: 44.4225074038%;
  }
}
.about-card__image img {
  width: 100%;
}

.p-menu__inner {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .p-menu__inner {
    padding-top: 72px;
    padding-bottom: 71px;
  }
}

.p-menu__container {
  padding-top: inherit;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 18px;
  border: 1px solid #FFF;
}
@media (min-width: 992px) {
  .p-menu__container {
    padding-top: 76px;
    padding-bottom: 95px;
  }
}

.p-menu__heading__wrap {
  margin-top: 7px;
}
@media (min-width: 992px) {
  .p-menu__heading__wrap {
    margin-top: 0;
  }
}

.p-menu__heading__text {
  margin-top: 47px;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.48px;
}
@media (min-width: 992px) {
  .p-menu__heading__text {
    margin-top: 32px;
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}

.p-menu__list {
  margin-top: 319px;
  display: flex;
  flex-direction: column;
  gap: 307px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .p-menu__list {
    flex-direction: row;
    gap: 0;
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 104px;
  }
}
@media (min-width: 1200px) {
  .p-menu__list {
    flex-direction: row;
    gap: 0;
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 104px;
  }
}

.p-menu__item {
  padding: 10px;
  background: #FFF;
  width: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-menu__item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .p-menu__item:nth-child(1) {
    max-width: 100%;
    width: 592px;
    margin-left: 419px;
    padding: 11px 13px;
  }
  .p-menu__item:nth-child(n+2) {
    margin-top: 447px;
    width: calc(50% - 16px);
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .p-menu__item:nth-child(2) {
    margin-right: 32px;
  }
}
.p-menu__item::before {
  content: "";
  position: absolute;
  top: -85%;
  left: 48%;
  transform: translateX(-50%);
  width: 315px;
  height: 311px;
  z-index: 1;
}
.p-menu__item:nth-child(1)::before {
  top: -84%;
  left: 47%;
  transform: translateX(-50%);
  background: url("/img/img-menu__basil-salad-sp.webp") no-repeat center center/cover;
}
@media (min-width: 992px) {
  .p-menu__item:nth-child(1)::before {
    width: 370px;
    height: 370px;
    top: 47%;
    transform: translateY(-50%);
    left: -331px;
    background: url("/img/img-menu__basil-salad-sp.webp") no-repeat center center/cover;
  }
}
@media (min-width: 1200px) {
  .p-menu__item:nth-child(1)::before {
    width: 451px;
    height: 445px;
    top: 47%;
    transform: translateY(-50%);
    left: -360px;
    background: url("/img/img-menu__basil-salad.webp") no-repeat center center/cover;
  }
}
.p-menu__item:nth-child(2)::before {
  background: url("/img/img-menu__avocad-salad-sp.webp") no-repeat center center/cover;
  top: -255px;
  width: 307px;
}
@media (min-width: 992px) {
  .p-menu__item:nth-child(2)::before {
    background: url("/img/img-menu__avocad-salad-sp.webp") no-repeat center center/cover;
    width: 345px;
    height: 368px;
    top: -306px;
    left: 49%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .p-menu__item:nth-child(2)::before {
    background: url("/img/img-menu__avocad-salad.webp") no-repeat center center/cover;
    width: 417px;
    height: 434px;
    top: -360px;
    left: 49%;
    transform: translateX(-50%);
  }
}
.p-menu__item:nth-child(3)::before {
  background: url("/img/img-menu__chicken-salad-sp.webp") no-repeat center center/cover;
  width: 308px;
  top: -114%;
  left: 49%;
}
@media (min-width: 992px) {
  .p-menu__item:nth-child(3)::before {
    width: 345px;
    height: 368px;
    top: -306px;
    background: url("/img/img-menu__chicken-salad.webp") no-repeat center center/cover;
    left: 46%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .p-menu__item:nth-child(3)::before {
    width: 427px;
    height: 432px;
    background: url("/img/img-menu__chicken-salad.webp") no-repeat center center/cover;
    left: 46%;
    transform: translateX(-50%);
    top: -360px;
  }
}

.p-menu__pickup {
  background: #159741;
  color: #FFF;
}

.p-menu__decoration {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-menu__pickup__inner {
  padding-top: 38px;
  padding-bottom: 16px;
  text-align: center;
  width: 211px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .p-menu__pickup__inner {
    padding-top: 9px;
    padding-bottom: 14px;
    width: 251px;
  }
}

.p-menu__pickup__ttl__en {
  font-family: "Satisfy", cursive;
  font-size: 12px;
  letter-spacing: 0.36px;
}
@media (min-width: 992px) {
  .p-menu__pickup__ttl__en {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

.p-menu__pickup__ttl__ja {
  font-weight: 500;
  letter-spacing: 2.5px;
}
@media (min-width: 992px) {
  .p-menu__pickup__ttl__ja {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}

.menu-item {
  border: 1px solid #333333;
}

.menu-item__image {
  position: absolute;
  top: -78%;
  left: 50%;
  transform: translateX(-50%);
  width: 315px;
  max-width: 100%;
}

.menu-item__wrap {
  padding-top: 108px;
  padding-bottom: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .menu-item__wrap {
    padding-top: 100px;
    gap: 0;
    padding-bottom: 29px;
  }
}

.p-menu__item:nth-child(n+2) .menu-item__wrap {
  padding-top: 46px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .p-menu__item:nth-child(n+2) .menu-item__wrap {
    padding-top: 63px;
    padding-bottom: 25px;
  }
}

.menu-item__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
}
@media (min-width: 992px) {
  .menu-item__ttl {
    font-size: 30px;
    letter-spacing: 3px;
  }
}

.menu-item__price {
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .menu-item__price {
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 12px;
    margin-left: 22px;
  }
}
.menu-item__price span:nth-child(1) {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  letter-spacing: 1.8px;
}
@media (min-width: 992px) {
  .menu-item__price span:nth-child(1) {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.menu-item__price span:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media (min-width: 992px) {
  .menu-item__price span:nth-child(2) {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.menu-item__text {
  font-size: 14px;
  letter-spacing: 0.42px;
}
@media (min-width: 992px) {
  .menu-item__text {
    font-size: 24px;
    letter-spacing: 0.72px;
    margin-top: 27px;
  }
}

.p-menu__instagram {
  margin-top: 48px;
  position: relative;
}
@media (min-width: 992px) {
  .p-menu__instagram {
    margin-top: 82px;
  }
}

.p-menu__instagram__decoration {
  background: #159741;
  width: 185px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-menu__instagram__decoration {
    width: 360px;
  }
}

.p-menu__instagram__decoration__inner {
  padding: 10px 34px 11px;
}
@media (min-width: 992px) {
  .p-menu__instagram__decoration__inner {
    padding: 18px 107px 19px;
  }
}

.instagram__decoration__ttl {
  color: #FFF;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media (min-width: 992px) {
  .instagram__decoration__ttl {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}

.p-menu__instagram__wrap {
  padding: 10px;
  background: #F2F2F2;
  width: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .p-menu__instagram__wrap {
    width: 1080px;
    padding: 13px 14px 12px 13px;
  }
}

.p-menu__instagram__container {
  border: 1px solid #333333;
  padding: 10px 9px 24px 9px;
  position: relative;
  padding-top: 64px;
}
@media (min-width: 992px) {
  .p-menu__instagram__container {
    padding-top: 88px;
  }
}

.p-menu__instagram__text {
  text-align: justify;
  letter-spacing: 0.8px;
  padding-right: 11px;
  padding-left: 11px;
  font-weight: 400;
  position: relative;
}
@media (min-width: 992px) {
  .p-menu__instagram__text {
    font-size: 18px;
    letter-spacing: 0.9px;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .p-menu__instagram__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    transform: translateX(-50%);
    width: 36px;
    height: 28px;
    background: url("/img/img-menu__line-left.webp") no-repeat center center/cover;
    z-index: 1;
  }
  .p-menu__instagram__text::after {
    content: "";
    position: absolute;
    top: 0;
    right: 34px;
    transform: translateX(50%);
    width: 36px;
    height: 28px;
    background: url("/img/img-menu__line-right.webp") no-repeat center center/cover;
    z-index: 1;
  }
}

.p-menu__instagram__list {
  margin-top: 21px;
}
@media (min-width: 992px) {
  .p-menu__instagram__list {
    overflow-x: auto; /* 横スクロールを有効にする */
    white-space: nowrap; /* 子要素が折り返されないようにする */
    margin-top: 34px;
    /* スクロールバーを非表示にする */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    /* Webkit系ブラウザ（Chrome、Safari）用 */
  }
  .p-menu__instagram__list::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 992px) {
  .p-menu__instagram__item {
    width: 972px;
    margin-left: auto;
    margin-right: auto;
  }
}

.instagram-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 992px) {
  .instagram-item {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
  }
}

.instagram-image {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
}
.instagram-image:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.p-menu__instagram__id {
  margin-top: 8px;
  text-align: center;
}

.p-menu__instagram__link {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-menu__instagram__link {
    margin-top: 26px;
  }
}

.p-picture {
  background: #F2F2F2;
}

.image-salad {
  height: 67vw;
  overflow: hidden;
  width: 100%;
  background-image: url(/img/img-salad__paralax.webp);
  background-position: 80% center;
  background-size: 125%;
}
@media (min-width: 992px) {
  .image-salad {
    height: 31vw;
  }
}

.p-picture__cafe {
  cursor: pointer;
  overflow: hidden;
  background-color: #F2F2F2;
  position: relative;
}
.p-picture__cafe:hover .cafe-bg {
  transform: scale(1.1);
}

.cafe-bg {
  background-image: url(/img/img-cafe-sp.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  transition: transform 0.6s ease;
}
@media (min-width: 992px) {
  .cafe-bg {
    background-image: url(/img/img-cafe__paralax.webp);
    height: 450px;
  }
}

.p-shop {
  padding-top: 64px;
  background: #F2F2F2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-shop {
    padding-top: 120px;
  }
}

.p-shop__map {
  display: block;
  margin-top: 56px;
}
@media (min-width: 992px) {
  .p-shop__map {
    margin-top: 78px;
  }
}

.p-shop__info {
  margin-top: 56px;
}
@media (min-width: 992px) {
  .p-shop__info {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .p-shop__info__container {
    display: flex;
    gap: 131px;
  }
}

.p-shop__info__contents {
  display: flex;
  flex-direction: column;
  width: 319px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .p-shop__info__contents {
    width: 621px;
    justify-content: center;
    padding-left: 181px;
    margin-top: 39px;
  }
}

.info-contents__ttl p {
  font-size: 32px;
  line-height: 71%; /* 32px */
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.96px;
  text-align: center;
}
@media (min-width: 992px) {
  .info-contents__ttl p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .info-contents__ttl {
    text-align: left;
  }
}
.info-contents__ttl span {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  padding-right: 6px;
}

.info-contents__ttl span:nth-child(2) {
  font-size: 16px;
  letter-spacing: 0.48px;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
}
@media (min-width: 992px) {
  .info-contents__ttl span:nth-child(2) {
    display: inline;
    font-size: 18px;
  }
}

.info-contents__address {
  letter-spacing: 0.48px;
  line-height: 1.7;
  margin-top: 24px;
  align-items: start;
}
@media (min-width: 992px) {
  .info-contents__address {
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0.54px;
    margin-top: 25px;
  }
}

.info-contents__lists {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .info-contents__lists {
    margin-top: 17px;
  }
}

.info-contents__list {
  display: flex;
  gap: 13px;
}

.info-contents__label {
  width: 72px;
}
@media (min-width: 992px) {
  .info-contents__label {
    font-size: 18px;
    line-height: 200%; /* 36px */
    letter-spacing: 0.54px;
    width: 86px;
    max-width: 100%;
  }
}

.info-contents__data {
  width: calc(100% - 72px);
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.48px;
}
@media (min-width: 992px) {
  .info-contents__data {
    font-size: 18px;
    line-height: 200%; /* 36px */
    letter-spacing: 0.54px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .info-contents__data p {
    line-height: 1.5;
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .info-contents__data p:nth-child(2) {
    margin-top: 10px;
  }
}
.p-shop__info__image {
  display: block;
  margin-top: 38px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .p-shop__info__image {
    width: 715px;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-message {
  background: #F2F2F2;
  padding-top: 100px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .p-message {
    padding-top: 83px;
    padding-bottom: 122px;
  }
}

.p-message__decoration {
  position: absolute;
}

.p-message__decoration__stamp {
  width: 112px;
  top: 5px;
  transform: translateY(-50%);
  left: -15px;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-message__decoration__stamp {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .p-message__decoration__stamp {
    width: 288px;
  }
}

.p-message__decoration__text {
  width: 304px;
  bottom: 34px;
  right: -9px;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-message__decoration__text {
    width: 270px;
    bottom: 8px;
    right: 38px;
  }
}
@media (min-width: 1200px) {
  .p-message__decoration__text {
    width: 310px;
    bottom: 8px;
    right: 38px;
  }
}

.p-message__decoration__body__ttl {
  font-family: "Satisfy", cursive;
  font-size: 30px;
  letter-spacing: 1.5px;
  padding-left: 0.5em;
  z-index: 1;
  bottom: 353px;
}
@media (min-width: 992px) {
  .p-message__decoration__body__ttl {
    bottom: 136px;
    left: 18px;
    font-size: 35px;
    letter-spacing: 2.4px;
  }
}
@media (min-width: 1200px) {
  .p-message__decoration__body__ttl {
    bottom: 109px;
    left: 18px;
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}

.p-message__card-container {
  position: relative;
  padding: 18px 10px 113px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(161, 159, 159, 0.6);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-message__card-container {
    padding: 30px 32.74px 40px 33px;
    width: 1146px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .p-message__card-container {
    padding: 30px 32.74px 40px 33px;
    width: 1146px;
    max-width: 100%;
  }
}

.p-message__images {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-message__images {
    flex-direction: row;
    width: 1079.26px;
    max-width: 100%;
    margin-inline: auto;
  }
}

.p-message__image:nth-child(1) {
  width: 100%;
  height: 282px;
  padding: 12.52px 14.13px;
  background: url("/img/img-message__img01-sp.webp") no-repeat center center/cover;
}
.p-message__image:nth-child(1) .image-line {
  border: 1px solid #FFF;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .p-message__image:nth-child(1) {
    height: 430.748px;
    width: 58.333302448%;
    padding: 19.14px 27.54px;
  }
}
.p-message__image:nth-child(2) {
  width: 100%;
  height: 209px;
  padding: 9.42px 14px;
  background: url("/img/img-message__img02-sp.webp") no-repeat center center/cover;
}
.p-message__image:nth-child(2) .image-line {
  border: 1px solid #FFF;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .p-message__image:nth-child(2) {
    width: 41.6666048959%;
    height: 430.748px;
    padding: 19.42px 19.49px;
  }
}

.p-message__body {
  margin-top: 61px;
  padding-left: 6px;
}
@media (min-width: 992px) {
  .p-message__body {
    width: 709px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 69px;
    margin-top: 46px;
    padding-right: 33px;
  }
}

.p-message__body__text {
  padding-right: 0.2em;
  padding-left: 0.5em;
  line-height: 2.5em;
  background-image: linear-gradient(transparent 0, transparent 97%, #C4C4C4 100%);
  background-size: 100% 2.5em;
}

.p-contact {
  padding-top: 66px;
  padding-bottom: 64px;
  background: url(/img/img-contact__bk-sp.webp) no-repeat top center/cover;
}
@media (min-width: 992px) {
  .p-contact {
    padding-top: 130px;
    padding-bottom: 130px;
    background: url(/img/img-contact__bk.webp) no-repeat top center/cover;
  }
}

@media (min-width: 992px) {
  .p-contact__inner {
    width: 980px;
  }
}

.p-contact__box {
  background: #F2F2F2;
  padding: 64px 14px 64px 16px;
}
@media (min-width: 992px) {
  .p-contact__box {
    width: 800px;
    max-width: 100%;
    margin-inline: auto;
    padding: 64px 140px 72px;
  }
}

.p-contact__heading__text {
  margin-top: 48px;
  letter-spacing: 0.48px;
}
@media (min-width: 992px) {
  .p-contact__heading__text {
    margin-top: 27px;
    text-align: center;
  }
}

.p-contact__form {
  margin-top: 31px;
}
@media (min-width: 992px) {
  .p-contact__form {
    margin-top: 48px;
  }
}

.p-contact__fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .p-contact__fields {
    gap: 32px;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 992px) {
  .form-field {
    gap: 4px;
  }
}

.form-field__head {
  display: flex; /* labelとtagを横並び */
  gap: 10px;
  align-items: center;
}
@media (min-width: 992px) {
  .form-field__head {
    gap: 19px;
  }
}

.form-field__tag {
  display: inline-block;
  background: #159741;
  padding: 1px 7px 3px 8px; /* ラベルの改行は横幅調整 */
  color: #FFF;
  font-size: 12px;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .form-field__tag {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4166666667;
  }
}

.form-field__label {
  font-size: 16px;
  line-height: 1.4375;
}
@media (min-width: 992px) {
  .form-field__label {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.form-field__item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375;
}
.form-text {
  font: inherit;
  color: inherit;
  width: 100%;
  border: 1px solid #2F2F2F;
  background: #FFF;
  padding: 15px 46px 16px 15px;
  transition: border-color 0.3s; /* ホバー時のアニメーション */
}
.form-text:hover, .form-text:focus {
  border: 1px solid #159741;
  box-shadow: 0px 0px 4px 0px #159741;
  outline: none;
}
@media (min-width: 992px) {
  .form-text {
    padding: 12px 46px 13px 22px;
  }
}
.form-text::placeholder {
  color: #BDBDBD;
  font: inherit;
}

.form-textarea {
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  vertical-align: top;
  width: 100%;
  border: 1px solid #2F2F2F;
  background: #FFF;
  height: 158px;
  padding: 12px 12px 12px 15px;
  transition: border-color 0.3s; /* ホバー時のアニメーション */
}
.form-textarea:hover, .form-textarea:focus {
  border: 1px solid #159741;
  box-shadow: 0px 0px 4px 0px #159741;
  outline: none;
}
@media (min-width: 992px) {
  .form-textarea {
    padding: 12px 12px 12px 22px;
  }
}
.form-textarea::placeholder {
  color: #BDBDBD;
  font: inherit;
}

.p-contact__privacy {
  text-align: left;
  margin-top: 35px;
}
@media (min-width: 992px) {
  .p-contact__privacy {
    margin-top: 33px;
    text-align: center;
  }
}

.form-checkbox {
  box-sizing: border-box;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:checked + .form-checkbox__text::before {
  border: 1px solid #159741;
  box-shadow: 0px 0px 4px 0px #159741;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #159741;
}

.form-checkbox__text {
  position: relative;
  padding-left: 44px;
  font-size: 16px;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
}
@media (min-width: 992px) {
  .form-checkbox__text {
    padding-left: 42px;
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-left: 20px;
  }
}
.form-checkbox__text a {
  color: #159741;
  text-decoration: underline;
}

.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form-checkbox__text::before {
  width: 30px;
  height: 30px;
  background: #FFF;
  border: 1px solid #2F2F2F;
  transition: border-color 0.3s background-color 0.3s;
}

.form-checkbox__text::after {
  width: 24px;
  height: 18px;
  left: 4px;
  margin-top: -1.2px;
  background: url(/img/img-contact__check.webp) no-repeat center center/contain;
  opacity: 0;
  transition: opacity 0.3s;
}

.form-checkbox__text {
  transition: opacity 0.3s;
}
.form-checkbox__text a:hover {
  opacity: 0.7;
}

.p-contact__button {
  margin-top: 43px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-contact__button {
    margin-top: 41px;
  }
}

.contact-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 40px);
  overflow: auto;
  padding: 16px 15px 64px;
  border-radius: 20px;
  background: #FFF;
  border: none;
  z-index: 60;
  overscroll-behavior: none;
}
.contact-modal::backdrop {
  opacity: 0.2;
  background: #000;
}

.contact-modal__head {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0;
}
.contact-modal__head img {
  width: 37px;
}

.contact-modal__contents {
  margin-top: 20px;
}

.contact-modal__body {
  margin-top: 40px;
}
.contact-modal__body p {
  font-size: 14px;
  line-height: 1.8;
}
.contact-modal__body strong:nth-child(n+2) {
  padding-top: 20px;
  display: inline-block;
}
.contact-modal__body ul {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.contact-modal__body ul ul {
  padding-left: 20px;
}

.contact-modal__address {
  margin-top: 10px;
}

.contact-modal__close-button {
  margin-top: 30px;
  text-align: center;
}

.c-button-contact.disabled {
  background: #BDBDBD; /* 無効化時の背景色 */
  cursor: not-allowed; /* マウスカーソルを「禁止」アイコンに */
  opacity: 0.6; /* 見た目の無効化感を出す */
}

.p-footer {
  background: #F2F2F2;
  padding-top: 32px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .p-footer {
    padding-top: 46px;
  }
}

.p-footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-footer__sns {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.p-footer__icon {
  font-size: 50px;
}
@media (min-width: 992px) {
  .p-footer__icon {
    font-size: 40px;
  }
}

.p-footer__nav {
  margin-top: 31px;
}
@media (min-width: 992px) {
  .p-footer__nav {
    margin-top: 40px;
  }
}

.p-footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 992px) {
  .p-footer__nav-list {
    gap: 40px;
  }
}

.p-footer__nav-link {
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.48px;
}
@media (min-width: 992px) {
  .p-footer__nav-link {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}

.p-footer__logo {
  margin-top: 33.39px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-footer__logo {
    margin-top: 28px;
  }
}
.p-footer__logo img {
  width: 165.484px;
}

.p-footer__text {
  margin-top: 11px;
  display: block;
  letter-spacing: 0.36px;
  text-align: center;
}
.p-footer__text small {
  font-size: 9px;
}

.pagetop {
  position: fixed;
  right: 16px;
  bottom: 305px;
  width: min(18.6666666667%, 70px);
}
@media (min-width: 992px) {
  .pagetop {
    right: 60px;
    bottom: 272px;
    width: 120px;
  }
}
.pagetop {
  position: fixed;
  right: 16px;
  bottom: 305px;
  width: min(18.6666666667%, 70px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .pagetop {
    right: 60px;
    bottom: 292px;
    width: 120px;
  }
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-ttl__wrap {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-ttl {
  font-size: clamp(0.875rem, 0.6477272727rem + 1.1363636364vw, 1.5rem);
  font-weight: 700;
}

.u-text {
  font-size: clamp(0.75rem, 0.5681818182rem + 0.9090909091vw, 1.25rem);
}

@media (min-width: 375px) {
  .u-hidden-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-hidden-sm {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-hidden-md {
    display: none;
  }
}

@media (min-width: 992px) {
  .u-hidden-lg {
    display: none;
  }
}

@media (min-width: 1200px) {
  .u-hidden-xl {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */