*,
*::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,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.l-wrapper {
  background-color: #f2f2f2;
  overflow: hidden;
}

.l-header {
  background-color: #2f2f2f;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.l-header__logo img {
  width: 55px;
}

.l-header__list {
  display: flex;
  gap: 20px;
}

.l-header__link {
  color: #fff;
  font-family: "reross-quadratic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.42px;
}

.l-footer {
  margin-bottom: 10px;
  margin-top: 48px;
}

.l-footer__inner {
  position: relative;
}

.l-footer__sns-links {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.l-footer__sns-button {
  height: 50px;
  width: 50px;
}

.l-footer__nav {
  margin-top: 41px;
}

.l-footer__list {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: center;
}

.l-footer__link {
  font-family: "reross-quadratic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.48px;
}

.l-footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  width: 166px;
}

.l-footer__pagetop {
  bottom: 302px;
  position: absolute;
  right: 16px;
  z-index: 50;
}

.l-footer__bottom {
  margin-top: 30px;
  text-align: center;
}

.c-section__title {
  text-align: center;
}

.c-section__title-japanese {
  color: #159741;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.c-section__title-japanese--menu {
  color: #fff;
}

.c-section__title-japanese-small {
  font-size: 12px;
  font-weight: 400;
}

.c-section__title-english {
  color: #333;
  font-family: "reross-quadratic", sans-serif;
  font-size: 32px;
  letter-spacing: 1.6px;
  margin-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.c-section__title-english::before {
  background-color: #159741;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}

.c-section__title-english--menu {
  color: #fff;
}

.c-section__title-english--menu::before {
  background-color: #fff;
}

.c-section__title-english--small {
  font-size: 24px;
  margin-top: 8px;
}

.c-image__clip {
  height: 60vw;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.c-image__parallax {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-submit-button {
  background-color: #159741;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 150%;
  padding: 15px 132px;
}

.c-pagetop-button {
  background-color: transparent;
  height: 70px;
  width: 70px;
}

.c-pagetop-button img {
  width: 100%;
}

.c-modal-button {
  position: relative;
  width: 100%;
}

.c-modal-button__bar {
  background-color: #000;
  border-radius: 4px;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-modal-button__bar:nth-child(1) {
  transform: rotate(-45deg);
}

.c-modal-button__bar:nth-child(2) {
  transform: rotate(45deg);
}

.p-fv {
  background-color: #2f2f2f;
  margin-top: 60px;
}

.p-fv__inner {
  position: relative;
}

.p-fv__image {
  display: block;
  margin-left: 17.8667vw;
}

.p-fv__catchcopy {
  left: 19px;
  position: absolute;
  top: 30px;
  z-index: 1;
}

.p-fv__catchcopy-title {
  color: #fff;
  font-family: "reross-quadratic", sans-serif;
  font-size: 36px;
  line-height: 1;
}

.p-fv__catchcopy-title span {
  color: #159741;
}

.p-fv__catchcopy-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 2;
  margin-top: 15px;
}

.p-fv__catchcopy-text span {
  background-color: #159741;
  padding: 4px 8px 4px 0;
}

.p-concept {
  background-color: #2f2f2f;
  overflow: hidden;
  padding-bottom: 64px;
  padding-top: 48px;
  position: relative;
}

.p-concept__inner {
  padding-left: 32px;
  padding-right: 32px;
}

.p-concept__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.p-concept__text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.48px;
  padding-top: 24px;
  text-align: center;
}

.p-concept__bg-text {
  bottom: -10px;
  color: rgba(103, 103, 103, 0.3);
  font-family: "reross-quadratic", sans-serif;
  font-size: 110px;
  letter-spacing: 3.3px;
  line-height: 80%;
  position: absolute;
  right: -8px;
  text-align: right;
}

.p-about {
  padding-bottom: 64px;
  padding-top: 64px;
}

.p-about__lists {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-top: 56px;
}

.p-about__list:nth-child(3) .p-about__body {
  padding-bottom: 48px;
}

.p-about__body {
  padding-bottom: 32px;
  position: relative;
}

.p-about__body-title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.p-about__body-title span {
  color: #159741;
}

.p-about__body-text {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.48px;
  margin-top: 16px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.p-about__bg-number {
  bottom: -68px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "reross-quadratic", sans-serif;
  font-size: 180px;
  position: absolute;
  right: 0;
}

.p-about__image {
  padding-left: 16px;
  padding-right: 16px;
}

.p-about__image img {
  width: 100%;
}

.p-menu__inner {
  background-color: #2f2f2f;
  padding-bottom: 56px;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 56px;
  position: relative;
}

.p-menu__inner::before {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 48px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 48px);
  z-index: 2;
}

.p-menu__pfc {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  padding-top: 48px;
  text-align: center;
}

.p-menu__lists {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
}

.p-menu__list {
  position: relative;
}

.p-menu__list:nth-child(1) .p-menu__body {
  padding-top: 121px;
}

.p-menu__image {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 315px;
  z-index: 3;
}

.p-menu__image img {
  width: 100%;
}

.p-menu__body {
  background-color: #f2f2f2;
  margin-top: 271px;
  padding-bottom: 42px;
  padding-top: 58px;
  position: relative;
  text-align: center;
}

.p-menu__body::before {
  border: 1px solid #333;
  content: "";
  height: calc(100% - 20px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  z-index: 2;
}

.p-menu__body-recommend {
  background-color: #159741;
  left: 50%;
  padding: 38px 50px 16px 50px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 212px;
  z-index: 2;
}

.p-menu__body-recommend--english {
  color: #fff;
  font-family: "Satisfy", serif;
  font-size: 12px;
  letter-spacing: 0.36px;
}

.p-menu__body-recommend--japanese {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.54px;
}

.p-menu__body-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.p-menu__body-price {
  margin-top: 16px;
}

.p-menu__body-price-symbol {
  font-family: "reross-quadratic", sans-serif;
  font-size: 18px;
  letter-spacing: 1.8px;
}

.p-menu__body-price-value {
  font-family: "reross-quadratic", sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
  margin-left: 3px;
}

.p-menu__body-price-tax {
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-left: -5px;
}

.p-menu__body-cal {
  font-size: 14px;
  letter-spacing: 0.42px;
  margin-top: 16px;
}

.p-menu__instagram {
  background-color: #f2f2f2;
  margin-top: 48px;
  padding-bottom: 34px;
  padding-top: 74px;
  position: relative;
}

.p-menu__instagram::before {
  border: 1px solid #333;
  content: "";
  height: calc(100% - 20px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  z-index: 2;
}

.p-menu__instagram-heading {
  background-color: #159741;
  color: #fff;
  font-family: "reross-quadratic", sans-serif;
  font-size: 24px;
  left: 50%;
  letter-spacing: 1.2px;
  padding: 10px 34px 11px 34px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}

.p-menu__instagram-text {
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-left: 32px;
  margin-right: 32px;
  text-align: justify;
}

.p-menu__instagram-images {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 24px;
}

.p-menu__instagram-image {
  width: 100%;
}

.p-menu__instagram-image img {
  width: 100%;
}

.p-menu__instagram-id {
  font-size: 16px;
  margin-top: 8px;
  text-align: center;
}

.p-menu__instagram-button {
  border: 1px solid #333;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 24px;
  padding: 16px 56px 17px 36px;
  text-align: center;
}

.p-menu__instagram-link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  position: relative;
}

.p-menu__instagram-link::before {
  background-image: url(../img/radix-icons_external-link.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 19px;
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}

.p-shop {
  padding-bottom: 64px;
  padding-top: 64px;
}

.p-shop__map {
  margin-top: 56px;
}

.p-shop__iframe {
  filter: grayscale(100%);
  height: 250px;
  width: 100%;
}

.p-shop__address {
  margin-top: 56px;
  padding-left: 16px;
  padding-right: 16px;
}

.p-shop__address-body {
  padding-left: 12px;
  padding-right: 12px;
}

.p-shop__address-title {
  font-size: 16px;
  letter-spacing: 0.48px;
  text-align: center;
}

.p-shop__address-title-first {
  font-family: "reross-quadratic", sans-serif;
  font-size: 18px;
}

.p-shop__address-title-second {
  font-family: "reross-quadratic", sans-serif;
  font-size: 32px;
  letter-spacing: 0.96px;
}

.p-shop__address-text {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 170%;
  margin-top: 24px;
}

.p-shop__info {
  margin-top: 5px;
}

.p-shop__info-row {
  display: flex;
  gap: 16px;
}

.p-shop__info-term {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 170%;
  min-width: 66px;
}

.p-shop__info-description {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 170%;
}

.p-shop__address-image {
  display: inline-block;
  margin-top: 40px;
}

.p-shop__note {
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(161, 159, 159, 0.6);
  margin-left: auto;
  margin-right: auto;
  margin-top: 98px;
  max-width: 343px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 18px;
}

.p-shop__images {
  position: relative;
}

.p-shop__decoration {
  display: inline-block;
  left: -26px;
  position: absolute;
  top: -57px;
  width: 117px;
  z-index: 2;
}

.p-shop__terrace {
  display: inline-block;
  position: relative;
}

.p-shop__terrace::before {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 25px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 28px);
}

.p-shop__take-out {
  display: inline-block;
  position: relative;
}

.p-shop__take-out::before {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 25px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 28px);
}

.p-shop__message {
  margin-top: 20px;
  padding-bottom: 113px;
  position: relative;
}

.p-shop__message-heading {
  font-family: "Satisfy", serif;
  font-size: 30px;
  letter-spacing: 1.5px;
  margin-left: 14px;
}

.p-shop__message-text {
  background-color: #fff;
  background-image: linear-gradient(0deg, #ccc 1px, transparent 1px);
  background-size: 100% 2.5em;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 2.5em;
  padding-left: 12px;
}

.p-shop__message-footer {
  bottom: 62px;
  position: absolute;
  right: 0;
}

.p-shop__message-footer-text {
  color: #159741;
  font-family: "Satisfy", serif;
  font-size: 36px;
  letter-spacing: 1.8px;
  position: relative;
  transform: rotate(-6.175deg);
}

.p-shop__message-footer-text::before,
.p-shop__message-footer-text::after {
  border-bottom: 1px solid;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.p-shop__message-footer-text::before {
  bottom: 10px;
}

.p-shop__message-footer-text::after {
  bottom: 4px;
}

.p-contact {
  background-image: url(../img/bg_contact_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 16px;
}

.p-contact__inner {
  background-color: #f2f2f2;
  padding: 64px 16px;
}

.p-contact__text {
  font-size: 16px;
  letter-spacing: 0.48px;
  margin-top: 48px;
}

.p-contact__form {
  margin-top: 32px;
}

.p-contact__fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-contact__field-heading {
  align-items: center;
  display: flex;
  gap: 10px;
}

.p-contact__field-label {
  font-size: 16px;
}

.p-contact__field-tag {
  background-color: #159741;
  border-radius: 6px;
  color: #fff;
  padding: 2px 8px;
}

.p-contact__field-item {
  margin-top: 6px;
}

.p-contact__field-text {
  background-color: #fff;
  border: 1px solid #2f2f2f;
  color: #bdbdbd;
  font-size: 16px;
  padding: 16px;
  width: 100%;
}

.p-contact__field-textarea {
  background-color: #fff;
  border: 1px solid #2f2f2f;
  color: #bdbdbd;
  font-size: 16px;
  padding: 16px;
  width: 100%;
}

.p-contact__privacy {
  margin-top: 32px;
  text-align: center;
}

.p-contact__checkbox {
  cursor: pointer;
}

.p-contact__checkbox-input {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
}

.p-contact__checkbox-input:checked + .p-contact__checkbox-text::after {
  opacity: 1;
}

.p-contact__checkbox-text {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 150%;
  padding-left: 38px;
  position: relative;
}

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

.p-contact__checkbox-text::before {
  background-color: #fff;
  border: 1px solid #2f2f2f;
  height: 30px;
  width: 30px;
}

.p-contact__checkbox-text::after {
  background-image: url(../img/checked.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  left: 6px;
  opacity: 0;
  width: 18px;
}

.p-contact__checkbox-text-link {
  color: #159741;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-contact__modal {
  background: #fff;
  border: none;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.p-contact__modal-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
  text-align: justify;
}

.p-contact__modal-text span {
  font-size: 18px;
  font-weight: 700;
}

.p-contact__modal-button {
  cursor: pointer;
  height: 34px;
  position: absolute;
  right: 23px;
  top: 18px;
  width: 34px;
}

.p-contact__button {
  margin-top: 40px;
  text-align: center;
}

.u-hidden-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 90px;
  }

  .l-header__inner {
    padding-left: 31px;
    padding-right: 71px;
  }

  .l-header__logo img {
    width: 118px;
  }

  .l-header__list {
    gap: 40px;
  }

  .l-header__link {
    font-size: 18px;
    letter-spacing: 0.54px;
  }

  .l-footer {
    margin-top: 56px;
  }

  .l-footer__sns-button {
    height: 40px;
    width: 40px;
  }

  .l-footer__list {
    gap: 40px;
  }

  .l-footer__link {
    font-size: 18px;
    letter-spacing: 0.54px;
  }

  .l-footer__logo {
    margin-top: 43px;
  }

  .l-footer__bottom {
    margin-top: 20px;
  }

  .c-section__title-japanese {
    font-size: 18px;
    letter-spacing: 0.9px;
  }

  .c-section__title-english {
    font-size: 48px;
    letter-spacing: 2.4px;
    margin-top: 16px;
    padding-bottom: 16px;
  }

  .c-image__clip {
    height: 31.25vw;
  }

  .p-fv {
    margin-top: 90px;
  }

  .p-fv__image {
    margin-left: 25vw;
  }

  .p-fv__catchcopy-title {
    font-size: 72px;
  }

  .p-fv__catchcopy-text {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.6px;
  }

  .p-fv__catchcopy-text span {
    padding: 9px 21px 9px 0;
  }

  .p-concept {
    padding-bottom: 110px;
  }

  .p-concept__title {
    font-size: 30px;
    padding-top: 120px;
  }

  .p-concept__text {
    font-size: 18px;
    letter-spacing: 0.54px;
    padding-top: 48px;
  }

  .p-concept__bg-text {
    bottom: -38px;
    font-size: 280px;
    left: -40px;
    line-height: 100%;
    text-align: center;
  }

  .p-about {
    padding-bottom: 150px;
    padding-top: 130px;
  }

  .p-about__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-about__lists {
    margin-top: 80px;
  }

  .p-about__list:nth-child(3) .p-about__body {
    padding-bottom: 0;
  }

  .p-about__list {
    align-items: center;
    display: flex;
    gap: 67px;
  }

  .p-about__list:nth-child(2) {
    gap: 65px;
  }

  .p-about__list:nth-child(3) {
    gap: 71px;
  }

  .p-about__list:nth-child(2) .p-about__body-text {
    padding-right: 165px;
  }

  .p-about__list:nth-child(3) .p-about__body-text {
    padding-right: 178px;
  }

  .p-about__body {
    padding-bottom: 0;
  }

  .p-about__body-title {
    font-size: 30px;
    letter-spacing: 1.5px;
    padding-left: 0;
  }

  .p-about__body-text {
    font-size: 18px;
    letter-spacing: 0.54px;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 163px;
  }

  .p-about__bg-number {
    bottom: auto;
    font-size: 288px;
    top: 50%;
    transform: translateY(-50%);
  }

  .p-about__image {
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .p-about__image img {
    width: 450px;
  }

  .p-menu__inner {
    padding-bottom: 172px;
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 152px;
  }

  .p-menu__inner::before {
    height: calc(100% - 144px);
    width: calc(100% - 144px);
  }

  .p-menu__pfc {
    font-size: 18px;
    letter-spacing: 0.54px;
  }

  .p-menu__list:nth-child(1) .p-menu__body {
    padding-top: 148px;
  }

  .p-menu__image {
    width: 450px;
  }

  .p-menu__body {
    margin-top: 380px;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 76px;
  }

  .p-menu__body::before {
    height: calc(100% - 26px);
    width: calc(100% - 26px);
  }

  .p-menu__body-recommend {
    padding: 58px 52px 14px 52px;
    width: 253px;
  }

  .p-menu__body-recommend--english {
    font-size: 14px;
    letter-spacing: 0.42px;
  }

  .p-menu__body-recommend--japanese {
    font-size: 24px;
    letter-spacing: 0.72px;
  }

  .p-menu__body-title {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .p-menu__body-price {
    margin-top: 20px;
  }

  .p-menu__body-price-symbol {
    font-size: 24px;
    letter-spacing: 2.4px;
  }

  .p-menu__body-price-value {
    font-size: 40px;
    letter-spacing: 4px;
    margin-left: 6px;
  }

  .p-menu__body-price-tax {
    font-size: 18px;
    letter-spacing: 1.8px;
  }

  .p-menu__body-cal {
    font-size: 24px;
    letter-spacing: 0.72px;
  }

  .p-menu__instagram {
    margin-top: 80px;
    padding-bottom: 36px;
    padding-top: 101px;
    text-align: center;
  }

  .p-menu__instagram::before {
    height: calc(100% - 26px);
    width: calc(100% - 26px);
  }

  .p-menu__instagram-heading {
    font-size: 30px;
    letter-spacing: 1.5px;
    padding: 18px 107px 19px 107px;
  }

  .p-menu__instagram-text {
    font-size: 18px;
    letter-spacing: 0.9px;
    text-align: center;
  }

  .p-menu__instagram-images {
    gap: 16px;
    margin-left: 46px;
    margin-right: 46px;
    margin-top: 34px;
  }

  .p-menu__instagram-id {
    font-size: 18px;
  }

  .p-menu__instagram-button {
    display: inline-block;
    margin-top: 26px;
    max-width: 300px;
  }

  .p-menu__instagram-link::before {
    height: 22px;
    width: 22px;
  }

  .p-shop {
    padding-bottom: 120px;
    padding-top: 120px;
  }

  .p-shop__map {
    margin-top: 80px;
  }

  .p-shop__iframe {
    height: 465px;
  }

  .p-shop__address {
    align-items: center;
    display: flex;
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-shop__address-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 438px;
    width: 50%;
  }

  .p-shop__address-title {
    font-size: 18px;
    letter-spacing: 0.54px;
    text-align: left;
  }

  .p-shop__address-text {
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 200%;
    margin-top: 25px;
  }

  .p-shop__info {
    margin-top: 17px;
  }

  .p-shop__info-term {
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 200%;
    min-width: 74px;
  }

  .p-shop__info-description {
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 200%;
  }

  .p-shop__address-image {
    margin-top: 0;
    max-width: 700px;
    width: 50%;
  }

  .p-shop__inner {
    padding-left: 54px;
    padding-right: 54px;
  }

  .p-shop__note {
    margin-top: 80px;
    max-width: 1146px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 30px;
  }

  .p-shop__images {
    display: flex;
  }

  .p-shop__decoration {
    left: -131px;
    top: -101px;
    width: 288px;
  }

  .p-shop__terrace::before {
    height: calc(100% - 40px);
    width: calc(100% - 55px);
  }

  .p-shop__take-out::before {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .p-shop__message {
    display: flex;
    margin-top: 27px;
    padding-bottom: 42px;
  }

  .p-shop__message-heading {
    font-size: 48px;
    letter-spacing: 2.4px;
    margin-left: 9px;
    min-width: 201px;
  }

  .p-shop__message-text {
    margin-left: 44px;
    max-width: 596px;
    padding-left: 9px;
  }

  .p-shop__message-footer {
    bottom: 36px;
    right: 8px;
  }

  .p-shop__message-footer-text {
    font-size: 40px;
    letter-spacing: 2px;
  }

  .p-contact {
    background-image: url(../img/bg_contact_pc.jpg);
    padding-bottom: 130px;
    padding-top: 130px;
  }

  .p-contact__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding: 64px 140px;
  }

  .p-contact__text {
    margin-top: 32px;
    text-align: center;
  }

  .p-contact__form {
    margin-top: 48px;
  }

  .p-contact__field-heading {
    gap: 16px;
  }

  .p-contact__field-item {
    margin-top: 4px;
  }

  .p-contact__field-text {
    padding: 13px 23px;
  }

  .p-contact__field-textarea {
    padding: 13px 23px;
  }

  .p-contact__checkbox-text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }

  .u-hidden-pc {
    display: none;
  }

  .u-hidden-sp {
    display: block;
  }

  .u-revers {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1100px) {
  .l-footer__pagetop {
    bottom: 278px;
    right: 60px;
  }

  .c-pagetop-button {
    height: 120px;
    width: 120px;
  }

  .p-fv__catchcopy {
    left: 178px;
    top: 94px;
  }

  .p-fv__catchcopy-title {
    font-size: 100px;
  }

  .p-fv__catchcopy-text {
    font-size: 32px;
    line-height: 2.5;
  }

  .p-about__inner {
    padding-left: 180px;
    padding-right: 180px;
  }

  .p-menu__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    margin-top: 105px;
    grid-row-gap: 85px;
    grid-column-gap: 32px;
  }

  .p-menu__list:nth-of-type(1) {
    grid-area: 1/1/2/3;
  }

  .p-menu__list:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }

  .p-menu__list:nth-of-type(3) {
    grid-area: 2/2/3/3;
  }

  .p-menu__list:nth-child(1) .p-menu__body {
    margin-left: 361px;
    margin-top: 0;
    padding-top: 113px;
  }

  .p-menu__list:nth-child(1) .p-menu__image {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  .p-menu__body-recommend {
    padding: 9px 52px 14px 52px;
  }

  .p-menu__instagram-images {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
