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

.header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
  width: 100%;
  text-align: center;
  padding: 12px;
}
@media (width >= 768px) {
  .header {
    padding: 16px;
  }
}
@media (width >= 768px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
  }
}
.header-logo {
  width: 200px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .header-logo {
    margin: 0;
  }
}
.header-nav {
  margin-top: 10px;
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width >= 768px) {
  .header-nav-list {
    gap: 40px;
  }
}
.header .header-nav-link {
  color: #fff;
}
.header .header-nav-sub-item a {
  color: #ffffff;
}

.header-nav-sub-list {
  display: none;
}

.inner {
  padding: 0 40px;
}
@media (width >= 768px) {
  .inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.section-heading.section-heading-l {
  color: #ffffff;
}
.section-heading-main {
  font-size: 40px;
  display: block;
}
@media (width >= 768px) {
  .section-heading-main {
    font-size: 64px;
  }
}
.section-heading-sub {
  font-size: 12px;
  display: block;
}

.about {
  background-color: #f1eee4;
  padding: 40px 0;
}
@media (width >= 768px) {
  .about {
    padding: 100px 0;
  }
}

@media (width >= 768px) {
  .about-img {
    width: 300px;
  }
}

@media (width >= 768px) {
  .about-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.about-text-contents {
  margin-top: 20px;
}
@media (width >= 768px) {
  .about-text-contents {
    margin-top: 0;
  }
}

.about-text {
  font-size: 14px;
  line-height: 2;
}
@media (width >= 768px) {
  .about-text {
    font-size: 15px;
  }
}
.about-text + .about-text {
  margin-top: 16px;
}
@media (width >= 768px) {
  .about-text + .about-text {
    margin-top: 30px;
  }
}

.menu {
  background-color: #f1eee4;
  padding: 40px 0;
}
@media (width >= 768px) {
  .menu {
    padding: 0 0 100px;
  }
}
@media (width >= 768px) {
  .menu .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.menu .menu-item + .menu-item {
  margin-top: 62px;
}
@media (width >= 768px) {
  .menu .menu-item + .menu-item {
    margin-top: 0;
  }
}
@media (width >= 768px) {
  .menu .menu-img {
    width: 100%;
  }
}
.menu .menu-txt-contents {
  text-align: center;
  padding: 16px 10px;
}
.menu .menu-txt-contents .menu-name-main {
  font-size: 18px;
  display: block;
}
.menu .menu-txt-contents .menu-name-sub {
  font-size: 12px;
  color: #a98c5f;
  display: block;
  margin-top: 8px;
}
.menu .menu-txt-contents .menu-text {
  display: block;
  color: #a98c5f;
  font-size: 14px;
  margin-top: 16px;
}

.shop {
  background-image: url(../img/sp/bg-shop.png);
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}
@media (width >= 768px) {
  .shop {
    background-image: url(../img/bg-shop.png);
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
  }
}
.shop .shop-inner {
  padding: 0 20px;
}
@media (width >= 768px) {
  .shop .shop-inner {
    max-width: 600px;
    margin: 0 auto;
  }
}
.shop .shop-contents .shop-text {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 2;
}
.shop .shop-contents .form {
  margin-top: 40px;
}
@media (width >= 768px) {
  .shop .shop-contents .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.shop .shop-contents .form-input {
  width: 100%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  padding: 14px;
}
.shop .shop-contents .form-submit {
  border-radius: 4px;
  border: none;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  display: block;
  margin: 10px auto 0;
  width: 120px;
  padding: 12px 10px;
  color: #fff;
  background-color: #a98c5f;
}
@media (width >= 768px) {
  .shop .shop-contents .form-submit {
    margin-top: 0;
  }
}

.footer {
  background-color: #3c301e;
  text-align: center;
  padding-top: 46px;
  color: #fff;
}
.footer-text {
  font-size: 12px;
}
@media (width >= 768px) {
  .footer-text {
    margin-top: 12px;
  }
}
.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width >= 768px) {
  .footer-nav-list {
    gap: 40px;
  }
}
.footer .sns-img {
  width: 56px;
}
.footer-nav-link-text {
  font-size: 12px;
  margin-top: 15px;
}
@media (width >= 768px) {
  .footer-nav-link-text {
    margin-top: 12px;
  }
}
.footer-copy-wrapper {
  margin-top: 46px;
  border-top: 1px solid rgba(241, 238, 228, 0.25);
  padding: 12px;
}
.footer-copylight {
  font-size: 12px;
}
@media (width >= 768px) {
  .footer-copylight {
    font-size: 13px;
  }
}

#js-button-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 14px;
  background-color: #fff;
  color: black;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 80px;
  cursor: pointer;
  z-index: 999;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}