body {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  color: #3c301e;
}

img {
}

/* PageTop */
.pagetop{
  position: fixed;
  right: 20px;
  bottom: 20px;

  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: solid 1.5px #3c301e;

  display: none;

}

.pagetop a {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
 font-size: 12px;
 font-weight: bold;
margin: auto;
}


/* header */

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

.header-logo {
  text-align: center;
}

.header-nav {
}

.header-nav-list {
  display: flex;
  justify-content: center;
  color: #fff;
}

.header-nav-item {
  padding: 10px 10px 0;
}

.header-nav-link{
  transition: 0.3s;
}

.header-nav-link:hover {
  opacity: 0.7;
}

.header-nav-link + .header-nav-link {
}

/* ドロワーメニュー */

#toggle{
  position: relative;
}

.toggle-list{
  display: none;
  width: 80px;
  height: auto;
  position: absolute;
  top: 38px;
  left: -13px;
  background-color: rgba(0,0,0, 0.25);
  font-size: 13px;
  text-align: center;
  padding: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.toggle-list>li{
  padding-top: 10px;
}



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

.title {
  text-align: center;
  padding: 40px 0 0;
}

.title-main {
  font-size: 40px;
}

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

/* about */
.about {
  background-color: #f1eee4;
}

.about-img {
  margin-top: 40px;
}

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

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

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

/* menu */
.menu {
  background-color: #f1eee4;
  padding: 80px 0 58px;
}

.menu-list {
}

.menu-list-item {
  padding-top: 40px;
}

.menu-list-img {
}

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

.menu-contents-title {
}

.menu-title-main {
  display: block;
  font-size: 18px;
  padding-top: 15px;
}

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

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

.menu-text {
}

/* モーダル */
#gray-display{
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 100%;
height: 100%;
background-color: rgba(100 , 100, 100, 0.8);
display: none;
}

#gray-display img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

.is-active{
  overflow: hidden;
}

/* shop */

.shop {
  width: 100%;
  background-image: url(../img/sp/bg-shop.png);
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

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

.shop-text {
  font-size: 14px;
  line-height: 28px;
  margin-top: 38px;
}

.shop-form {
  margin: 40px 20px;
  text-align: center;
}

.form-email {
}

.input-email {
  border-radius: 4px;
  width: 100%;
  height: 42px;
  padding: 0px 14px;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 0;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}

.input-send {
  margin-top: 10px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  padding: 12px 40px;
  border-radius: 5px;
  border: none;
  color: #fff;
  background-color: #a98c5f;
}

/* footer */

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

.footer-titel {
  margin: 0 88px;
}

.footer-sns {
  padding: 40px 0 50px;
}

.sns-list {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.sns-item {
}

.sns-link {
}

.sns-contents {
}

.sns-img img {
  width: 56px;
}

.sns-text {
  display: block;
  font-size: 12px;
  padding-top: 10px;
}

.copywriter {
  padding: 12px 0;
  border-top: 1px solid;
  border-block-color: rgba(241, 238, 228, 0.25);
  font-size: 14px;
}

@media screen and (min-width: 768px) {

  #gray-display img{
    max-width: 40%;
  }
  .pagetop{
  
    height: 50px;
    width: 50px;
  }


  img{
    width: 100%;
  }

  .header {
    padding: 16px;
  }

  .header-contents {
    max-width: 1080px;
    margin: auto;
    display: flex;
    justify-content: space-between;}


  .header-nav {
        margin: 10px 0 0 0;
  }

  .header-nav-link {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .header-logo {
    margin: 0;
  }

  .header-nav-list {
    gap: 40px;
  }

  .header-nav-item {
    padding: 0;
  }

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

  .title-main {
    font-size: 65px;
    padding: 0;
  }

  .title-sub {
    letter-spacing: 1px;
  }

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

  .about {
    padding-top: 100px;
  }

  .about-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
  }

  .about-img {
    width: 300px;
    margin: auto;
  }

  .about-text {
    line-height: 32px;
    font-size: 15px;
    letter-spacing: 1px;
  }

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

  .menu {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .menu-list {
    display: flex;
    padding: 40px 0;
    gap: 20px;
  }

  .menu-list-item {
    padding-top: 0px;
    margin: auto;
  }

  .shop {
    width: 100%;
    background-image: url(../img/bg-shop.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0 20px;
  }

  .shop-text {
    letter-spacing: 1px;
  }

  .title {
    padding: 0;
  }

  .input-email {
    width: 450px;
    margin: 0 15px;
  }

  .input-send {
    margin: 0;
    padding: 14px 30px;
  }

  .footer {
    padding-top: 20px;
  }

  .footer-title-main {
    padding-bottom: 14px;
  }

  .footer-titel {
    margin: 25px auto 0;
    max-width: 200px;

  }

  .sns-text {
    display: block;
    padding-top: 14px;
    letter-spacing: 1px;
  }

  .sns-list {
    display: flex;
    justify-content: center;
    gap: 40px;
  }

  .sns-img img {
    width: 55px;
  }

  .copywriter {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
