@charset "UTF-8";
.button {
  color: #333;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  padding: 8px 16px;
  border: 1px solid #333;
  text-decoration: none;
}

body {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #3c301e;
}
@media (min-width: 1080px) {
  body {
    letter-spacing: 0.05em;
    color: #3c301e;
  }
}

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

.header-nav {
  margin-top: 10px;
}
@media (min-width: 1080px) {
  .header-nav {
    margin-left: auto;
  }
}

.header-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.header-item a {
  color: white;
  transition: all 0.3s ease 0sh;
}
.header-item:hover {
  opacity: 0.7;
}
@media (min-width: 1080px) {
  .header-item {
    font-size: 18px;
  }
  .header-item:not(:first-child) {
    margin-left: 40px;
  }
}

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

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

.section-main-title {
  display: block;
  font-size: 40px;
}
@media (min-width: 1080px) {
  .section-main-title {
    font-size: 60px;
  }
}

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

.fv-picture img {
  width: 100%;
}

.about {
  padding: 40px 0;
  background-color: #f1eee4;
}
@media (min-width: 1080px) {
  .about {
    padding: 100px 0;
  }
}

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

@media (min-width: 1080px) {
  .about-content {
    display: flex;
    align-items: center;
  }
}

.section-text {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 1080px) {
  .section-text {
    font-size: 15px;
  }
}

.section-text + .section-text {
  margin-top: 16px;
}

.about-text-content {
  margin-top: 20px;
}
@media (min-width: 1080px) {
  .about-text-content {
    margin-left: 30px;
    margin-top: 0;
  }
}

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

@media (min-width: 1080px) {
  .menu-list {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}

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

.menu-text-contents {
  text-align: center;
  margin: 16px 0;
}

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

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

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

.shop {
  background-image: url(../img/sp/bg-shop.png);
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}
@media (min-width: 1080px) {
  .shop {
    background-image: url(../img/bg-shop.png);
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
  }
}

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

.shop-text {
  color: white;
}

.section-heading {
  color: white;
}

.shop-contents {
  text-align: center;
}

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

form {
  margin-top: 40px;
}
@media (min-width: 1080px) {
  form {
    display: flex;
    gap: 20px;
  }
}

.form-input {
  width: 100%;
  padding: 15px 13px;
  border-radius: 5px;
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}
.form-input::placeholder {
  color: rgb(85, 83, 83);
}

.form-submit {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 120px;
  padding: 12px 0;
  background-color: #a98c5f;
  border: none;
  border-radius: 5px;
  color: white;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.form-submit:hover {
  opacity: 0.7;
}
@media (min-width: 1080px) {
  .form-submit {
    margin-top: 0;
  }
}

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

.footer-text {
  color: white;
  font-size: 12px;
}
@media (min-width: 1080px) {
  .footer-text {
    margin-top: 12px;
  }
}

.footer-nav-list {
  display: flex;
  justify-content: center;
}
.footer-nav-list li {
  margin: 30px 25px;
}
.footer-nav-list img {
  width: 56px;
}
.footer-nav-list a {
  font-size: 11px;
  color: white;
}

.footer-nav-link-text {
  margin-top: 15px;
}

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

.footer-copylight {
  color: white;
}

@media (min-width: 1080px) {
  .header-inner {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
  }
}

.drawer {
  background-color: rgba(241, 238, 228, 0.25);
  display: none;
}

.drawer-items {
  padding: 20px 15px;
}
.drawer-items li:not(:first-child) {
  margin-top: 10px;
}
.drawer-items a {
  color: white;
  font-weight: 600;
}

/*先頭ページへ戻る*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 60px;
  background: #70aeed;
  opacity: 0.8;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  margin-top: 3px;
}

.menu-img a:hover {
  opacity: 0.8;
}

.menu-img img {
  width: 100%;
}

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

.bigimg {
  position: absolute;
  width: 80%;
  max-width: 800px;
  top: 250px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}

.close-btn a {
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */