body {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  color: #3c301e;
  letter-spacing: 0.05em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
}
@media screen and (min-width: 768px) {
  .header .header-inner {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.header .header-nav-list {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-top: 12px;
  font-size: 16px;
}
.header .header-nav-item {
  color: #fff;
}

.inner {
  padding: 40px 40px;
  background: #f1eee4;
}
.inner .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.inner .section-heading-main {
  font-size: 40px;
  display: block;
}
.inner .section-heading-sub {
  font-size: 13px;
  display: block;
}

.about {
  background: #f1eee4;
}
@media screen and (min-width: 768px) {
  .about .about-contents {
    display: flex;
  }
}
.about .about-text {
  font-size: 14px;
  padding-top: 20px;
  line-height: 2;
}

.menu .menu-text-contents {
  text-align: center;
  padding: 20px;
}
.menu .menu-name-main {
  display: block;
}
.menu .menu-name-sub {
  display: block;
  color: #a98c5f;
  font-size: 12px;
  margin-top: 6px;
}
.menu .menu-text {
  color: #a98c5f;
  margin-top: 10px;
}
.menu .menu-item + .menu-item {
  margin-top: 62px;
}

.shop {
  background-image: url(../img/sp/bg-shop.png);
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}
.shop .shop-inner {
  padding: 0 20px;
}
.shop .section-heading-l {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.shop .section-heading-main {
  font-size: 40px;
  display: block;
}
.shop .section-heading-sub {
  font-size: 13px;
  display: block;
}
.shop .shop-contents {
  text-align: center;
}
.shop .shop-text {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.shop .form {
  margin-top: 40px;
}
.shop .form-input {
  width: 100%;
  border-radius: 4px;
  border: none;
  padding: 14px;
  background: rgba(255, 255, 255, 0.7);
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}
.shop .form-submit {
  width: 120px;
  border-radius: 4px;
  border: none;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  display: block;
  margin: 10px auto 0;
  padding: 12px 10px;
  background: #a98c5f;
  color: #fff;
}

.footer {
  background: #3c301e;
  color: #fff;
  text-align: center;
  padding-top: 46px;
}
.footer .footer-text {
  font-size: 12px;
}
.footer .footer-nav-list {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  gap: 24px;
}
.footer .sns-img {
  width: 56px;
}
.footer .footer-nav-link-text {
  font-size: 12px;
  margin-top: 12px;
}
.footer .footer-copy-wrapper {
  padding: 12px;
  border-top: 1px solid rgba(241, 238, 228, 0.25);
  width: 100%;
}
.footer .footer-copylight {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */