@media screen and (max-width: 999px) and (min-width: 641px){

body {
	margin: 0 auto;
	font-family: ヒラギノ丸ゴ W4 JIS2004;
}

.header, h1.logo, nav, #side, .subLeft img, .subRight img, #page-top, .topimageWrap {
	display: none;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
	overflow: hidden;/* 隙間対応 */
	font-size: 0.1em;/* 隙間対応 */
	line-height: 0;/* 隙間対応 */
}
.txt {
	padding: 0px 30px 70px 30px;
	line-height: 1.5;
}
	
.txt strong {
	font-family: ヒラギノ丸ゴ W6 JIS2004;
}

.sp_bg {
	width: 100%;
	height: 250px;
}
.bg-sub {
	background: none;
}
.bg2 {
	background: #9fde67;
}


h1.logo_sp {
	padding: 0 0 0 5%;
	margin: 10px 0;
	float: left;
}
h1.logo_sp img {
	width: 100%;
	height: 100%;
}

.gnav li,.gnav2 li {
	display: none;
}


.header_sp {
	width: 100%;
	height: 100%;

}
.header_sp_inner {
	width: 100%;
	height: 100%;
}
.bg01_sp {
	background: url(../images/bg_nursery.png) 50% -105% no-repeat;
	background-size: 180% auto;
	padding-bottom: 39%;
}
.bg02_sp {
	background: url(../images/bg_sub.png) 50% -105% no-repeat;
	background-size: 180% auto;
	padding-bottom: 29%;
}

#toggle {
	width: 15%;
	height: 100%;
	float: right;
	margin: 30px 0;
}
#toggle a {
	padding: 10px 15px;
	border: 2px solid #5ebf51;
	border-radius: 10px;
	color: #5ebf51;
	letter-spacing: 2px;
}

.close-sp {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 50px;
	cursor: pointer;
	padding: 0 10px;	
}
.modal-sp {
	padding: 20px;
}
.modal-sp  ul {
	width: 400px;
	margin: 50px auto;
	font-size: 24px;
	text-align: center;
}
.modal-sp ul li {
	margin: 0 0 5px 0;
}
.modal-sp ul li a {
	padding: 20px 0px;
	color: #603813;
	display: block;
	
	border-bottom: 1px solid #603813;
}

.pan {
	padding-bottom: 20px;
	background: #5ebf51;
	color: #FFF;
	font-size: 12px;
}
.pan li a {
	color: #FFF;
}
.pan li {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

.pan li:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 5px;
}

.pan li:last-child:after {
	content : none ;
}


/* ------- TOP ------- */

.bgtop_sp {
	background: url(../images/bg_topimg_sp.png) 50% 285% no-repeat;
	background-size: 129%;
	padding: 0 0 64% 0;
}
.top_container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.catch {
	width: 100%;
	margin: 0 0 70px 0;
	background: url(../images/img_catch_left.jpg) 1% 87% no-repeat;
	background-size: 36%;
}
.catch h2 {
	padding: 25px 0;
	margin: 0 auto;
	width: 70%;
	height: 100%;
}
.catch h2 img {
	width: 100%;
	height: 100%;
}
.catch_p {
	text-align: center;
	background: url(../images/bg_catch.jpg) 50% 50% no-repeat;
	background-size: 90%;
	width: 66%;
	margin: 0 0 0 auto;
	padding: 10% 0;
	font-size: 0.9em;
	line-height: 2;
	color: #603813;
}

.top_subttl {
	padding: 13px 0;
	margin: 0 auto 50px auto;
	text-align: center;
	height: 60px;
	font-size: 2.2em;
	letter-spacing: 0.2em;
	color: #603813;
}
.s_ttl01 {
	background: url(../images/ttl_bg_s01.jpg) top center no-repeat;
}
.s_ttl02 {
	background: url(../images/ttl_bg_s02.jpg) top center no-repeat;
	position: relative;
	margin: 0 auto 60px auto;
}
ul.aboutus_link {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
ul.aboutus_link li {
	display: inline-block;
	margin: 0 20px 20px 0;
}
ul.aboutus_link li:nth-child(even), .box:last-child {
	margin: 0;
}

.aboutus_other {
	margin: 50px 0;
}
.otherbox li.otherbox_inner {
	width: 80%;
	margin: 0 auto;
	color: #603813;
}
.otherbox_inner p.ritmic,
.otherbox_inner p.pencil,
.otherbox_inner p.abctime {
	float: left;
	position: relative;
	padding: 15px 0 15px 90px;
}
.otherbox_inner p.ritmic:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 71px; height: 71px;
	background: url(../images/img_ritmic.jpg) 0 50% no-repeat;
}
.otherbox_inner p.pencil:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 71px; height: 70px;
	background: url(../images/img_pencil.jpg) 0 50% no-repeat;
}
.otherbox_inner p.abctime:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 70px; height: 70px;
	background: url(../images/img_abc.jpg) 0 50% no-repeat;
}


.accordion {
	margin: 0 0 20px 0;
}
.accordion dt {
	display: block;
	width: 37%;
    text-align:center;
    cursor:pointer;
    background: #fedb45;
	
	padding: 10px;
	color: #603813;
	border-radius: 50px;
	margin: 15px 0 20px 35px;
	float: left;
}
.accordion dt a {
	background: url(../images/img_accordion_arrow.jpg) 0 45% no-repeat;
	padding-left: 20px;
	font-size: 0.9em;
}
.accordion dd {
	background:#f2f2f2;
    width: 98%;
    height: auto;
    display:none;
	float: left;
	border-radius: 10px;
	padding: 30px;
	margin: 10px 0 30px 0;
	
	font-size: 0.9em;
	line-height: 1.5;
}
.accordionOpen ol {
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:15px 0;
	padding:0;
}
.accordionOpen ol li {
	float: none;
	line-height: 2;
	margin-bottom: 0.6em;
}
.accordionOpen ol li::before {
	counter-increment: number;
	content: counter(number);
	background: #FFAE00;
	display: inline-block;
	width: 2em;
	height: 2em;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-right: 0.5em;
}
.accordionOpen ol li p {
	padding-left: 20px;
}
.minittl {
	padding: 5px;
	border: 1px dotted #fedb45;
	margin: 10px 0;
	width: 50%;
}

.main {
	background-color: #fafad9;
	position: relative;
	padding: 50px 0 50px 0;
}
.main:before {
	content: "";
	background: url(../images/bg_line_top.jpg) top center repeat-x;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 14px;
}
.main:after {
	content: "";
	background: url(../images/bg_line_bottom.jpg) bottom center repeat-x;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 14px;
}
	.mainbox{
		max-width: 1000px;
		height: auto;
		margin: 0 auto 20px;
		-webkit-display: flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	li.box {
		max-width: 320px;
		height: 400px;
		padding: 25px 15px;
		text-align: center;
		background: #FFF;
		border-radius: 10px;
		margin-right: 20px;
		position: relative;

		box-shadow:3px 3px 8px 0px #d5cea7;
		-moz-box-shadow:3px 3px 8px 0px #d5cea7;
		-webkit-box-shadow:3px 3px 8px 0px #d5cea7;
	}
li.box:hover {
	background: #fedb45;
}
li.box p {
	color: #603813;
	font-size: 0.9em;
	text-align: left;
}
.boximg {
	padding: 5px 0 10px 0;
}

.about {
	background: #FFF;
}
.about ul {
	padding: 50px 0 20px 0;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.about li {
	margin: 0 auto 40px auto;
	width: 80%;
}
.about ul li h5 {
	width: 100%;
	height: auto;
	padding: 4px 0 5px 40px;
	margin: 0 0 15px 0;
	color: #5ebf51;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	position: relative;
}
.about ul li h5:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 25px;
	height: 23px;
	background: url(../images/icon_heart-green.jpg) top left no-repeat;
}
.about ul li p {
	width: 100%;
	height: auto;
	line-height: 1.5;
	color: #603813;
	font-size: 0.9em;
	letter-spacing: 1px;
}

.footer_top {
	width: 100%;
	height: 100%;
	padding: 20px 50px;
	background: #dfffc2;
}
.footer_top .copyright {
	text-align: center;
	margin: 20px 0;
	padding-bottom: 45px;
	color: #009245;
	font-size: 90%;
}

.top_footermenu li {
	position: relative;
}
.top_footermenu li::after {
	content: ">";
	position: absolute;
	top: 30%; right: 2%;
	color: #009245;
	
}
.top_footermenu ul li a {
	color: #5ebf51;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #5ebf51;
}
.top_footermenu {
	padding: 45px 0;
}






.container {
	width: 100%;
	height: 100%;
	
	margin: 0 auto;
	padding: 20px;
	border-radius: 15px;
	
	background: #5ebf51;
}

/* -- contents -- */

.contents {
	background: #FFF;
	
	padding: 30px 0;
	border-radius: 15px;
	
	color: #603813;
}


/* -- sidemenu -- */

#side {
	width: 95%;
	height: 100%;
}
.submenu_sp {
	width: 90%;
	height: 100%;
	margin: 0 auto 20px auto;
}
.submenu_sp ul {
	margin: 0 auto;
}
.submenu_sp li {
	line-height: 50px;
	padding: 5px 0;
	width: 32%;
	display: inline-block;
	text-align: center;
}
.submenu_sp li a {
	color: #603813;
	display: block;
	border-radius: 50px;
	background: #fff774;
}
.submenu_sp .menu_min {
	font-size: 11px;
}


#main {
	width: 95%;
	height: 100%;
	margin: 0 auto;
}

.subttl01 {
	font-size: 25px;
	padding: 0 0 10px 53px;
	margin-bottom: 30px;
	
	border-bottom: 2px dashed #5ebf51;
	position: relative;
}
.subttl01::before {
	content: "";
	position: absolute;
	background: #ff943d;
	top: 50%; left: 0;
	margin-top: -21px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
h3.ttl {
	width: 100%;
	height: 100%;	
	margin: 0 auto 30px auto;
	padding: 10px 30px;

	background: #5ebf51;
	color: #FFF;
	border-radius: 10px;
	font-size: 20px;
	letter-spacing: 5px;
}

/*
.ttl-overview {
	background: url(../images/ttl_overview.png) top left no-repeat;
}
.ttl-time {
	background: url(../images/ttl_time.png) top left no-repeat;
}
.ttl-life {
	background: url(../images/ttl_life.png) top left no-repeat;
}
.ttl-entrance {
	background: url(../images/ttl_entrance.png) top left no-repeat;
}
.ttl-ac-con {
	background: url(../images/ttl_ac-con.png) top left no-repeat;
}
.ttl-policy {
	background: url(../images/ttl_policy.png) top left no-repeat;
}
.ttl-action {
	background: url(../images/ttl_action.png) top left no-repeat;
}
.ttl-vision {
	background: url(../images/ttl_vision.png) top left no-repeat;
}
.ttl-magic {
	background: url(../images/ttl_magic.png) top left no-repeat;
}
.ttl-milk {
	background: url(../images/ttl_milk.png) top left no-repeat;
}
.ttl-babyfood {
	background: url(../images/ttl_babyfood.png) top left no-repeat;
}
.ttl-safefood {
	background: url(../images/ttl_safefood.png) top left no-repeat;
}
.ttl-menu {
	background: url(../images/ttl_menu.png) top left no-repeat;
}
.ttl-work {
	background: url(../images/ttl_work.png) top left no-repeat;
}
.ttl-book {
	background: url(../images/ttl_book.png) top left no-repeat;
}
.ttl-makebelieve {
	background: url(../images/ttl_makebelieve.png) top left no-repeat;
}
.ttl-outside {
	background: url(../images/ttl_outside.png) top left no-repeat;
}
.ttl-care {
	background: url(../images/ttl_care.png) top left no-repeat;
}
.ttl-play {
	background: url(../images/ttl_play.png) top left no-repeat;
}
.ttl-meal {
	background: url(../images/ttl_meal.png) top left no-repeat;
}
.ttl-safety {
	background: url(../images/ttl_safety.png) top left no-repeat;
}
.ttl-requirements {
	background: url(../images/ttl_requirements.png) top left no-repeat;
}
.ttl-firstaid {
	background: url(../images/ttl_firstaid.png) top left no-repeat;
}
.ttl-sleep {
	background: url(../images/ttl_sleep.png) top left no-repeat;
}
.ttl-security {
	background: url(../images/ttl_security.png) top left no-repeat;
}
.ttl-infection {
	background: url(../images/ttl_infection.png) top left no-repeat;
}
.ttl-charge {
	background: url(../images/ttl_charge.png) top left no-repeat;
}
.ttl-multiage {
	background: url(../images/ttl_multiage.png) top left no-repeat;
}*/

.subttl02 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px dashed #5ebf51;
	margin-bottom: 20px;
}

h3.news {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 30px;
	position: relative;
	min-height: 25px;
}
h3.news:before {
	content: "";
	position: absolute;
	top: 50%; left: 0;
	background: #5ebf51;
	border-radius: 50%;
	width: 15px; height: 15px;
	margin-top: -8px;
}

#overview p {
	text-align: center;
}
#overview p img {
	margin: 0 auto 20px auto;
	display: table-cell;
}

.newsBox {
	background: #9fde67;
	border-radius: 15px;
	padding: 12px;
}
	
/*清水追加分>>>>>>>*/

.newsBox h3.news a {
	color: #603813;
}
/*<<<<<<<<<清水追加分*/


.newscon {
	background: #FFF;
	border-radius: 15px;
	padding: 10px 25px;
	min-height: 100px;
	font-size: 13px;
}

/*清水追加分>>>>>>>*/
.newscon ul {
	list-style: none;
}
	
.newscon ul li {
	line-height: 180%;
	padding-bottom: 8px;
}
	
.newscon ul li a:link,.newscon ul li a:visited {
	color: #603813;
	border-bottom: 2px solid #daffba;
}
	
.newscon ul li a:hover {
	color: #603813;
	border-bottom: 1px dashed #6B1718;
}
/*<<<<<<<<<清水追加分*/

/*
.newscon dl {
	border-bottom: 2px solid #daffba;
	padding-bottom: 5px;
}
.newscon dt {
	display: block;
	width: 15%;
	clear: left;
	float: left;
}
.newscon dd {
	display: block;
	width: 80%;
	float: left;
	padding: 0 0 0 15px;
}
*/


.txt ul.balloonbox {
	margin: 20px 0 0 0;
}
.txt ul.balloonbox li {
	display: inline-block;
	vertical-align: middle;
}

.txt li.balloon {
	width: 70%;
}
.txt li.balloon img {
	width: 100%;
}

/*.txt li.balloon {
  background-color: #ffc7d6;
  padding: 20px;
  position: relative;
  border-radius: 10px;
}
.txt li.balloon::after {
  border-right: 12px solid #ffc7d6;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  left: -12px;
  top: 50%;
}
*/


/* table */

.tb01, .tb02, .tb03 {
	width: 100%;
	height: auto;
}
.tb01 th, .tb01 td {
	width: 100%;
	display: block;
	line-height: 30px;
	text-align: center;
}
.tb01 tr {
	border-bottom: 10px solid #FFF;
}
.tb01 th {
	padding: 0 10px;
	background: #ff943d;
	
	font-size: 15px;
	color: #FFF;
}
.tb01 tr.last {
	border-bottom: none;
}
.tb01 td {
	padding: 0 10px;
	background: #ffefe2;
	font-size: 14px;
}


.tb02 dl {
	margin: 0 auto;
}
.tb02 dd {
	border-right: 2px solid #79d7fa;
	border-bottom: 2px solid #79d7fa;
	font-size: 12px;
	padding: 0 0 0 7px;
	display: table-cell;
	border-collapse: collapse;
	width: 230px;
}
.tb02 dt {
	display: table-cell;
	border-collapse: collapse;
}
.tb02 dd.point01 {
	color: #36c4f9;
	background: #cdf1ff;
	padding: 10px 7px;
	font-size: 15px;
	
	border-right: 2px solid #FFF;
	border-bottom: none; border-top: none; border-left: none;
	width: 230px;
}
.tb02 dt.point02 {
	padding: 10px;
	background: #79d7fa;
	color: #FFF;
	font-size: 14px;
	
	text-align: center;
	width: 120px;
}
dt.tbnone {
	border: none;
	width: 120px;
}
.tb02 dl {
	display: table;
}
.tb02 dl.mar-bottom {
	margin-bottom: 20px;
}
.tb02 dl.bor-top {
	border-top: 2px solid #79d7fa;
}

.tb03 {
	margin: 0 auto;
}
.tb03 dt {
	color: #ff7ea1;
	font-size: 15px;
	position: relative;
	padding: 0 25px;
	
	display: block;
	clear: left;
	float: left;
	text-align:right;
}
.tb03 dt:before {
	content: "";
	position: absolute;
	background: #ff7ea1;
	top: 50%; left: 0;
	margin-top: -7px;
	width: 13px; height: 13px;
	border-radius: 50%;
}
.tb03 dd {
	padding: 5px 0 0 25px;
	margin-bottom: 20px;
	font-size: 15px;
	
	display: block;
	float: left;
	width: 100%;
}
.tb03 dd p {
	font-size: 15px;
	line-height: 20px;
}

p.important {
	background: #ffc7d6;
	padding: 10px 0;
	width: 100%;
	
	color: #ea4b4b;
	border-radius: 30px;
	text-align: center;
}

.description {
	margin-top: 35px;
	font-weight: bold;
}
.description dt {
	display: block;
	width: 20%;
	clear: left;
	float: left;
	position: relative;
	color: #36c4f9;
}
.description dt:after {
	content: "…";
	position: absolute;
	color: #36c4f9;
	top: 50%; right: 0;
	margin-top: -7px;
	width: 13px; height: 13px;
}
.description dd {
	display: block;
	width: 80%;
	float: left;
	padding: 0 0 0 15px;
}
#entrance .txt dl {
	width: 100%;
}

#entrance .txt dt {
	display: block;
	width: 33px;
	height: 33px;
	clear: left;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #ce86f8;
	border-radius: 50%;
	
	padding-top: 8px;
	margin-right: 10px;
}
#entrance .txt dd {
	display: block;
	width: 90%;
	float: left;
	font-size: 14px;
	
	padding-top: 6px;
	margin-bottom: 40px;
}

.gmap {
	position: relative;
	background: #ffe8e8;
	border: 5px solid #ff5959;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 30px 0;
	overflow: hidden;
	height: 250px;
}
.gmap iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.reception {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0 20px 0;
}
.tel {
	font-size: 30px;
	padding: 7px 0 7px 53px;
	margin: 15px 0 35px 0;
	
	background: url(../images/icon_phone.png) bottom left no-repeat;
}
.tel a {
	color: #FFF;
	padding: 10px 20px;
	background: #f7931e;
	border-radius: 10px;
}
.direction {
	padding: 10px 30px;
	font-size: 14px;
	position: relative;
}
.direction:before {
	content: "";
	position: absolute;
	top: 50%; left: 0;
	margin-top: -6px;
	margin-left: 8px;
	background: #ff943d;
	width: 12px; height: 12px;
	border-radius: 50%;
}

.message_p {
	margin-top: 15px;
	font-size: 13px;
}
.message_p span {
	padding: 5px;
	border: 2px dotted #ffc7d6;
	
}

    
.recbtn {
    margin: 40px 0;
}
.recbtn a {
    padding: 10px 20px;
    background: #ff943d;
    color: #FFF;
    border-radius: 5px;
}
    
/* -- footer  -- */

.footer_container {
	width: 100%;
	height: 100%;
	padding: 20px 50px;
}
.footermenu li {
	position: relative;
}
.footermenu li::after {
	content: ">";
	position: absolute;
	top: 30%; right: 2%;
	color: #009245;
	
}
.footermenu li a {
	color: #009245;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #5ebf51;
}
.copyright {
	text-align: center;
	margin: 20px 0;
	padding-bottom: 45px;
	color: #FFF;
	font-size: 90%;
}



/* -- footerfixed -- */

#footerFixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
	background: rgba(255,234,56,.5);
}
#footerFixed ul {
}
#footerFixed ul li {
	display: inline-block;
	width: 49%;
	text-align: center;
}
#footerFixed ul li:first-child {
	border-right: 1px dashed #FFF;
}
#footerFixed li a {
	display: block;
	padding: 20px 0;
	color: #603813;
	font-size: 24px;
}
#footerFixed li a i {
	padding: 0 5px 0 0;
}
#footerFixed ul li.only {
	display: block;
	border: none;
	width: 100%;
}


/*清水追加分>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*pic*/
/*	#policy {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_policy.jpg) bottom right no-repeat;
	}
	
	#action {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_action.jpg) bottom right no-repeat;
	}
	
	#vision {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_vision.jpg) bottom right no-repeat;
	}
	
	#magic {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_magic.jpg) bottom right no-repeat;
	}
	
	#charge {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_charge.jpg) bottom right no-repeat;
	}
	
	#multiage {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_multiage.jpg) bottom right no-repeat;
	}
	
	#firstaid {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_firstaid.jpg) bottom right no-repeat;
	}
	#security {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_security.jpg) bottom right no-repeat;
	}
	
	#infection {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_infection.jpg) bottom right no-repeat;
	}
	
	#book {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_book.jpg) bottom right no-repeat;
	}
	
	#work {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_work.jpg) bottom right no-repeat;
	}
	
	#makebelieve {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_makebelieve.jpg) bottom right no-repeat;
	}
	
	#outside {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_outside.jpg) bottom right no-repeat;
	}
	
	#milk {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_milk.jpg) bottom right no-repeat;
	}
	
	#babyfood {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_babyfood.jpg) bottom right no-repeat;
	}
	
	#safefood {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_safefood.jpg) bottom right no-repeat;
	}
*/	
	#sleep {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_sleep.jpg) bottom right no-repeat;
	}
	.piccnt {
		text-align: center;
		margin: 0 0 10px 0;
	}
.txt ul.clover li.txtpic,
.txt p.txtpic {
	float: right;
	background: none;
	padding: 0 0 0 10px;
}	
	
	
/*特徴ページ*/
	ul.aboutusmenu {
		width: 100%;
		height: auto;
		margin: 20px auto;
		list-style: none;
		 display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		flex-wrap: wrap;
	}
		
	#sleep {
		padding-bottom: 130px;
		margin-bottom: 20px;
		background: url(../images/pic_sleep.jpg) bottom right no-repeat;
	}
	

	ul.aboutusmenu li {
		padding: 20px 0;
		background:#FFF!important;
		text-indent: 0!important;
	}

/*採用情報*/

.telttl {
	margin: 15px 0 5px 0;
}

/*保育方針*/

.txt ol {
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:15px 0;
	padding:0;
}

.txt ol li{
	line-height: 2;
	margin-bottom: 0.6em;
}

.txt ol li::before {
    counter-increment: number;
    content: counter(number);
    background: #FFAE00;
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 0.5em;
}

.txt ul.clover {
	list-style-type:none;
	margin:15px 0 15px 0;
	padding:0 0 0 0;
	line-height:180%;
}

.txt ul.clover li{
	margin-bottom: 0.6em;
	background:url(../images/icon_clover.jpg) top left no-repeat;
	padding: 0 0 0 36px;
}
	
.txt a {
	color: #770001;
	font-weight: bold;
	text-decoration: underline;
}

ul.aboutusmenu {
	margin-top: 15px;
	text-align: center;
}

ul.aboutusmenu li {
	margin-bottom: 15px;
}

/*新着情報*/
	
	h3.ttl_wp {
		width: 100%;
		height: 100%;
		margin: 0 auto 30px auto;
		padding: 10px 30px;
		background: #5ebf51;
		color: #FFF;
		border-radius: 10px;
		font-size: 20px;
	}
/*●新着情報　個別記事のページナビ*/
	.navigation {
	  text-align: center;
	  padding: 1em 0;
	  width: 100%;
	}
	.navitop {
	  float:left;
	  width:12%;
	  text-align:center;
	}
	.navileft {
	  float:left;
	  width:44%;
	  text-align:left;
	  word-break:break-all;
	  line-height:1.5em;
	}
	.naviright {
	  float:right;
	  width:44%;
	  text-align:right;
	  word-break:break-all;
	  line-height:1.5em;
	}
	
	ul.pager {
		text-align: center;
		list-style: none;
		display: block;
	}
	
	ul.pager li {
		display: inline;
	}
	
	ul.pager li a {
		font-size: 1em;
		color: #007011;
		padding: 10px 20px;
		background: -moz-linear-gradient(
			top,
			#ffffff 0%,
			#ffffff 75%,
			#ffffff);
		background: -webkit-gradient(
			linear, left top, left bottom,
			from(#ffffff),
			color-stop(0.75, #ffffff),
			to(#ffffff));
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 3px solid #94cf72;
		-moz-box-shadow:
			0px 1px 3px rgba(255,255,255,0.5),
			inset 0px 0px 3px rgba(255,255,255,1);
		-webkit-box-shadow:
			0px 1px 3px rgba(255,255,255,0.5),
			inset 0px 0px 3px rgba(255,255,255,1);
		box-shadow:
			0px 1px 3px rgba(255,255,255,0.5),
			inset 0px 0px 3px rgba(255,255,255,1);
		text-shadow:
			0px -1px 0px rgba(000,000,000,0.1),
			0px 1px 0px rgba(255,255,255,1);
	}
	
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<清水追加分*/


.ninka{
	width: 100%;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
}
	
	.ninka p{
		line-height: 1.8em;
	}
	
		.ninka a{
		text-decoration: underline;
	}
		.ninkalink{
		margin-top: 10px;
	}
	
		p.ninkattl{
		font-size:1.5em;
		font-weight:bold;
		padding: 10px 0;
		border-bottom: dotted 1px #ccc;
		margin-bottom: 10px;
	}
	
	.lakeside{
		 background: #0b8ed1;
		padding: 20px;
	}
	
	.lakeside-box{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		flex-wrap: wrap;
	}
	
	.lakeside-txt{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.lakeside-txt p{
		text-align: center;
		font-weight: bold;
		color: #fff;
		line-height: 1.5em;
	}
	
	.lakeside-image{
		text-align: center;
	}
	
	.lakeside-image,.lakeside-txt{
		width: 100%;
	}
	
	.lakeside-image img{
		width: 100%;
		  max-width: 400px;
	}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<今井追加分*/


}