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

/* header */
.header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
  color: white;
  height: 82px;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 16px;
    height: 64px;
  }
}

.header-inner {
  text-align: center;
  padding: 12px;
  height: 82px;
}
@media screen and (min-width: 768px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1080px;
    height: 31px;
  }
}

.header-logo {
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header-logo {
    margin: 0;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .header-nav-list {
    gap: 27px;
  }
}

.header-nav-link-menu {
  width: 71px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .header-nav-link-menu {
    margin-bottom: 22px;
  }
}

.drawer-content {
  padding: 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 2;
  font-size: 12px;
  display: none;
}

/* ファーストビュー */
.fv-picture img {
  width: 100%;
}

/* 共通クラス */
img {
  width: 100%;
}

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

.shop-inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .shop-inner {
    max-width: 600px;
    margin: 0 auto;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading-main {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .section-heading-main {
    font-size: 64px;
  }
}

.section-heading-sub {
  display: block;
  font-size: 12px;
}

/* aboutセクション */
.about {
  padding: 40px 0;
  background-color: #f1eee4;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 100px 0;
  }
}

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

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

.about-text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about-text {
    margin-top: 0;
    font-size: 15px;
  }
}

.about-text + .about-text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .about-text + .about-text {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .about-img {
    width: 300px;
  }
}

/* menuセクション */
.menu {
  padding: 80px 0;
  background-color: #f1eee4;
}
@media screen and (min-width: 768px) {
  .menu {
    padding: 0 0 100px;
  }
}

.menu-item + .menu-item {
  margin-top: 62px;
}
@media screen and (min-width: 768px) {
  .menu-item + .menu-item {
    margin-top: 0;
  }
}

.menu-item-contents {
  text-align: center;
  padding: 16px 10px;
}

.menu-name-main {
  font-size: 18px;
}

.menu-name-sub {
  display: block;
  color: #a98c5f;
  font-size: 12px;
  margin-top: 8px;
}

.menu-text {
  color: #a98c5f;
  font-size: 14px;
  margin-top: 16px;
}

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

/* メニューの画像をモーダルで拡大表示 */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  margin: 10% auto;
  display: block;
  width: 50%;
}

/* shopセクション */
.shop {
  background-image: url(../img/sp/bg-shop.png);
  background-size: cover;
  background-position: center center;
  color: white;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .shop {
    background-image: url("../img/bg-shop.png");
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
  }
}

.shop-text {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.form {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.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;
}

.form-submit {
  display: block;
  margin: 10px auto 0;
  border-radius: 4px;
  background-color: #a98c5f;
  border: none;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  width: 120px;
  padding: 12px 10px;
  color: white;
}
@media screen and (min-width: 768px) {
  .form-submit {
    margin-top: 0;
  }
}

.footer {
  background-color: #3c301e;
  color: white;
  text-align: center;
  padding-top: 46px;
}

.footer-logo {
  width: 200px;
  margin: 0 auto;
}

.footer-text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer-text {
    margin-top: 12px;
  }
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 24px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .footer-nav-list {
    gap: 40px;
  }
}

.footer-nav-link-text {
  font-size: 12px;
  margin-top: 12px;
}

.sns-img {
  width: 56px;
}

.footer-copy-wrapper {
  border-top: 1px solid rgba(241, 238, 228, 0.25);
  margin-top: 46px;
  padding: 12px;
}

.footer-copyright {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 13px;
  }
}

/* ページトップ */
.page-top {
  display: none;
  position: fixed;
  background-color: #fff;
  right: 33px;
  bottom: 33px;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  text-align: center;
  line-height: 59px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid black;
}