@charset "utf-8";

@import url('reset.css');
/*@import url('fonts.css');*/


/*回り込み解除*/
.c-both {clear:both;font-size:1px;}

/*IE下余白消し*/
img	{vertical-align:bottom;}

/*コンテンツ幅768ピクセル以下*/
@media (max-width:768px) {

/*-------------------------------------------------------
----サイト全体-------------------------------------------
-------------------------------------------------------*/
/*基本body*/
html,body {
	text-align:left;
	color:#2e2e2e;
	margin:0;
	padding:0;
	font-size:96%;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	/*background:url(images/back.gif) ;*/
}
img {
	max-width: 100%;
}


/*-------------------------------------------------------
----レイアウト-------------------------------------------
-------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:100%;
	/*background:url(images/contents-back.gif) repeat-y;*/
}

#main {
	margin:0 auto;
	padding:0 0 20px;
	width:100%;
	background:#feffdf;
}

#toppage-l {
/*	float:left;*/
	/*display:inline;*/
	margin:0 auto;
	padding-top: 75px;
	width:100%;
	text-align: center;
	background-color: #feffdf;
}

#toppage-r {
	/*float:right;*/
	/*display:inline;*/
	margin:0 auto;
	width:100%;
	max-width: 417px;
	background-color: #feffdf;
}

#container {
	border:solid 1px #999999;
}

#content {
	margin:0;
}

.side-l {
	/*position:relative;left:6px;*/
	/*float:left;*/
	/*display:inline;*/
	width:100%;
}

.side-r {
	/*position:relative;top:-2px;*/
	/*float:right;*/
	/*display:inline;*/
	margin: 0 auto;
	width:96%;
	
}

#contents-flame-t {
	/*width:679px;*/
	/*height:30px;*/
	/*background:url(images/contents-flame-t.gif) no-repeat;*/
	height: 0;
}

#contents-flame-m {
	margin-top: 85px;
	padding: 5px 8px 15px;
	background-color: #fff;
	border-radius: 8px;
	/*background:url(images/contents-flame-m.gif) repeat-y;*/
}


#contents-flame-b {
	/*width:679px;*/
	height:20px;
	/*background:url(images/contents-flame-b.gif) no-repeat;*/
}

#contents-foot-back {
	/*position:relative;left:8px;*/
	/*width:640px;*/
	/*height:36px;*/
}

/*画面トップ移動*/
.top-p a {
	float:right;
	display:inline;
	position:relative;top:7px;left:11px;
	width:190px;
	height:23px;
	background:url(images/gtop.gif) no-repeat;
	text-decoration:none;
	text-indent:-9999px;
}

.top-p a:hover {
	float:right;
	display:inline;
	position:relative;top:7px;left:11px;
	width:190px;
	height:23px;
	background:url(images/gtoph.gif) no-repeat;
	text-decoration:none;
	text-indent:-9999px;
}


.contents-main {
	/*margin-left:38px;*/
	width:100%;
	/*height:100%;*/
}


#primary,
#secondary {
	/*float: right;*/
	/*padding:0 10px 5px 10px;*/
	margin: 20px auto;
	width: 95%;
	font-size:90%;
	border:solid 1px #edd6b5;
}

#secondary {
	clear: right;
}


#primary ul li {
	/*margin: 0 0 0 -8px;*/
	list-style:none;
}

#primary ul li ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 18px;
	background: url("images/list.png") no-repeat -1px 0;
}

#primary ul li ul li ul  {
	margin: 4px 0 4px -6px;
}


#primary ul li ul li ul li {
	margin: 0 0 4px 0;
	padding: 0 0 0 18px;
}

#top-pho {
	margin:0 auto;
}

#gyoji-m {
	/*width:420px;*/
	/*background:url(images/gyoji-m.gif) repeat-y;*/
}

#gyoji-b {
	height: 0;
	/*width:420px;*/
	/*height:23px;*/
	/*background:url(images/gyoji-b.gif) no-repeat;*/
}

#shintyaku-m {
	margin: 15px auto;
	/*margin-left:2px;*/
	/*width:420px;*/
	/*background:url(images/shintyaku-m.gif) repeat-y;*/
	padding: 15px 0;
	width: 98%;
	background-color: rgba(255,255,255,0.95);
}

/*#shintyaku-b {
	margin-left:2px;
	width:417px;
	height:46px;
	background:url(images/shintyaku-b.gif) no-repeat;
}*/

.gyoji-box {
	margin: 15px auto;
	/*padding:5px 0;*/
	/*width:340px;*/
	color:#000000;
}

.gyoji-box li {
	margin:0 auto 3px;
	width:97%;
	list-style:none;
}
.gyoji-box > li {
	padding: 8px 0;
	background-color: rgba(255,255,255,0.95);
	border-radius: 10px;
}


#shintyaku-box {
	margin:0 12px;
	/*padding:10px 0;*/
	/*width:350px;*/
}

#shintyaku-box p {
	line-height:140%;
}

#shintyaku-box img {
	margin:8px 0;
}
.new_mark {
	margin: 0;
	position: relative;top:6px;left:-12px;
}


/*新着情報*/
.shintyaku dl	{width:450px;}
.shintyaku dt	{float:left;display:inline;margin-bottom:4px;width:110px;}
.shintyaku dd	{margin-left:115px;margin-bottom:4px;}



/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* =Structure
-------------------------------------------------------------- */
#site-info {
	float: left;
	margin-left:15px;
	font-weight: bold;
	width: 450px;
}

#copyright {
	float: right;
	margin-right:15px;
	width: 380px;
}

a:link {
	color: #008740;
}
a:visited {
	color: #006833;
}
a:active,
a:hover {
	color: #008740;
	text-decoration:none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/*-------------------------------------------------------
----ヘッダー---------------------------------------------
-------------------------------------------------------*/
#header {
    position: absolute;
	position: fixed;
    top: 0;
	margin:0 auto;
	width:100%;
	height:70px;
	background: url("images/sp/header_bg.png");
	z-index: 10000;
}

#head-l {
	padding: 8px;
	/*float:left;*/
	/*width:350px;*/
}

#head-r {
	/*float:right;*/
	/*width:530px;*/
}


/*ページタイトル*/
#site-title a {
	/*margin:0 0 0 8px;*/
	display:block;
	width:220px;
	height:54px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background:url("images/sp/h1logo.png") no-repeat bottom;
	background-size: contain;
}


/*グローバルナビゲーション*/
#gn_cnt	{
	display: none;
}
.menu-trigger {
    position: absolute;
	/*position: fixed;*/
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #47ad09;
    z-index: 1001;
}
.menu-trigger span {
    position: absolute;
    background: #fff;
    width: 25px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
    top: 13px;
}
.menu-trigger span:nth-of-type(2) {
    top: 0px;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
    top: 22px;
    bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
.spnavi {
    display: none;
    position: absolute;
	position: fixed;
    top: 70px;
    width: 100%;
    background-color: rgba(241,230,133,0.97);
    z-index: 2;
}
.spnavi .spnavi_wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.spnavi .spnavi_wrap li.singlemenu {
    width: 50%;
    border-bottom: 1px dotted #888;
	list-style: none;
}
.spnavi .spnavi_wrap li.singlemenu:nth-child(n+5) {
    border-bottom: none;
}
.spnavi .spnavi_wrap li.singlemenu a {
	display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #282828;
}
.spnavi .spnavi_wrap li.singlemenu a:before {
    content: "";
    display: inline-block;
    margin: 0 7px -4px 15px;
    width: 12px;
    height: 20px;
    background-image: url("images/sp/hana.png");
    background-repeat: no-repeat;
    background-size: contain;
}

/*トップメニュー*/
#tm_cnt	{
/*	display:block;
	margin:14px 0 0 0;
	padding:10px 9px 9px 9px;
	width:100%;
	height:82px;
	background:url(images/top-menu-back.gif) no-repeat;
	background-size: cover;*/
	margin: 15px auto;
/*	padding: 10px 0;
	width: 96%;*/
	max-width:270px;
	background-color: #baea86;
	border-radius: 6px;
}

/*.tm ul			 {text-indent:-9999px;}*/
.tm {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
}
.tm li 			 {/*float:left;*/display:block;text-decoration:none;width: 45%;}
.tm li:nth-child(-n+2){margin-bottom: 10px;}
.tm li a  		 {/*float:left;*/display:block;margin: 0 auto; text-decoration:none;}

.tm li#tm_1 a		 {width:97px;height:81px;background:url(images/tm01.gif) no-repeat;/*margin:0 6px 0 1px;*/text-indent:-9999px;}
.tm li#tm_1 a:hover	 {width:97px;height:81px;background:url(images/tm01h.gif) no-repeat;/*margin:0 6px 0 1px;*/text-indent:-9999px;}

.tm li#tm_2 a		 {width:97px;height:81px;background:url(images/tm02_2022.gif) no-repeat;/*margin:0 6px 0 0;*/text-indent:-9999px;}
.tm li#tm_2 a:hover	 {width:97px;height:81px;background:url(images/tm02h_2022.gif) no-repeat;/*margin:0 6px 0 0;*/text-indent:-9999px;}

.tm li#tm_3 a		 {width:97px;height:81px;background:url(images/tm03.gif) no-repeat;/*margin:0 6px 0 0;*/text-indent:-9999px;}
.tm li#tm_3 a:hover	 {width:97px;height:81px;background:url(images/tm03h.gif) no-repeat;/*margin:0 6px 0 0;*/text-indent:-9999px;}

.tm li#tm_4 a		 {width:97px;height:81px;background:url(images/tm04.gif) no-repeat;/*margin:0 6px 0 0;*/text-indent:-9999px;}
.tm li#tm_4 a:hover	 {width:97px;height:81px;background:url(images/tm04h.gif) no-repeat;/*margin:0 6px 0 0;*/text-indent:-9999px;}


/*ほいくえん日記*/
#bm_cnt	{
	display:block;
	margin:0 auto;
	padding:5px;
	width:90%;
	max-width: 470px;
	min-width: 330px;
	height:112px;
	background:url("images/sp/bg_otayori.png");
	border: 5px solid #fff;
	border-radius: 7px;
	box-shadow: 2px 2px 3px #d0d0d0;
}

ul.bm			 {display: flex; justify-content: space-around;margin: 10px auto 0; max-width: 420px;}

.bm li 			 {float:left;display:block;text-decoration:none;}
.bm li a  		 {float:left;display:block;text-decoration:none;}

.bm li#bm_1 a		 {width:80px;height:38px;background:url(images/bm01.gif) no-repeat center;margin-right:3px;border-radius: 7px; text-indent:-9999px;}
.bm li#bm_1 a:hover	 {width:80px;height:38px;background:url(images/bm01h.gif) no-repeat center;margin-right:3px;border-radius: 7px; text-indent:-9999px;}

.bm li#bm_2 a		 {width:80px;height:38px;background:url(images/bm02.gif) no-repeat center;margin-right:3px;border-radius: 7px; text-indent:-9999px;}
.bm li#bm_2 a:hover	 {width:80px;height:38px;background:url(images/bm02h.gif) no-repeat center;margin-right:3px;border-radius: 7px; text-indent:-9999px;}

.bm li#bm_3 a		 {width:80px;height:38px;background:url(images/bm03.gif) no-repeat center;margin-right:3px;border-radius: 7px; text-indent:-9999px;}
.bm li#bm_3 a:hover	 {width:80px;height:38px;background:url(images/bm03h.gif) no-repeat center;margin-right:3px;border-radius: 7px; text-indent:-9999px;}

.bm li#bm_4 a		 {width:80px;height:38px;background:url(images/bm04.gif) no-repeat center;margin-right:0px;border-radius: 7px; text-indent:-9999px;}
.bm li#bm_4 a:hover	 {width:80px;height:38px;background:url(images/bm04h.gif) no-repeat center;margin-right:0px;border-radius: 7px; text-indent:-9999px;}

ul.bm_2			 {display: flex;justify-content: center; flex-wrap: wrap; margin: 10px auto 25px; width: 96%; max-width: 470px;min-width:350px; /*text-indent:-9999px;*/}

.bm_2 li 			 {/*float:left;*/display:block;text-decoration:none;}
.bm_2 li a  		 {/*float:left;*/display:block;text-decoration:none;}

.bm_2 li#bm_5 a		 {width:160px;height:52px;background:url(images/tsubuyaki-bn.gif) no-repeat;background-size: contain; margin:0 3px 0;text-indent:-9999px;}
.bm_2 li#bm_5 a:hover	 {width:160px;height:52px;background:url(images/tsubuyaki-bn.gif) no-repeat;background-size: contain;margin:0 3px 0;text-indent:-9999px;}

.bm_2 li#bm_6 a		 {width:160px;height:52px;background:url(images/sp/kyusyoku-bn.png) no-repeat;background-size: contain; margin:0 3px 0;text-indent:-9999px;}
.bm_2 li#bm_6 a:hover	 {width:160px;height:52px;background:url(images/sp/kyusyoku-bn.png) no-repeat;background-size: contain; margin:0 3px 0;text-indent:-9999px;}



/*サイドメニュー*/
.sm_cnt	{
	display:block;
	margin:0;
}

.sm ul			 {text-indent:-9999px;}

ul.sm {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 500px;
}
.sm li 			 {/*float:left;*/display:block;text-decoration:none;width: 47%}
.sm li a  		 {/*float:left;*/display:block;text-decoration:none;width: 47%;}

.sm li#sm_1 a		 {background:url(images/sm01.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}
.sm li#sm_1 a:hover	 {background:url(images/sm01.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}

.sm li#sm_2 a		 {background:url(images/sm02_2022.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}
.sm li#sm_2 a:hover	 {background:url(images/sm02_2022.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}

.sm li#sm_3 a		 {background:url(images/sm03.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}
.sm li#sm_3 a:hover	 {background:url(images/sm03.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}

.sm li#sm_4 a		 {background:url(images/sm04.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}
.sm li#sm_4 a:hover	 {background:url(images/sm04.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}

.sm li#sm_5 a		 {background:url(images/sm05.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}
.sm li#sm_5 a:hover	 {background:url(images/sm05.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}

.sm li#sm_6 a		 {background:url(images/sm06.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}
.sm li#sm_6 a:hover	 {background:url(images/sm06.gif) no-repeat;margin:0 0 0 0;text-indent:-9999px;}

.sm li#sm_1 a,
.sm li#sm_1 a:hover,
.sm li#sm_2 a,
.sm li#sm_2 a:hover,
.sm li#sm_3 a,
.sm li#sm_3 a:hover,
.sm li#sm_4 a,
.sm li#sm_4 a:hover
{
	width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 28.229665071%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sm li#sm_5 a,
.sm li#sm_5 a:hover,
.sm li#sm_6 a,
.sm li#sm_6 a:hover
{
	width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 25.837320574%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*サイドメニュー*/
#bsm_cnt {
	display:block;
	margin:10px auto;
	padding:5px 5px 0;
	width:90%;
	max-width: 470px;
	min-width: 330px;
	height:105px;
	background: #fff;
	border: 4px solid #75b533;
	border-radius: 8px;
}

ul.bsm				 	{display: flex; justify-content: space-around;margin: 10px auto 0; max-width: 420px;text-indent:-9999px;}

.bsm li 			 	{/*float:left;*/display:block;text-decoration:none;}
.bsm li a  		 	 	{/*float:left;*/display:block;text-decoration:none;}

.bsm li#bsm_1 a		 	{width:80px;height:38px;background:url(images/bsm01.gif) no-repeat center;margin-right:3px;border-radius: 7px;text-indent:-9999px;}
.bsm li#bsm_1 a:hover	{width:80px;height:38px;background:url(images/bsm01.gif) no-repeat center;margin-right:3px;border-radius: 7px;text-indent:-9999px;}

.bsm li#bsm_2 a		 	{width:80px;height:38px;background:url(images/bsm02.gif) no-repeat center;margin-right:3px;border-radius: 7px;text-indent:-9999px;}
.bsm li#bsm_2 a:hover	{width:80px;height:38px;background:url(images/bsm02.gif) no-repeat center;margin-right:3px;border-radius: 7px;text-indent:-9999px;}

.bsm li#bsm_3 a		 	{width:80px;height:38px;background:url(images/bsm03.gif) no-repeat center;margin-right:3px;border-radius: 7px;text-indent:-9999px;}
.bsm li#bsm_3 a:hover	{width:80px;height:38px;background:url(images/bsm03.gif) no-repeat center;margin-right:3px;border-radius: 7px;text-indent:-9999px;}

.bsm li#bsm_4 a		 	{width:80px;height:38px;background:url(images/bsm04.gif) no-repeat center;margin-right:3px;border-radius: 7px;text-indent:-9999px;}
.bsm li#bsm_4 a:hover	{width:80px;height:38px;background:url(images/bsm04.gif) no-repeat center;margin-right:3px;border-radius: 7px;text-indent:-9999px;}




/*-------------------------------------------------------
----パン屑リスト-----------------------------------------
-------------------------------------------------------*/
#pagenavi {
	position:relative;top:-22px;left:5px;
	margin:0 auto;
	font-size:75%;
	text-align:left;
}

#pagenavi a		{text-decoration:none;color:#008740;}
#pagenavi a:link	{color:#008740;}
#pagenavi a:visited 	{color:#008740;}
#pagenavi a:active	{color:#008740;}
#pagenavi a:hover	{text-decoration:underline;color:#008740;}



/*-------------------------------------------------------
----フッター---------------------------------------------
-------------------------------------------------------*/
#contents-b {
	height: 0;
	/*margin:0 auto;*/
	/*width:914px;*/
	/*height:13px;*/
	/*background:url(images/contents-back-b.gif) no-repeat;*/
}

#footer {
	margin:0 auto;
	background:#FFFFFF;
}

#footer a		{text-decoration:none;color:#386cb0;}
#footer a:link		{color:#386cb0;}
#footer a:visited 	{color:#386cb0;}
#footer a:active	{color:#386cb0;}
#footer a:hover		{text-decoration:underline;color:#4f99f9;}

#footer-line {
	height: 0;
/*	width:auto;
	background:url(images/footer-image.gif) repeat-x;	*/
}

#footer-box {
	margin:0 auto;
	/*padding:15px 0 10px 0;*/
	/*width:840px;*/
	background-image: url("images/back.gif");
}

.foot_l {
	/*float:left;*/
	/*display:inline;*/
	/*width:440px;*/
	padding: 20px 5px;
	text-align: center;
}

.foot_r {
	/*float:right;*/
	/*display:inline;*/
	/*width:380px;*/
	display: flex;
	justify-content: space-around;
	margin:  0 auto 20px;
	padding: 10px 10px 4px;
	width: 90%;
	max-width: 420px;
	background-color: rgba(242,255,254,0.8);
	border-radius: 10px;
	
}

ul.footer-link  {
	/*float:left;*/
	/*display:inline;*/
	/*min-width:125px;*/

}

.footer-link li {
	margin:0 6px 6px 0;
	padding:0 0 0 14px;
	font-size:12px;
	list-style:none;
	background: url(images/sp/fm-a.png) no-repeat 0% 17%;
}

#footer-bottom-image {
	margin:0 auto;
	padding:5px 10px 123px;
	/*width:919px;*/
	text-align:center;
	font-size:85%;
	line-height:140%;
	background-color: #feffdf;
}
/* ページトップボタン */
body .page-top {
  position: fixed;
  height: 70px;
  width: auto;
  right: 1%;
  bottom: 67px;
  z-index: 99;
  cursor: pointer;
}
body .page-top img {
    height: 100%;
}

.footer_area {
	display: flex;
	justify-content: space-around;
	position: fixed;
	padding:0;
	bottom: 0;
	width: 100%;
	background-color: rgba( 255, 255, 255, 0.96 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    margin: 0px auto;
	width:25%;
}

/*.footer_area .footer_area_inner_b {
    position: relative;
    margin: 0px auto;
    padding: 10px 0;
	width:30%;
}*/
.footer_area .footer_area_inner .footer_area_inner_btn {
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
}
.inquiry_btn {
	display: block;
    /*background-color: rgba( 255, 255, 255, 0.9 );*/
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
	max-width: 100%;
    padding: 9px 0 5px;
	
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #47ad09 !important;
}
.footer_area_inner span {
	color: #47ad09;
	font-size: 75%;
}
.footer_area_inner .txtl {
	font-size: 180%;
	margin-bottom: 3px;
}

/*-------------------------------------------------------
----Ｈ２見出し-------------------------------------------
-------------------------------------------------------*/
/*Ｈ２共通（背景画像あり）*/
h2.entry-title {
	position:relative;top:13px;
	margin:0 auto;
	padding:20px 0 0 0;
	width:589px;
	height:60px;
	text-indent:-9999px;
}

h2.entry-title_noback {
	margin:0 auto;
	padding:10px 0 30px 5px;
    font-size: 160%;
}


/*保育園の一日*/
body.page-id-75 h2.entry-title {
	background:url(images/h2daily.gif) no-repeat;
}

/*年間行事*/
body.page-id-77 h2.entry-title {
	background:url(images/h2gyojip.gif) no-repeat;
}

/*給食室から*/
body.page-id-79 h2.entry-title {
	background:url(images/h2kyusyoku.gif) no-repeat;
}

/*園の紹介*/
body.page-id-71 h2.entry-title {
	background:url(images/h2syokai.gif) no-repeat;
}

/*保育園案内図*/
body.page-id-905 h2.entry-title {
	background:url(images/h2map.gif) no-repeat;
}

/*入園案内*/
body.page-id-81 h2.entry-title {
	background:url(images/h2nyuen.gif) no-repeat;
}

/*お問い合わせ*/
body.page-id-83 h2.entry-title {
	background:url(images/h2inquiry.gif) no-repeat;
}

/*せんせいたち*/
body.page-id-85 h2.entry-title {
 	background:url(images/h2sensei.gif) no-repeat;
}

/*送迎バス*/
body.page-id-87 h2.entry-title {
	background:url(images/h2bus.gif) no-repeat;
}

/*情報公開*/
body.page-id-2978 h2.entry-title {
	background:url(images/h2disc.gif) no-repeat;
}

/*苦情処理体制*/
body.page-id-91 h2.entry-title {
	background:url(images/h2syori.gif) no-repeat;
}

/*よくある質問*/
body.page-id-94 h2.entry-title {
	background:url(images/h2shitsumon.gif) no-repeat;
}

/*ミニアルバム*/
body.page-id-98 h2.entry-title {
	/*width:589px;*/
	/*height:58px;*/
	background:url(images/h2minialbum.gif) no-repeat;
	text-indent:-9999px;
}

/*新着情報*/
div.category-info h2.entry-title,
body.category-info h2.entry-title {
	/*padding-bottom:15px;*/
	background:url(images/h2shintyaku-c.gif) no-repeat;

}

/*ほいくえんブログ*/
div.category-blog h2.entry-title,
body.category-blog h2.entry-title,
div.category-bara h2.entry-title,
body.category-bara h2.entry-title,
div.category-yuri h2.entry-title,
body.category-yuri h2.entry-title,
div.category-turip h2.entry-title,
body.category-turip h2.entry-title,
div.category-momo h2.entry-title,
body.category-momo h2.entry-title {
	width:589px;
	height:60px;
	background:url(images/h2blog.gif) no-repeat;
	text-indent:-9999px;
}

/*ほいくえん日記*/
div.category-nikki h2.entry-title,
body.category-nikki h2.entry-title {
	width:589px;
	height:60px;
	background:url(images/h2nikki.gif) no-repeat;
	text-indent:-9999px;
}

div.category-bara h2.entry-title,
body.category-bara h2.entry-title {
	width:589px;
	height:60px;
	background:url(images/h2nikki-bara.gif) no-repeat;
	text-indent:-9999px;
}

div.category-yuri h2.entry-title,
body.category-yuri h2.entry-title {
	width:589px;
	height:60px;
	background:url(images/h2nikki-yuri.gif) no-repeat;
	text-indent:-9999px;
}

div.category-tulip h2.entry-title,
body.category-tulip h2.entry-title {
	width:589px;
	height:60px;
	background:url(images/h2nikki-tulip.gif) no-repeat;
	text-indent:-9999px;
}

div.category-momo h2.entry-title,
body.category-momo h2.entry-title {
	width:589px;
	height:60px;
	background:url(images/h2nikki-momo.gif) no-repeat;
	text-indent:-9999px;
}

div.category-tsubuyaki h2.entry-title,
body.category-tsubuyaki h2.entry-title {
	width:589px;
	height:60px;
	background:url(images/h2nikki-tsubuyaki.gif) no-repeat;
	text-indent:-9999px;
}

/*給食室だより*/
div.category-kyusyoku-t h2.entry-title,
body.category-kyusyoku-t h2.entry-title {
	width:589px;
	height:60px;
	background:url(images/h2kyusyoku-t.gif) no-repeat;
	text-indent:-9999px;
}
    
/*20221109谷口追加「動画ページ」*/
div.category-movies h2.entry-title,
body.category-movies h2.entry-title {
	background:url(images/h2movies.gif) no-repeat;
}


/*上記見出し背景を可変にする*/
body.page-id-75 h2.entry-title,
body.page-id-77 h2.entry-title,
body.page-id-79 h2.entry-title,
body.page-id-71 h2.entry-title,
body.page-id-905 h2.entry-title,
body.page-id-81 h2.entry-title,
body.page-id-83 h2.entry-title,
body.page-id-85 h2.entry-title,
body.page-id-87 h2.entry-title,
body.page-id-2978 h2.entry-title,
body.page-id-91 h2.entry-title,
body.page-id-94 h2.entry-title,
body.page-id-98 h2.entry-title,
div.category-info h2.entry-title,
body.category-info h2.entry-title,
div.category-nikki h2.entry-title,
body.category-nikki h2.entry-title,
div.category-bara h2.entry-title,
body.category-bara h2.entry-title,
div.category-yuri h2.entry-title,
body.category-yuri h2.entry-title,
div.category-tulip h2.entry-title,
body.category-tulip h2.entry-title,
div.category-momo h2.entry-title,
body.category-momo h2.entry-title,
div.category-tsubuyaki h2.entry-title,
body.category-tsubuyaki h2.entry-title,
div.category-kyusyoku-t h2.entry-title,
body.category-kyusyoku-t h2.entry-title,
div.category-movies h2.entry-title,
body.category-movies h2.entry-title
{
	width: 100%;
    height: 0;
	margin-bottom: 35px;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 10.186757215%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/*行事予定*/
#h2gyoji {
	background:url("images/sp/gyouzi.png") no-repeat center;
	text-indent:-9999px;
	/*▼上記背景画像を可変にする*/
	width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 10.761154855%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*新着情報*/
#h2shintyaku a {
	display:block;
	/*margin-left:2px;*/
	/*width:417px;*/
	/*height:80px;*/
	background:url("images/sp/news.png") no-repeat center;
	text-indent:-9999px;
	/*▼上記背景画像を可変にする*/
	width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 17.368421052%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
    




/*-------------------------------------------------------
----見出し（Ｈ３）---------------------------------------
-------------------------------------------------------*/
h3.entry-title {
	margin:20px 0;
	padding:0;
	font-size:130%;
	font-weight:bold;
}

h3.entry-title-blog {
	margin:0 0 0 10px;
	font-size:115%;
	font-weight:bold;
}



/*-------------------------------------------------------
----表---------------------------------------------------
-------------------------------------------------------*/
/*園の紹介*/
.sya-r1 {
	padding:10px 6px;
	width:110px;
	border:solid 1px #e6e6e6;
	font-weight:bold;
	background:#eff9c1;
}

.sya-r2 {
	padding:10px 16px;
	width:460px;
	border:solid 1px #e6e6e6;
}


/*年間行事*/
.gyo-r1 {
	padding:10px 6px;
	width:50px;
	border:solid 1px #e6e6e6;
	font-weight:bold;
	background:#eff9c1;
}

.gyo-r2 {
	padding:10px 16px;
	width:260px;
	border:solid 1px #e6e6e6;
}
.gyoji_flex {
	display: flex;
	flex-direction: column;
}
.gyoji_img {
	order: 2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 15px 0 5px;
}
.gyoji_img img {
	width: 48%;
}
table.gyoji {
	order: 1;
	margin: 0 auto;
}

/*事業報告書*/
.jg-r1,.jg-r2 {
	font-size:85%;
}

th.jg-r1 {
	padding:3px;
	width:158px;
	font-weight:bold;
	text-align:center;
	background:#96c79a;
	border:solid 1px #e6e6e6;
}

th.jg-r2 {
	padding:3px;
	width:110px;
	font-weight:bold;
	text-align:center;
	background:#96c79a;
	border:solid 1px #e6e6e6;
}


td.jg-r1 {
	padding:3px;
	width:158px;
	border:solid 1px #e6e6e6;
}

td.jg-r2 {
	padding:3px;
	width:110px;
	text-align:right;
	border:solid 1px #e6e6e6;
}


/*-------------------------------------------------------
----定義リスト-------------------------------------------
-------------------------------------------------------*/
.oshirase-list dl	{width:650px;}
.oshirase-list dt	{float:left;display:inline;padding:0 0 4px 5px;width:140px;clear:both;border-bottom:dotted 1px #008740;}
.oshirase-list dd	{width:450px;margin:5px 0 0 146px;padding:0 0 4px 5px;border-bottom:dotted 1px #008740;}



/*-------------------------------------------------------
----リスト-----------------------------------------------
-------------------------------------------------------*/




/*-------------------------------------------------------
----お問い合わせ-----------------------------------------
-------------------------------------------------------*/
.inquiry_list {
	display: block;
	margin: 50px auto;
}
.inquiry_list dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.inquiry_list dd {
	margin: 4px 0 1.5em 0;
}
.inquiry_list input, .inquiry_list textarea, .inquiry_list select {
	padding: 5px 8px;
	border-radius: 3px;
	border: solid 1px #999999;
}

.con_name,
.con_address,
.con_inquiry {
	padding:6px 5px;
	width:96%;
}
.con_cap {
	width: 80px;
}



/*-------------------------------------------------------
----固定ページ-------------------------------------------
-------------------------------------------------------*/
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	margin:0 0 8px 5px;
	padding:0 5px;
	font-size:90%;
}

#content .entry-summary p:last-child {
	margin-bottom: 14px;
}

.entry-content,
.entry-content-blog {
	/*position:relative;top:12px;*/
	margin:0 5px;
}

.entry-content table {
	/*margin:0 0 0 10px;*/
}

.entry-content p,
.entry-content-blog p {
	margin:10px auto;
	line-height:165%;
}

.entry-content ul li {
	margin:8px 0 8px 28px;
	padding-left:-5px;
	list-style:outside;
}

.entry-content ol li {
	margin:8px 0 8px 34px;
	padding-left:-5px;
	list-style-position:inside;
	list-style:outside;
}

.entry-content img,
.entry-title-blog-c img,
#shintyaku-box img {
	margin:10px;
}

.entry-content h3 {
	margin:12px 0;
	padding:5px 8px 1px 8px;
	font-size:115%;
	font-weight:bold;
	background:#ddf7c2;
	border-bottom:solid 2px #8cc06c;
}

.entry-content h4 {
	margin:10px 10px 2px 6px;
	font-weight:bold;
}

.entry-content-blog img {
	margin:5px;
}

#entry-author-info {
	border:solid 1px #999999;
}

.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
.entry-utility {
	clear: both;
	color: #888;
	line-height: 18px;
	font-size:80%;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}



/*-------------------------------------------------------
----保護者専用トップページ-------------------------------
-------------------------------------------------------*/
#post-98 .entry-content img {
	margin:0;
}



/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-caption {
	margin-top: 24px;
}
.attachment .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	/*width: auto;*/
}
.entry-content .attachment img {
	max-width: 900px;
}
.entry-content .alignleft,
.entry-content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.entry-content .alignright,
.entry-content img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
	margin-bottom: 12px;
}
.entry-content .alignnone,
.entry-content img.alignnone {
	margin:8px 0;
}

.entry-content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.entry-content .wp-caption img {
	margin: 5px 5px 0;
}
.entry-content .wp-caption p.wp-caption-text {
	color: #888;
	margin: 5px;
}
.entry-content .wp-smiley {
	margin: 0;
}
.entry-content .gallery {
	margin: 0 auto 18px;
}
.entry-content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.entry-content .gallery img {
	border: 2px solid #cfcfcf;
}
.entry-content .gallery .gallery-caption {
	color: #888;
	margin: 0 0 12px;
}
.entry-content .gallery dl {
	margin: 0;
}
.entry-content .gallery img {
	border: 10px solid #f1f1f1;
}
.entry-content .gallery br+br {
	display: none;
}
.entry-content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
/*	position:relative;top:20px;left:5px;
	margin-bottom:10px;*/
	width:100%;;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	line-height: 18px;
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area h3 {
	margin-bottom:7px;
}


.widget-area ul li {
	list-style: none;
	margin-left: 0;
}

ul.children > li {
	list-style: none;
	border:solid 1px #e6e6e6;
}


.widget_search #s {/* This keeps the search inputs in line */
	width: 75%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 15px 0;
	width:100%;
}
.widget-title {
	margin: 5px 10px;
	color: #c50067;
	font-weight: bold;
}
.todays-events {
	margin-left: 13px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
.widget-area ul {
	margin-left: 0;
	padding: 0 5px;
}
.widget-area ul.xoxo {
	padding-top: 8px
} 
.widget-area ul li {
	border: none;
	/*margin:0 0 0 6px;*/
	/*list-style:url('images/list_a.gif');*/
}


/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}




/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/*-------------------------------------------------------
----WP-Pagenavi------------------------------------------
-------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	margin-top:5px;
	padding-top:5px;
	height:35px;
}

.wp-pagenavi a, .wp-pagenavi span {
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
	color:#00416b;
	border: 1px solid #a8d1e5;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #4cb5e8;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/*PDFアイコン*/
a[href $='.pdf'] {
    background:url(icon/ico_pdf.gif) no-repeat right;
    padding:0 20px 0 0;
}
 
a[href $='.pdf'] a {
    text-decoration:none;
}
 
a[href $='.pdf'] a:hover{
    text-decoration:none;
}

.daily .one_third {
	text-align: center;
}

.pc_show {
	display: none;
}

.wp-video {
    margin: -5px 0 25px 0;
}
    
/*20221109谷口追加「動画コーナー」バナー*/
.movie-corner {
    margin: 15px 0 0 15px;
}
        
    .movie-corner > a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .wi-only {
        display: none;
    }


}