@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&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, th, td {
  margin: 0; /* マージンをゼロに設定 */
  padding: 0; /* パディングをゼロに設定 */
  position: relative; /* 要素の位置を相対位置に設定 */
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 250;
}
h1,h2,h3,h4,h5,h6,p,figcaption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #926B26;
}
a {
z-index: 999;
}
.subtitle h3,.greenbackTEL h2,.infoUnderText h2,.navflex h2 {
  color: #fff;
  font-weight: bold;
}
/* 画像の基本スタイル設定 */
img {
  max-width: 100%; /* 画像の最大幅を100%に設定 */
  height: auto; /* 高さを自動調整 */
  margin: 0; /* マージンをゼロに設定 */
  padding: 0; /* パディングをゼロに設定 */
  vertical-align: bottom; /* 垂直方向の位置を下に設定 */
}
p {
  font-size: 1.3rem;
  color: #946B26;
  line-height: 180%;
}
a {
  text-decoration: none;
}
/* セクションのスタイル設定 */
section {
  padding:  0px; /* 上下のパディングを設定 */
  width: 100%; /* 幅をビューポート幅に設定 */
  height: 100vh; /* 高さをビューポート高さに設定 */
  position: relative; /* 要素の位置を相対位置に設定 */
  z-index: 998;
}
.relative {
  position: relative;
}
.ABcenter {
  position: absolute;
  top: 50%; /* 上から50%の位置に設定 */
  left: 50%; /* 左から50%の位置に設定 */
  transform: translate(-50%, -50%); /* 要素を中央に配置 */
}
.PCnone {
  display: none;
}

/* headerの色を変える */
.header.change-color {
  background-color: rgb(82, 78, 71, 0.3);
  box-shadow:0 0 10px 10px rgb(82, 78, 71, 0.3);
}

.boxShadow {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 1);
}
/* ulタグのリストスタイル設定 */
ul {
  list-style: none; /* リストマーカーを無効に設定 */
}

/* 背景画像を設定するクラス */
main {
  width: 100%;
  height: 100%;
  position: relative; /* 要素の位置を相対位置に設定 */
  background-image: url("../images/wood.png"); /* 背景画像を設定 */
  background-size: cover; /* 背景画像を要素全体にフィットさせる */
  background-position: center; /* 背景画像の位置を中央に設定 */
  object-fit: cover; /* 画像を要素全体にフィットさせる */
  background-attachment:fixed;
  overflow-x: hidden;
}

/* ナビゲーションメニューのスタイル設定 */
header {
  width: 100%; /* 幅をビューポート幅に設定 */
  height: auto;
  position: fixed; /* 固定位置に設定 */
  z-index: 999; /* 重なり順序を設定 */
  overflow-x: hidden;
  transition: .5s;
}
.PCnav {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerLogo {
  width: 7%;
  height: auto;
}
.hidden {
  visibility: hidden;
}
nav {
  text-align: center; /* テキストを中央揃えに設定 */
}




.bannerText p {
  font-size: 1rem;
}

.bannerText h3 {
  width: 100%;
  font-size: 1.5rem;
  color: #669833;
  text-align: left;
  padding: 0 0 3vh 0;
  margin: auto;
}

/* メインメニューのリストスタイル設定 */
.main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 65%;
  height:auto;
  list-style-type: none; /* リストマーカーを無効に設定 */
  margin:auto; /* マージンを20pxに設定 */
  padding:3vh 0; /* パディングをゼロに設定 */
  position: relative;
}

/* メインメニューの各項目のスタイル設定 */
.main-menu li {
  width: 100%; /* 幅を120pxに設定 */
  height:100%;
  position: relative;
  padding: 0 2vw;
}
.navflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navflex svg {
  width: auto;
  height: 1.3rem;
  padding-right: 10px;
}
path {
  cursor: pointer;
  pointer-events: fill;
  transition: all 0.1s ease;
}
.navflex svg:hover {
  fill: orange;
}

h2.headerBrown {
  color: #8e6926;
}

/* メインメニューのリンクスタイル設定 */
.main-menu li a {
  text-decoration: none; /* テキストの下線を無効に設定 */
  font-weight: bold; /* 太字 */
  font-size: 1rem;  /* テキストのサイズ */
}

/* ホバー時のリンクスタイル設定 */
nav ul li a:hover {
  color: orange; /* テキストの色をオレンジに設定 */
}
.main-menu li svg:hover {
  fill: orange;
}





/* トップセクションのスタイル設定 */
.top {
  width: 100%; /* 幅を100%に設定 */
  height: 100svh; /* 高さをビューポート高さに設定 */
  position: relative; /* 要素の位置を相対位置に設定 */
  background-image: url("../images/top/topMainImg.jpg"); /* 背景画像を設定 */
  background-size: cover; /* 背景画像を要素全体にフィットさせる */
  background-position: center; /* 背景画像の位置を中央に設定 */
  object-fit: cover; /* 画像を要素全体にフィットさせる */
  border-radius: 0px 200px 0px 200px; /* ボーダーの角を丸める */
}
.top::before {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: black;
  opacity:0.1;
  border-radius: 0px 200px 0px 200px; /* ボーダーの角を丸める */
}


/* トップロゴのスタイル設定 */
.toplogo {
  width: 30%; /* 幅を30%に設定 */
  position: absolute; /* 絶対位置に設定 */
  top: 50%; /* 上から50%の位置に設定 */
  left: 50%; /* 左から50%の位置に設定 */
  transform: translate(-50%, -50%); /* 要素を中央に配置 */
}

.TopLeftLogo {
  width: 15%;
  height: auto;
  position: fixed;
  top: 1vh;
  left:1vw;
  z-index:9996;
}

/* メニューバナーのスタイル設定 */
.LengthCenter {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menubanner {
  width: 100%; /* 幅をビューポート幅に設定 */
  height: 70vh; /* 高さをビューポート高さの70%に設定 */
  background-color: rgb(255, 255, 255); /* 背景色を白に設定 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* バナートップのスタイル設定 */
.bannerTop {
  width: 90vw;
  height: auto;
  display: flex; /* フレックスボックスを使用 */ 
  align-items: center;
  margin: 5% auto 0;
  position: relative;
}
.example1 {  
  width: 65vw;
  height: auto;
  font-size: 1.3rem;
  color: rgb(143, 70, 25);  /* 文字色 */
  text-align: right;
}

.subtitle {
  color: rgb(255, 255, 255);  /* 文字色 */
  text-align: center;
  width: 200px; /* 木サイズ */
  height: 50px; 
  font-size: 1.3rem;
  font-weight: bold;
  position: relative; /* 要素の位置を相対位置に設定 */
  background-image: url("../images/subtitle.png"); /* 背景画像を設定 */
  background-size: cover; /* 背景画像を要素全体にフィットさせる */
  background-position: center; /* 背景画像の位置を中央に設定 */
  object-fit: cover; /* 画像を要素全体にフィットさせる */
  border-radius: 10px;  /* 画像の角を丸く */
}
.leafdecoration {
  width: 4vw;
  height:auto;
  position: absolute;
  top: -1.5vh;
  left: -1.5vw;
}


/* .containerクラスをフレックスコンテナに設定 */
.container {
  width: 80%;
  height: auto;
  margin: auto;
  display: flex;              /* Flexboxを使用 */
  justify-content: center;    /* 子要素を水平方向に中央揃え */
  align-items: center;
  position: relative;
}

/* .image-itemクラスにスタイルを適用 */
.image-item {
  width: 100%;
  height: auto;
  padding: 0 1.5vw;
}
.image-item picture img{
  width: 95%;
  height: auto;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border: 2px solid #fff;     /* 白い枠を追加 */
  box-shadow: 8px  8px 8px rgba(0, 0, 0, 0.1); /* 画像下に影を追加 */
  border-radius: 10px;        /* 角を丸く */
}
.image-item figcaption {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;

}


.bannerBottom {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}
.nextButton {
  color: #5b8045;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 5px 5px 30px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  overflow-wrap: break-word;
  border-bottom: 2px solid #5b8045;
  &.icon {
    background-image: url("../images/greenButton.png");
  }
}


.bike {
  width: 12vw;
  height: auto;
  position: absolute;
  right: 30px;
  bottom: -50px;
}
.bike img {
width:  100%;
height: auto;
margin: auto;
}

/*----------------------------------------------------------------------------------
 バナー　デザイン　共通
----------------------------------------------------------------------------------*/
.bannerBox {
  width: 100vw;
  height: 70vh;
  padding: 20px 0px; /* パディングを20pxに設定 */
}
.bannerBoxSide {
  width: 90vw;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerBlock {
  width: 50%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bannerText {
  width: 80%;
  height:auto;
}
.nextButtonRU {
  text-align: right;
  padding-right: 5vw;
}

/*----------------------------------------------------------------------------------
 アバウト　バナー　デザイン
----------------------------------------------------------------------------------*/
.aboutPurpose {
  width: 50%;
  height: 100%;
}
.aboutImg {
  width: 95%;
  height:95%;
  position: relative; /* 要素の位置を相対位置に設定 */
  background-image: url("../images/info/infoTop.jpg"); /* 背景画像を設定 */
  background-size: cover; /* 背景画像を要素全体にフィットさせる */
  background-position: center; /* 背景画像の位置を中央に設定 */
  object-fit: cover; /* 画像を要素全体にフィットさせる */
}
.driedFlowers {
  position: absolute;
  top:auto;
  left: auto;
  right: -30px;
  bottom:-30px;
}

/*----------------------------------------------------------------------------------
 イベント　バナー　デザイン
----------------------------------------------------------------------------------*/
.eventPurpose {
  width: 35%;
  height: 100%;
  margin: auto;
}
.eventImg {
  width: 95%;
  height:95%;
  position: relative; /* 要素の位置を相対位置に設定 */
  background-image: url("../images/event/eventTop.jpg"); /* 背景画像を設定 */
  background-size: cover; /* 背景画像を要素全体にフィットさせる */
  background-position: center; /* 背景画像の位置を中央に設定 */
  object-fit: cover; /* 画像を要素全体にフィットさせる */
}
.leafLeft {
  position: absolute;
  top:60%;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: -998;
}
.leafRight {
  position: absolute;
  top:30%;
  left: auto;
  right: 0;
  bottom:auto;
  z-index: -998;
}

.mapbanner {
  width: 90vw;
  height: 70%;
  margin:auto;
  padding: 3vh;
}
.bannerRightBottom {
  width: 80vw;
  height: 10%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/*----------------------------------------------------------------------------------
 index 一番下の画像
----------------------------------------------------------------------------------*/
.pageBottomImg {
  width: 100%;
  height: 100vh;
  position: relative; /* 要素の位置を相対位置に設定 */
  background-image: url("../images/top/topUnderImg.jpg"); /* 背景画像を設定 */
  background-size: cover; /* 背景画像を要素全体にフィットさせる */
  background-position: center; /* 背景画像の位置を中央に設定 */
  object-fit: cover; /* 画像を要素全体にフィットさせる */
}


.FilterBlack {
  width: 100%;
  height: 100%;
  background-color: black;
  display: inline-block;
}

.pageBottomImg::before {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: black;
  opacity:0.3;
}

/*----------------------------------------------------------------------------------
 フッター デザイン
----------------------------------------------------------------------------------*/
footer {
  width: 100%;
  height: 35vh;
  background-color: #946B26;
}
.footerInner {
  width: 90vw;
  height: 90%;
  margin: auto;
}
.footerLogo {
  width: 70%;
  height: 25%;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.logoMark{
  width: 8%;
  height: auto;
}
h1.logoText {
  font-size: 2vw;
  color: #fff;
  padding-left: 3vw;
}

.Whiteline {
  width: 90vw;
  height: 1%;
  margin: 20px 0px;
  background-color: #ffffff;
}

table {
  width: 80%;
  height:50%;
  color: #fff;
  text-align: left;
  font-size: 1.5vw;
  padding-left: 50px;
}
table th {
  width: 15%;
  font-size: 0.7rem;
}
table td {
  width: 85%;
  font-size: 0.7rem;
  font-weight: bold;
}
.InstagramIcon {
  width: 50px;
  position: absolute;
  top:auto;
  left: auto;
  right: 0;
  bottom: 15%;
}

.copyright {
  width: 100%;
  height: auto;
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding-bottom: 20px;
}

.sma{
  display: none;
}






/*----------------------------------------------------------------------------------


 タブレット画面　レスポンシブデザイン


----------------------------------------------------------------------------------*/
@media screen and (min-width:451px)and (max-width:960px) {
  .SPnone {
    display: none;
  }
.top {
  width: 100%; /* 幅を100%に設定 */
  height: 100svh; /* 高さをビューポート高さに設定 */
  position: relative; /* 要素の位置を相対位置に設定 */
  background-image: url("../images/top/topMainImgMobile.jpg"); /* 背景画像を設定 */
  background-size: cover; /* 背景画像を要素全体にフィットさせる */
  background-position: center; /* 背景画像の位置を中央に設定 */
  object-fit: cover; /* 画像を要素全体にフィットさせる */
  border-radius: 0px 200px 0px 200px; /* ボーダーの角を丸める */
}

  /* ハンバーガーメニュー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  .hamburger {
    margin: 0px auto 0;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 9999;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #8e6926;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
  display: block;
}

.gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  box-sizing: border-box;
  z-index: 9998;
  padding-top: 50px;
  transition: .3s;
}

.gNav.open {
  right: 0;
}

.gNav .gNav-menu {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}

.gNav .gNav-menu li {
  width: 86%;
  padding: 15px;
}
.gNav .gNav-menu li a {
  font-size: 5vw;
  color: #8e6926;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  .top {
    border-radius: 0px 200px 0px 200px;
  }
  .top::before {
    border-radius: 0px 200px 0px 200px;
  }
  .toplogo {
    width: 50%;
    height: auto;
  }
  .subtitle {
    width: 25vw;
    height: 5vh;
  }
  .leafdecoration {
    width: 6vw;
    height: auto;
    position: absolute;
    top: -1.8vh;
    left: -1.8vw;
  }
  .subtitle .ABcenter {
    font-size: 3vw;
  }
  .LengthCenter {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menubanner {
    height: 85%;
    padding: 0vh 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bannerTop {
    height: auto;
    margin-top: 5%;
  }
  .image-item figcaption {
    font-size: 1rem;
  }

  .bannerBottom {
    width: 80%;
    height: auto;
    margin: 0 auto 10%;
  }
  .bannerBottom .nextButton {
    font-size: 3vw;
    padding: 5px 5px 5px 20px;
    &.icon {
      background-image: url("../images/greenButton.png");
      background-size:15px;
    }
  }

  .bike {
    width: 20vw;
    right: 20px;
    bottom: -30px;
  }

  .bannerBox {
    height: 90vh;
    padding: 0;
  }
  .bannerBoxSide {
    width: 80%;
    height: 100%;
    margin: auto;
    display: block;
  }
  .bannerBlock {
    width: 100%;
    height: 40%;
    padding-bottom: 10%;
  }
  .bannerText {
    width: 100%;
    position: initial;
    transform: translateY(0%);
  }
  .bannerText p  {
    padding: 2vh 0;
  }

  .nextButton {
    font-size: 3vw;
    font-weight: bold;
    padding: 5px 5px 5px 30px;
    background-position: left 0px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    overflow-wrap: break-word;
    border-bottom: 2px solid #5b8045;
    &.icon {
      background-image: url("../images/greenButton.png");
    }
  }
  .nextButtonRU {
    position: initial;
    width: 80vw;
    height: auto;
    text-align: right;
  }
  .aboutPurpose {
    width: 100%;
    height: 50%;
  }
  .driedFlowers  {
    width: 60%;
      position: absolute;
      top:auto;
      left: auto;
      right: -25vw;
      bottom:-5vh;
  }
  .eventPurpose {
    width: 70%;
    height: 50%;
    margin-top: 5%;
    position: initial;
  }
  .leafLeft {
    width: 50%;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
  }
  .leafRight {
    width: 50%;
    position: absolute;
    top: 35%;
    left: auto;
    right: 0;
    bottom: auto;
  }

  .PCmapBanner {
    height: 60vh;
  }
  .mapbanner {
    width: 80vw;
    height: 70%;
    padding-top: 3vh;
  }

  .pageBottomImg {
    width: 100%;
    height: 70vh;
  }

  footer {
    height: 30vh;
  }
  .Whiteline {
    width: 100%;
    height: 0.5%;
    margin: auto;
    margin-top:1vh;
  }
  .footerLogo {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    padding-left: 0px;
  } 
  .footerInner {
    height: 75%;
  }
  .InstagramIcon {
    width: 5%;
    height: auto;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 5vh;
  }
  table {
    font-size: 2.5vw;
    font-weight: bold;
    padding: 0 10px;
    padding-top: 0.5vh;
  }

  table th {
    width: 20%;
    padding: 0.5vh 0px;
  }
  .copyright {
    font-size: 1.5vw;
  }  
}



@media screen and (min-width:451px)and (max-width:820px) {
  .bannerText h3 {
    font-size: 15px;
  }
  .bannerText p {
    font-size: 12px;
  }
.container {
  width: 70%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.container > .image-item {
  width: calc( ( 80% - 50px ) / 3 );
  margin-right: 30px;
  height: auto;
  display: block;
}

.image-item:nth-child(3n) {
margin-right: 0;
}
}



/*----------------------------------------------------------------------------------


 スマホ画面　レスポンシブデザイン


----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&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, th, td {
  margin: 0; /* マージンをゼロに設定 */
  padding: 0; /* パディングをゼロに設定 */
  position: relative; /* 要素の位置を相対位置に設定 */
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 250;
}
h1,h2,h3,h4,h5,h6,p,figcaption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #926B26;
}




@media screen and (max-width:450px) {
  .SPnone {
    display: none;
  }
  .PCnone {
    display: block;
  }
 p {
  font-size: 16px;
 }

 
  .PCnav {
    visibility: hidden;
  }

  .sma{
    display: block;
  }

  .bannerText p {
    font-size: 12px;
  }

  .bannerText h3 {
    font-size: 15px;
    color: #669833;
    text-align: left;
    padding: 0;
    
}




 /* ハンバーガーメニュー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  .hamburger {
    margin: 0px auto 0;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 9999;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 2.5px;
    background: #8e6926;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
  display: block;
}

.gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  box-sizing: border-box;
  z-index: 9998;
  padding-top: 50px;
  transition: .3s;
}

.gNav.open {
  right: 0;
}


.gNav .gNav-menu {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}

.gNav .gNav-menu li {
  width: 86%;
  padding: 15px;
}
.gNav .gNav-menu li a {
  font-size: 5vw;
  color: #8e6926;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

    
    

    


  
  .top {
    border-radius: 100px 0px 100px 0px;
  }

  .top::before {
    border-radius: 100px 0px 100px 0px;
  }
  
  .toplogo {
    width: 60%;
  }

  .bannerTop {
    display: block;
    width: 80%;
  }
  .subtitle {
    width: 35vw;
    height: 35px;
  }
  .subtitle h3 {
    font-size: 15px;
  }
  .example1 {
    font-size: 12px;
    width: 80%;
    height: auto;
    margin: auto;
    text-align: left;
    padding-top: 3vh;
    padding-right: 0;
    position: initial;
    
    }
  .leafdecoration {
    width: 10vw;
    height: auto;
    position: absolute;
    top: -2vh;
    left: -3vw;
  }

  .LengthCenter {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menubanner {
    height: 75vh;
    padding: 5vh 0px
  }
  .bannerTop {
    margin-top: 0;
  }
  .container {
    width: 80%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .container > .image-item {
    width: calc( ( 80% - 30px ) / 2 );
    margin-right: 30px;
    height: auto;
    display: block;
  }

.image-item:nth-child(2n) {
  margin-right: 30px;
}
.image-item .menuShadow img{
  padding: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
}

.image-item .menuShadow img {
  padding: 10px;
}


  .image-item figcaption {
    font-size: 10px;
    margin-left: 10px;
  }

  .bannerBottom {
    width: 80%;
    height: auto;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bannerBottom .nextButton {
    font-size: 12px;
    padding: 5px 5px 5px 20px;
    &.icon {
      background-image: url("../images/greenButton.png");
      background-size:15px;
    }
  }

  .bike {
    width: 20%;
    right: 20px;
    bottom: -20px;
  }


  .bannerBox {
    height: 90vh;
    padding: 0;
  }
  .bannerBoxSide {
    width: 80%;
    height: 100%;
    margin: auto;
    display: block;
  }
  .bannerBlock {
    width: 100%;
    height: 50%;
    padding-bottom: 10%;
  }
  .bannerText {
    width: 100%;
    position: static;
    transform: translateY(0%);
  }
  .bannerText p  {
    padding: 2vh 0;
  }

  .nextButton {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px 5px 20px;
    background-position: left 0px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    overflow-wrap: break-word;
    border-bottom: 1.5px solid #5b8045;
    &.icon {
      background-image: url("../images/greenButton.png");
    }
  }
  .nextButtonRU {
    position: static;
    width: 80vw;
    height: auto;
    text-align: right;
  }
  .aboutPurpose {
    width: 100%;
    height: 30%;
  }
  .driedFlowers  {
    width: 50%;
  }
  .eventPurpose {
    width: 70%;
    height: 45%;
  }
  .leafLeft {
    width: 80%;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
  }
  .leafRight {
    width: 80%;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
  }

  .PCmapBanner {
    height: 70vh;
  }
  .mapbanner {
    width: 80vw;
    height: 60%;
  }

  .pageBottomImg {
    width: 100%;
    height: 30vh;
  }

  footer {
    height: 20vh;
  }
  .Whiteline {
    width: 100%;
    height: 0.5%;
    margin: auto;
  }
  .footerLogo {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    padding-left: 0px;
  } 
  .footerInner {
    height: 75%;
  }
  .InstagramIcon {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 5vh;
    width: 8%;
    height: auto;
  }
  table {
    font-size: 2.5vw;
    font-weight: bold;
    padding: 0 10px;
  }
  table th {
    width: 20%;
    font-size: 2vw;
  }
  table td {
    font-size: 2vw;
  }
  .copyright {
    font-size: 1.5vw;
  }
}











/*----------------------------------------------------------------------------------
 ここから JavaScriptを使用したアニメーションのスタイル設定
----------------------------------------------------------------------------------*/

/* 下から上へ出現するアニメーションのスタイル設定 */
.scroll_up {
  transition: 0.8s ease-in-out; /* 0.8秒のイージーインアウトトランジション */
  transform: translateY(30px); /* Y軸方向に30px移動 */
  opacity: 0; /* 不透明度を0に設定 */
}

.scroll_up.on {
  transform: translateY(0); /* Y軸方向の移動をリセット */
  opacity: 1.0; /* 不透明度を1に設定 */
}



  .timing02 {transition-delay: .2s;}
  .timing03 {transition-delay: .4s;}
  .timing04 {transition-delay: .6s;}
  .timing05 {transition-delay: .8s;}
  .timing06 {transition-delay: 1.0s;}


/* 左から出現するアニメーションのスタイル設定 */
.scroll_left {     
  transition: 0.8s ease-in-out;             /* 0.8秒のイージーインアウトトランジション */
  transform: translateX(-30px);             /* X軸方向に-30px移動 */
  opacity: 0;                               /* 不透明度を0に設定 */
  filter: alpha(opacity=0);                 /* 不透明度フィルタを0に設定（IE用） */
  -moz-opacity: 0;                         /* 不透明度を0に設定（Mozilla用） */
}

/* 要素が表示される際に使用するクラス */
.scroll_left.on { 
  transform: translateX(0);                 /* アニメーションが発動した際、元の位置に戻る */
  opacity: 1;                               /* 不透明度を1に設定して表示 */
}
 /*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}


/*----------------------------
スライドで登場するテキストアニメーション
----------------------------*/
.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*----------------------------
ズームイン
----------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

.title {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
}

.title span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title.-visible,
.title.-visible span {
  transform: translate(0, 0);
}

.sentence {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  font-family: "Yu Gothic Medium";
  font-size: 16px;
  text-align: center;
}

.sentence span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.sentence.-visible,
.sentence.-visible span {
  transform: translate(0, 0);
}
 


