/* -------------------------- */
/* base
/* -------------------------- */

html{
  font-size: 62.5%;
}

body{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 1.6rem;
  color: #333;
  /*background:url("../images/green_bk.webp");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #ffffff;
}

@supports (-webkit-overflow-scrolling: touch) {
  body {
    background: none;
  }

body:before {
    background:url("../images/green_bk.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
    
    
img{
  width: 100%;
  vertical-align: bottom;
}
a{
  font-family: "cheap-pine", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #225967;
  letter-spacing: 5%;
  line-height: 23px;
}
p{
	margin:0;
	padding:0;
}

ul, li {
    margin: 0;
    padding: 0;
	line-height: 1;
    list-style: none;
}
input{
  border: 0;
  outline: none;
  appearance: none;
  -webkit-appearance:none;
}
textarea{
  border: 0;
  outline: none;
  resize: none;
}

nav ul {
    list-style: none;     /* リストの「・」を消す */
    margin: 0;
    padding: 0;
    display: flex;        /* 項目を横並びにする（縦並びなら削除） */
}

/* リンクのデザインをリセット */
nav a {
    text-decoration: none; /* 下線を消す */
    color: inherit;        /* 親要素の色を継承させる */
    display: block;        /* クリック範囲を広げるためにブロック化 */
    padding: 10px 15px;    /* 適切な余白を設定（調整してください） */
}

/* ボタンのように見せるためのhover設定（任意） */
nav a:hover {
    opacity: 0.7;
    transition: 0.3s;
}




/* -------------------------- */
/* //base
/* -------------------------- */

/* -------------------------- */
/* 各ページのスライダー設定
/* -------------------------- */

/*背景画像設定*/
/*.slider-item01{
	background:url("../images/2000px×700px.png");
}
.slider-item02{
	background:url("../images/2000px×700px.png");
}
.slider-item03{
	background:url("../images/2000px×700px.png");
}*/

/* -------------------------- */
/* 各ページのスライダー設定
/* -------------------------- */

/* -------------------------- */
/* 共通設定
/* -------------------------- */


.section-title{
	position: relative;
	font-family: "cheap-pine", sans-serif;
	font-weight: 400;
    font-style: normal;
	margin: 10% 0 0 10%;
	font-size: 5.5rem;
	letter-spacing: 0.1em;
}

.section-title::before {
     content: '';
     position: absolute;
     left: -100px;
     top: 50%;
     transform: translateY(-50%);
     width: 80px;
     height: 3px;
     background: #333333;
     border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}

.section-caption{
	font-family: "cheap-pine", sans-serif;
	font-weight: 400;
    font-style: normal;
	line-height: 2.3rem;
	margin: 0 0 5% 10%;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

/*flex設定*/

.flex-rr{
  display: flex;
  justify-content: space-between;
}

.flex-rl{
  display: flex;
  justify-content: flex-start;
}

.flex-ru{
	display: flex;
    justify-content: flex-start;
}

/*flex設定*/

.questionbtn{
	text-align:center;
	margin: 10% 0 10% 0;
}

.questionbtn a {
  margin: auto;
  text-align: center;
  font-family: "kinuta-maruminfuji-stdn", serif;
  color: #fffdfa;
  font-weight: 200;
  letter-spacing: 0.15em;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  width: 220px;
  background-color: #333333;
  border-bottom: 6px solid #333333;
  border-radius: 100vh;
}

/* -------------------------- */
/* //共通設定
/* -------------------------- */


/* -------------------------- */
/* header
/* -------------------------- */

header{
  width: 90%;
  padding: 4% 4% 4% 4%;
  position: fixed;
  top: 0;
  z-index: 99;
}

.noscroll {
  height: 100%;
  overflow: hidden;
}

.header_under{
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;    
}
/*******************ナビゲーションの設定*******************/
/*==ナビゲーション全体の設定*/
nav{
    text-decoration: underline;/*下線を引く*/
    text-decoration-color: #333333;/*下線を赤色*/
	text-underline-offset: 10px;
	text-decoration-thickness: 1px;
	/*==ナビゲーション全体高さ中央設定*/
	display: flex;
	align-items: center;
	text-align: center;
}

/*ナビゲーションを横並びに*/
nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
}

/*ナビゲーションを縦中央並びに*/
.center{
    /*==ナビゲーション全体高さ中央設定*/
	display: flex;
	align-items: center;
	text-align: center;
}


/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
}

/*下の階層のulや矢印の基店にするためliにrelativeを指定*/
nav ul li{
	position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
	text-align:justify;
	text-align-last:justify;
	font-size: 2.0rem;
	font-weight: bold;
	display: block;
	text-decoration: none;
	mix-blend-mode: difference;
	color: #333333;
	padding: 20px 35px;
	transition: all .3s;
    letter-spacing: 0.3rem;	
}

nav ul li li a{
	padding: 10px 35px;
}

nav ul li a:hover{
	opacity: 20%;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

nav li.has-child ul li:last-child a{
	border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	opacity: 20%;
}

/*==３階層目*/

/*３階層目の位置*/
nav li.has-child ul ul{
	top: 0;
	left: 182px;
	background: #225967;
}

nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active{
	background: #225967;
}

.shop-img{
  max-width: 5%;
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

.nav-item{
  font-size: 1.6rem;
  padding: 5px 0px;
  margin-right: 20px;
  letter-spacing: 0.08em;
}

.nav-item:last-of-type{
  margin-right: 0;
}

.nav-item:hover{
  transition: .5s;
  opacity: .3;
  text-decoration: underline;
}



/* -------------------------- */
/* //header
/* -------------------------- */

/*******************ナビゲーションの設定最後尾*******************/


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background:#e2dbc5;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-18%, -70%);
}


/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
    width:500px;
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/
#mask path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #333;/*線の色*/
	}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path{
	  fill: #333;/*塗りの色*/
	  fill-opacity: 1;/*透過1で見える状態*/
	  stroke: none;/*線の色なし*/
	}

/* -------------------------- */
/* ホバー時写真拡大
/* -------------------------- */

/* 1. 親要素 (枠) の設定 */
.img-container {
  /* 画像を中央に配置*/
  margin: auto;
  /* 枠のサイズを定義 */
  width: 60%;
  /* 枠からはみ出た部分を非表示にする (重要!) */
  overflow: hidden;
  /* 見やすいように影を付けるなど */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 2. 画像自体の設定 */
.img-container img {
  /* 親要素の幅に合わせて初期サイズを設定 */
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠に合わせて画像をトリミング */

  /* 変化を滑らかにするための設定 (アニメーション時間) */
  transition: transform 0.3s ease;
}

/* 3. マウスオーバー時の設定 (拡大処理) */
.img-container:hover img {
  /* 1.2倍に拡大する */
  transform: scale(1.2);
}

/* -------------------------- */
/* //ホバー時写真拡大
/* -------------------------- */


/* -------------------------- */
/* ContainerVillage
/* -------------------------- */

/**************ショップスライドショー設定**************/
	
.slider{
	/*スライドショーの位置の起点とするためposition:relative;をつける*/
	position: relative;
	/*z-indexの値の小さくして背景に回す*/
	z-index: -1;
	/*スライダー全体の縦幅を画面の高さいっぱい 100vh にする*/
	height: 100vh;
	width: 100%;
}

.slider-item{
	/*各スライダー全体の横幅を画面の横幅いっぱい 100% にする*/
	width: 100%;
	/*各スライダー全体の縦幅を画面の高さいっぱい 100vh にする*/
	height: 10vh;
	/*背景画像をリピートしない*/
	background-repeat: no-repeat;
    /*背景画像の位置を中央に*/
	background-position: center;
	/*背景画像が.slider-item全体を覆い表示*/
	/*background-size: cover;*/
	margin: 15px;
}

/**************各ページスライドショー設定**************/
	
.top-slider{
	/*スライドショーの位置の起点とするためposition:relative;をつける*/
	position: relative;
	/*z-indexの値の小さくして背景に回す*/
	z-index: -1;
	/*スライダー全体の縦幅を画面の高さいっぱい 100vh にする*/
	height: 100vh;
	width: 100%;
}

.top-slider-item{
	/*各スライダー全体の横幅を画面の横幅いっぱい 100% にする*/
	width: 100%;
	/*各スライダー全体の縦幅を画面の高さいっぱい 100vh にする*/
	height: 10vh;
	/*背景画像をリピートしない*/
	background-repeat: no-repeat;
    /*背景画像の位置を中央に*/
	background-position: center;
	/*背景画像が.slider-item全体を覆い表示*/
	/*background-size: cover;*/
	margin: 200px 10px 0 10px;
}

/*ドットナビゲーションの設定*/

.slick-dots{
	display: none;
}

.slick-dots li{
	display: none;
}

.slick-dots button{
	display: none;
}

.slick-dots .slick-active button{
	display: none;
}

/**************スライドショー設定終了**************/

.shop-info {
	margin: 10% 0 8% 0;
}

.shop-title{
	font-family: "cheap-pine", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 3.0rem;
	letter-spacing: 0.15em;
}

.shop-caption{
	font-family: "cheap-pine", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 1.5rem;
	line-height: 2.3rem;
	letter-spacing: 0.15em;
	margin: 1% 0;
}

.shop-slider{
	margin: auto;
}

.shop-block{
	width: 300px;
}

/* -------------------------- */
/* //ContainerVillage
/* -------------------------- */



/* -------------------------- */
/* AboutOnnaVillageArea
/* -------------------------- */

.VillageArea{
	margin: 10% 0 0% 10%;
}

.Area-block{
	margin: 1% 0 0 0;
}

.Area-number{
	font-family: "cheap-pine", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 5.5rem;
	letter-spacing: 0.1em;
}

.Area-name{
	font-family: "cheap-pine", sans-serif;
	font-weight: 400;
    font-style: normal;
	padding-top: 1.5%;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
}

/* -------------------------- */
/* //AboutOnnaVillageArea
/* -------------------------- */

/* -------------------------- */
/* Access&Guide
/* -------------------------- */
.Access-googlemap{
	width: 100%;
}

.Access-googlemap iframe {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
}

.Access-block{
	width: 100%;
}

.Guide-block{
	width: 100%;
}

.Guide-map{
	width: 100%;
}

.Access-title,.Guide-title{
	font-family: "cheap-pine", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 3.0rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 10% 0 5% 0;
}

.Access-caption,.Guide-caption{
	font-family: "cheap-pine", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 1.5rem;
	line-height: 2.3rem;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0 auto 5% auto;
	width: 80%;
}

/* -------------------------- */
/* //Access&Guide
/* -------------------------- */

/* -------------------------- */
/* Event
/* -------------------------- */
/* -------------------------- */
/* //Event
/* -------------------------- */

/* -------------------------- */
/* JoinUs!
/* -------------------------- */
/* -------------------------- */
/* //JoinUs!
/* -------------------------- */

/* -------------------------- */
/* Footer
/* -------------------------- */

.footer{
	max-width: 90%;
	margin: auto;
	text-align: center;
}

.footer-left{
	margin: auto;
	align-items: flex-end;
	text-align: left;
	width: 33%;
}

.footer-center{
	margin: auto;
	align-items: flex-end;
	text-align: center;
	width: 33%;
}

.footer-right{
	margin: auto;
	align-items: flex-end;
	text-align: right;
	width: 33%;
}

.copyright{
  font-family: "cheap-pine", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.3em;
  margin: 10% 0 0 0;
  color: #333333;
}


/* -------------------------- */
/* //Footer
/* -------------------------- */


/* -------------------------- */
/* CSS animation
/* -------------------------- */

.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
	from{
		opacity: 0;	
        transform: translateY(100px);
	}
	
	to {
		opacity: 1;
        transform: translateY(0px);
	}
}

/* -------------------------- */
/* //CSS animation
/* -------------------------- */


/* ----------------------------------------------------------------スマホ版 レスポンシブ 460px */

@media screen and (max-width:460px){
    
	
	
/* 画面固定関連＋非表示要素 */
	
	.last_illust{
	width: 100%;
	margin: auto auto -5% auto;
    z-index: 0;
    }
 
	
/* -------------------------- */
/* sp-header
/* -------------------------- */

header{
  width: 100%;
  margin-top: 30%;
  margin: auto;	
  padding: 0;
}

.header_under{
  width: 0%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;    
}
	
    
/* ハンバーガーボタン */
.burger-btn{
  display: block;
  width: 30px;
  height: 45px;
  position: relative;
  color: #333333;
}
.bar{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  z-index: 20; /*メニューの下に隠れないようにz-indexを指定する*/
}
.bar_top{
  top: 8px;
  background-color:#333333;
}
/*.bar_middle{
  top: 38px;
}
.bar_bottom{
  top: 68px;
}*/
    
.burger-btn.cross .bar_top{
  transform: rotate(50deg);
  top: 45px;
  transition: .3s;
}
    
.burger-btn.cross .bar_middle{
  opacity: 0;
  transition: .3s;
}
    
.burger-btn.cross .bar_bottom{
  transform: rotate(-50deg);
  bottom: 30px;
  transition: .3s;
} 

    
/* ハンバーガーメニューが開いたときのスタイル */
.header-nav{
  display: none;  /* コメントアウトしてナビゲーションを表示させます */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  opacity: 0.8;
  z-index: 8;
  justify-content: center;
　overflow: hidden;
}
	
.header-nav{
  display: none;  /* コメントアウトしてナビゲーションを表示させます */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0.8;
  z-index: 8;
  justify-content: center;
　overflow: hidden;
}
	

/* -------------------------- */
/* //sp-header
/* -------------------------- */
	
/**************スライドショー枠設定**************/

.border{
	display: none;
}
	
/**************スライドショー枠設定完了**************/

/**************スライドショー設定**************/
	
.slider{
	/*スライドショーの位置の起点とするためposition:relative;をつける*/
	position: relative;
	/*z-indexの値の小さくして背景に回す*/
	z-index: -1;
	/*スライダー全体の縦幅を画面の高さいっぱい 100vh にする*/
	height: 10vh;
	width: 100%;
}
	
	.slider .slick-slider{
		margin: 0 10px;
	}

.slider-item{
	/*各スライダー全体の横幅を画面の横幅いっぱい 100% にする*/
	width: 100%;
	/*各スライダー全体の縦幅を画面の高さいっぱい 100vh にする*/
	height: 10vh;
	/*背景画像をリピートしない*/
	background-repeat: no-repeat;
    /*背景画像の位置を中央に*/
	background-position: center;
	/*背景画像が.slider-item全体を覆い表示*/
	/*background-size: cover;*/
}

/*ドットナビゲーションの設定*/

.slick-dots{
	display: none;
}

.slick-dots li{
	display: none;
}

.slick-dots button{
	display: none;
}

.slick-dots .slick-active button{
	display: none;
}

/**************スライドショー設定終了**************/	
	
	
/*flex設定*/
.flex-rr{
  display: flex;
  flex-flow: column;
}

/* -------------------------- */
/* カーソル
/* -------------------------- */

	.cursor{
		display: none;
	}
	
/* -------------------------- */
/* //カーソル
/* -------------------------- */
/* -------------------------- */
/* お知らせ
/* -------------------------- */	
	
.fixed-banner {
    /* 画面上部に固定 */
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%; 
    height: 40px; 
}
	
/* -------------------------- */
/* //お知らせ
/* -------------------------- */
	
/* -------------------------- */
/* Photoセクション
/* -------------------------- */
	
       .photo:nth-child(1) .photo-inner {
            background-image: url("../images/geko_003.png");
        }

        .photo:nth-child(2) .photo-inner {
            background-image: url("../images/tana_tate_012.png");
        }

        .photo:nth-child(3) .photo-inner {
            background-image: url("../images/tana_tate_011.png");
        }

        .photo:nth-child(4) .photo-inner {
            background-image: url("../images/house_007.png");
        }

        .photo:nth-child(5) .photo-inner {
            background-image: url("../images/pop_004.png");
        }

        .photo:nth-child(6) .photo-inner {
            background-image: url("../images/tana_budo_010.png");
        }

        .photo:nth-child(7) .photo-inner {
            background-image: url("../images/slider_1_test.png");
        }

        .photo:nth-child(8) .photo-inner {
            background-image: url("../images/tana_budo_007.png");
        }

        .photo:nth-child(9) .photo-inner {
            background-image: url("../images/tana_tate_006.png");
        }

        .photo:nth-child(10) .photo-inner {
            background-image: url("../images/slider_2.png");
        }
	
  .spacer {
            height: 100vh;
            display: flex;
            padding: 0px;
        }

        .photo-container {
            height: 100vh;
			width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .photo {
            position: absolute;
            background: white;
            border-radius: 0px;
            box-shadow: none;
            padding: 0;
            transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transform: none;
            left: 50%;
            top: 50%;
            cursor: pointer;
        }
	
	      .photo.active {
            opacity: 0;
          }

        .photo-inner {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            border-radius: 5px;
			opacity: 0.3;  /*写真の透過率*/
        }
	
	       .photo-label {
            position: absolute;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 0;
            border-radius: 0px;
            font-size: 14px;
        }
	
           .concept-text-1{
  			margin-top: 4.5%;
  			font-family: "kinuta-maruminfuji-stdn", serif;
  			font-size: 1.7rem;
  			position: absolute;
  			color: #34006B;
  			writing-mode: vertical-rl;
  			letter-spacing: 0.5em;
		  	line-height: 170%;
  			text-align: center;
}
	
/* -------------------------- */
/* //Photoセクション
/* -------------------------- */
	
/* -------------------------- */
/* 商品セクション
/* -------------------------- */
	
	.product-wrapper{
 		max-width: 100%;
  		margin: 0% auto 10%;
  		text-align: center;
	}

	.pro-size {
		width:400px;
		margin:2% auto;
	}
	
	.grape-product-2{
		display: none;
	}
	
/* -------------------------- */
/* //商品セクション
/* -------------------------- */
	
/* -------------------------- */
/* 各ページボタンセクション
/* -------------------------- */

/* 農園を見てみる。*/
/* 葡萄について*/
/* 農園に聞いてみる*/

.grape-wrapper{
  max-width: 100%;
  margin: 0 auto 0%;
  text-align: center;
}
	
.op-pic1 img{
	height: 70vh;
}

/* -------------------------- */
/* ホバー時写真拡大
/* -------------------------- */

/* 1. 親要素 (枠) の設定 */
.img-container {
  /* 画像を中央に配置*/
  margin: auto;
  width: 90%;
}
	
/* -------------------------- */
/* //各ページボタンセクション
/* -------------------------- */


}


