#genki{
	padding:40px 40px 0 40px;
}

#genki .p{
	display: inline-block;
}
#genki .s{
	display: none;
}
#genki .t{
	display: inline-block;
}

#genki .p2{
	display: inline-block;
}
#genki .s2{
	display: none;
}


#genki h1{
	line-height:1;
}
#genki h1 img{
	width:100%;
	height:auto;
}

#genki .lead{
	padding:36px  0 24px;

}

#genki h2{
	font-size:24px;
	line-height:48px;
	color:#93780e;
	font-weight:bold;
	margin:0;

	padding:0 250px 32px 40px;

	background-image:url("../images/genki/suihan.png");
	background-position:right top;
	background-size:237px auto;
	background-repeat: no-repeat;
}
#genki .suihan{
	float:right;
}

#genki .note{
	font-size:18px;
	line-height:36px;
	color:#ff6d4d;
	font-weight:bold;
	margin: 0;
	padding: 0 0 0 40px;

}

#genki .lead2{
	font-size:16px;
	line-height:32px;
	color:#333333;
	padding:0 0 0 40px;
	margin:0 0 90px 0;
}
#genki .lead2 span{
	display: inline;
	background: linear-gradient(transparent 60%, #f4e609 60%);
}
/*
#genki .lead2 span:after{
	content:"";
	border-bottom: solid 8px #f4e609;
	width: 100%;
	display: block;
	margin-top: -12px;
}
*/

#genki .outer{
	padding:0 70px;
	margin:0 30px 100px 0;
}

#genki h3{
	line-height: 1;
	margin:0 0 30px -30px;
}
#genki h3 img{
	width:387px;
	height: auto;
}

#genki .boxlist{
	padding:0;
}

#genki .box{
	width:100%;
	margin:0 0 16px 0;
	background-color:#fcc42c;
	border-radius:10px;
	padding:30px 0 25px 30px;
	position: relative;
}
#genki .box:before{
	display: block;
	content:"";
	width:57px;
	height:55px;
	background-image: url("../images/genki/arrow.png");
	background-repeat: no-repeat;
	background-position: right bottom ;
	background-size:57px auto;
	position: absolute;
	right: -10px;
	bottom: -14px
}


#genki a .box{
	display: inline-block;
}
#genki a:hover .box{
	opacity:.8;
}
#genki a:nth-child(2n+1) .box{
	background-color:#93780E;
	padding:30px 30px 25px 0;
}
#genki a .box.yadoroku{
	background-color:#fcc42c;
	padding:70px 0 25px 30px;
	margin:0 0 60px 0;
}
#genki .box:after{
	content:"";
	clear:both;
	display: block;
	visibility: hidden;
}

#genki .gentei{
	background-image:url("../images/genki/gentei.png");
	background-position:left  top ;
	background-repeat: no-repeat;
	background-size:auto 63px;
	font-size:0;
	line-height: 1;
	background-color:#ffffff;
	border:6px solid #ff6d4d;
	height:auto;
	display: inline-block;
	padding-right:20px;
	/*margin:-74px 0 30px -60px;*/
	position: absolute;
	left: -30px;
	top: -40px;
}

#genki .gentei span.outer{
	padding:25.5px 0 17.5px 156px;
	margin:0;
	display: inline-block;
	vertical-align: top;
	font-size:20px;
	color:#ff6d4d;
	font-weight: bold;
}
#genki .gentei span.outer2{
	padding:25.5px 0 17.5px 4px;
	margin:0;
	display: inline-block;
	vertical-align: top;
	font-size:20px;
	color:#ff6d4d;
	font-weight: bold;
}
#genki .gentei span.inner{
	padding:13.5px 0;
	margin:0;
	display: inline-block;
	vertical-align: top;
	font-size:36px;
	color:#ff6d4d;
	font-weight: bold;
	position:relative;
}
#genki .gentei span.inner small{
	font-size:28px;
}

#genki .close .gentei span.inner:after{
	content:"";
	width: 326px;
	height: 84px;
	display: block;
	position: absolute;


	top: -10px;
	left: 10px;
	background-image: url("../images/genki/end_01.png");
	background-size:326px auto;
	background-repeat: no-repeat;

}



#genki a .box.close .text:before{
	content:"";
	width: 310px;
	height: 120px;
	display: block;
	position: absolute;


	top: 36px;
	left: 50px;
	background-image: url("../images/genki/end_04.png");
	background-size:310px auto;
	background-repeat: no-repeat;
}

#genki a:nth-child(2n+1) .box.close .text:before{
	content:"";
	width: 310px;
	height: 120px;
	display: block;
	position: absolute;


	top: 36px;
	left: 60px;
	background-image: url("../images/genki/end_03.png");
	background-size:310px auto;
	background-repeat: no-repeat;
}

#genki a .box .copy{
	float:left;

	width:calc(100% - 446px);
}
#genki a:nth-child(2n+1) .box .copy{
	float:right;

}
#genki a .box.yadoroku .copy{
	float:left;
}


#genki a .box dl{
	font-size:0;
	margin-bottom:20px;
	padding-right: 30px;
}
#genki a:nth-child(2n+1) .box dl{
	padding-left: 30px;
	padding-right: 0;
}
#genki a .box.yadoroku dl{
	padding-left: 0;
	padding-right: 30px;
}
#genki a .box dl dt{
	font-size:12px;
	line-height:1;
	padding:6px 0;
	width:50px;
	display: inline-block;
	vertical-align: top;
	background-color:#93780e;
	color:#ffffff;
	text-align: center;
}
#genki a:nth-child(2n+1) .box dl dt{
	background-color:#f3b231;
	color:#000000;
}
#genki a .box.yadoroku dl dt{
	background-color:#93780e;
	color:#ffffff;
}

#genki .box dl dd{
	font-size:12px;
	line-height:1;
	padding:6px 0;
	width:50px;
	display: inline-block;
	vertical-align: top;
	background-color:#ffffff;
	color:#000000;
	text-align: center;
	text-justify: inter-character;
}

#genki a .box h3{
	font-size:20px;
	line-height:1;
	color:#000000;
	margin:0 0 14px 0;
	padding-right: 30px;
}
#genki a:nth-child(2n+1) .box h3{
	color:#ffffff;
	padding-left: 30px;
	padding-right: 0;
}
#genki a .box.yadoroku h3{
	color:#000000;
	padding-left: 0;
	padding-right: 30px;
}
#genki .box .address{
	font-size:16px;
	line-height: 20px;
	color:#000000;
	margin:0 0 32px 0;
	padding-right: 30px;
}
#genki a .box .address span{
	font-size:12px;
	display: inline-block;
	margin-right:14px;
}
#genki a:nth-child(2n+1) .box .address{
	color:#ffffff;
	padding-left: 30px;
	padding-right: 0;
}
#genki a .box.yadoroku .address{
	color:#000000;
	padding-left: 0;
	padding-right: 30px;
}
#genki .box .text{
	position:relative;
}

#genki a .box .text:after{
	content: "";
	width: 30px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	background-image: url("../images/genki/baloon1.png");
	background-repeat: no-repeat;
	background-position: left  top;
	background-size: 12px auto;
	position: absolute;
	top: 0;
	right: -22px;
	/*border-left: 2px solid #fff;*/
}
#genki a:nth-child(2n+1) .box .text:after{
	background-image: url("../images/genki/baloon2.png");
	background-position: right  top;
	top: 0;
	right: inherit;
	left: -22px;
	/*border-left: none;*/
	/*border-right: 2px solid #fff;*/
}




#genki a .box.yadoroku .text:after{
	background-image: url("../images/genki/baloon1.png");
	background-position: left  top;
	top: 0;
	right: -22px;
	left:inherit;
}
#genki a .box.yadoroku.close .text:before{
	content:"";
	background-image:url("../images/genki/end_02.png");
	background-repeat: no-repeat;
	background-size:310px auto;
	width:310px;
	height:120px;
	display: block;
	position: absolute;
	top: 24px;
	left: 50px;

}



#genki a .box h4{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#000000;
	margin:0 0 10px 0;
	padding-right: 30px;
}
#genki a:nth-child(2n+1) .box h4{
	color:#ffffff;
	padding-left: 30px;
	padding-right: 0;
}
#genki a .box.yadoroku h4{
	color:#000000;
	padding-left: 0;
	padding-right: 30px;
}
#genki a .box p{
	font-size:14px;
	line-height:24px;
	color:#000000;
	width:calc(100% - 30px);

}
#genki a .box p.info2{
	font-size:10px;
}

#genki a:nth-child(2n+1) .box p{
	color:#ffffff;
	width:calc(100% - 30px);

	padding-left: 30px;
}
#genki a .box.yadoroku p{
	color:#000000;
	padding-left: 0;

}

#genki a .box img{

	float:right;
}
#genki a:nth-child(2n+1) .box img{
	float:left;
}
#genki a .box.yadoroku img.fig{
	float:right;
	padding-top:40px;
	width:426px;
	height:auto;
}

#genki h2.maptitle{
	background-image: none;
	padding: 0;
	text-align: center;
}

#map{
	width: calc(100% + 80px);
	height:475px;
	margin-left:-40px;
}

p.pop{
	padding:6px;
	font-size:14px;
}
.pop span{
	font-size:20px;
	margin-bottom:4px;
	display: inline-block;
}



@media(max-width:1400px){
	#genki .t{
		display: none;
	}



	#genki a .box.yadoroku.close .text::before {
		background-size: 19vw auto;	/*310/1400*/
		width: 100%;
		height: 120px;
		top: 4vw;	/*24*/
		left: 0;	/*50/1400*/
		background-position: center;
	}


	#genki a .box.close .text::before {
		width: 100%;
		height: 120px;
		top: 4vw;
		left: 0;
		background-size: 19vw auto;	
		background-position: center;
	}

	#genki a:nth-child(2n+1) .box.close .text::before {
		width: 100%;
		height: 120px;
		top: 4vw;
		left: 0;
		background-size: 19vw auto;
		background-position: center;

	}

}

@media(max-width:1300px){

	#genki .p2{
		display: none;
	}
	#genki .s2{
		display: inherit;
	}
	#genki .gentei{
		background-image: url("../images/genki/gentei_sp.png");
		background-size:103px auto;
		background-position: left top;
		border: 3px solid #ff6d4d;
		padding-right:0;
	}
	#genki .gentei span.outer{
		font-size:16px;
		padding:20px 0 16px 110px;

	}
	#genki .gentei span.outer2{
		font-size:14px;
		padding: 4px 0 12px 4px;
		transform: scale(0.9, 1);
	}

	#genki .gentei span.inner{
		font-size: 21px;
		padding:0 0 12px 0;
		transform: scale(0.9, 1);
	}
	#genki .gentei span.inner small{
		font-size: 16px;
		transform: scale(1, 1);
	}

	#genki .close .gentei span.inner::after {


		width: 250px;
		height: 84px;


		top: -16px;
		left: -50px;
		background-image: url("../images/genki/end_01.png");
		background-size: 250px auto;
		background-repeat: no-repeat;
	
	}







}

@media(max-width:1200px){
	#genki .p{
		display: none;
	}
	#genki .s{
		display: inherit;
	}

	#genki .outer{
		margin: 0 0 100px 0;
	}

	#genki .box{
		margin-bottom:15px;
	}

	#genki a:nth-child(2n+1) .box,
	#genki a .box{
		padding:15px;
	}
	#genki a .box.yadoroku{
		padding:65px 15px 15px 15px;
	}




	#genki .box:before{
		width: 57px;
		height: 39px;
		background-image: url("../images/genki/arrow_sp.png");
		background-size:57px auto;
		right: -14px;
		bottom: -4px;
	}


	#genki a .box.yadoroku dl,
	#genki a:nth-child(2n+1) .box dl,
	#genki a .box dl{
		margin: 0 0 20px 0;
		padding-left: 0;
		padding-right: 0;
	}

	#genki a .box.yadoroku h3,
	#genki a:nth-child(2n+1) .box h3,
	#genki a .box h3{
		margin: 0 0 20px 0;
		padding-left: 0;
		padding-right: 0;
	}
	#genki a .box.yadoroku .address,
	#genki a:nth-child(2n+1) .box .address,
	#genki a .box .address{
		margin: 0 0 30px 0;
		padding-left:0;
		padding-right: 0;
	}

	#genki a.yadoroku .box .copy,
	#genki a:nth-child(2n+1) .box .copy,
	#genki a .box .copy{
		width:100%;
	}
	#genki a.yadoroku .box img,
	#genki a:nth-child(2n+1) .box img,
	#genki a .box img{
		float:none;
	}
	#genki a.yadoroku .box dl,
	#genki a:nth-child(2n+1) .box dl,
	#genki a .box dl{
		padding-right:0;
	}
	#genki a.yadoroku .box .address,
	#genki a::nth-child(2n+1) .box .address,
	#genki a .box .address{
		padding-right:0;
	}
	#genki a.yadoroku .box .text:after,
	#genki a:nth-child(2n+1) .box .text:after,
	#genki a .box .text:after{
		background-image:none;
	}

	#genki a .box.yadoroku h4,
	#genki a:nth-child(2n+1) .box h4,
	#genki a .box h4{
		padding-left: 0;
		padding-right: 0;
		margin: 0 0 20px 0;
	}
	

	#genki a .box.yadoroku p,
	#genki a:nth-child(2n+1) .box p,
	#genki a .box p
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom:42px;

		background-image:url("../images/genki/baloon_sp.png");
		background-repeat: no-repeat;
		background-position: left bottom 14px;
		background-size:auto 13px;
	}
	#genki a .box p.info{
		padding-bottom:0;
		background-image:none;
	}

	#genki a .box.yadoroku img.fig,
	#genki a:nth-child(2n+1) .box img, 
	#genki a .box img {
		width:100%;
		max-width:590px;
		margin:0 auto;
		display: block;
		padding-top:0;
		float: none;
	}



	#genki a .box.yadoroku.close .text::before,
	#genki a:nth-child(2n+1) .box.close .text::before,
	#genki a .box.close .text::before {
		width: 100%;
		height: 90px;
		top: 10px;
		left: 0;
		background-size: 250px auto;
		background-position: center;
	}


}



@media(max-width:1023px){
	#genki{
		padding:0 15px;
	}
	#genki .lead{
		padding:20px 0 24px;	
	}
	#genki h2{
		font-size:17px;
		line-height:28px;
		padding:0 0 210px 0;
		background-image:url("../images/genki/suihan_sp.png");
		background-position: bottom center;
		background-size:248px auto;	
	}


	#genki .note{
		font-size:14px;
		line-height:24px;
		margin:0;
		padding:0;
	}

	
	#genki .lead2{
		font-size:13px;
		line-height:20px;
		padding:0;
		margin:0 0 70px 0;
	}

	#genki .outer{
		padding:0 10px;
		margin:0 0 50px 0
	}

	#genki h3 img{
		width: 290px;
	}

	#genki .box{
		width:auto;
	}
	#genki a .box.yadoroku{
		margin:0 0 40px 0;
	}
	#genki .gentei{
		left: -10px;
	}

	#genki h3{
		margin: 0 0 20px 0;
	}
	#genki a .box h4{
		font-size:14px;
		line-height:20px;
	}
	#genki a .box p{
		font-size:12px;
		line-height: 20px;;
	}

	#genki h2.maptitle{
		font-size:14px;
	}

	#map{
		width:calc(100% + 30px);
		margin-left: -15px;
	}
}


@media(max-width:670px){
	#genki .box.koreya:before,
	#genki .box.kichinoza:before,
	#genki .box.seseragi:before,
	#genki .box.sumicafe:before,
	#genki .box.aera:before,
	#genki .box.kodou:before,
	#genki .box.beone:before,
	#genki .box.hamasuka:before
	{
		background-image: url("../images/genki/arrow_b_sp.png");
	}




	
}


@media(max-width:480px){
	#genki a .box.yadoroku.close .text::before,
	#genki a:nth-child(2n+1) .box.close .text::before,
	#genki a .box.close .text::before {

		top: 50px;

	}
}


@media(max-width:374px){
	#genki .gentei span.inner{
		font-size: 14px;
		padding: 4px 0 12px 0;
	}


	#genki a .box.yadoroku.close .text::before,
	#genki a:nth-child(2n+1) .box.close .text::before,
	#genki a .box.close .text::before {

		height: 90px;
		top: 50px;

		background-size: 230px auto;

	}



	#genki h3 img{
		width:270px;
	}
	#genki h2.maptitle{
		font-size:12px;
	}
}


h1{
	font-size:0;
}
.label{
	padding:20px;
}
.label span{
	display: block;	
}
