@charset "UTF-8";
.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

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

img {
  width: 100%;
  height: auto;
}

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

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

.header {
  position: fixed;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
}
@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;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
    vertical-align: baseline;
  }
}
.header-logo {
  width: 200px;
  margin: 0 auto;
}
@media (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;
  gap: 20px;
  margin-top: 6px;
}
@media (width >= 768px) {
  .header-nav-list {
    gap: 40px;
  }
}
.header-nav-link {
  color: #fff;
  text-decoration: none;
}
.header-nav-item {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 46px;
  /* left: 50% → 親の幅の50%の位置に配置
     transform: translateX(-50%) → サブメニュー自身の半分だけ左にずらす
      ⇒ 親要素の中央にピッタリ配置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.281);
  list-style: none;
  width: 100px;
}
.submenu-item {
  padding: 10px 0;
}

.drawer__menu {
  color: #fff;
  text-decoration: none;
  font-size: 12pt;
}

.fv-img {
  display: block;
  width: 100%;
}

.about {
  background-color: #f1eee4;
  padding: 40px 0;
}
.about-text-contents {
  margin-top: 20px;
}
.about-text {
  font-size: 14px;
  line-height: 2em;
}
.about-text + .about-text {
  margin-top: 10px;
}
@media (width >= 768px) {
  .about {
    padding-top: 100px;
  }
  .about-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .about-img {
    width: 300px;
  }
}

.menu {
  background-color: #f1eee4;
  padding: 80px 0;
}
.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (width >= 768px) {
  .menu-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menu-text-contents {
  text-align: center;
  padding: 18px 10px;
}
.menu-name-main {
  display: block;
  font-size: 18px;
}
.menu-name-sub {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #a98c5f;
}
.menu-text {
  margin-top: 18px;
  color: #a98c5f;
  font-size: 14px;
}
@media (width >= 768px) {
  .menu-img {
    max-width: 300px;
  }
}

.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-img {
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
}

.shop {
  background-image: url(../img/sp/bg-shop.png);
  background-size: cover;
}
@media (width >= 768px) {
  .shop {
    background-image: url(../img/bg-shop.png);
  }
}
.shop-inner {
  color: #fff;
  padding: 80px 20px;
}
.shop-contents {
  text-align: center;
}
@media (width >= 768px) {
  .shop-contents {
    width: 560px;
    margin: 0 auto;
  }
}
.shop-text {
  line-height: 2;
  font-size: 14px;
}

@media (width >= 768px) {
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.form-input {
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  margin: 40px 0 10px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}
@media (width >= 768px) {
  .form-input {
    margin-bottom: 0;
    padding: 0;
  }
}

.submit-button {
  display: block;
  border-radius: 4px;
  background-color: #a98c5f;
  border: none;
  color: #fff;
  width: 120px;
  margin: 10px auto 0;
  height: 40px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}
@media (width >= 768px) {
  .submit-button {
    margin-bottom: 0;
    padding: 0;
  }
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: none;
}

.footer {
  background-color: #3c301e;
}
.footer-title {
  text-align: center;
}
.footer-logo {
  width: 200px;
  margin-top: 46px;
}
@media (width >= 768px) {
  .footer-logo {
    margin-bottom: 16px;
  }
}
.footer-text {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
@media (width >= 768px) {
  .footer-nav-list {
    gap: 40px;
  }
}
.footer-nav-item {
  text-align: center;
}
.footer-icon {
  width: 56px;
}
.footer-icon-text {
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
}
.footer-copy-wrapper {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px;
  margin-top: 44px;
}
.footer-copyright {
  color: #fff;
  font-size: 12px;
}