@charset "utf-8";
/*--------------------------------------------
 
　　　園長ブログページ用CSS
 
---------------------------------------------*/


/* =======================================
   section01
   ======================================= */

#section01 {padding-top:30px !important;}





/* =======================================
   section02
   ======================================= */
   
   
   
   
   
   
/* =======================================
   section03
   ======================================= */
#main h2 .date {
	font-size: 50%;
	font-weight: normal;
	position: absolute;
	top: 5px;
	right: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	color: #95ca39;
}

#main .photo img {
	max-height: 500px;
	max-width: 600px;
	width: auto;
	height: auto;
}


@media screen and (max-width:1100px) {
#main .leaf_left, #main .leaf_right {display:none;}
}
@media screen and (max-width:768px) {
#main h1 {width:100%;}
#main h1 img {width:100%; height:auto;}



}