


/* PC---------------------------------------------------------------------------------------- */
@media screen and (min-width:980px) {
	br {
	    display: none;
	  }
	.box{
		float: left;
		display: table;
		background-color: #eee;
		margin: 28px;
	}
	
	.box-1,.box-2{
		display: table-cell;
		vertical-align: middle;
		width: 200px;
		padding: 10px;
	}
	
	.box-1 >img{
		width: 200px;
	}
	
	
	#advantage{
	
	}
	 
	.ec_bnr{
	    display: flex;
	    flex-direction: column;
	    width: 800px;
	    margin: auto;
	    margin-bottom: 30px;
	}
	.ec_bnr p{
    /* text-align: center; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    font-size: 1.2em;
}
	.ec_bnr img{
	    width: 100%;
	    margin-bottom: 40px;
	}
	.textred{
    color: red;
    font-size: 1.4em;
    padding: 10px;
}
	.category{
		text-align: center;
		border-bottom: 2px solid #bbd6ad;
		margin-top: 50px;
	}
	
	
	
	
	.category_p{
		width: 600px;
		text-align: justify;
		margin: 0 auto;
		line-height: 160%;
		margin-bottom: 50px;
	}
	
	.category_box_wrap{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 50px;
		width: 1000px;
		align-items: stretch;
		align-content: stretch;
		margin: 0 auto;
		/* background-color: red; */
	}
	.category_box{
		margin-bottom: 50px;
		width: 460px;
		text-align: center;
	}
	
	.category_box img{
		
	}
	
	.category_box_title{
		margin-bottom: 10px;
	}
	
	.category_box_detail{
		width: 380px;
		padding: 10px;
		margin: 0 auto;
		text-align: justify;
		line-height: 140%;
	}	
	
	.more{
		border-radius: 20px;
		width: 320px;
		height:15px;
		padding: 25px;
		background-color: #bbd6ad;
		background-image: url(../images/arrow.png);
		background-position: 20px 20px;
		background-repeat: no-repeat;
		margin: 0 auto;
		margin-bottom: 30px;
		color: black;
	}
	
	.more:hover{
   	 	background-color: #a7c598;
   	 }
	
	.non{
		text-decoration: none;
		color: #002300;
	}
	
	
	.category_box2{
		margin-bottom: 50px;
		width: 250px;
	}
	
	.category_box2 img{
		
	}
	
	.category_box_detail2{
		padding: 10px;
		margin: 0 auto;
		text-align: justify;
		line-height: 140%;
	}	
	
	.title_sub{
		font-size: 1.4em;
		line-height: 180%;
		margin-bottom: 30px;
		text-align: center;
		margin: 0 auto;
	}
	
	.category_box3{
		margin-bottom: 50px;
		width: 320px;
	}
	
	.category_box3 img{
		
	}
	
	.category_box_detail3{
		padding: 10px;
		margin: 0 auto;
		text-align: justify;
		line-height: 140%;
	}	
	
	.category_box4{
		margin-bottom: 50px;
		/* width: 320px; */
		display: flex;
	}
	
	.category_box4 img{
		
	}
	
	.category_box_detail4{
		padding: 10px;
		margin: 0 auto;
		text-align: justify;
		line-height: 140%;
		padding-left: 30px;
		width: 310px;
	}	
	
	.link{
		/* margin-top: 300px; */
		position: absolute;
		margin-top: 30px;
		color: black;
	}
	
	.maparea{
		width: 1000px;
		background-color: #004d1d;
		margin:0 auto;
		color:#fff;
		margin-bottom: 30px;
	}
	.maparea_gmap{
		
	}
	.maparea_inner{
		display: flex;
		width: 600px;
		text-align: left;
		margin: 0 auto;
		padding: 30px;
	}
	
	.maplogo{
		font-size: 2em;
		padding-top: 10px;
	}
	.mapaddress{
		line-height: 160%;
		padding-left: 50px;
	}
	
	.gmaplink{
		text-align: right;
		text-decoration: none;
		height:40px;
		padding-top: 20px;
		color:#fff;
		padding-right: 10px;
	}
	
	.togarashi{
		width:1000px;
		text-align: center;
		margin-bottom: 30px;
		margin: 0 auto;
		margin-top: 100px;
	}
	
	.togarashi img{
		padding: 30px;
	}

}

/* SmartPhone---------------------------------------------------------------------------------------- */
@media screen and (max-width:979px) {
	
	
	#sp_top{
		background-color: #002300;
		text-align: center;
		padding: 30px;
		margin-top: 40px;
	}
	
	#sp_top img{
		padding: 10px;
	}
	
	.sp_top_sns{

	}
	
	.sp_top_sns img{
		
	}
	
	.box{
		float: left;
		display: table;
		background-color: #eee;
		margin: 28px;
	}
	
	.box-1,.box-2{
		display: table-cell;
		vertical-align: middle;
		width: 200px;
		padding: 10px;
	}
	
	.box-1 >img{
		width: 200px;
	}
	
	.ec_bnr{
	    display: flex;
	    flex-direction: column;
	    width: 100vw;
	    margin: auto;
	}
	.ec_bnr p{
    /* display: flex; */
    text-align: center;
    padding: 20px 0;
    margin: auto;
    line-height: 160%;
}
	.ec_bnr img{
	    width: 100%;
	}
	.textred{
    font-size: 1.4em;
    color: red;
}
	#advantage{
	
	}
	 
	 
	.category{
		text-align: center;
		border-bottom: 3px solid #bbd6ad;
		margin-top: 50px;
		padding: 10px;
	}
	
	
	.top_title{
		margin-bottom: 50px;
	}
	
	.top_title img{
		width: 200px;
	}
	
	
	.category_p{
		text-align: justify;
		margin: 0 auto;
		line-height: 160%;
		margin-bottom: 20px;
		font-size: 1.2em;
	}
	
	.category_p2{
		text-align: left;
		margin: 0 auto;
		line-height: 160%;
		margin-bottom: 50px;
		font-size: 1.2em;
	}
	
	.category_box_wrap{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 50px;
		width: 100%;
		align-content: stretch;
		margin: 0 auto;
	}
	.category_box{
		margin-bottom: 50px;
		width: 45%;
		padding: 5px;
	}
	
	.category_box img{
		width: 100%;
	}
	
	.category_box_title{
		margin-bottom: 10px;
		font-size: 0.9em;
	}
	
	.category_box_detail{
		padding: 10px;
		margin: 0 auto;
		text-align: justify;
		line-height: 140%;
		display: none;
	}	
	
	.category_box2 > .category_box_title{
		margin-bottom: 10px;
		font-size: 0.9em;
	}
	
	
	.more{
		border-radius: 20px;
		height:15px;
		padding: 25px;
		background-color: #bbd6ad;
		background-image: url(../images/arrow.png);
		background-position: 20px 20px;
		background-repeat: no-repeat;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.non{
		text-decoration: none;
		color: #002300;
	}
	
	
	.category_box2{
		margin-bottom: 50px;
		width: 45%;
		padding: 5px;
	}
	
	.category_box2 img{
		width: 95%;
	}
	
	.category_box_detail2{
		padding: 5px;
		margin: 0 auto;
		text-align: justify;
		line-height: 140%;
		display: none;
	}	
	
	.title_sub{
		font-size: 1.1em;
		line-height: 180%;
		margin-bottom: 30px;
	}
	
	.category_box3{
		margin-bottom: 50px;
	}
	
	.category_box3 img{
		
	}
	
	.category_box_detail3{
		padding: 10px;
		margin: 0 auto;
		text-align: justify;
		line-height: 140%;
	}	
	
	.category_box4{
		margin-bottom: 50px;
		/* display: flex; */
		width: 45%;
		padding: 5px;
	}
	
	.category_box4 img{
		width: 100%;
		/* height: 150px; */
	}
	
	.category_box_detail4{
		padding: 10px;
		margin: 0 auto;
		text-align: justify;
		line-height: 140%;
		padding-left: 10px;
		display: none;
	}	
	
	.link{
		position: absolute;
		left: 10px;
		padding-top: 30px;
		display: none;
	}
	
	.maparea{
		background-color: #004d1d;
		margin:0 auto;
		color:#fff;
		margin-bottom: 30px;
	}
	.maparea_gmap{
		
	}
	.maparea_inner{
		text-align: left;
		margin: 0 auto;
		padding: 10px;
		/* display: flex; */
		height: 80px;
	}
	
	.maplogo{
		font-size: 1.2em;
		padding-top: 10px;
		/* width: 100px; */
	}
	.mapaddress{
		line-height: 160%;
		/* width: 102px; */
		font-size: 0.9em;
		position: absolute;
		/* right: 30px; */
	}
	
	.gmaplink{
		text-align: right;
		text-decoration: none;
		height:40px;
		padding-top: 20px;
		color:#fff;
		padding-right: 10px;
	}
	
	.togarashi{
		text-align: center;
		margin-bottom: 30px;
		margin: 0 auto;
		margin-top: 30px;
		padding: 20px;
	}
	
	.togarashi img{
		width: 100%;
		margin-top: 30px;
	}
	
	.asadori{
		/* width: 320px; */
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.asadori img{
		width: 100%;

	}

}



