@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&family=Klee+One:wght@400;600&display=swap');

/* 基本のスタイル設定（body、div、dl、dt、dd、ul、ol、li、h1、h2、h3、h4、h5、h6、input、textarea、p、th、td） */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
table,
th,
td,
button {
  margin: 0;
  /* マージンをゼロに設定 */
  padding: 0;
  /* パディングをゼロに設定 */
  position: relative;
  /* 要素の位置を相対位置に設定 */
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 250;
  font-weight: normal;
  color: #656A64;
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}

.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}

.klee-one-semibold {
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
}

.kiwi-maru-light {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
}



/* 画像の基本スタイル設定 */
img {
  max-width: 100%;
  /* 画像の最大幅を100%に設定 */
  height: auto;
  /* 高さを自動調整 */
  margin: 0;
  /* マージンをゼロに設定 */
  padding: 0;
  /* パディングをゼロに設定 */
  vertical-align: bottom;
  /* 垂直方向の位置を下に設定 */
}

.ABcenter {
  position: absolute;
  top: 50%;
  /* 上から50%の位置に設定 */
  left: 50%;
  /* 左から50%の位置に設定 */
  transform: translate(-50%, -50%);
  /* 要素を中央に配置 */
}

/* ulタグのリストスタイル設定 */
ul {
  list-style: none;
  /* リストマーカーを無効に設定 */
}

a {
  text-decoration: none;
  /* タップ時の青背景を無効化 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  cursor: pointer;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

/* ========================= 共通 ========================= */
.relative {
  position: relative;
}

.SPnone {
  content-visibility: hidden;
}

.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}

p {
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: normal;
  color: #656A64;
}

.textCenter {
  text-align: center;
}

.adjustment {
  width: 70%;
  margin: auto;
}

.wideAdjustment {
  width: 80%;
  margin: auto;
}

.topBigSpace {
  padding-top: 200px;
}

.smallSpace {
  padding: 50px 0;
}

.mediumSpace {
  padding: 100px 0;
}

.heightSpace {
  padding-top: 200px;
}

.topSpace {
  padding-top: 100px;
}

.bottomSpace {
  padding-bottom: 100px;
}

.lastbottomSpace {
  padding-bottom: 0px;
}

.bottomSmallSpace {
  padding-bottom: 50px;
}

.bottomTinySpace {
  padding-bottom: 25px;
}

.EachItem {
  text-align: center;
  padding: 100px 0;
}

.EachItem img {
  width: auto;
  height: 10svh;
}

button {
  width: 200px;
  height: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
  color: #656A64;
  border: solid 1px #656A64;
  background-color: #656a6400;
  cursor: pointer;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

button:hover {
  color: #FFFFFF;
  background-color: #656A64;
  letter-spacing: 0.03em;
}

button.Commodity,
.CommdityTopText {
  color: #476337;
  border-color: #476337;
}

button.Commodity:hover {
  color: #FFFFFF;
  background-color: #476337;
}

button.Menu {
  color: #51633c;
  border-color: #51633c;
}

button.Menu:hover {
  color: #FFFFFF;
  background-color: #51633c;
}

.pinkText p {
  color: #d3ac99;
}

.emeraldText p {
  color: #89afa2;
}

.brownText p {
  color: #958062;
}

.blueText p {
  color: #8da7d6;
}

.centertText {
  text-align: center;
}

.rightText {
  text-align: right;
}

.backgroundImgSize {
  width: 100%;
  /* 幅を100%に設定 */
  height: 60svh;
  /* 高さをビューポート高さに設定 */
  position: relative;
  /* 要素の位置を相対位置に設定 */
  background-size: cover;
  /* 背景画像を要素全体にフィットさせる */
  object-fit: cover;
  /* 画像を要素全体にフィットさせる */
}

.blackFilm::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.2;
}

.reverse {
  flex-direction: row-reverse;
}

.LineButton {
  width: 100%;
  height: auto;
  padding: 20px 20px;
  margin: 50px 0;
  color: #FFF;
  background-color: #6CAD43;
  border: 0px;
  font-size: 1.3rem;
}

.googleMap {
  width: 100%;
  height: 45svh;
}


/* ========================= ハンバーガーメニュー ========================= */
/* ハンバーガーボタン */
.openbtn {
  background: #666;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  box-sizing: border-box;
  transition: all 400ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
}

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
  height: 2px;
  background: #fff;
  width: 62%;
  left: 10px;
}

.openbtn span:nth-of-type(1) { top: 13px; }
.openbtn span:nth-of-type(2) {
  top: 19px;
  left: 11px;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #fff;
}
.openbtn span:nth-of-type(3) { top: 36px; }

/* アクティブ時のアニメーション */
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* メニュー本体 */
.gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100svh;
  background-color: #a7a7a7;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 9998;
  padding-top: 50px;
  transition: 0.3s;
}

.gNav.open {
  right: 0;
}

/* メニューリスト */
.gNav .gNav-menu {
  padding: 0;
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  position: relative;
}

.gNav .gNav-menu li {
  width: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 100ms cubic-bezier(0.45, 0, 0.55, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.gNav .gNav-menu li:hover {
  background-color: #979797;
}

.gNav .gNav-menu li a {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
  text-align: left;
  font-size: 2.5vh;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
  text-decoration: none;
}


/* メニュー表示中にbodyのスクロールを止める */
body.no-scroll {
  overflow: hidden;
  height: 100svh;
}


/* Instagramロゴ */
.instagramLogo {
  width: 50%;
  height: 40%;
  margin: auto;
  display: flex;
  align-items: center;
}


.fadein {
  opacity: 0;
  transition: opacity 3s ease, transform 2s ease;
}

.fadein.visible {
  opacity: 1;
}
/* ========================= PCヘッダー ========================= */
@media screen and (max-width:1449px) {
  .PCheader {
    content-visibility: hidden;
  }
}




/*==================================================
横幅調整
==================================================*/
@media screen and (min-width:450px) {

  /* ======== ハンバーガーメニュー ========== */
  .gNav {
    width: 50%;
    height: 100svh;
    background-color: #666;
  }

  .gNav .gNav-menu li {
    padding: 2vh;
  }

  .gNav .gNav-menu li a {
    font-size: 2vh;
  }
}



/*==================================================
ajustment 横幅調整　&　backgroundImgSize 縦幅調整
==================================================*/
@media screen and (min-width:450px)and (max-width:959px) {
  .adjustment {
    width: 70%;
  }

  .backgroundImgSize {
    height: 60svh;
    /* 高さをビューポート高さに設定 */
  }
}

@media screen and (min-width:960px)and (max-width:1499px) {
  .adjustment {
    width: 70%;
  }

  .backgroundImgSize {
    height: 80svh;
    /* 高さをビューポート高さに設定 */
  }
}

@media screen and (min-width:1500px) {
  .adjustment {
    width: 35%;
  }

  .backgroundImgSize {
    height: 70svh;
    /* 高さをビューポート高さに設定 */
  }


}




/*==================================================
タブレット画面
==================================================*/
@media screen and (min-width:450px)and (max-width:959px) {
  .LineButton {
    width: 80%;
    margin: 50px auto;
  }


}


/*==================================================
パソコン画面
==================================================*/
@media screen and (min-width:960px)and (max-width:1499px) {

  /* ========================= 共通 ========================= */
  button {
    width: 250px;
    height: 60px;
    font-size: 1.3rem;
  }

  .LineButton {
    width: 70%;
    margin: 50px auto;
  }

  p {
    font-size: 0.8rem;
    line-height: 2.5;
    letter-spacing: 0.5px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #656A64;
  }

  .lastbottomSpace {
    padding-bottom: 100px;
  }

  .rightText {
    text-align: start;
  }



}

/*==================================================
パソコン大画面
==================================================*/
@media screen and (min-width:1500px) {

  /* ======= 共通 ======== */
  .EachItem {
    padding: 200px 0 100px 0;
  }

  .Menu .EachItem {
    padding: 200px 0 0 0;
  }

  .PCnone {
    content-visibility: hidden;
  }

  .SPnone {
    content-visibility: hidden;
  }

  button {
    width: 300px;
    height: 80px;
    font-size: 1.5rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    color: #656A64;
    border: solid 1px #656A64;
    background-color: #656a6400;
  }

  button.Commodity,
  .CommdityTopText {
    color: #476337;
    border-color: #476337;
  }

  button.Menu {
    color: #51633c;
    border-color: #51633c;
  }

  .LineButton {
    width: 70%;
    height: auto;
    padding: 20px 0;
    margin: 50px auto;
    color: #FFF;
    background-color: #6CAD43;
    border: 0px;
    font-size: 1.7rem;
  }



  /* ========================= ヘッダー ========================= */
.PCheader {
  content-visibility: visible;
  width: 100%;
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  background-color: #818182;
}

.PCheaderInner {
  width: 50%;
  height: 7svh;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.PCheaderInner li {
  flex: 1; /* 均等に広げる */
  height: 100%;
}

.PCheaderInner li a {
  display: flex; /* 中央寄せ用 */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.PCheaderInner li a:hover {
  background-color: #a7a7a7;
}


  /* ========================= サイドバー ========================= */
  .SPnone {
    content-visibility: visible;
  }

.side {
  width: 3%;
  height: 100svh;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  background-color: #818182;
  text-align: center;
}
.side a {
  cursor: pointer;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.side a:hover {
  background-color: #a7a7a7;
}

.side-link {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.InstagramPC {
  width: 90%;
}

.InstagramPC img {
  width: 50%;
  height: auto;
  margin:0 auto ;
  display: block;
}



  .fade {
    background-color: #e5e5e500;
    /* 初期背景色 */
    transition: background-color 0.3s ease;
    /* ふわっと変わる */
  }

  .fade:hover {
    background-color: #818182;
  }

  .fade:focus,
  .fade:active {
    background-color: rgb(255, 255, 255);
  }


}