@charset "UTF-8";
/* //////////////////////////////////////////////////
[園の一日css] 
////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////
スマホ
////////////////////////////////////////////////// */

.daybox{	
	margin-bottom:30px;	
overflow:hidden;/* 高さを認識 */
	box-sizing: border-box;
	padding: 25px 25px 10px 25px;
		border-radius: 12px;
}

h4{  color: #ff679f; border-bottom-color: #ffc5cf;
  padding-bottom: 10px;}

h4 span{  color: #6a474c;
	background: #FFFFFF;
font-size: 14px;
padding: 6px 12px;
		border-radius: 8px;	
margin-right: 15px;}

.left_article,.left_article2 {
	float:left;
	width:100%;
		box-sizing: border-box;
}

.right_article {
	float:left;
	width:100%;

}

.left_article img,.left_article2 img{
	width: 100%;
	height: auto;
		box-sizing: border-box;
}

.stripe_orange{
  background-image: url("../common/img/stripe_orange2.png");
  background-size: 8px auto;
  background-position: top;
}
.stripe_yellow{
  background-image: url("../common/img/stripe_yellow.png");
  background-size: 8px auto;
  background-position: top;
}


/* //////////////////////////////////////////////////
PC
////////////////////////////////////////////////// */
@media only screen and (min-width: 769px) {
	
	
.daybox{
	padding: 25px 35px 20px 35px;
		border-radius: 22px;	}
	
.left_article {
	width:33%;
}	
	
.left_article2 {
	width:48%;
}
	
	
.right_article {
	float:right;
	width:64%;

}
	
	.right_article2 {
	float:right;
	width:49%;

}
	
	}