@charset "UTF-8";
/* google font */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.section {
  text-align: center;
  padding-block: 64px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-block: 130px;
  }
}

.section__lead {
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .section__lead {
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-bottom: 3px;
  }
}
.section__lead.bg-bk {
  color: #fff;
}

.section__title {
  font-family: "reross-quadratic", sans-serif;
  font-size: 32px;
  letter-spacing: 1.6px;
  padding-bottom: 12px;
  margin-bottom: 59px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 48px;
    letter-spacing: 2.4px;
    margin-bottom: 87px;
  }
}
.section__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #159741;
  width: 50px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .section__title::after {
    bottom: -6px;
  }
}
.section__title.bg-bk {
  color: #fff;
}
.section__title.bg-bk::after {
  background-color: #fff;
}

.inner {
  padding-inline: 16px;
  margin-inline: auto;
}

.button {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-decoration: none;
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 16px;
  border: solid 1px #2f2f2f;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover {
  background-color: #2f2f2f;
  color: #fff;
}
.button:hover + .menu__instagram-button-icon path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-tab {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}

/*ページの先頭に戻るためのCSS*/
.pagetop {
  height: 70px;
  width: 70px;
  position: fixed;
  right: 16px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #333;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
  font-size: 12px;
  font-family: "reross-quadratic", sans-serif;
  padding-top: 21px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 120px;
    height: 120px;
    font-size: 16px;
    right: 64px;
    padding-top: 45px;
  }
}
.pagetop::after {
  content: "";
  position: absolute;
  background: url(../img/icon_to-top.svg) no-repeat center center/contain;
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .pagetop::after {
    width: 40px;
    height: 40px;
    top: 38px;
  }
}

/* ===============================================
# パララックスの設定
=============================================== */
.decoration1,
.decoration2 {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 900px) {
  .decoration1,
  .decoration2 {
    height: 450px;
  }
}

.decoration1 {
  background-image: url(../img/decoration1.jpg);
}

.decoration2 {
  background-image: url(../img/decoration2.jpg);
}

.header {
  background-color: #2f2f2f;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 30px;
    padding-right: 70px;
  }
}

.header__logo img {
  width: 54.052px;
  height: 29.397px;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 117.871px;
    height: 63px;
  }
}

.header__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .header__nav-links {
    gap: 40px;
  }
}

.header__nav-link {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: table;
}
@media screen and (min-width: 768px) {
  .header__nav-link {
    height: 90px;
  }
}

.nav-link-text {
  color: #fff;
  font-family: "reross-quadratic", sans-serif;
  letter-spacing: 0.42px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav-link-text {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}
.nav-link-text:hover::after {
  opacity: 1;
}
.nav-link-text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 17px;
  left: 0;
  background-color: #159741;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .nav-link-text::after {
    bottom: 25px;
  }
}

.fv {
  background-color: #2f2f2f;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.fv__inner {
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    max-width: 1200px;
  }
}

.fv__head {
  position: relative;
  margin-bottom: 72px;
  padding-left: 19px;
}
@media screen and (min-width: 768px) {
  .fv__head {
    margin-bottom: 120px;
    padding-left: 4.8333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .fv__head {
    margin-bottom: 204px;
  }
}

.fv__head-img {
  width: 82.1333333333%;
  max-width: 350px;
  position: absolute;
  top: 0;
  left: 59%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .fv__head-img {
    width: 75%;
    max-width: 750px;
    left: 62.5%;
  }
}
@media screen and (min-width: 1200px) {
  .fv__head-img {
    max-width: 1080px;
    width: 1080px;
  }
}

.fv__head-title {
  font-family: "reross-quadratic", sans-serif;
  font-size: 36px;
  line-height: 38px;
  position: relative;
  padding-top: 30px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .fv__head-title {
    padding-top: 40px;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__head-title {
    padding-top: 84px;
    font-size: 100px;
    line-height: 101px;
    margin-bottom: 47px;
  }
}

.font-green {
  color: #159741;
}

.fv__head-lead {
  font-weight: 500;
  letter-spacing: 0.7px;
  position: relative;
}
.fv__head-lead:not(:last-child) {
  margin-bottom: 9px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .fv__head-lead:not(:last-child) {
    margin-bottom: 22px;
    padding-left: 21px;
  }
}
@media screen and (min-width: 768px) {
  .fv__head-lead {
    font-size: 24px;
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__head-lead {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.fv__head-lead.bg-green {
  background: #159741;
  display: inline-block;
  padding: 4px 3px 7px 0;
}
@media screen and (min-width: 768px) {
  .fv__head-lead.bg-green {
    padding: 9px 23px 9px 0;
  }
}

.fv__body {
  text-align: center;
  width: calc(100% - 64px);
  margin-inline: auto;
  padding-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .fv__body {
    padding-bottom: 83px;
  }
}

.fv__body-title {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 24px;
  padding-left: 17px;
}
@media screen and (min-width: 768px) {
  .fv__body-title {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 48px;
    padding-left: 0;
  }
}

.fv__body-text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .fv__body-text {
    font-size: 18px;
    letter-spacing: 0.54px;
    margin-bottom: 110px;
    margin-bottom: 27px;
  }
}

.fv__body-decoration {
  position: absolute;
  bottom: -8px;
  right: -6px;
  color: rgba(103, 103, 103, 0.3);
  text-align: right;
  font-family: "reross-quadratic", sans-serif;
  font-size: 110px;
  line-height: 80%; /* 88px */
  letter-spacing: 3.3px;
}
@media screen and (min-width: 768px) {
  .fv__body-decoration {
    font-size: 280px;
    line-height: 280px;
    bottom: -40px;
    left: 0;
  }
}

.about {
  margin-bottom: 16px;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .about {
    margin-bottom: 0;
    padding-bottom: 154px;
  }
}

.about__inner {
  max-width: 1130px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding-inline: 25px;
  }
}

.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .about__items {
    gap: 64px;
  }
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .about__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 67px;
  }
  .about__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about__item-img {
  width: 91.4666666667%;
}
@media screen and (min-width: 768px) {
  .about__item-img {
    max-width: 450px;
  }
}

.about__item-body-main {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 16px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .about__item-body-main {
    font-size: 30px;
    letter-spacing: 1.5px;
    padding-left: 0;
  }
}

.about__item-body-sub {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.48px;
  -moz-text-align-last: left;
       text-align-last: left;
  padding-inline: 25px;
}
@media screen and (min-width: 768px) {
  .about__item-body-sub {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.54px;
    padding-left: 0;
  }
}

.menu {
  background-color: #2f2f2f;
  padding-block: 56px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .menu {
    padding-top: 152px;
    padding-bottom: 174px;
  }
}
.menu::after {
  position: absolute;
  content: "";
  width: calc(100% - 32px);
  height: calc(100% - 48px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .menu::after {
    width: calc(100% - 144px);
    height: calc(100% - 144px);
  }
}

.menu__title {
  margin-bottom: 49px;
}
@media screen and (min-width: 900px) {
  .menu__title {
    margin-bottom: 44px;
  }
}

.menu-description {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-bottom: 319px;
}
@media screen and (min-width: 900px) {
  .menu-description {
    font-size: 18px;
    letter-spacing: 0.54px;
    margin-bottom: 102px;
  }
}

.menu__items {
  display: grid;
  gap: 309px;
  margin-bottom: 57px;
}
@media screen and (min-width: 900px) {
  .menu__items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 444px 30px;
    margin-bottom: 79px;
  }
}

.menu__item {
  position: relative;
}

@media screen and (min-width: 900px) {
  .menu__item--1 {
    grid-column: 1/3;
    grid-row: 1/2;
    margin-left: 25.2130681818%;
  }
  .menu__item--1 .menu__item-body {
    margin-left: 28.4090909091%;
  }
}
@media screen and (min-width: 1200px) {
  .menu__item--1 .menu__item-body {
    width: 592px;
    max-width: 592px;
    margin-left: 25.2130681818%;
  }
}

@media screen and (min-width: 900px) {
  .menu__item--2 {
    margin-left: auto;
  }
  .menu__item--2 .menu__item-img {
    max-width: 417px;
    top: -355px;
  }
}

@media screen and (min-width: 900px) {
  .menu__item--3 {
    margin-right: auto;
  }
  .menu__item--3 .menu__item-img {
    max-width: 427px;
    top: -355px;
  }
}

.menu__item-img {
  width: calc(100% - 8px - 20px);
  max-width: 315px;
  position: absolute;
  top: -270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .menu__item-img.is-recommendation {
    max-width: 350px;
    top: 46%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% - 480px);
  }
}
@media screen and (min-width: 1200px) {
  .menu__item-img.is-recommendation {
    max-width: 450px;
    left: calc(50% - 657px);
  }
}

.menu__item-body {
  width: 87.4635568513%;
  max-width: 400px;
  background: #f2f2f2;
  color: #333;
  padding: 50px 10px 42px;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .menu__item-body {
    width: 545px;
    max-width: 525px;
    padding-top: 77px;
  }
}
.menu__item-body:has(.menu__item-body-tag) {
  padding: 121px 10px 42px;
}
@media screen and (min-width: 900px) {
  .menu__item-body:has(.menu__item-body-tag) {
    padding-top: 113px;
  }
}
.menu__item-body::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #2f2f2f;
}

.menu__item-body-tag {
  background-color: #159741;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 38px;
  padding-bottom: 16px;
  width: 211px;
}
@media screen and (min-width: 900px) {
  .menu__item-body-tag {
    width: 251px;
    padding-top: 12px;
    padding-bottom: 19px;
  }
}

.menu__item-body-tag-en {
  font-family: "Satisfy", cursive;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.36px;
}
@media screen and (min-width: 900px) {
  .menu__item-body-tag-en {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

.menu__item-body-tag-jp {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.54px;
}
@media screen and (min-width: 900px) {
  .menu__item-body-tag-jp {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}

.menu__item-body-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin-bottom: 13px;
}
@media screen and (min-width: 900px) {
  .menu__item-body-name {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
}

.menu__item-body-price {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-left: 10px;
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .menu__item-body-price {
    margin-bottom: 22px;
  }
}

.price-mark {
  font-family: "reross-quadratic", sans-serif;
  font-size: 18px;
  letter-spacing: 1.8px;
  padding-bottom: 5px;
}
@media screen and (min-width: 900px) {
  .price-mark {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.price-num {
  font-family: "reross-quadratic", sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
}
@media screen and (min-width: 900px) {
  .price-num {
    font-size: 40px;
    letter-spacing: 4px;
  }
}

.price-tax {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-bottom: 8px;
}
@media screen and (min-width: 900px) {
  .price-tax {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.menu__item-body-nutrition {
  letter-spacing: 0.42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu__item-body-nutrition p {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .menu__item-body-nutrition {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}

/* ===============================================
# instagram
=============================================== */
.menu__instagram {
  width: calc(100% - 43px);
  margin-inline: auto;
  background: #f2f2f2;
  padding: 73px 10px 10px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .menu__instagram {
    max-width: 1080px;
    width: calc(100% - 144px);
    padding-top: 100px;
    padding-bottom: 4px;
  }
}
.menu__instagram::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #2f2f2f;
}

.menu__instagram-tag {
  background-color: #159741;
  color: #fff;
  font-family: "reross-quadratic", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  letter-spacing: 1.2px;
  padding: 8px 34px 11px;
  width: 185px;
}
@media screen and (min-width: 900px) {
  .menu__instagram-tag {
    width: 360px;
    font-size: 30px;
    letter-spacing: 1.5px;
    padding-bottom: 24px;
  }
}

.menu__instagram-text {
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 23px;
  padding-inline: 22px;
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .menu__instagram-text {
    font-size: 18px;
    letter-spacing: 0.9px;
    position: relative;
    margin-bottom: 33px;
  }
  .menu__instagram-text::before, .menu__instagram-text::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #2f2f2f;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu__instagram-text::before {
    left: -20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu__instagram-text::after {
    right: -20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.menu__instagram-img-wrapper {
  padding-inline: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 6px;
}
@media screen and (min-width: 900px) {
  .menu__instagram-img-wrapper {
    overflow: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 16px;
    margin-bottom: 9px;
  }
}
.menu__instagram-img-wrapper img {
  width: calc(50% - 5px);
  max-width: 210px;
}
@media screen and (min-width: 900px) {
  .menu__instagram-img-wrapper img {
    max-width: 231px;
  }
}

.menu__instagram-id {
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .menu__instagram-id {
    font-size: 18px;
  }
}

.menu__instagram-button {
  margin-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .menu__instagram-button {
    margin-bottom: 34px;
  }
}
.menu__instagram-button a {
  width: calc(100% - 20px);
  max-width: 300px;
  padding-right: 12px;
}
.menu__instagram-button .menu__instagram-button-icon {
  position: absolute;
  top: 50%;
  right: calc(50% - 112px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.shop {
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .shop {
    padding-block: 121px;
  }
}

.shop__map {
  width: 100%;
  height: 250px;
  position: relative;
  padding-top: 66.6666666667%;
  margin-bottom: 52px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .shop__map {
    height: 465px;
    padding-top: 32.2916666667%;
    margin-bottom: 79px;
  }
}
.shop__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.shop__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 98px;
}
@media screen and (min-width: 768px) {
  .shop__access {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 77px;
  }
}

.shop__access-body {
  padding-inline: 12px;
  margin-bottom: 39px;
  max-width: 520px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .shop__access-body {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .shop__access-body {
    width: calc(50% + 20px);
    max-width: 1166px;
    padding-left: 12.4653739612%;
  }
}

.shop-card__title {
  margin-bottom: 26px;
}
@media screen and (min-width: 1200px) {
  .shop-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
}

.shop-card__title-sm {
  font-family: "reross-quadratic", sans-serif;
  font-size: 18px;
  line-height: 100%;
  display: inline-block;
}

.shop-card__title-lg {
  font-family: "reross-quadratic", sans-serif;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.96px;
  display: inline-block;
}

.shop-card__title-jp {
  font-size: 16px;
  letter-spacing: 0.48px;
}

.shop-card__address {
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.48px;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .shop-card__address {
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 200%;
  }
}

.shop-card-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.48px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 1200px) {
  .shop-card-detail {
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 200%;
  }
}

.shop-card__detail-title {
  width: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .shop-card__detail-title {
    width: 84px;
  }
}

@media screen and (min-width: 768px) {
  .shop__access-img {
    width: calc(50% - 20px);
  }
}

/* ===============================================
# ポストカード
=============================================== */
.shop__postcard {
  background: #fff;
  width: calc(100% - 32px);
  max-width: 520px;
  padding: 18px 10px 114px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(161, 159, 159, 0.6);
          box-shadow: 0px 4px 20px 0px rgba(161, 159, 159, 0.6);
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .shop__postcard {
    width: 79.3628808864%;
    max-width: 1146px;
  }
}
@media screen and (min-width: 1200px) {
  .shop__postcard {
    padding: 30px 30px 40px;
  }
}
.shop__postcard::after {
  content: "";
  position: absolute;
  background: url(../img/img_postcard-stamp.svg) no-repeat center center/contain;
  width: 112px;
  height: 93px;
  top: -38px;
  left: -16px;
}
@media screen and (min-width: 768px) {
  .shop__postcard::after {
    width: 150px;
    height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .shop__postcard::after {
    width: 288px;
    height: 240px;
    top: -71px;
    left: -98px;
  }
}

.postcard-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .postcard-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 25px;
  }
}
.postcard-img picture {
  position: relative;
}
.postcard-img picture::after {
  content: "";
  position: absolute;
  border: 1px solid #FFF;
  width: calc(100% - 28px);
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.postcard__body {
  position: relative;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 900px) {
  .postcard__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 42px;
  }
}

.postcard__body-title {
  font-size: 30px;
  font-family: "Satisfy", cursive;
  letter-spacing: 1.5px;
  padding-left: 14px;
}
@media screen and (min-width: 900px) {
  .postcard__body-title {
    font-size: 48px;
    letter-spacing: 2.4px;
    padding-left: 11px;
  }
}

.postcard__body-content {
  color: #4f4f4f;
  line-height: 250%;
  font-size: 16px;
  padding-left: 14px;
  padding-right: 2px;
  background-image: linear-gradient(180deg, transparent 39px, #c4c4c4 39px); /* 罫線の色と太さ */
  background-size: 100% 40px; /* 行の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 900px) {
  .postcard__body-content {
    width: 56.3535911602%;
    margin-top: 18px;
    padding-left: 6px;
    padding-right: 18px;
  }
}

.postcard__body-comment {
  position: absolute;
  font-family: "Satisfy", cursive;
  bottom: -70px;
  right: calc(50% - 152px);
  color: #159741;
  font-size: 36px;
  letter-spacing: 1.8px;
  -webkit-transform: rotate(-6.175deg);
          transform: rotate(-6.175deg);
  display: inline;
  background-image: linear-gradient(0deg, #159741 0px, #159741 1px, transparent 1px, transparent 7px, #159741 7px, #159741 8px);
  background-size: 100% 8px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (min-width: 768px) {
  .postcard__body-comment {
    font-size: 40px;
    letter-spacing: 2px;
    right: 14px;
    bottom: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .postcard__body-comment {
    bottom: -7px;
  }
}

.contact {
  background: url(../img/img_contact.jpg) no-repeat center center/cover;
}

.contact__inner {
  width: calc(100% - 32px);
  max-width: 800px;
  background-color: #f2f2f2;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding-left: 9.5567867036%;
    padding-right: 9.8337950139%;
    padding-bottom: 71px;
  }
}

.contact__title {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .contact__title {
    margin-bottom: 36px;
  }
}

.contact__text {
  font-size: 16px;
  letter-spacing: 0.48px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact__text {
    text-align: center;
    margin-bottom: 48px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .contact__fields {
    gap: 32px;
  }
}

.form-field__head {
  font-size: 16px;
  text-align: left;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .form-field__head {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.form-field__label {
  position: relative;
}
.form-field__label.is-required::after {
  position: absolute;
  content: "必須";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -49px;
  width: 39px;
  height: 21px;
  background: #159741;
  color: #fff;
  font-size: 12px;
  padding: 1px 7px 3px;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .form-field__label.is-required::after {
    right: -55px;
  }
}

.form-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  color: inherit;
  vertical-align: top;
  width: 100%;
  border: 1px solid #2f2f2f;
  background: #fff;
  padding: 16px 16px 18px;
}
@media screen and (min-width: 768px) {
  .form-text {
    padding: 13px 22px 15px;
  }
}
.form-text::-webkit-input-placeholder {
  color: #BDBDBD;
}
.form-text::-moz-placeholder {
  color: #BDBDBD;
}
.form-text:-ms-input-placeholder {
  color: #BDBDBD;
}
.form-text::-ms-input-placeholder {
  color: #BDBDBD;
}
.form-text::placeholder {
  color: #BDBDBD;
}

.form-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  color: inherit;
  vertical-align: top;
  border: 1px solid #2f2f2f;
  background: #fff;
  width: 100%;
  height: 160px;
  padding: 13px;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    padding: 13px 22px 15px;
  }
}
.form-textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}
.form-textarea::-moz-placeholder {
  color: #BDBDBD;
}
.form-textarea:-ms-input-placeholder {
  color: #BDBDBD;
}
.form-textarea::-ms-input-placeholder {
  color: #BDBDBD;
}
.form-textarea::placeholder {
  color: #BDBDBD;
}

.form-text:hover, .form-text:focus,
.form-textarea:hover,
.form-textarea:focus {
  border: 1px solid #159741;
  outline: 1px solid #159741;
}

.contact__privacy {
  margin-bottom: 43px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    text-align: center;
    margin-bottom: 40px;
  }
}

.form-checkbox {
  -webkit-box-sizing: border-box;
          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__text {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.form-checkbox__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-checkbox__text a:hover {
  opacity: 0.7;
}
.form-checkbox__text:hover::before {
  border: 1px solid #159741;
  -webkit-box-shadow: 0px 0px 4px 0px #159741;
          box-shadow: 0px 0px 4px 0px #159741;
}

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

.form-checkbox__text::before {
  width: 30px;
  height: 30px;
  left: 2px;
  border-radius: 1px;
  border: 1px solid #2f2f2f;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-checkbox__text::after {
  width: 23px;
  height: 17.53px;
  left: 5px;
  margin-top: 0;
  background: url(../img/check-icon.svg) no-repeat center center/contain;
  opacity: 0;
  pointer-events: none;
}

.contact__button {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__button {
    max-width: 239px;
  }
}
.contact__button .button {
  background-color: #159741;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
  padding-top: 15px;
  padding-bottom: 14px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact__button .button:hover {
  opacity: 0.7;
}

/* ===============================================
# privacy-policy
=============================================== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: none;
  z-index: 50;
  overflow: scroll;
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .modal {
    padding-top: 50px;
  }
}

.modal__inner {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  width: calc(100vw - 50px);
  margin-inline: auto;
  padding: 40px 20px;
}
@media screen and (min-width: 1200px) {
  .modal__inner {
    width: calc(100vw - 150px);
  }
}

.modal__content {
  text-align: left;
}

.modal__content-description {
  margin-bottom: 20px;
}

.modal__content-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.modal__content-text {
  margin-bottom: 20px;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 45px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .close-btn {
    width: 50px;
    height: 50px;
    top: 70px;
    right: 80px;
  }
}

.close-btn-bar {
  width: 20px;
  height: 2px;
  background-color: #2f2f2f;
  position: absolute;
  top: 10px;
  right: 5px;
}
@media screen and (min-width: 1200px) {
  .close-btn-bar {
    width: 40px;
    top: 25px;
  }
}
.close-btn-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-btn-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer {
  background-color: #f2f2f2;
  padding-top: 48px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 57px;
  }
}

.footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 39px;
}

.footer__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer__icon {
    width: 40px;
    height: 40px;
  }
}
.footer__icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__icon:hover {
  background-color: #fbfbfb;
  border: 2px solid #2f2f2f;
}
.footer__icon:hover i {
  color: #2f2f2f !important;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "reross-quadratic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.48px;
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    font-size: 18px;
    letter-spacing: 0.54px;
    gap: 40px;
    margin-bottom: 36px;
  }
}

.footer__nav-item {
  position: relative;
}
.footer__nav-item:hover::after {
  opacity: 1;
}
.footer__nav-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #159741;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .footer__nav-item::after {
    bottom: -10px;
  }
}

.footer__logo {
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 17px;
  }
}

.footer-copy-wrapper {
  text-align: center;
}

.footer-copylight {
  font-size: 12px;
  letter-spacing: 0.36px;
}