@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
body::-webkit-scrollbar {
  display: none;
}

.main {
  padding-top: 90px;
  background: #2f2f2f;
}

.section__title {
  text-align: center;
}
.section__title-sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444;
  letter-spacing: 0.05em;
  color: #159741;
}
.section__title-sub--white {
  color: #fff;
}
.section__title-main {
  font-family: "reross-quadratic", sans-serif;
  font-size: 48px;
  line-height: 1.2083;
  letter-spacing: 0.05em;
  position: relative;
  padding: 12px 0 18px;
}
.section__title-main::after {
  content: "";
  background-color: #159741;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section__title-main--white {
  color: #fff;
}
.section__title-main--white::after {
  background-color: #fff;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}

.menu-link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 1px;
}
.menu-link::after {
  content: "";
  background-color: #159741;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.menu-link:hover::after {
  width: 100%;
}

.is-sp {
  display: none;
}

.header {
  background-color: #2f2f2f;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 999;
  color: #fff;
}
.header__container {
  height: 100%;
  width: 100%;
  padding: 0 71px 0 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: inline-block;
  width: 117.8706283569px;
  height: 63px;
}
.header__nav-list {
  display: flex;
  font-size: 18px;
  font-family: "reross-quadratic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.header__nav-item + .header__nav-item {
  margin-left: 38px;
}

.fv {
  color: #fff;
}
.fv__inner {
  position: relative;
  width: 87.6388%;
  margin-left: auto;
}
.fv__picture {
  padding-top: 51.5055%;
  background: url(../img/img_mv.png) top right/85.5784% no-repeat;
}
.fv__title {
  position: absolute;
  left: 0;
  top: 13%;
}
.fv__title-main {
  font-size: 100px;
  font-family: "reross-quadratic", sans-serif;
  line-height: 1;
}
.fv__title-main--c {
  color: #159741;
}
.fv__title-sub {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 52px;
  padding-left: 21px;
}
.fv__title-sub--bg {
  background-color: #159741;
  padding: 9px 21px 9px 0px;
  margin-top: 21px;
  display: inline-block;
  margin-left: -18px;
}
.fv__body {
  padding: 120px 10px 110px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fv__body-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.fv__body-text {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.fv__body-text-sentence + .fv__body-text-sentence {
  margin-top: 1.7rem;
}
.fv__body-picture {
  position: absolute;
  bottom: -40px;
  left: -40px;
  white-space: nowrap;
  font-family: "reross-quadratic", sans-serif;
  font-size: 280px;
  font-weight: 400;
  line-height: 280px;
  text-align: center;
  color: rgba(103, 103, 103, 0.3);
}

.about {
  background-color: #f2f2f2;
  padding: 130px 0 150px;
}
.about__contents {
  margin-top: 80px;
}
.about__item {
  display: flex;
  gap: 66px;
}
.about__item + .about__item {
  margin-top: 64px;
}
.about__item--reverse {
  flex-direction: row-reverse;
}
.about__picture {
  flex: 0 0 41.6666%;
}
.about__body {
  flex: 0 1 58.3333%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.about__body--1 .about__back {
  right: -4px;
  letter-spacing: 0.06em;
}
.about__body--1 .about__front {
  margin-top: 10px;
}
.about__body--2 .about__back {
  right: -4px;
}
.about__body--2 .about__front {
  margin-top: -5px;
}
.about__body--3 .about__back {
  right: -20px;
}
.about__body--3 .about__front {
  margin-top: 2px;
  margin-left: 4px;
}
.about__back {
  display: inline-block;
  position: absolute;
  font-size: 288px;
  font-family: "reross-quadratic", sans-serif;
  color: #fff;
  opacity: 80%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about__front {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.about__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.43333;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
  white-space: nowrap;
}
.about__title-c {
  color: #159741;
}
.about__text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  width: 400px;
  text-align: justify;
}

.parallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0%;
  width: 100%;
  padding-top: 31.25%;
}
.parallax__salad {
  background-image: url(../img/bg_salad1.png);
}
.parallax__cafe {
  background-image: url(../img/bg_cafe1.png);
}

.menu {
  padding: 72px;
}
.menu__frame {
  max-width: 1296px;
  margin: 0 auto;
  box-sizing: content-box;
  border: 2px solid #ffffff;
}
.menu__inner {
  padding: 80px 40px 98px;
}
.menu .section__title {
  color: #fff;
  margin-left: 5px;
}
.menu__supp {
  color: #fff;
  font-size: 18px;
  line-height: 1.4444;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 32px;
}
.menu__contents {
  margin-top: 54px;
}
.menu__item1 {
  position: relative;
  width: 88.2407%;
  height: 445px;
  max-width: 953px;
  margin: 0 auto;
}
.menu__item1 .menu__item-picture {
  position: absolute;
  width: 47.3242%;
  height: auto;
  z-index: 2;
  left: -3px;
}
.menu__item1 .menu__item-body {
  width: 62.2296%;
  position: absolute;
  right: 2px;
  top: 12%;
  z-index: 1;
}
.menu__item1 .menu-card__inner {
  padding: 100px 0 32px;
}
.menu__item1 .menu-card__price {
  padding: 14px 68px 24px 0px;
}
.menu__item1 .menu-card__price-en {
  padding-right: 3px;
}
.menu__item1 .menu-card__price::after {
  right: -4px;
  bottom: 30px;
}
.menu__item2 {
  position: relative;
  height: 640px;
}
.menu__item2 .menu__item-picture {
  position: absolute;
  width: 79.5801%;
  height: auto;
  z-index: 2;
  top: 2px;
  left: 9%;
}
.menu__item2 .menu__item-body {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.menu__item3 {
  position: relative;
  height: 640px;
}
.menu__item3 .menu__item-picture {
  position: absolute;
  width: 81.3333%;
  height: auto;
  top: 2px;
  left: 6%;
  z-index: 2;
}
.menu__item3 .menu__item-body {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.menu-card {
  background-color: #fff;
  text-align: center;
  padding: 13px 14px;
  position: relative;
}
.menu-card__rec {
  background-color: #159741;
  display: inline-block;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 9px 10px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 42.3986%;
  transform: translateX(-50%);
}
.menu-card__rec-subTitle {
  font-family: "Satisfy", cursive;
  font-size: 14px;
  line-height: 1.4285;
  letter-spacing: 0.03em;
}
.menu-card__rec-title {
  font-size: 24px;
  line-height: 1.4583;
}
.menu-card__inner {
  border: 1px solid #333333;
  padding: 58px 10px 28px;
}
.menu-card__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4333;
  letter-spacing: 0.1em;
}
.menu-card__price {
  font-family: "reross-quadratic", sans-serif;
  display: inline-block;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 15px 68px 24px 0;
  position: relative;
}
.menu-card__price::after {
  content: "（税込）";
  display: inline-block;
  font-size: 18px;
  position: absolute;
  right: -2px;
  bottom: 32px;
  letter-spacing: 0.1em;
}
.menu-card__price-en {
  font-family: "reross-quadratic", sans-serif;
  font-size: 24px;
  padding-right: 3px;
}
.menu-card__supp {
  font-size: 24px;
  line-height: 1.4583;
  letter-spacing: 0.08em;
}
.menu .inst {
  margin-top: 79px;
}
.menu .inst__rec {
  background-color: #159741;
  display: inline-block;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 16px 10px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 33.3333%;
}
.menu .inst__rec-title {
  font-family: "reross-quadratic", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.menu .inst__inner {
  border: 1px solid #333333;
  padding: 88px 10px 22px;
}
.menu .inst__text {
  display: inline-block;
  margin-bottom: 33px;
  margin-left: 4px;
  font-size: 18px;
  line-height: 1.4444;
  letter-spacing: 0.05em;
  position: relative;
}
.menu .inst__text::before {
  display: inline-block;
  content: "";
  background-color: #333;
  height: 1px;
  width: 35.81px;
  transform: translateX(-50%) rotate(54.09deg);
  position: absolute;
  left: -25px;
  top: 50%;
}
.menu .inst__text::after {
  display: inline-block;
  content: "";
  background-color: #333;
  height: 1px;
  width: 35.81px;
  transform: translateX(-50%) rotate(-54.09deg);
  position: absolute;
  right: -54px;
  top: 50%;
}
.menu .inst__scroll {
  overflow-x: scroll;
  display: flex;
  margin-left: -14px;
}
.menu .inst__list {
  display: flex;
  gap: 16px;
  width: 972px;
  margin: 0 auto;
}
.menu .inst__item {
  width: 231px;
}
.menu .inst__footer {
  margin-top: 8px;
}
.menu .inst__id {
  font-size: 18px;
  line-height: 1.4444;
  margin-bottom: 26px;
  margin-left: -8px;
}
.menu .inst .menu-button {
  display: inline-block;
  padding: 16px 74px 16px 59px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 0.03em;
  text-align: center;
  border: 1px solid #333333;
  position: relative;
}
.menu .inst .menu-button::after {
  content: "";
  background: url(../img/icon_link.png);
  width: 22px;
  height: 22px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.shop {
  background-color: #f2f2f2;
  padding: 118px 0;
}
.shop .section__title {
  margin-left: -4px;
}
.shop__contents {
  margin-top: 80px;
}
.shop__map {
  padding-top: 32.2916%;
  background: url(../img/map.png) center center/cover;
  position: relative;
}
.shop__map::after {
  position: absolute;
  content: "";
  background: url(../img/map_pin.png) center center/cover;
  right: 27.5%;
  top: 33.1905%;
  width: 10.4166%;
  height: 32.5677%;
}
.shop__info {
  width: 87.2222%;
  margin-left: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop__info-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: left;
  flex: 0 1 44.2675%;
  margin-left: -4px;
}
.shop__name {
  font-family: "reross-quadratic", sans-serif;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: 0.03em;
  margin-top: 2px;
}
.shop__name-tf {
  font-size: 18px;
  letter-spacing: 0;
  margin-right: 3px;
}
.shop__name-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
.shop__address {
  margin-top: 24px;
}
.shop__list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.shop__term {
  flex: 0 0 92px;
}
.shop__exp {
  flex: 0 1 calc(100% - 92px);
}
.shop__exp span {
  line-height: 2.5;
}
.shop__exp-access {
  line-height: 1.5;
  margin-top: 6px;
}
.shop__picture {
  flex: 0 0 55.7324%;
}
.shop__card {
  max-width: 1146px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 30px 32.74px 9.77px 34px;
  box-shadow: 0px 4px 20px 0px rgba(161, 159, 159, 0.6);
  position: relative;
}
.shop__card-picture {
  display: flex;
}
.shop__card-picture--l {
  width: 58.3334%;
}
.shop__card-picture--r {
  width: 41.6665%;
}
.shop__card-stamp {
  position: absolute;
  width: 288px;
  height: 240px;
  top: -10.6287%;
  left: -8.4642%;
}
.shop__card-body {
  display: flex;
  position: relative;
  margin: 27.36px 0 32.97px 9px;
}
.shop__card-logo1 {
  font-family: "Satisfy", cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  flex: 0 0 201px;
}
.shop__card-note {
  flex: 0 1 612.6px;
  margin-left: 42px;
  margin-top: 19px;
  padding: 0 9px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #ddd 97%, #ddd 100%);
  background-size: 100% 2.5em;
  line-height: 2.5;
}
.shop__card-text {
  font-size: 16px;
}
.shop__card-text--under {
  border-bottom: 1px solid #4f4f4f;
  padding: 12px;
}
.shop__card-logo2 {
  position: absolute;
  bottom: -6px;
  right: 8px;
  transform: rotate(-6.17deg);
}
.shop__card-logo2-text {
  font-family: Satisfy;
  color: #159741;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
.shop__card-logo2-under {
  content: "";
  width: 315px;
  height: 7px;
  border-top: 1px solid #159741;
  border-bottom: 1px solid #159741;
  position: absolute;
  bottom: 6px;
  left: -4px;
}

.contact {
  background: url(../img/bg_contact.png) center center/cover;
  padding: 130px 20px;
}
.contact__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 64px 140px 72px;
}
.contact .section__title {
  margin-left: 2px;
}
.contact .section__title-main {
  padding: 12px 0 15px;
}
.contact__text {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 31px 0 48px;
}
.contact__item + .contact__item {
  margin-top: 34px;
}
.contact__item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444;
}
.contact__item-title span {
  background-color: #159741;
  display: inline-block;
  width: 39px;
  height: 21px;
  line-height: 21px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-left: 18px;
}
.contact__item-input {
  margin-top: 4px;
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact textarea {
  outline: 1px solid #2f2f2f;
  max-width: 520px;
  background-color: #fff;
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 13px 23px 14px;
}
.contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder, .contact input[type=tel]::-moz-placeholder, .contact textarea::-moz-placeholder {
  color: #BDBDBD;
}
.contact input[type=text]::placeholder,
.contact input[type=email]::placeholder,
.contact input[type=tel]::placeholder,
.contact textarea::placeholder {
  color: #BDBDBD;
}
.contact input[type=text]:focus,
.contact input[type=email]:focus,
.contact input[type=tel]:focus,
.contact textarea:focus {
  outline: 1px solid #159741;
  box-shadow: 0 0 4px 0 #159741, 0 0 4px 0 #159741 inset;
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
  height: 48px;
  line-height: 48px;
}
.contact textarea {
  min-height: 157px;
  resize: vertical;
}
.contact__footer {
  margin-top: 31.5px;
  text-align: center;
}
.contact__footer-text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contact__footer-privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.contact .checkbox {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.contact .checkbox::before, .contact .checkbox::after {
  content: "";
  display: block;
  position: absolute;
}
.contact .checkbox::before {
  background-color: #fff;
  border: 1px solid #2f2f2f;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact .checkbox:hover::before {
  border: 1px solid #159741;
  box-shadow: 0 0 4px 0 #159741, 0 0 4px 0 #159741 inset;
}
.contact .checkbox:active::before {
  border: 1px solid #159741;
  box-shadow: 0 0 4px 0 #159741, 0 0 4px 0 #159741 inset;
  background-color: rgba(21, 151, 65, 0.15);
}
.contact .checkbox::after {
  border-bottom: 2px solid #159741;
  border-left: 2px solid #159741;
  height: 15px;
  width: 31px;
  transform: rotate(-45deg);
  top: -12px;
  left: 0px;
  opacity: 0;
}
.contact .checkbox:checked::before {
  background-color: #fff;
  border: 1px solid #2f2f2f;
}
.contact .checkbox:checked::after {
  opacity: 1;
}
.contact__privacy {
  margin-left: 4px;
}
.contact__privacy-link {
  margin-top: 1px;
  margin-left: 8px;
  color: #159741;
  text-decoration: underline;
}
.contact__footer-submit {
  text-align: center;
  margin-top: 42px;
}
.contact__footer-link {
  display: inline-block;
  width: 239px;
  height: 56px;
  background-color: #159741;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.to-top {
  position: fixed;
  right: 60px;
  bottom: 276px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 11;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
}
.to-top a img {
  width: 120px;
}

.footer {
  background-color: #f2f2f2;
  padding: 54px 20px 9px;
}
.footer__container {
  text-align: center;
}
.footer__sns-item {
  display: inline-block;
}
.footer__sns-item + .footer__sns-item {
  margin-left: 20px;
}
.footer__sns-item-link {
  padding: 0.1em 0.5em;
}
.footer .sns-icon {
  display: block;
  transition: 2s;
}
.footer .sns-icon__circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #2f2f2f;
  position: relative;
  border-radius: 50%;
}
.footer .sns-icon__circle i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
}
.footer .sns-icon:hover .sns-icon__circle {
  background-color: #fff;
  border: 2px solid #2f2f2f;
}
.footer .sns-icon:hover i {
  color: #2f2f2f;
}
.footer__nav {
  margin-top: 30px;
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-family: "reross-quadratic", sans-serif;
  letter-spacing: 0.03em;
}
.footer__nav-item + .footer__nav-item {
  margin-left: 38px;
}
.footer__logo {
  display: inline-block;
  width: 166.48px;
  margin-top: 36px;
}
.footer__copyright {
  margin-top: 20.35px;
  font-size: 14px;
  line-height: 1.4166;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .menu .grid {
    display: grid;
    gap: 58px 32px;
    grid-template-columns: repeat(2, 1fr);
  }
  .menu .grid__big {
    grid-column: 1/3;
  }
  .menu__back {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
/* ===============================================
# // sp
=============================================== */
@media screen and (max-width: 767px) {
  .main {
    padding-top: 60px;
  }
  .section__title-sub {
    font-size: 14px;
    line-height: 1.4478;
  }
  .section__title-main {
    font-size: 32px;
    line-height: 1.2;
    padding: 8px 0 16px;
  }
  .inner {
    max-width: 343px;
    padding: 0 16px;
  }
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  .menu-link {
    padding: 0 8.5px;
    height: 60px;
    line-height: 60px;
  }
  .header {
    height: 60px;
  }
  .header__container {
    padding: 0px 8px 0 16px;
  }
  .header__logo {
    display: inline-block;
    width: 55px;
    height: 29.4px;
  }
  .header__nav-list {
    display: flex;
    font-size: 14px;
  }
  .header__nav-item + .header__nav-item {
    margin-left: 3px;
  }
  .fv__inner {
    width: 95.7333%;
  }
  .fv__picture {
    padding-top: 67.688%;
    background: url(../img/sp/img_mv.png) top right/85.7938% no-repeat;
  }
  .fv__title {
    top: 12%;
  }
  .fv__title-main {
    font-size: 36px;
    line-height: 1.05;
    padding-left: 3px;
  }
  .fv__title-sub {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4285;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 18px;
    padding-left: 8px;
  }
  .fv__title-sub--bg {
    padding: 4px 8px 7px 0px;
    margin-top: 9px;
    display: inline-block;
    margin-left: -8px;
  }
  .fv__body {
    padding: 20px 32px 64px;
  }
  .fv__body-title {
    font-size: 20px;
    text-align: center;
    margin-top: 28px;
    padding-left: 16px;
  }
  .fv__body-text {
    font-size: 16px;
    margin-top: 24px;
  }
  .fv__body-text-sentence + .fv__body-text-sentence {
    margin-top: 1.5em;
  }
  .fv__body-picture {
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    font-size: 110px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: 0.03em;
    text-align: right;
  }
  .about {
    padding: 64px 0;
  }
  .about .section__title-sub {
    padding-left: 3px;
  }
  .about .section__title-main {
    padding: 8px 0 16px 5px;
  }
  .about__contents {
    margin-top: 56px;
  }
  .about__item {
    display: block;
  }
  .about__item + .about__item {
    margin-top: 56px;
  }
  .about__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 16px;
  }
  .about__body {
    display: block;
  }
  .about__body--1 {
    height: 179px;
  }
  .about__body--1 .about__back {
    right: -16px;
  }
  .about__body--1 .about__front {
    margin-top: 0px;
  }
  .about__body--2 {
    height: 214px;
  }
  .about__body--2 .about__back {
    right: -7px;
  }
  .about__body--2 .about__front {
    margin-top: 0px;
  }
  .about__body--3 {
    height: 206px;
  }
  .about__body--3 .about__back {
    right: -13px;
  }
  .about__body--3 .about__front {
    margin-top: 0px;
    margin-left: 0;
  }
  .about__back {
    font-size: 180px;
    bottom: -27px;
    line-height: 180px;
    overflow: hidden;
  }
  .about__front {
    top: 0;
    transform: translateY(0);
    transform: translateX(-50%);
    left: 50%;
    max-width: 330px;
    width: 100%;
    overflow: visible;
    padding-left: 2px;
  }
  .about__text {
    font-size: 16px;
    max-width: 329px;
    width: 100%;
    text-align: justify;
  }
  .about__picture {
    z-index: 10;
    position: relative;
  }
  .parallax {
    padding-top: 66.6666%;
  }
  .parallax__salad {
    background-size: 124%;
    background-position: -57px center;
  }
  .menu {
    padding: 25px 15px;
  }
  .menu__frame {
    max-width: 340px;
    border: 1px solid #ffffff;
  }
  .menu__inner {
    padding: 31px 20px;
    max-width: 300px;
  }
  .menu .section__title {
    margin-left: 0;
  }
  .menu__supp {
    font-size: 16px;
    line-height: 1.4375;
    margin-top: 47px;
  }
  .menu__contents {
    margin-top: 48px;
  }
  .menu .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .menu .grid__big {
    grid-column: 1/2;
  }
  .menu__item {
    max-width: 300px;
    width: 100%;
  }
  .menu__item + .menu__item {
    margin-top: 48px;
  }
  .menu__item1 {
    height: 594px;
  }
  .menu__item1 .menu__item-picture {
    width: 315px;
    left: -14px;
  }
  .menu__item1 .menu__item-body {
    width: 100%;
    top: 271px;
    transform: translateX(-50%);
    left: 50%;
  }
  .menu__item1 .menu-card__inner {
    padding: 110px 5px 31px;
  }
  .menu__item1 .menu-card__price {
    padding: 14px 42px 18px 0px;
  }
  .menu__item1 .menu-card__price-en {
    padding-right: 0;
  }
  .menu__item1 .menu-card__price::after {
    right: -3px;
    bottom: 24px;
  }
  .menu__item1 .menu-card__title {
    padding-left: 3px;
  }
  .menu__item2 {
    height: 484px;
  }
  .menu__item2 .menu__item-picture {
    width: 305px;
    top: 1px;
    left: -2%;
  }
  .menu__item2 .menu__item-body {
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
  }
  .menu__item2 .menu-card__inner {
    padding: 48px 5px 31px;
  }
  .menu__item2 .menu-card__title {
    padding-left: 3px;
  }
  .menu__item2 .menu-card__price {
    padding: 13px 44px 18px 0px;
  }
  .menu__item2 .menu-card__price-en {
    padding-right: 0;
  }
  .menu__item2 .menu-card__price::after {
    right: -3px;
    bottom: 24px;
  }
  .menu__item3 {
    height: 479px;
  }
  .menu__item3 .menu__item-picture {
    width: 308px;
    right: 0;
    top: 0;
    left: -1%;
  }
  .menu__item3 .menu__item-body {
    width: 100%;
    left: 3px;
  }
  .menu__item3 .menu-card__inner {
    padding: 48px 5px 32px;
  }
  .menu__item3 .menu-card__title {
    padding-left: 3px;
  }
  .menu__item3 .menu-card__price {
    padding: 14px 42px 19px 0px;
  }
  .menu__item3 .menu-card__price-en {
    padding-right: 0;
  }
  .menu__item3 .menu-card__price::after {
    right: -4px;
    bottom: 25px;
  }
  .menu-card {
    padding: 10px;
  }
  .menu-card__rec {
    width: 211px;
    height: 97px;
    padding: 38px 10px 16px;
  }
  .menu-card__rec-subTitle {
    font-size: 12px;
    line-height: 1.4408;
  }
  .menu-card__rec-title {
    font-size: 18px;
    line-height: 1.4444;
  }
  .menu-card__inner {
    border: 1px solid #333333;
    padding: 46px 10px 32px;
  }
  .menu-card__title {
    font-size: 24px;
    line-height: 1.5;
  }
  .menu-card__price {
    font-size: 30px;
  }
  .menu-card__price::after {
    font-size: 12px;
  }
  .menu-card__price-en {
    font-size: 18px;
  }
  .menu-card__supp {
    font-size: 14px;
    line-height: 1.4285;
  }
  .menu .inst {
    margin-top: 48px;
    margin-left: 3px;
    max-width: 300px;
    width: 100%;
  }
  .menu .inst__rec {
    padding: 8px 9px 13px;
    width: 185px;
  }
  .menu .inst__rec-title {
    font-size: 24px;
  }
  .menu .inst__inner {
    padding: 63px 9px 24px;
  }
  .menu .inst__text {
    font-size: 16px;
    line-height: 1.4375;
    width: 235px;
    text-align: justify;
    margin-bottom: 24px;
    margin-left: 2px;
  }
  .menu .inst__text span {
    display: inline-block;
  }
  .menu .inst__text::before, .menu .inst__text::after {
    display: none;
  }
  .menu .inst__scroll {
    margin-left: 0;
  }
  .menu .inst__list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .menu .inst__item {
    width: 100%;
  }
  .menu .inst__footer {
    margin-top: 7.5px;
  }
  .menu .inst__id {
    font-size: 16px;
    line-height: 1.4481;
    margin-bottom: 24px;
    margin-left: -5px;
  }
  .menu .inst .menu-button {
    padding: 16px 57px 15px 36px;
  }
  .menu .inst .menu-button::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  .shop {
    padding: 63px 0;
  }
  .shop .section__title {
    margin-left: 0px;
  }
  .shop__contents {
    margin-top: 56px;
  }
  .shop__map {
    padding-top: 66.6666%;
    background: url(../img/sp/sp_map.png) center center/cover;
    position: relative;
  }
  .shop__map::after {
    position: absolute;
    content: "";
    background: url(../img/map_pin.png) center center/cover;
    right: 17.0933%;
    top: 45.6%;
    width: 19.6266%;
    height: 29.16%;
  }
  .shop__info {
    display: block;
    width: 100%;
    max-width: 343px;
    margin: 56px auto 98px;
    align-items: center;
  }
  .shop__info-body {
    font-size: 16px;
    line-height: 1.7;
    max-width: 319px;
    margin: 0 auto;
  }
  .shop__name {
    text-align: center;
    padding-left: 3px;
    line-height: 22px;
    margin-top: 0;
  }
  .shop__name-ja {
    font-size: 16px;
  }
  .shop__address {
    line-height: 27px;
    margin-top: 25px;
  }
  .shop__list {
    margin-top: 4px;
  }
  .shop__term {
    flex: 0 0 82px;
  }
  .shop__exp {
    flex: 0 1 calc(100% - 82px);
  }
  .shop__exp span {
    line-height: 1.7;
  }
  .shop__exp-access {
    line-height: 1.7;
    margin-top: 0px;
  }
  .shop__picture {
    margin-top: 40px;
  }
  .shop__card {
    max-width: 343px;
    padding: 18px 10px 1px;
  }
  .shop__card-picture {
    display: block;
  }
  .shop__card-picture--l {
    width: 100%;
  }
  .shop__card-picture--r {
    width: 100%;
  }
  .shop__card-stamp {
    position: absolute;
    width: 112px;
    height: 93px;
    top: -4.2116%;
    left: -4.6647%;
  }
  .shop__card-body {
    display: block;
    max-width: 317px;
    width: 100%;
    margin: 20px auto 113px;
  }
  .shop__card-logo1 {
    font-family: "Satisfy", cursive;
    font-size: 30px;
    line-height: 1.4333;
    padding-left: 12px;
  }
  .shop__card-note {
    margin: 0 auto;
    padding: 0;
  }
  .shop__card-text {
    padding-left: 12px;
  }
  .shop__card-logo2 {
    position: absolute;
    bottom: -50px;
    right: 6px;
    transform: rotate(-6.17deg);
  }
  .shop__card-logo2-text {
    font-size: 36px;
    line-height: 1.4413;
  }
  .shop__card-logo2-under {
    width: 278px;
    bottom: 3px;
    right: 0;
    rotate: -1deg;
  }
  .contact {
    padding: 64px 16px;
  }
  .contact__inner {
    max-width: 340px;
    padding: 64px 12px 65px 15px;
  }
  .contact .section__title {
    margin-left: 0;
  }
  .contact .section__title-main {
    padding: 8px 0 15px;
  }
  .contact__text {
    text-align: left;
    margin: 48px 0 31px;
  }
  .contact__item + .contact__item {
    margin-top: 33px;
  }
  .contact__item-title {
    font-size: 16px;
    line-height: 1.4481;
  }
  .contact__item-title span {
    margin-left: 10px;
  }
  .contact__item-input {
    margin-top: 6.5px;
  }
  .contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
    height: 54px;
    line-height: 54px;
    max-width: 310px;
    width: 100%;
    padding: 0 16px;
  }
  .contact textarea {
    max-width: 310px;
    width: 100%;
    padding: 13px 16px 17px;
  }
  .contact__footer {
    margin-top: 33px;
  }
  .contact__footer-text {
    font-size: 16px;
  }
  .contact__footer-privacy {
    margin-left: 0;
    font-size: 16px;
  }
  .contact__privacy {
    display: flex;
    margin-left: 0;
  }
  .contact__privacy-link {
    margin-left: 14px;
  }
  .contact__footer-submit {
    margin-top: 45px;
  }
  .contact__footer-link {
    width: 100%;
    max-width: 300px;
  }
  .to-top {
    right: 16px;
    bottom: 307px;
  }
  .to-top a img {
    width: 70px;
  }
  .footer {
    padding: 45px 37px 10px;
  }
  .footer__sns-item + .footer__sns-item {
    margin-left: 21px;
  }
  .footer .sns-icon__circle {
    width: 50px;
    height: 50px;
  }
  .footer .sns-icon__circle i {
    font-size: 32px;
  }
  .footer__nav {
    margin-top: 13px;
  }
  .footer__nav-list {
    justify-content: space-between;
    font-size: 16px;
  }
  .footer__nav-item + .footer__nav-item {
    margin-left: 0;
  }
  .footer__logo {
    margin-top: 15px;
  }
  .footer__copyright {
    font-size: 14px;
    margin-top: 27.35px;
    line-height: 1.4483;
  }
}
/* ===============================================
# // tab
=============================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv__title-main {
    font-size: 68px;
  }
  .fv__title-sub {
    font-size: 22px;
    margin-top: 18px;
  }
  .fv__title-sub--bg {
    margin-top: 8px;
    padding: 5px 21px 5px 0;
  }
  .fv__body {
    padding: 80px 10px;
  }
  .fv__body-picture {
    font-size: 150px;
    bottom: -90px;
  }
  .about__item {
    gap: 26px;
  }
  .about__body {
    overflow: visible;
  }
  .about__title {
    font-size: 26px;
  }
  .about__text {
    max-width: 385px;
    width: 100%;
  }
  .about__back {
    font-size: 180px;
    right: 0;
  }
  .shop__info {
    width: 98%;
  }
  .shop__info-body {
    flex: 0 0 50%;
  }
  .shop__picture {
    flex: 0 0 50%;
  }
  .shop__card-body {
    margin-bottom: 80px;
  }
  .shop__card-logo2 {
    bottom: -55px;
  }
  .menu {
    padding: 40px;
  }
  .menu__inner {
    padding: 40px 20px;
  }
  .menu__item1 {
    width: 100%;
    height: 357.64px;
  }
  .menu__item1 .menu-card__inner {
    padding: 80px 37px 20px;
  }
  .menu__item2, .menu__item3 {
    height: 490px;
  }
  .menu-card__rec-title {
    font-size: 20px;
  }
  .menu-card__inner {
    padding: 40px 10px 20px;
  }
  .menu-card__title {
    font-size: 25px;
  }
  .to-top a img {
    width: 70px;
  }
}