*{
	box-sizing: border-box;
}

body {
	max-width: 100%;
	margin: 0 0;
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif','YuGothic';
	width: 100vw;
  　height: 100vh;
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
.wrapper{
	min-height: 135vh;
	position: relative;
	margin: 0 auto;
}
.container{
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.map{
	text-align: center;
}

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

header{
	display: flex;
	width: 100%;
	height: 20vh;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 50px;
	margin: 0;
}


.logo{
	width: 100%;
}
.headerLogo{
	width: 30vw;
}

header ul{
	display: flex;
	justify-content: center;
    align-items: center;
	margin: 0;
	list-style: none;
}

header a{
	color: #ffffff;
}
 
.menu-item {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
	font-size: 20px;
	font-weight: bold;
}

.menu-item img{
	margin: 0 10px;
	width: 10vw;
}

.facebook img{
	margin: 0 10px;
	width: 4vw;
}


/*--------jQuery--------*/

.nav{
	opacity: 1;
	transition: .7s;
}

.none{
	opacity: 0;
}
.none a{
	pointer-events: none;
}


.topimg{
	text-align: center;
	padding: 10vw 0 5vw 0;
	opacity: 1;
	transition: .7s;
}

.scroll{
	position: absolute;
	bottom: 0px;
	right: 48.5%;
	width: 2.5vw;
}

.topwrap{
	opacity: 0;
}

.bgimg-slider{
	text-align: center;
    background-size: cover;
	flex-direction: column;
}

.slider-title{
	height: 45vw;
	padding-bottom: 5vw;
}

.scroll-slider{
	transition: .7s;
}

.scroll-slider img{
	opacity: 1;
}


/*--------whatsnew--------*/

.whatsnew{
	color: #008247;
	margin: 0 auto;
	width: 50%;
}

.whatsnew h1{
	text-align: center;
	padding-top: 10vh;
}

.whatsnew ul{
	list-style: none;
	padding: 5px 0;
}

.whatsnew li{
	padding: 10px 0;
}

.whatsnew a{
	color: #000000;
}

/*--------v-line-fix--------*/

.v_line_fix {
	border-left: 1.5px solid #008247;
	margin: 0 50%;
	height: 200px;
}

/*--------Aganoriver--------*/

#aganoriver{
	width: 100%;
	color: #008247;
	padding-top: 20px;
	flex-wrap: wrap;
}

.aganotitle{
	text-align: center;
	padding: 20px 0;
}

.aganotitle img{
	width: 90%;
}

/*--------all-box--------*/

.boximage{
	flex: auto;
	width: 50%;
}
.boxword{
	display: flex;
	align-items: center;
	width: 50%;
}
.boxword span{
	color: #000000;
}

/*--------box1--------*/

.box1{
	display: flex;
	padding: 0 15px;
}
.box1 img{
	width: 100%;
	padding: 30px;
}
.box1 p{
	font-size: 1em;
}
.box1 .boxword{
	border-top: 1px solid #008247;
	border-bottom: 1px solid #008247;
	margin: 30px;
}

/*--------box2--------*/

.box2{
	display: flex;
	padding: 0 15px;
}
.box2 img{
	width: 100%;
	padding: 30px;
}
.box2 p{
	font-size: 1em;
}
.box2 .boxword{
	border-top: 1px solid #008247;
	border-bottom: 1px solid #008247;
	margin: 30px;
}
/*--------box3--------*/

.box3{
	display: flex;
	padding: 0 15px;
}
.box3 img{
	width: 100%;
	padding: 30px;
}
.box3 p{
	font-size: 1em;
}
.box3 .boxword{
	border-top: 1px solid #008247;
	border-bottom: 1px solid #008247;
	margin: 30px;
}


/*---------plants--------*/
/*---------asaza--------*/

#plants{
	position: relative;
	width: 100vw;
}
.backgroundasaza{
	width: 100%;
	background-size: cover;
}
.aboutasaza{
	position: absolute;
	right: 5vw;
    bottom: 5vw;
	width: 30vw;
}

.plantstitle{
	margin-top: -1vw;
	text-align: center;
	width: 50vw;
}

.plantstitle img{
	padding-top: 1vw;
	width: 20vw;
}

.secret{
	width: 75vw;
}

.secretp{
	padding-left: 2.5vw;
}

.secretimg{
	display: flex;
	width: 100%;
}

.secretimg img{
	flex: auto;
	width: 20vw;
	margin: 5vw 1vw;
	width: 400px;
	height: 300px;
	object-fit: cover;
}


/*---------activity--------*/
/*---------top--------*/

#activitytop{
	text-align: center;
	position: relative;
	width: 100%;
	height: 125vh;
	background-size: cover;
	background-image: url(../img/actimg1.jpg)
}


.imgcenter{
	position: absolute;
	top: 20vw;
	right: 36vw;
	width: 25vw;
}

.imgupl{
	position: absolute;
	top: 10vw;
	right: 20vw;
	width: 17.5vw;
}
.imgupr{
	position: absolute;
	top: 10vw;
	right: 60vw;
	width: 17.5vw;
}
.imglowl{
	position: absolute;
	top: 40vw;
	right: 20vw;
	width: 17.5vw;
}
.imglowr{
	position: absolute;
	top: 40vw;
	right: 60vw;
	width: 17.5vw;
}

/*--------act-box--------*/

#activitybox{
	align-items: center;
}

/*--------actbox1--------*/

.act1{
	width: 100%;
	text-align: center;
}
.t1{
	padding-top: 5vw;
	width: 100%;
}
.t1 img{
	height: 4vh;
	text-align: center;
}
.act1box{
	display: flex;
	padding: 0 15px;
}
.act1box .actp1{
	border-top: 1px solid #008247;
	border-bottom: 1px solid #008247;
	margin: 30px;
}
.actp1{
	flex: auto;
	width: 50%;
	font-size: 1em;
	text-align: left;
}
.actimg1{
	flex: auto;
	width: 50%;
}
.actimg1 img{
	width: 400px;
	height: 300px;
	padding: 30px;
}



/*--------actbox2--------*/

.act2{
	width: 100%;
	text-align: center;
}
.t2{
	padding-top: 5vw;
	width: 100%;
}
.t2 img{
	height: 4vh;
	text-align: center;
}
.act2box{
	display: flex;
	padding: 0 15px;
}
.act2box .actp2{
	border-top: 1px solid #008247;
	border-bottom: 1px solid #008247;
	margin: 30px;
}
.actp2{
	flex: auto;
	width: 50%;
	font-size: 1em;
	text-align: left;
}
.actimg2{
	flex: auto;
	width: 50%;
}
.actimg2 img{
	width: 400px;
	height: 300px;
	padding: 30px;
}


/*--------actbox3--------*/

.act3{
	width: 100%;
	text-align: center;
}
.t3{
	padding-top: 5vw;
}
.t3 img{
	height: 4vh;
	text-align: center;
}
.act3box{
	display: flex;
	padding: 0 15px;
}
.act3box .actp3{
	border-top: 1px solid #008247;
	border-bottom: 1px solid #008247;
	margin: 30px;
}
.actp3{
	flex: auto;
	width: 50%;
	font-size: 1em;
	text-align: left;
}
.actimg3{
	flex: auto;
	width: 50%;
}
.actimg3 img{
	width: 400px;
	height: 300px;
	padding: 30px;
}


/*--------actbox4--------*/

.act4{
	width: 100%;
	text-align: center;
}
.t4{
	padding-top: 5vw;
	width: 100%;
}
.t4 img{
	height: 4vh;
	text-align: center;
}
.act4box{
	display: flex;
	padding: 0 15px;
}
.act4box .actp4{
	border-top: 1px solid #008247;
	border-bottom: 1px solid #008247;
	margin: 30px;
}
.actp4{
	flex: auto;
	width: 50%;
	font-size: 1em;
	text-align: left;
}

.actp4 ul{
	color: #008247;
}

.actp4 li span{
	color: #000000;
}


.actimg4{
	flex: auto;
	width: 50%;
}
.actimg4 img{
	width: 400px;
	height: 300px;
	padding: 30px;
}




/*---------iiroko--------*/
/*---------about--------*/

#aboutiiroko{
	padding: 100px 30px 0 30px;
	text-align: center;
	height: 100vh;
	background-image: url(../img/iirokotop.jpg);
	background-size: cover;
}

.iirokotop{
	position: relative;
}

.iirokotop img{
	position: absolute;
	top: 15vw;
	right: 20vw;
	width: 50%;
}

.iirokop{
	padding: 0 15vw;
}


.name{
	text-align: center;
}

.name img{
	width: 20vw;
}



/*--------footer--------*/

footer {
	width: 100%;
	height: 150px; 
	text-align: center;
	padding: 5px;
	position: absolute;
	bottom: 1;
	left: 0;
}

footer p{
	color: gray;
}





/*--------forPC--------*/

@media screen and (min-width:1000px){
	
.top img{
	position: relative;
	height: 60vw;
	padding: 10vw 0 5vw 0;
}
	

}


/*--------forTab--------*/

@media screen and (max-width:1000px) and (min-width:670px){
	
	#aganoriver .boxword{
	overflow: scroll;
	width: 500px;
	height: 250px;
}
	.secretimg img{
	flex: auto;
	width: 20vw;
	width: 40vw;
	height: 30vw;
	}
}


/*--------forSP--------*/

@media screen and (max-width:670px){
	
	.nav{
		display: none;
	}
	.v_line_fix {
	border-left: 1.5px solid #008247;
	margin: 0 50%;
	height: 100px;
}
	.top p{
	padding: 200px 0 0 0;
	font-size: 150%;
	}
	.top span{
	display: block;
}
	
	#aganoriver .boxword{
	overflow: scroll;
	width: 300px;
	height: 150px;
}
	#aganoriver{
	width: 100%;
	height: 750px;
}

}
