@charset "UTF-8";
body {
  font-family: "Josefin Sans", "Zen Maru Gothic", sans-serif;
}
body.is-fixed {
  overflow: hidden;
}

img {
  width: 100%;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 10px 10px;
  margin: 0 auto;
}
.button--bg {
  background-color: #fff;
}
.button--bg .button__text {
  color: #4a4a4a;
}
.button--border {
  border: 1px solid #fff;
}
.button--border .button__text {
  text-align: center;
  color: #fff;
}
.button__icon {
  width: px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__icon-path {
  fill: #fff;
}
.button__icon-path--contact {
  fill: #4a4a4a;
}
.button__text {
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #fff;
}

.page-bottom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px 10px 15px;
  width: 180px;
  margin: 0 auto;
}

.page-bottom__button--border {
  border: 1px solid #b9d0b1;
}

.page-bottom__button__icon {
  color: #b9d0b1;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-bottom__button__icon-path {
  fill: #b9d0b1;
}

.page-bottom__button__text {
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #b9d0b1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
  width: 100%;
  z-index: 999;
}
.header__logo {
  display: inline-block;
  padding: 15px 10px 10px 35px;
  font-size: 20px;
  color: #fff;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 24px;
  height: 35px;
  overflow: hidden;
  color: transparent;
  background: url(../img/bg_menu.png) center center no-repeat;
  background-size: 100% auto;
}
.header__menu-button.is-checked {
  background: url(../img/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}
.header__contents {
  position: absolute;
  right: 5px;
  display: none;
  height: calc(100vh - 78px);
  border-top: 1px solid rgba(241, 238, 228, 0.25);
  padding-top: 15px;
}
.header__nav-item + .header__nav-item {
  margin-top: 24px;
}
.header__container {
  width: 100%;
  position: relative;
}

/* 共通クラス */
.inner {
  padding: 0px 40px;
}

.section-heading {
  color: #b9d0b1;
  text-align: center;
  margin-bottom: 40px;
}

.section-heading-l {
  color: #b9d0b1;
}

.section-heading-main {
  display: block;
  font-size: 40px;
}

.section-heading-sub {
  color: #b9d0b1;
  display: block;
  font-size: 12px;
}

/* ファーストビュー */
.fv-picture img {
  width: 100%;
}

.section {
  padding: 50px 0;
}
.section__inner {
  padding: 0 50px;
}
.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;
  margin-bottom: 25px;
}
.section__heading--center {
  text-align: center;
}
.section__head-main {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.section__head-sub {
  font-size: 11px;
}
.section__lead-text {
  font-size: 16px;
  line-height: 1.6;
}
.section__contents {
  margin-top: 20px;
}

/* aboutセクション */
.about {
  padding: 30px 0px;
  background-color: #f1eee4;
}

.about-text-contents {
  color: #4a4a4a;
  margin-top: 15px;
}

.about-text {
  color: #a98c5f;
  font-size: 11px;
  line-height: 20px;
}

.about-text + .about-text {
  margin-top: 1px;
}

/* menuセクション */
.menu {
  background-color: #f1eee4;
  padding: 1px 0;
}

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

.menu-text-contents {
  text-align: center;
  padding: 10px 10px;
}

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

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

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

/* shopセクション */
.shop {
  background-image: url(../img/sp/bg-shop.png);
  background-position: left;
  background-size: 100% auto;
  padding: 80px 0;
}

.shop-inner {
  color: #fff;
  padding: 0 20px;
}

.shop-heading-main {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 2;
}

.shop-heading-sub {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  display: block;
}

.shop-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.form {
  margin-top: 40px;
}

.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;
}

.form-submit {
  border-radius: 4px;
  border: none;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  display: block;
  margin: 5px auto 0;
  width: 120px;
  padding: 12px 10px;
  color: #fff;
  background-color: #474239;
}

/* bottomセクション */
.page-bottom {
  color: #fff;
}
.page-bottom__item {
  padding: 40px;
}
.page-bottom__item--contact {
  background-color: #f4f1df;
}
.page-bottom__item--twitter {
  background-color: #e7e3cb;
}

/* footer */
.footer {
  background-color: #b9d0b1;
  text-align: center;
  padding-top: 46px;
  color: #fff;
}

.footer-logo {
  width: 200px;
  margin: 0 auto;
}

.footer-text {
  font-size: 12px;
}

.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-nav-link-text {
  font-size: 12px;
  margin-top: 12px;
}

.sns-img {
  width: 56px;
}

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

.footer-copylight {
  font-size: 12px;
}

/*--------------------------
// pc
--------------------------*/
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    padding: 16px;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(241, 238, 228, 0.25);
    width: 100%;
    text-align: left;
    padding: 12px;
  }
  .header__logo {
    margin: 0;
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .header__nav {
    margin-top: 3px;
  }
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .header__nav-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__menu-button {
    display: none;
  }
  .header__container {
    width: 100%;
    position: relative;
  }
  .header__contents {
    border: none;
    display: inline-block;
  }
  .button {
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
  }
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button__icon-path {
    fill: #4a4a4a;
  }
  .button:hover .button__text {
    color: #4a4a4a;
  }
  .button--bg {
    color: #4a4a4a;
  }
  .button--bg:hover {
    opacity: 0.7;
  }
  .section__inner {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .section-heading {
    margin-bottom: 20px;
  }
  .section-heading-main {
    font-size: 64px;
  }
  .fv__contents {
    background: url(../img/bg_fv.png) center center no-repeat;
    background-size: 100% auto;
    bottom: 100px;
    left: 0;
    max-width: 627px;
    height: 174px;
    padding-top: 24px;
    padding-left: 96px;
  }
  .about {
    padding: 100px 0;
  }
  .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;
  }
  .about-text-contents {
    margin-top: 0;
  }
  .about-text {
    font-size: 15px;
  }
  .about-text + .about-text {
    margin-top: 30px;
  }
  .page-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-bottom__item {
    padding: 54px 10px;
  }
  .menu {
    padding: 0px 0px 10px;
  }
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .menu-item + .menu-item {
    margin-top: 0;
  }
  .shop {
    background-image: url(../img/bg-shop.png);
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
  }
  .shop-inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .form-submit {
    margin-top: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-bottom__item {
    padding: 54px 10px;
  }
  .form-submit:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .footer-text {
    margin-top: 12px;
  }
  .footer-nav-list {
    gap: 40px;
  }
  .footer-copylight {
    font-size: 13px;
  }
}