@charset "UTF-8";
/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, main, aside, figure, figcaption {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
  width: 100%;
  width: 100%;
  padding: 12px;
}
@media (width < 768px) {
  .header {
    text-align: center;
  }
}

@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;
    max-width: 1080px;
    margin: 0 auto;
  }
}

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

.header-nav {
  margin-top: 10px;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (width < 768px) {
  .header-nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-nav-link {
  color: #fff;
}
.header-nav-link:hover {
  opacity: 0.7;
}

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

@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: 30px;
  }
}

.about-text-contents {
  margin: 0;
}

@media (width < 768px) {
  .about-img {
    margin-bottom: 20px;
  }
}
@media (width >= 768px) {
  .about-img {
    height: 200px;
    width: 300px;
  }
}

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

.about-text-contents {
  margin-top: 20px;
}

.about-text {
  line-height: 2;
  font-size: 14px;
}

@media (width < 768px) {
  .about-text + .about-text {
    margin-top: 10px;
  }
}
@media (width >= 768px) {
  .about-text + .about-text {
    margin-top: 30px;
  }
}

.section-heading-main {
  display: block;
  text-align: center;
}
@media (width < 768px) {
  .section-heading-main {
    font-size: 40px;
  }
}
@media (width >= 768px) {
  .section-heading-main {
    font-size: 64px;
  }
}

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

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

.menu-img:hover {
  opacity: 0.7;
}
@media (width >= 768px) {
  .menu-img {
    width: 320px;
    height: 220px;
  }
}

@media (width >= 768px) {
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.menu-name-main {
  text-align: center;
  display: block;
}

.menu-name-sub {
  text-align: center;
  display: block;
  color: #a98c5f;
  margin-bottom: 16px;
  font-size: 12px;
}

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

.menu-text {
  text-align: center;
  color: #a98c5f;
  font-size: 14px;
}

@media (width < 768px) {
  .menu-item + .menu-item {
    margin-top: 70px;
  }
}

.menu-modal {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.menu-bigimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 60%;
  margin: auto;
}

.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 .shop-inner .section-heading-l {
  color: #fff;
}
@media (width >= 768px) {
  .shop .shop-inner {
    padding: 0;
  }
}
.shop .shop-text {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .shop .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 0 20px;
  }
}
.shop .form-input {
  padding: 14px;
  width: 100%;
  opacity: 0.8;
  border-radius: 4px;
  border: none;
  margin-bottom: 10px;
  display: block;
  margin: 0 auto;
}
@media (width >= 768px) {
  .shop .form-input {
    width: 400px;
    margin: 0;
  }
}
.shop .form-submit {
  display: block;
  margin: 10px auto 0;
  width: 120px;
  padding: 12px 10px;
  border: none;
  border-radius: 4px;
  background-color: #a98c5f;
  color: #fff;
}
.shop .form-submit:hover {
  opacity: 0.7;
}
@media (width >= 768px) {
  .shop .form-submit {
    margin: 0;
  }
}

.footer {
  background-color: #3c301e;
  padding-top: 46px;
}
.footer .footer-logo {
  width: 200px;
  margin: 0 auto;
}
.footer .footer-text {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.footer .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: 40px 0;
}
.footer .footer-nav-item {
  text-align: center;
}
.footer .sns-img {
  width: 56px;
  height: 56px;
}
.footer .footer-nav-link-text {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}
.footer #page-top a {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #3c301e;
  background-color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
}
.footer #page-top a:hover {
  opacity: 0.7;
}
.footer .footer-copy-wrapper {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid rgba(241, 238, 228, 0.25);
}
@media (width >= 768px) {
  .footer .footer-copy-wrapper {
    padding: 12px;
  }
}
.footer .footer-copylight {
  color: #fff;
  font-size: 12px;
}
@media (width >= 768px) {
  .footer .footer-copylight {
    font-size: 13px;
  }
}