@charset "UTF-8";
body {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
  width: 100%;
  text-align: center;
  padding: 12px;
  /*drawerセクション*/
}
.header .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  color: #ffffff;
  cursor: pointer;
}
.header .drawer {
  margin-top: 28px;
  display: none;
  margin-bottom: -150px;
}
.header .drawer .drawer-menu {
  display: block;
  margin: 0 -10px;
  color: #ffffff;
  font-size: 9px;
  padding: 10px 0px;
  background-color: rgba(76, 60, 60, 0.658);
}

/*aboutセクション*/
.about {
  padding: 40px 0;
  background-color: #f1eee4;
}
.about .inner {
  padding: 0 40px;
}
.about .inner .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.about .inner .section-heading .section-heading-main {
  display: block;
  font-size: 40px;
}
.about .inner .section-heading .section-heading-sub {
  display: block;
  font-size: 12px;
}
.about .about-text-contents {
  margin-top: 20px;
}
.about .about-text-contents .about-text {
  font-size: 14px;
  line-height: 2;
}
.about .about-text-contents .about-text + .about-text {
  margin-top: 16px;
}

/*menuセクション*/
.menu {
  background-color: #f1eee4;
  padding: 80px 0;
}
.menu .inner {
  padding: 0 40px;
}
.menu .inner .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.menu .inner .section-heading .section-heading-main {
  display: block;
  font-size: 40px;
}
.menu .inner .section-heading .section-heading-sub {
  display: block;
  font-size: 12px;
}
.menu .menu-contents {
  text-align: center;
}
.menu .menu-text-contents {
  padding: 16px 10px;
}
.menu .menu-text-contents .menu-item + .menu-item {
  margin-top: 62px;
}
.menu .menu-text-contents .menu-name-main {
  display: block;
  font-size: 18px;
}
.menu .menu-text-contents .menu-name-sub {
  display: block;
  color: #a98c5f;
  margin-top: 8px;
  font-size: 12px;
}
.menu .menu-text-contents .menu-text {
  font-size: 14px;
  color: #a98c5f;
  margin-top: 16px;
}
.menu .menu-photo {
  display: none;
}
.menu .big-photo {
  padding: 20px;
}

.menu-big {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-top: 200px;
  height: 100%;
  background-color: rgba(112, 102, 102, 0.6);
  opacity: 0;
}

/*shopセクション*/
.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 .shop-text {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
.shop .shop-inner .form {
  margin-top: 40px;
}
.shop .shop-inner .form .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-inner .form .form-submit {
  border-radius: 4px;
  border: none;
  display: block;
  margin: 10px auto 0;
  width: 120px;
  padding: 12px 10px;
  color: #ffffff;
  background-color: #a98c5f;
}
.shop .shop-inner .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.shop .shop-inner .section-heading .section-heading-main {
  display: block;
  font-size: 40px;
}
.shop .shop-inner .section-heading .section-heading-sub {
  display: block;
  font-size: 12px;
}
.shop .shop-inner .section-heading-l {
  color: #ffffff;
}

/*footer*/
.footer {
  background-color: #3c301e;
  text-align: center;
  padding-top: 46px;
  color: #ffffff;
}
.footer .footer-text {
  font-size: 12px;
}
.footer .footer-nav-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 0 20px;
}
.footer .footer-nav-list .footer-nav-link-text {
  font-size: 12px;
  margin-top: 12px;
}
.footer .footer-nav-list .sns-img {
  width: 56px;
}
.footer .footer-copy-wrapper {
  border-top: 1px solid rgba(241, 238, 228, 0.25);
  padding: 12px;
  margin-top: 46px;
}
.footer .footer-copy-wrapper .fotter-copylight {
  font-size: 12px;
}
.footer .top-back {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.footer .is-fixed {
  display: none;
}
.footer .top {
  color: #3c301e;
}

/*タブレット、PCサイズの表示*/
@media screen and (min-width: 768px) {
  .header-inner {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-nav-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-nav-link:hover {
    opacity: 0.7;
  }
  .inner {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .section-heading-main {
    font-size: 60px;
  }
  .about {
    padding: 100px 0;
  }
  .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 {
    font-size: 15px;
  }
  .about-img {
    width: 300px;
  }
  .about-text-contents {
    margin-top: 0;
  }
  .menu-item + .menu-item {
    margin-top: 0;
  }
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .menu-big {
    padding-top: 0px;
    text-align: center;
  }
  .big-photo {
    width: 60%;
  }
  .shop {
    background-image: url(../img/bg-shop.png);
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
  }
  .shop-inner {
    max-width: 700px;
    margin: 0 auto;
  }
  .form {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-submit {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin: 0;
  }
  .form-submit:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .footer-text {
    margin-top: 12px;
  }
  .footer-nav-list {
    gap: 40px;
  }
}