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

img {
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 12px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .header {
    padding: 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
  }
}
.header__logo {
  margin: 0 auto 10px;
  width: 200px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .gnav {
    margin-top: 10px;
  }
}
.gnav__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .gnav__nav {
    gap: 40px;
  }
}
.gnav__list {
  position: relative;
}
.gnav__link {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .gnav__link {
    transition: opacity 0.3s;
  }
  .gnav__link:hover {
    opacity: 0.7;
  }
}

.sub-nav__nav {
  display: none;
  position: absolute;
  top: 38px;
  left: -30px;
  padding: 20px 10px 10px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.sub-nav__nav.is-checked {
  display: block;
}
.sub-nav__list + .sub-nav__list {
  margin-top: 10px;
}
.sub-nav__link {
  color: #fff;
}

.wrapper {
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    margin: 0 auto;
    max-width: 1080px;
  }
}

.title {
  margin-bottom: 40px;
  text-align: center;
}
.title--en {
  display: block;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .title--en {
    font-size: 64px;
  }
}
.title--ja {
  display: block;
  font-size: 12px;
}

.about {
  padding: 40px 0;
  background: #f1eee4;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .about__contents {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
.about__pic {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .about__pic {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 300px;
  }
}
.about__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 15px;
  }
}
.about__text + .about_text {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .about__text + .about_text {
    margin-top: 30px;
  }
}

.menu {
  padding: 80px 0;
  background: #f1eee4;
}
@media screen and (min-width: 768px) {
  .menu {
    padding: 0 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .menu__list {
    display: flex;
    gap: 20px;
  }
}
.menu__item + .menu_item {
  margin-top: 62px;
}
@media screen and (min-width: 768px) {
  .menu__item + .menu_item {
    margin-top: 0;
  }
}
.menu__box {
  padding: 16px;
}
.menu__name {
  margin-bottom: 16px;
  text-align: center;
}
.menu__name--ja {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}
.menu__name--en {
  display: block;
  font-size: 12px;
  color: #a98c5f;
}
.menu__text {
  font-size: 14px;
  color: #a98c5f;
  text-align: center;
}

.shop {
  padding: 80px 0;
  color: #fff;
  text-align: center;
  background: url(../img/sp/bg-shop.png) center center/cover;
}
@media screen and (min-width: 768px) {
  .shop {
    padding: 60px 0;
    background-image: url(../img/bg-shop.png);
  }
}
.shop__wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .shop__wrapper {
    margin: 0 auto;
    max-width: 600px;
  }
}
.shop__text {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .form {
    display: flex;
    gap: 20px;
  }
}
.form__input {
  margin-bottom: 10px;
  padding: 14px;
  width: 100%;
  font-family: "Josefin Sans", "Noto Sans JP", serif;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .form__input {
    margin-bottom: 0;
  }
}
.form__submit {
  padding: 12px;
  width: 120px;
  color: #fff;
  font-family: "Josefin Sans", "Noto Sans JP", serif;
  background: #a98c5f;
  border: none;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .form__submit {
    padding: 11px;
    transition: opacity 0.3s;
    cursor: pointer;
  }
}
.form__submit:hover {
  opacity: 0.7;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.back-to-top__button {
  width: 50px;
  height: 50px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.footer {
  padding-top: 46px;
  color: #fff;
  text-align: center;
  background: #3c301e;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-bottom: 12px;
  }
}
.footer__logo {
  margin: 0 auto;
  width: 200px;
}
.footer__text {
  margin-bottom: 40px;
  font-size: 12px;
}
.footer__sns {
  margin-bottom: 46px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    gap: 40px;
  }
}
.footer__link--img {
  width: 56px;
}
.footer__link--text {
  margin-top: 12px;
  font-size: 12px;
}
.footer__copyright {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__small {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer__small {
    font-size: 13px;
  }
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 45%;
  aspect-ratio: 630/473;
}/*# sourceMappingURL=style.css.map */