@charset "utf-8";

#imageTitle {
	background-color:#5a5;
}

/* 園の一日 */
.onedayWrap {
	width:100%;
	margin-bottom:36px;
}
.onedayTitle {
	display: block;
	margin: 4px 0 6px 0;
	padding: 0;
	color: #8b40c2;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0em;
}
.onedayImage {
	width:40%;
	margin:0 2em 1em 0;
	float:left;
	position: relative;
}
.onedayImage p {
	position: absolute;
	padding:10px 0 0 10px;
	margin:0;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0em;
	font-weight: bold;
	top: 4px;
	left: 6px;
}
.onedayImage img {
	width:100%;
	margin: 0;
	padding: 0;
	display: block;
}
.onedayText p {
	padding:10px 0 0 0;
	margin:0;
	line-height: 1.4em;
}

/* 年間行事 */
.eventWrap {
	padding-right: 20px;
	margin: 0 0 30px;
}

.eventWrap .eventBox {
	margin: 0 10px 10px 0;
	float: left;
	width: 33.3%;
}

/*-- 緊急避難的措置 ------------------------*/
ul.fc_gray li {
	list-style: none;
}
ul.fc_gray > li:before {
	content: "\f14a";
	position: relative;
	font-family: "Font Awesome 5 Free";
	margin-right: 0.5em;
	font-weight:900;
}
/*-- 緊急避難的措置 ------------------------*/


.eventWrap .eventBox-3 {
	margin-right: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 839px) {
.eventWrap {
	padding-right: 10px;
}
.eventWrap .eventBox {
	width: 50%;
}
.eventWrap .eventBox-2 {
	margin-right: -10px;
}
}

@media only screen and (max-width: 579px) {
.eventWrap {
	padding-right: 10px;
}
.eventWrap .eventBox {
	width: 50%;
}
.eventWrap .eventBox-2 {
	margin-right: -10px;
}
}

.eventWrap h4 {
	display: block;
	color:#828282;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.2em;
	margin: 10px 0 0 0;
	padding: 0;
}
.eventWrap br {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}


.eventWrap img {
	width: 100%;
}

.eventWrap p {
	margin:6px 0 0 0;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.2em;
	text-align:justify;
}
.eventWrap a {
	display: block;

	font-size:12px;
	font-size:1.2rem;
	line-height:1.2em;
	text-align:justify;
	color: #09c;
}
.eventWrap a:link,.eventWrap a:visited {
	color: #09c;
	text-decoration: none;
}
.eventWrap a:active,.eventWrap a:hover {
	color: #f00;
	text-decoration: underline;
}

/* お薬や病気のこと */
.pointup {
	color:#e77;
	padding:0;
	margin:0;
	line-height:1em;
}
.photoRs {
	float:right;
	margin:0 0 1em 2em;
	width:25%;
}
.photoRs img {
	width:100%;
}
.shinshin {
	border:1px solid #ccc;
	box-sizing: border-box;
}
.shinshin a {
	display: block;
}



@media only screen and (min-width: 690px) and (max-width: 767px) {
.onedayImage {
	width:260px;
}
.onedayImage img {
	width:100%;
}
.photoRs {
	width:163px;
}
.photoRs img {
	width:100%;
}
}
@media only screen and (max-width: 535px) {
.onedayImage {
	margin:0 1em 1em 0;
	width:200px;
}
.onedayImage img {
	width:100%;
}
.photoRs {
	margin:0 0 1em 1em;
	width:125px;
}
.photoRs img {
	width:100%;
}
}
