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

img {
  width: 100%;
}

/* ヘッダー */
.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 .header-logo {
  width: 200px;
}
.header .header-nav {
  margin-top: 10px;
}
.header .header-nav .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header-nav .header-nav-list .header-nav-item {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header .header-nav .header-nav-list .header-nav-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header .header-nav .header-nav-list .header-nav-item:hover {
  opacity: 0.7;
}
.header .header-menu-nav {
  position: absolute;
  top: 60px;
  right: 90px;
  color: #fff;
  font-size: 13px;
  background-color: rgba(17, 14, 5, 0.129);
  padding: 10px 20px;
  line-height: 28px;
  display: none;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 16px;
  }
}

@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;
    padding: 0 40px;
  }
}

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

@media screen and (min-width: 768px) {
  .header-nav {
    margin-top: 0;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media screen and (min-width: 768px) {
  .header-nav-list {
    gap: 40px;
  }
}

/* ファーストビュー */
.fv-pc {
  display: none;
}

.fv-sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .fv-pc {
    display: block;
  }
  .fv-sp {
    display: none;
  }
}
/* section(共通) */
.inner {
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}
.section-heading .section-title-main {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .section-heading .section-title-main {
    font-size: 64px;
  }
}
.section-heading .section-title-sub {
  font-size: 12px;
}

/* about */
.about {
  background-color: #f1eee4;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 100px 0;
  }
}
.about .about-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .about .about-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about .about-contents .about-text {
  line-height: 2;
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .about .about-img {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .about .about-text-contents p:nth-child(1) {
    margin-top: 0;
  }
  .about .about-text-contents p:nth-child(2) {
    margin-top: 30px;
  }
}

/* menu */
.menu {
  background-color: #f1eee4;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .menu {
    padding: 0 0 100px;
  }
}
.menu .menu-item {
  text-align: center;
}
.menu .menu-item .menu-img img {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-item + .menu-item {
  margin-top: 62px;
}

.menu-text-contents {
  padding: 16px 10px;
}
.menu-text-contents .menu-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-text-contents .menu-name .menu-name-main {
  font-size: 18px;
}
.menu-text-contents .menu-name .menu-name-sub {
  font-size: 12px;
  color: #a98c5f;
  margin-top: 8px;
}

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

@media screen and (min-width: 768px) {
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .menu-item + .menu-item {
    margin-top: 0;
  }
}
/* オリジナル画像 */
.zoom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
.zoom-overlay .zoomed-image {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}

/* shop */
.shop {
  background-image: url(../img/sp/bg-shop.png);
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .shop {
    background-image: url(../img/bg-shop.png);
  }
}
.shop .shop-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.shop .shop-inner .shop-text {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  line-height: 2;
  font-size: 14px;
}
.shop .shop-inner .section-heading-l {
  color: #fff;
  text-align: center;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  form {
    display: block;
    text-align: center;
  }
}
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;
}
@media screen and (min-width: 768px) {
  form .form-input {
    width: 500px;
  }
}
form .form-submit {
  width: 120px;
  padding: 12px;
  background-color: #a98c5f;
  border: none;
  border-radius: 4px;
  margin: 0 auto;
  margin: 10px auto;
  color: #fff;
}
@media screen and (min-width: 768px) {
  form .form-submit {
    cursor: pointer;
    margin: 10px 20px;
    width: 120px;
    padding: 14px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  }
  form .form-submit:hover {
    opacity: 0.7;
  }
}

/* footer */
.footer {
  background-color: #3c301e;
  color: #fff;
  padding-top: 46px;
}
.footer .footer-logo {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.footer .footer-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: 40px;
}
.footer .footer-nav-list .footer-nav-item {
  text-align: center;
}
.footer .footer-nav-list .footer-nav-item .sns-img {
  width: 56px;
}
.footer .footer-nav-list .footer-nav-item .sns-text {
  font-size: 12px;
  margin-top: 12px;
}
.footer .footer-copy-wrapper {
  margin-top: 46px;
  border-top: 1px solid rgba(241, 238, 228, 0.25);
  text-align: center;
  padding: 12px;
}
.footer .page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #333;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .footer-text {
    display: block;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav-list {
    gap: 40px;
  }
}