@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  color: #3c301e;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  line-height: 1.6875;
  background: #f1eee4;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

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

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

.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 {
  display: flex;
  justify-content: center;
}
.header-nav li {
  margin-left: 20px;
}
.header-nav li a {
  color: #fff;
}

#toggle {
  position: relative;
}

.toggle-list {
  display: none;
  width: 110px;
  border: 1px solid #a3a0a0;
  position: absolute;
  top: 105px;
  right: 140px;
}

.fv-picture {
  width: 100px;
}

.about {
  padding: 40px 0;
}

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

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

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

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

.about-text-contents {
  margin-top: 20px;
}

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

.menu {
  padding: 80px 0;
}

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

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

.menu-title {
  font-size: 18px;
}

.menu-subtitle {
  font-size: 12px;
  color: #a98c5f;
  margin-top: 8px;
}

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

.course-item a:hover {
  opacity: 0.8;
}

.course-item a 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: 700px;
  top: 200px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

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

.close-btn a {
  color: #fff;
  text-decoration: none;
}

.shop {
  display: block;
  background-image: url(../img/sp/bg-shop.png);
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}

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

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

.form {
  margin-top: 40px;
}

.form-input {
  width: 100%;
  border-radius: 4px;
  opacity: 0.7;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  padding: 14px;
  border: none;
}

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

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

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

.footer-sns {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  gap: 24px;
  padding: 0 20px;
}
.footer-sns a {
  font-size: 12px;
}
.footer-sns img {
  width: 56px;
}

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

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

#js-pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #f99900;
  color: #fff;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 16px;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-nav {
    gap: 35px;
  }
  .header-nav a:hover {
    opacity: 0.7;
  }
  .toggle-list {
    top: 85px;
    right: 220px;
  }
  .section-heading-main {
    font-size: 60px;
  }
  .about {
    padding: 90px 0;
  }
  .about-contents {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .about-contents img {
    width: 300px;
  }
  .about-text {
    font-size: 15px;
  }
  .about-text + .about-text {
    margin-top: 30px;
  }
  .about-text-contents {
    margin-top: 0;
  }
  .menu {
    padding: 0 0 100px;
  }
  .menu-item {
    display: flex;
    gap: 20px;
  }
  .menu-contents + .menu-contents {
    margin-top: 0;
  }
  .bigimg {
    top: 150px;
  }
  .shop {
    display: block;
    background-image: url(../img/bg-shop.png);
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
  }
  .form {
    display: flex;
    gap: 20px;
  }
  .shop-inner {
    max-width: 600px;
  }
  .form-submit {
    margin: 0;
  }
  .form-submit:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .footer-text {
    margin-top: 10px;
  }
  .footer-sns {
    gap: 40px;
  }
  .footer-copylight {
    font-size: 13px;
  }
  #js-pagetop {
    width: 75px;
    height: 75px;
    bottom: 70px;
    right: 30px;
  }
}