@charset "UTF-8";
/* ===============================================================
# reset
=============================================================== */
*,
::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 {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

/* ===============================================================
# ブレイクポイント
=============================================================== */
/* ===============================================================
# 共通
=============================================================== */
body {
  font-family: "Josefin Sans", "Noto Sans JP", serif;
  letter-spacing: 0.05em;
  color: #3c301e;
}

.inner {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}

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

.section-heading-main {
  font-size: 64px;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-heading-main {
    font-size: 40px;
  }
}

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

/* ===============================================================
# header
=============================================================== */
.header {
  padding: 16px;
  width: 100%;
  position: fixed;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
}
@media screen and (max-width: 767px) {
  .header {
    padding: 12px;
  }
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-inner {
    display: block;
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 200px;
    margin: 0 auto;
  }
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  color: #ffffff;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .header-nav ul {
    margin-top: 10px;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-nav ul li {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-nav ul li:hover {
  opacity: 0.7;
}
.header-nav ul li .menu-drawer {
  display: none;
}

.header-menu-drawer {
  position: relative;
}

/* ドロワーメニュー */
.menu-drawer {
  display: none;
  width: 90px;
  height: auto;
  position: absolute;
  top: 38px;
  left: -25px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

/* ===============================================================
# about
=============================================================== */
.about {
  background-color: #f1eee4;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
}

.about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about-contents {
    display: block;
  }
}
.about-contents img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .about-contents img {
    width: 100%;
  }
}

.about-text-contents {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-text-contents {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-text-contents .about-text {
    font-size: 14px;
  }
}
.about-text-contents .about-text + .about-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about-text-contents .about-text + .about-text {
    margin-top: 16px;
  }
}

/* ===============================================================
# menu
=============================================================== */
.menu {
  background-color: #f1eee4;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 80px 0;
  }
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .menu-list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .menu-list li + li {
    margin-top: 62px;
  }
}

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

.menu-text-contents {
  text-align: center;
  padding: 10px 16px;
  padding: 16px 10px;
}
.menu-text-contents h3 {
  font-size: 18px;
}
.menu-text-contents h3 .menu-name-sub {
  font-size: 12px;
  margin-top: 8px;
  display: block;
  color: #a98c5f;
}
.menu-text-contents p {
  font-size: 14px;
  margin-top: 16px;
  color: #a98c5f;
}

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

.modal-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 38%;
  margin: auto;
}

/* メニュー画像のサムネイル（クリックされる画像） */
.menu-thumbnail {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.menu-thumbnail:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 画像にホバーすると少し拡大する */
}

/* ===============================================================
# shop
=============================================================== */
.shop {
  background: url(../img/bg-shop.png) no-repeat center/cover;
  padding: 60px 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .shop {
    padding: 80px 0;
    background: url(../img/sp/bg-shop.png) no-repeat center/cover;
  }
}
.shop-inner {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shop-inner {
    max-width: 100%;
    margin: 0 auto;
  }
}
.shop-contents {
  text-align: center;
}
.shop-contents p {
  font-size: 14px;
  line-height: 2;
}

.form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .form {
    display: block;
  }
}
.form-input {
  border: none;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "Josefin Sans", "Noto Sans JP", serif;
  padding: 14px;
  width: 100%;
}
.form-submit {
  border-radius: 4px;
  background-color: #a98c5f;
  border: none;
  display: block;
  width: 120px;
  color: #ffffff;
  padding: 12px 10px;
  font-family: "Josefin Sans", "Noto Sans JP", serif;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form-submit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .form-submit {
    margin: 10px auto 0;
  }
}

/* ===============================================================
# footer
=============================================================== */
.footer {
  background-color: #3d301e;
  padding: 46px 0 0;
  color: #ffffff;
  text-align: center;
}
.footer-logo {
  width: 200px;
  margin: 0 auto;
}
.footer-text {
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer-text {
    margin-top: 0;
  }
}
.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding: 0 20px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer-nav-list {
    gap: 24px;
  }
}

.sns-img {
  width: 56px;
}

.footer-nav-link-text {
  font-size: 12px;
  margin-top: 12px;
}

.copy-right-wrapper {
  margin-top: 46px;
  padding: 12px;
  border-top: 1px solid rgba(241, 238, 228, 0.25);
}
.copy-right-wrapper .copy-right {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .copy-right-wrapper .copy-right {
    font-size: 12px;
  }
}

.top-button {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #010101;
  border: 1px solid #010101;
  font-weight: bold;
  cursor: pointer;
  z-index: 100;
}