@charset "UTF-8";
/*-------------------- 下部詳細 ---------------------*/


.contents_inf {/*写真背景*/

width:100%;
background-size:cover;

background:url("../img/activity/2a.jpg") no-repeat; /*no-repeatだと上下に白余白が出てrepeat指定で余白を消去。けど画像サイズ大に変更後はこの指定でOK*/

background-attachment:absolute;
background-position:top center;

z-index:1;

}



.contents_inf_1 {/*透過背景*/

position:relative;

   display:block;
   width:100%;
  max-width:1100px;

   /*background:rgba(239,239,222,0.5);/*黄色*/
   
   
   background:rgba(255,255,255,0.0);/*白色*/
   margin:0 auto;
}









/***************** リード ******************/



section#contents_1 {
	
	width:100%;
	max-width:85%;
	margin:0 auto;

	background:;
	
	display:flex;
	flex-wrap:wrap;
	
	padding:150px 0 850px 0;/*画像下余白*/
}


section#contents_1 article {
	

text-align:center;
width:100%;
max-width:100%;/*一段組*/
margin:0 auto;/*各項目の左右余白ここで指定*/
background-color:;/*色入れて マウスオーバーで色付く*/
margin:0px; /*画像回りの余白*/

background:;
	
}


section#contents_1 article h2 {/*植物を伝えていくナーセリー*/
font-family:"Zen Kaku Gothic New" , sans-serif;
	font-size:1.25em;
	color:black;
	/*color:#003700;*/
	text-align:center;
	
	font-weight:bold;
	line-height:1.5;
	
	margin:50px 0 30px 0;
	

	
}


section#contents_1 article p {/**/
font-family:"Zen Kaku Gothic New" , sans-serif;
	font-size:1.06em;
	color:#000000;
	text-align:right;
	font-weight:bold;
	line-height:2.5;
	

	
}


section#contents_1 article span br {
	display:none;



}


section#contents_1 article img {/*画像2*/
width:100%;
max-width:100%;
	
	margin:30px 0 30px 0;
	

	
}








/*==========================================
 タブレット 縦 スタイル
===========================================*/

@media only screen and (min-width: 741px) {
	
	
	
	
section#contents_1 {
	
	width:100%;
	max-width:85%;
	margin:0 auto;
	padding:300px 0 1107px 0;/*画像を下部まで表示するために*/
	background:;
	
	display:flex;
	flex-wrap:wrap;
	
}

section#contents_1 article h2 {/*植物を伝えていくナーセリー*/

	font-size:23px;
	
	text-align:right;
	

	
}
}

