@charset "UTF-8";


/*---------------------------------
	ぱんくず
---------------------------------*/
#breadcrumb {
	/*max-width: 1000px;*/
	width: 100%;
	margin: 115px auto 15px; /* 85px auto 15px */
	text-align: right;
}

#breadcrumb ul {
	overflow: hidden;
}

#breadcrumb ul li {
	list-style: none;
	/*margin: 0 5px 0 0;*/
	display: inline-block;
}

#breadcrumb ul li a {
	text-decoration: none;
	display: inline-block;
}

#breadcrumb ul li:nth-child(2)::before {
	content: '>';
	margin: 0 5px 0 0;
}

#breadcrumb ul li:nth-child(2) a::after {
	content: '>';
	margin: 0 0 0 5px;
}



/*---------------------------------
	下層ページ見出し
---------------------------------*/
#contents_title {
	position: relative;
	top: 105px;
	margin: 0 0 35px;
	padding: 80px 0;
	/*background-color: #f5f5f6;*/
}

#contents_title h2 {
	margin: 0;
	padding: 0;
}

#contents {
	max-width: 1170px;
	width: 100%;
	/*font-size: 90%;*/
	line-height: 1.8;
	letter-spacing: 2px;
	margin: 0 auto; /* 15px auto 0 */
	padding: 0;
	text-align: justify;
	box-sizing: border-box;
	/*height: 50vh;*/
}

#contents p {
	margin: 0 0.5% 15px;
	line-height: 1.8;
}


@media screen and (max-width: 900px) {

	#contents_title {
		margin: -40px 0 35px; /* 64px 0 35px */
	}

}


@media screen and (max-width: 600px) {

	#contents_title {
		padding: 60px 0;
	}

}


ol {
	counter-reset:number;
	list-style-type: none!important;
}

ol li {
	display: block;
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: block;
	background-color: #213a7d;
	color: #ffffff;
	/*font-family: 'Avenir','Arial Black','Arial',sans-serif;*/
	font-size: 15px;
	font-weight: normal;
	left: 0;
	width: 20px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.environment img {
  width: 320px;
  float: right;
  height: auto;
  margin: 0 0 10px 10px;
}
img {
  border-style: none;
}
img {
  width: 100%;
  height: auto;
  border: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  border-radius: 3px;
}

/*---------------------------------
	会社概要
---------------------------------*/
body.about table th {
	white-space: nowrap;
}

body.about table th span {
	display: block;
}

body.about table td ul li {
	list-style: none;
	float: left;
	margin: 0 15px 0 0;
}

body.about table td ul li::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin: 0 5px;
}

/***** 写真 *****/
.clm {
	width: 100%;
	overflow: hidden;
}

.clm .box {
	width: calc(24.666% - 1%);
	margin: 0 0.5%;
	float: left;
}

.clm .box img {
	width: 100%;
	height: auto;
	padding: 3px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}


.boxsp {
	display: none;
}

.mainbox .boxR {
	max-width: 500px;
	width: 45%;
	float: right;
}

.mainbox .boxR img {
	width: 100%;
	height: auto;
}

.picture3 {
	width: 100%;
	overflow: hidden;
}

.picture3 .box {
	width: calc(33.333% - 1.5%);
	margin: 0 0.75%;
	float: left;
}

.picture3 .box img {
	width: 100%;
	height: auto;
	padding: 3px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	box-sizing: border-box;
}

.picture4 {
	width: 100%;
	overflow: hidden;
}

.picture4 .box {
	width: calc(24.8% - 1.5%);
	margin: 0 0.75%;
	float: left;
}

.picture4 .box img {
	width: 100%;
	height: auto;
	padding: 3px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	box-sizing: border-box;
}

.picture5 {
	width: 100%;
	overflow: hidden;
}

.picture5 .box {
	width: calc(19.5% - 1.5%);
	margin: 0 0.75%;
	float: left;
}

.picture5 .box img {
	width: 100%;
	height: auto;
	padding: 3px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	box-sizing: border-box;
}

.picture6 {
	width: 100%;
	overflow: hidden;
}

.picture6 .box {
	width: calc(33.333% - 1.5%);
	margin: 0 0.75%;
	float: left;
}

.picture6 .box img {
	width: 100%;
	height: auto;
	padding: 3px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	box-sizing: border-box;
}

.picture10 {
	width: 100%;
	overflow: hidden;
}

.picture10 .box {
	width: calc(16.0% - 1.5%);
	margin: 0 0.75%;
	float: left;
}

.picture10 .box img {
	width: 100%;
	height: auto;
	padding: 3px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	box-sizing: border-box;
}


.clm2 {
	width: 100%;
	overflow: hidden;
}

.clm2 .boxL {
	width: 49%;
	float: left;
	overflow: hidden;
}

.clm2 .boxL .in,
.clm2 .boxR .in {
	padding: 0 15px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

.clm2 .boxR {
	width: 49%;
	float: right;
	overflow: hidden;
}

.clm2 .boxL img {
	max-width: 550px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 3px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
.clm2 .boxR img {
	max-width: 550px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 3px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

.clm1 {
	width: 100%;
	overflow: hidden;
}

.clm1 .boxL {
	width: 64%;
	float: left;
	overflow: hidden;
}

.clm1 .boxL .in,
.clm1 .boxR .in {
	padding: 0 15px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

.clm1 .boxR {
	width: 34%;
	float: right;
	overflow: hidden;
}

.clm1 .boxL img {
	max-width: 700px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 3px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
.clm1 .boxR img {
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 3px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}



@media screen and (max-width: 900px) {

	.clm1 {
		width: 96%;
		margin: 0 2%;
	}


	.clm2 {
		width: 96%;
		margin: 0 2%;
	}

}


@media screen and (max-width: 600px) {

	.mainbox {
		margin: 0 0 15px;
	}

	.mainbox .boxL {
		display: none;
		width: 100%;
		float: none;
		position: static;
	}

	.mainbox .boxR {
		max-width: 100%;
		width: 100%;
		margin: 0;
		float: none;
	}

	.boxsp {
		display: block;
		margin: 0 0 30px;
	}

	.boxsp .in p.facilities_name {
		font-weight: bold;
		font-size: 130%;
		color: #009250;
		margin: 0 0 10px;
		position: relative;
	}

	.boxsp .in p.facilities_name span {
		margin: 0 0 0 15px;
		vertical-align: middle;
		font-family: 'Cairo', sans-serif;
		text-transform: capitalize;
		font-weight: normal;
		font-size: 50%;
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.clm2 .boxL {
		width: 100% !important;
		margin: 0;
		padding: 0;
		float: none;
	}

	.clm2 .boxR {
		width: 100% !important;
		margin: 15px 0 0;
		padding: 0;
		float: none;
	}

	.clm1 .boxL {
		width: 100% !important;
		margin: 0;
		padding: 0;
		float: none;
	}

	.clm1 .boxR {
		width: 100% !important;
		margin: 15px 0 0;
		padding: 0;
		float: none;
	}

}


@media screen and (max-width: 480px) {

	.boxsp .in p.facilities_name span {
		display: none;
	}

	.picture3 .box {
		width: 100%;
		margin: 0 0 15px;
		float: none;
	}

}


@media screen and (max-width: 360px) {

	.mainbox .boxR .in ul li {
		font-size: 120%;
	}

}



.note .title {
	color: #ff7d6e;
	font-size: 120% !important;
	font-weight: bold;
}

.note ul {
	overflow: hidden;
}

.note ul li {
	list-style: none;
	margin: 0 0 5px;
}

.note ul li::before {
	color: #ff7d6e;
	content: "\f10c";
	font-family: FontAwesome;
	margin: 0 5px;
}

.note p {
	margin: 0;
	padding: 0;
		font-size: 1.2em;
}


/*---------------------------------
	求人案内
---------------------------------*/
#recruit {
	width: 100%;
	overflow: hidden;
}

#recruit .box {
	width: calc(50% - 1%);
	float: left;
	margin: 0 0.5% 15px;
}

#recruit .box a {
	text-decoration: none;
	display: block;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	border: 1px dashed #4a3f38;
	overflow: hidden;
}

#recruit .box .boxL {
	max-width: 150px;
	width: 100%;
	float: left;
	margin: 0 5px 0 0;
	box-sizing: border-box;
}

#recruit .box .imgbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
	padding: 3px;
	border: 1px solid #dddddd;
}

#recruit .box .imgbox img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition-duration: 0.3s;
	box-sizing: border-box;
}

#recruit .box a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

#recruit .box .boxR {
	width: calc(100% - 160px);
	float: left;
	margin: 0 0 0 5px;
	padding: 5px;
	box-sizing: border-box;
}

#recruit .box .boxR p {
	margin: 0;
}

#recruit .box .boxR .title {
	/*
	font-size: 130%;
	font-weight: bold;
	*/
	letter-spacing: initial;
}

#recruit .box .boxR .title i {
	color: #ff0000;
}


@media screen and (max-width: 900px) {

	#recruit .box {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}

}


@media screen and (max-width: 480px) {

	#recruit .box .imgbox {
		width: auto;
	}

	#recruit .box .boxL {
		display: none;
	}

	#recruit .box .boxR {
		width: 100%;
		float: none;
		margin: 0;
		box-sizing: border-box;
	}

}


/*---------------------------------
	園児募集のご案内
---------------------------------*/
body.child #contents p {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

body.child .notice {
	font-size: 120%;
	color: #ff0000;
	padding: 10px;
	background-color: #ffdfd4;
	box-sizing: border-box;
}

body.child dl {
	width: 100%;
}

body.child dl dt {
	clear: both;
	float: left;
}

body.child dl dd {
	margin: 0 0 5px 5px;
}

body.child table {
	width: 100%;
	margin: 5px 0;
	table-layout: fixed;
}

body.child table th {
	width: 400px;
	background-color: #cce6ff;
}

body.child p.title {
	font-weight: bold;
}

body.child p.notice {
	color: #ff0000;
	font-size: 100%;
	font-weight: normal;
	background: none;
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 480px) {

	body.child table {
		table-layout: auto;
	}

	body.child table th {
		width: 100%;
		display: block;
		white-space: normal;
		border-bottom: none;
	}

	body.child table td {
		width: 100%;
		display: block;
		border-bottom: none;
	}

	body.child table tr:last-child td {
		width: 100%;
		display: block;
		border-bottom: 1px solid #4a3f38;
	}

}


/*---------------------------------
	未就園児の会
---------------------------------*/
.prebox {
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0;
}

.prebox dt {
	font-size: 130%;
	font-weight: bold;
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	background: #cce6ff;
	text-indent: -25px;
}

.prebox dd {
	margin: 20px 10px 30px 35px;
	text-indent: -25px;
}


/*---------------------------------
	よくあるご質問
---------------------------------*/
.qabox {
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0;
}

.qabox dt {
	font-size: 130%;
	font-weight: bold;
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	background: #cce6ff;
	text-indent: -25px;
}
.qabox dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 7px;
}
.qabox dd {
	margin: 20px 10px 40px 35px;
	text-indent: -25px;
}
.qabox dd:before {
	content: "A.";
	color: #38518b;
	font-size: 130%;
	font-weight: bold;
	margin-right: 7px;
}

.qabox ul {
	overflow: hidden;
}

.qabox ul li {
	list-style: none;
	text-indent: 0;
}

.qabox ul li.root {
	font-size: 110%;
	font-weight: bold;
}


/*---------------------------------
	お便り、園活動報告メニュー
---------------------------------*/
.menu {
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
}

.menu ul {
	overflow: hidden;
	display: flex;
	white-space: nowrap;
	justify-content: center;
}

.menu ul li {
	list-style: none;
	width: 130px;
	text-align: center;
	border-right: 1px dashed #4a3f38;
	box-sizing: border-box;
}

.menu ul li:nth-child(1) {
	border-left: 1px dashed #4a3f38;
	box-sizing: border-box;
}

.menu ul li a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.menu ul li a:hover,
.menu ul li:nth-child(1) a.cr,
.menu ul li:nth-child(2) a.cr {
	color: #213a7d;
}

.menu ul li:nth-child(1) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/ico_letter.png) no-repeat;
	background-size: 100% auto;
}

.menu ul li:nth-child(1) a.cr span.img,
.menu ul li:nth-child(1) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/ico_letter_hover.png) no-repeat;
	background-size: 100% auto;
}

.menu ul li:nth-child(2) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/ico_blog.png) no-repeat;
	background-size: 100% auto;
}

.menu ul li:nth-child(2) a.cr span.img,
.menu ul li:nth-child(2) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/ico_blog_hover.png) no-repeat;
	background-size: 100% auto;
}


/*---------------------------------
	お便り
---------------------------------*/
.letterbox {
	width: 100%;
	overflow: hidden;
}

.letterbox .box {
	float: left;
	width: calc(25% - 1%);
	margin: 0 0.5% 15px;
}

.letterbox .box a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #4a3f38;
	box-sizing: border-box;
}

.letterbox .box .imgbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
}

.letterbox .box img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition-duration: 0.3s;
	box-sizing: border-box;
	overflow: hidden;
}

.letterbox .box .imgbox:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.letterbox .box p {
	margin: 10px 0 0 !important;
	text-align: center;
}


@media screen and (max-width: 600px) {

	.letterbox .box {
		width: calc(50% - 1%);
		margin: 0 0.5% 15px;
	}

}


@media screen and (max-width: 480px) {

	.letterbox .box {
		width: 100%;
		margin: 0 0 15px;
	}

}


/***** PDFダウンロード *****/
#download {
	width: 99%;
	overflow: hidden;
	margin: 30px 0.5% 0;
	padding: 15px;
	border: 1px solid #4a3f38;
	background-color: #ffffff;
	box-sizing: border-box;
}

#download span::before {
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 5px;
	font-size: 150%;
}


@media screen and (max-width: 1200px) {

	body.recruit #download {
		width: 97%;
		overflow: hidden;
		margin: 30px 1.5% 0;
	}

}


@media screen and (max-width: 900px) {

	body.recruit #download {
		width: 96%;
		overflow: hidden;
		margin: 30px 2% 0;
	}

}



/*---------------------------------
	ブログ
---------------------------------*/
body.blog #blog {
	width: 100%;
	overflow: hidden;
}

body.blog #blog .box {
	width: calc(50% - 1%);
	float: left;
	margin: 0 0.5% 15px;
}

body.blog #blog .box a {
	text-decoration: none;
	display: block;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	border: 1px dashed #4a3f38;
	overflow: hidden;
}

body.blog #blog .box .boxL {
	max-width: 150px;
	width: 100%;
	float: left;
	margin: 0 5px 0 0;
	box-sizing: border-box;
}

body.blog #blog .box .imgbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
	padding: 3px;
	border: 1px solid #dddddd;
}

body.blog #blog .box .imgbox img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition-duration: 0.3s;
	box-sizing: border-box;
}

body.blog #blog .box a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

body.blog #blog .box .boxR {
	width: calc(100% - 160px);
	float: left;
	margin: 0 0 0 5px;
	padding: 5px;
	box-sizing: border-box;
}

body.blog #blog .box .boxR p {
	margin: 0;
}

body.blog #blog .box .boxR p.title {
	/*
	font-size: 130%;
	font-weight: bold;
	*/
}

body.blog #blog .box .boxR .txt {
	font-size: 90%;
}

@media screen and (max-width: 900px) {

	body.blog #blog .box {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}

}


@media screen and (max-width: 600px) {

	body.blog #blog .box .boxL {
		max-width: 100px;
	}

	body.blog #blog .box .boxR .txt {
		display: none;
	}

	body.blog #blog .box .boxR {
		width: calc(100% - 110px);
	}

}


@media screen and (max-width: 480px) {

	body.blog #blog .box .imgbox {
		width: auto;
	}

	body.blog #blog .box .boxL {
		max-width: 100%;
		width: 100%;
		float: none;
		margin: 0;
		box-sizing: border-box;
	}

	body.blog #blog .box .boxR {
		width: 100%;
		float: none;
		margin: 0;
		box-sizing: border-box;
	}

}


/*---------------------------------
	ページナビ
---------------------------------*/
.pagenavi {
	color: #213a7d;
	margin: 30px auto;
	line-height:2em;
	text-align:center;
	clear: both;
	letter-spacing: 0;
}

.pagenavi a {
	text-decoration:none;
}

a.prev.page-numbers,
a.next.page-numbers {
	color: #ffffff !important;
	text-align: center !important;
	background-color: #4a3f38 !important;
	border: 1px solid #4a3f38 !important;
	text-decoration: none !important;
	transition: none 0s ease 0s !important;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	/*opacity: 0.6;*/
}

.pagenavi a.page-numbers, .pagenavi .current {
	color: #444444;
	padding: 7px 12px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

.pagenavi a.page-numbers:hover {
	color: #ffffff;
	background: #213a7d;
	border: 1px solid #213a7d;
}

.pagenavi .current {
	color: #ffffff;
	background: #4a3f38;
	border-color: #4a3f38;
	font-weight: bold;
}

.pagenavi .next, .pagenavi .prev {
	border: none;
	background: transparent;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}


/*---------------------------------
	情報公開
---------------------------------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}

.cp_qa .cp_actab {
	margin: 0 0 15px;
	padding: 0;
	background-color: #f5f5f6;
	position: relative;
}

.cp_qa label {
	font-size: 110%;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px;
	cursor: pointer;
	text-align: left;
	background-color: #cce6ff;
}

.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0;
	padding: 0 10px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}

.cp_qa .cp_actab-content .txt {
	margin: 15px 0 0;
	font-size: 90%;
}

.cp_qa .cp_actab-content ul {
	margin: 15px 0 0;
}

.cp_qa .cp_actab-content ul li a {
	margin: 0 0 5px;
	padding: 15px;
	background-color: #dddddd;
	text-align: left;
}


body.document .cp_qa label:hover,
body.document .cp_qa .cp_actab-content ul li a:hover {
	color: #ffffff;
	background-color: #213a7d;
}

.cp_qa .cp_actab-content ul li a::after {
	content: "\f054";
	font-family: FontAwesome;
	margin: 0 5px;
	float: right;
}

/*** PDF ***/
.cp_qa .cp_actab-content ul li a[href$=".pdf"] span::after {
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 5px;
}

.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 0 10px 10px; /* 10px */
	opacity: 1;
	border: 1px solid #cce6ff;
}

.cp_qa .cp_plus {
	font-size: 2.4em; /* 1.5 2.4 */
	line-height: 100%;
	/*height: auto;*/
	/*
	margin: 0;
	padding: 0;
	*/
	position: absolute;
	top: 5px; /* 50% 7px */
	right: 7px;
	z-index: 0;
	/*transform: translateY(-50%);*/
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}

.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.cp_qa .cp_actab:hover .cp_plus {
	color: #ffffff;
}

.cp_qa .cp_actab input[type=checkbox] {
	display: none;
}

body.disclosure .cp_qa label:hover,
body.disclosure .cp_qa .cp_actab-content ul li a:hover {
	color: #ffffff;
	background-color: #213a7d;
}

body.disclosure .cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	border: 1px solid transparent;
	border-bottom: 0;
	background-color: #dddddd;
	border-radius: 3px;
}


.cp_tab > input:nth-child(1):checked + label {
	margin-bottom: -1px;
	border-color: #d64139;
	border-bottom: 1px solid #ffffff;
	border-radius: 3px;
	color: #ffffff;
	background-color: #d64139;
}

.cp_tab > input:nth-child(3):checked + label {
	margin-bottom: -1px;
	border-color: #f9a825;
	border-bottom: 1px solid #ffffff;
	border-radius: 3px;
	color: #ffffff;
	background-color: #f9a825;
}

/*---------------------------------
	情報公開
---------------------------------*/
#wamnet {
	width: 100%;
	overflow:hidden;
}

#wamnet .boxL {
	width: 70%;
	float: left;
}

#wamnet .boxR {
	/*width: 28%;*/
	float: right;
}

#wamnet .boxR a {
	display: block;
	text-decoration: none;
}

#wamnet .boxR a img {
	width: 260px;
	height: auto;
	border: 3px solid #dddddd;
	box-sizing: border-box;
}

#wamnet .boxR a img:hover {
	border: 3px solid #009250;
}


@media screen and (max-width: 800px) {

	#wamnet .boxL {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}

	#wamnet .boxR {
		float: none;
	}

	#wamnet .boxR a img {
		width: 200px;
	}

}
/*---------------------------------
	お問い合わせ
---------------------------------*/
.contactbox span.tel {
	font-size: 130%;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
	top: 2px;
}

.contactbox .tel::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	background: url(../images/ico_tel.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

body.contact table {
	/*max-width: 900px;*/
	width: 100%;
	margin: 0 auto 15px;
	border-collapse: collapse;
}

body.contact table th {
	width: 200px;
}

body.contact table th.req span {
	float: right;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 90%;
	margin: -2px 0 0 5px;
	padding: 2px 4px;
	border-radius: 3px;
}

body.contact table th.any span {
	float: right;
	background-color: #213a7d;
	color: #ffffff;
	font-size: 90%;
	margin: -2px 0 0 5px;
	padding: 2px 4px;
	border-radius: 3px;
}

body.contact table td {
	padding: 10px;
	box-sizing: border-box;
}

body.contact table td span.mail {
	margin: 10px 0 0;
	display: block;
}

body.contact table td span.notice {
	display: block;
	color: #ff0000;
	font-size: 90%;
}

body.contact table td span.accept {
	margin: 10px 0 0;
	display: block;
}

body.contact table td span.accept a:after {
	content: "\f08e";
	font-family: FontAwesome;
	margin: 0 5px;
}

body.contact table td input[type="tel"],
body.contact table td textarea {
	width: 100%;
	padding: 10px;
	border: 2px solid #f5f5f5;
	box-sizing: border-box;
}

body.contact table td input[type="text"],
body.contact table td input[type="email"] {
	width: 100%;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	border: 2px solid #f5f5f5;
	box-sizing: border-box;
}

body.contact table td input[type="file"] {
	width: 100%;
}

/***** エラーメッセージ *****/
div.wpcf7-response-output {
	margin: 0 !important;
	padding: 10px !important;
	text-align: center;
	box-sizing: border-box;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	/*max-width: 900px;*/
	width: 100%;
	margin: 0 auto !important;
	padding: 10px 0;
	color: #ff0000;
	border: 2px solid #ff0000 !important;
	box-sizing: border-box;
}

/***** 確認フォーム色 *****/
.wpcf7c-conf {
	padding: 10px;
	color: #404040;
	background-color: #f5f5f5;
	border: none;
	box-sizing: border-box;
}

/***** 承認、確認・編集・送信ボタン *****/
p.accept {
    margin: 10px 0;
    text-align: center !important;
	font-size: 100%;
}

body.contact .btn {
    margin: 30px 0 0;
    padding: 0 0 15px;
    text-align: center !important;
}

span.wpcf7-not-valid-tip {
	margin: 10px 0 0;
    font-size: 80% !important;
}

body.contact .privacy {
	max-width: 1000px;
	width: 100%;
	height: 250px;
	margin: 30px auto 0;
	padding: 15px;
	border: 1px solid #dddddd;
	overflow-y: scroll;
	box-sizing: border-box;
}

/***** チェックボックスOFF *****/
.btn .anime .wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:disabled,
.btn .anime .wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:disabled:hover {
	width: 150px;
	color: #404040;
	background-color: #dddddd !important;
	text-align: center;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(245, 245, 245) 50%);
	border: none;
	text-decoration: none;
	margin: 0 auto;
	padding: 15px 10px;
	transition: none 0s ease 0s;
}

/***** チェックボックスON *****/
.btn .anime .wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm {
	display: block;
	color: #ffffff;
	width: 150px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 15px 10px;
	background-color: #4a3f38;
	/*background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(74, 63, 56) 50%);*/
	background-position: 0 0;
	background-size: 200% auto;
	transition: all .3s ease 0s;
	text-decoration: none;
	border: none;
	/*border-radius: 3px;*/
}

.btn .anime .wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:hover {
	cursor: pointer;
	color: #ffffff;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(33, 58, 125) 50%);
	background-position: -100% 0;
}

/***** 確認 *****/
.btn .anime .wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
	background-color: #000000;
}

.btn .anime .wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
	display: inline-block;
	color: #ffffff;
	width: 150px;
	text-align: center;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 15px 10px;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(40, 41, 35) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: all .3s ease 0s;
	text-decoration: none;
	border: none;
	/*border-radius: 3px;*/
}

.btn .anime .wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back:hover {
	cursor: pointer;
	color: #ffffff;
	background-position: -100% 0;
}

/***** 送信 *****/
.btn .anime .wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
	background-color: #c32e2a
}

.btn .anime .wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
	display: inline-block;
	color: #ffffff;
	width: 150px;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 5px;
	padding: 15px 10px;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(217, 83, 79) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: all .3s ease 0s;
	text-decoration: none;
	border: none;
	/*border-radius: 3px;*/
}

.btn .anime .wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2:hover {
	cursor: pointer;
	color: #ffffff;
	background-position: -100% 0;
}


@media screen and (max-width: 480px) {

	body.contact table th {
		width: 100%;
		display: block;
		border-bottom: none;
	}

	body.contact table td {
		width: 100%;
		display: block;
		border-bottom: none;
	}

	body.contact table tr:last-child td {
		width: 100%;
		display: block;
		border-bottom: 1px solid #dddddd;
	}

}


/*---------------------------------
	関係者ページ
---------------------------------*/
.msgbox {
	width: 100%;
	line-height: 1.5;
	margin: 15px 0 30px;
	padding: 15px;
	border: 1px dashed #4a3f38;
	background-color: #f5f5f5;
	box-sizing: border-box;
}

.msgbox p {
	color: #ff0000;
}

.msgbox p.tel {
	font-size: 160% !important;
	font-weight: bold;
	color: #4a3f38;
}

.msgbox p.tel span.number {
	margin: 0 0 0 5px;
	white-space: nowrap;
	position: relative;
	top: 2px;
}

.msgbox p.tel:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/ico_tel.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/***** エラーメッセージ *****/
.error {
	width: 100%;
    color: #ff0000;
    background-color: #ffe4c4;
    padding: 15px;
    text-align: center !important;
    box-sizing: border-box;
}

#login form {
	max-width: 320px;
	width: 100%;
    margin: 20px auto;
    padding: 26px 24px;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #4a3f38;
    box-sizing: border-box;
}

#login label span {
    vertical-align: middle;
    font-size: 1.5em !important;
}

#login label {
    color: #444444;
    text-align: left !important;
    font-size: 14px;
}

#login form .input, #login input[type="text"],
#login form .input, #login input[type="password"] {
    width: 100%;
    margin: 2px 0 16px;
    padding: 0 2%;
	color: #444444;
    padding: 5px 2%;
    font-size: 100%;
    border: 1px solid #4a3f38;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

#login form p.submit {
	margin: 10px 0 0;
}

p.submit {
    text-align: right !important;
}

p.submit .btn {
    width: 100% !important;
    border: none;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    background-color: #4a3f38;
    margin: 0 !important;
    padding: 13px 10px !important;
}

p.submit .btn.anime {
	display: block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(33, 58, 125) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: all .3s ease 0s;
	text-decoration: none;
}

p.submit .btn.anime:hover {
	cursor: pointer;
	color: #ffffff;
	background-position: -100% 0;
}


@media screen and (max-width: 600px) {

	#login {
	    width: 100%;
	    margin: 0;
	    overflow: hidden;
	}

}


@media screen and (max-width: 360px) {

	.msgbox p.tel {
	    font-size: 180% !important;
	}

}


/*---------------------------------
	個人情報保護方針
---------------------------------*/
body.privacy .contactbox {
	width: 100%;
	overflow: hidden;
}

body.privacy .contactbox p {
	margin-bottom: 0 !important;
}

body.privacy .contactbox .boxL {
	width: 200px;
	float: left;
	margin: 9px 0 0;
}

body.privacy .contactbox .boxL img {
	width: 100%;
	height: auto;
}

body.privacy .contactbox .boxR {
	width: calc(100% - 210px);
	float: right;
}

body.privacy .contactbox .boxR ul {
	overflow: hidden;
}

body.privacy .contactbox .boxR ul li {
	list-style: none;
}

body.privacy .contactbox .boxR ul li:nth-child(2) {
	float: left;
	margin: 0 15px 0 0;
}


@media screen and (max-width: 599px) {

	body.privacy .contactbox .boxL {
		width: 200px;
		float: none;
		margin: 9px 0 0;
	}

	body.privacy .contactbox .boxR {
		width: 100%;
		float: none;
		margin: -15px 0 0;
	}

}


@media screen and (max-width: 480px) {

	body.privacy .contactbox .boxR ul li span {
		display: block;
	}

	body.privacy .contactbox .boxR ul li:nth-child(2) {
		float: none;
		margin: 0;
	}

}


/*---------------------------------
	お知らせ
---------------------------------*/
#news {
	width: 100%;
	overflow: hidden;
}

#news .box {
	width: calc(50% - 1%);
	float: left;
	margin: 0 0.5% 15px;
}

#news .box a {
	text-decoration: none;
	display: block;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	border: 1px dashed #4a3f38;
	overflow: hidden;
}

#news .box .boxL {
	max-width: 150px;
	width: 100%;
	float: left;
	margin: 0 5px 0 0;
	box-sizing: border-box;
}

#news .box .imgbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
	padding: 3px;
	border: 1px solid #dddddd;
}

#news .box .imgbox img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition-duration: 0.3s;
	box-sizing: border-box;
}

#news .box a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

#news .box .boxR {
	width: calc(100% - 160px);
	float: left;
	margin: 0 0 0 5px;
	padding: 5px;
	box-sizing: border-box;
}

#news .box .boxR .title {
	/*
	font-size: 130%;
	font-weight: bold;
	*/
	letter-spacing: initial;
}


@media screen and (max-width: 900px) {

	#news .box {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}

}


@media screen and (max-width: 600px) {

	#news .box .boxL {
		max-width: 100px;
	}

	#news .box .boxR {
		width: calc(100% - 110px);
	}

}


@media screen and (max-width: 480px) {

	#news .box .imgbox {
		width: auto;
	}

	#news .box .boxL {
		max-width: 100%;
		width: 100%;
		float: none;
		margin: 0;
		box-sizing: border-box;
	}

	#news .box .boxR {
		width: 100%;
		float: none;
		margin: 0;
		box-sizing: border-box;
	}

	#news .box .boxR .title {
		font-size: 100%;
	}

}


/*---------------------------------
	SINGLE
---------------------------------*/
body.single #post {
	width: 75%;
	float: left;
	font-size: 110%;
}

body.single #side {
	width: 23%;
	float: right;
	font-size: 110%;
}

/***** 見出しカテゴリー *****/
body.single #side ul li {
	padding: 5px;
	position: relative;
}

body.single #side ul li a {
	font-size: 100%;
	display: block;
	text-decoration: none;
}

body.single #side ul li a::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin: 0 5px;
}

body.single #side a[href$=".pdf"] .title:after {
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	color: #ff0000;
	font-size: 100%;
}

body.single #side ul li a:hover {
	color: #213a7d;
}

/***** 【サイド】お便り・園活動報告一覧 *****/
body.single #side .box {
	/*margin: 5px 0;*/
	border-bottom: 1px dashed #444444;
}

body.single #side .box a {
	display: block;
	padding: 10px 5px;
	text-decoration: none;
}

body.single #side .box a:hover {
	color: #213a7d;
	background-color: #ddeedc;
}

body.single #side .box .title {
	font-size: 90%;
}

/***** 【メイン】お知らせ・ブログ一覧 *****/
body.single #post .box {
	max-width: 900px;
	width: 100%;
	float: none;
	margin: 0 auto 30px;
	overflow: hidden;
}
/*
#post {
	width: 100%;
	height: 100%;
	margin: 15px auto 0;
}

#post .box {
	width: 100%;
	margin: 0 auto;
}
*/

body.single #post .box .in {
	overflow: hidden;
	margin: 15px 0;
}

#post .box p.date {
	text-align: left;
}

#post .box .attach {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 10px;
	height: auto;
}

#post .box .attach img {
	width: 100%;
	height: auto;
	padding: 3px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

#post .box p {
	font-size: 90%;
	line-height: 1.5;
	margin: 15px 0;
}

#post .box .file {
	width: 100%;
	margin: 30px 0 0;
	overflow: hidden;
}

.file ul li:nth-child(odd) {
	width: 49%;
	float: left;
	margin: 0 0.5% 15px 0;
	text-align: center;
	border: 1px solid #4a3f38;
	box-sizing: border-box;
}

.file ul li:nth-child(even) {
	width: 49%;
	float: left;
	margin: 0 0 15px 0.5%;
	text-align: center;
	border: 1px solid #4a3f38;
	box-sizing: border-box;
}

.file ul li a {
	display: block;
	font-size: 100%;
	text-align: left;
	padding: 10px;
	background-color: #f5f5f5;
}

.file ul li a.anime {
	display: block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(33, 58, 125) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: all .3s ease 0s;
	text-decoration: none;
}

.file ul li a.anime:hover {
	cursor: pointer;
	color: #ffffff;
	background-position: -100% 0;
}

.file ul li a[href$=".pdf"]:after {
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	color: #ff0000;
	font-size: 100%;
}

.file ul li a[href$=".doc"]:after,
.file ul li a[href$=".docx"]:after {
    content: "\f1c2";
    font-family: FontAwesome;
    margin: 0 0 0 10px;
    color: #0000ff;
    font-size: 100%;
}

.file ul li a[href$=".xls"]:after,
.file ul li a[href$=".xlsx"]:after {
	content: "\f1c3";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	color: #008000;
	font-size: 100%;
}

.file ul li a[href$=".pdf"]:after {
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	color: #ff0000;
	font-size: 100%;
}

.file ul li a:hover:after{
	color: #ffffff !important;
}


@media screen and (max-width: 900px) {

	body.single #post {
		width: 100%;
		float: none;
		font-size: 100%;
	}

	body.single #side {
		display: none;
		float: none;
	}

}


@media screen and (max-width: 480px) {

	.file ul li:nth-child(odd),
	.file ul li:nth-child(even) {
		width: 100%;
		float: none;
		margin: 0 0% 15px 0;
		text-align: center;
	}

	/*
	.file ul li:nth-child(even) {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}
	*/

	.file ul li:last-child {
		margin: 0;
	}

}


/*---------------------------------
	ページ送り
---------------------------------*/
.nav-below {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	overflow: visible;
}

.nav-below .previous {
	width: 128px;
	float: left;
	position: relative;
	background-color: #4a3f38;
}

.nav-below .next {
	width: 128px;
	float: right;
	position: relative;
	background-color: #4a3f38;
}

.nav-below .previous a,
.nav-below .next a {
	padding: 10px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.nav-below .previous .anime,
.nav-below .next .anime {
	display: block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(33, 58, 125) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: all .3s ease 0s;
	text-decoration: none;
	border-radius: 3px;
}

.nav-below .previous a:hover,
.nav-below .next a:hover {
	color: #ffffff;
}

.nav-below .previous .anime:hover,
.nav-below .next .anime:hover {
	cursor: pointer;
	background-position: -100% 0;
}
