@media screen and (min-width: 1000px), print{
body {
	margin: 0 auto;
	font-family: ヒラギノ丸ゴ W4 JIS2004;
}

.none, .submenu_sp, .contact_sp, #toggle, #sp, .header_sp, .logo_sp, #footerFixed {
	display: none;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
	overflow: hidden;/* 隙間対応 */
	font-size: 0.1em;/* 隙間対応 */
	line-height: 0;/* 隙間対応 */
}
.txt {
	padding: 30px 25px 70px 25px;
	line-height: 1.5;
}

/*清水追加分>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	
	.txt ul,.txt ol {
		line-height: 150%;
		margin: 0 0 0 15px;
	}
	
	#main article {
		margin: 20px 0 0 0;
	}
	
	.txt strong {
		font-family: ヒラギノ丸ゴ W6 JIS2004;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<清水追加分*/


a {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}


.bg {
	background: url(../images/bg_nursery.png) top center no-repeat;
}
.bg-sub {
	background: url(../images/bg_sub.png) top center no-repeat;
}
.bg2 {
	background: #9fde67;
}


.header {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.gnav {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 310px 15px 0 18px;
	
	background: url(../images/bg_top.png) bottom center no-repeat;
}
.gnav li {

	padding-right: 10px;
}
.gnav li:last-child {
	/*padding-right: 0;*/
}

/*清水追加分>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.gnav-sub {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 210px 15px 0 18px;
	-webkit-display: flex;
	display: flex;
	background: url(../images/bg_top.png) bottom center no-repeat;
}
.gnav-sub li {
	padding-right: 10px;
}
.gnav-sub li:last-child {
	/*padding-right: 0;*/
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<清水追加分*/
	
/*ナビ2段追加CSS*/
	
	.gnav-sub{
		justify-content: center;
	}
	
	.gnav-sub li,.gnav2 li{
		padding: 0 15px;
	}
	
	
	.gnav2{
		display: flex; 
		justify-content: center; 
		width: 1000px; 
		background: #5ebf51; 
		margin: 0 auto;
		padding: 20px 0;
	}
	
/*ナビ2段追加CSSここまで*/

.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 ;
}

.container {
	width: 1000px;
	height: auto;
	
	margin: 0 auto;
	padding: 20px;
	
	background: #5ebf51;
}

/* -- contents -- */

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



/* -- sidemenu -- */

#side {
	width: 220px;
	height: auto;
	
	float: left;
}
#page-slide {
	width: 220px;
}

.submenu {
	background: #fff774;
	border: 5px solid #79d7fa;
	border-radius: 15px;
	margin-bottom: 25px; 
	font-size: 14px;
	position: relative;
}
.subLeft img {
	position: absolute;
	bottom: 0;
	left: -24px;
}
.subRight img {
	position: absolute;
	bottom: 0;
	right: -20px;
}

.submenu ul {
	margin: 5px;
	padding: 20px 15px;
	
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}
.submenu li {
	line-height: 50px;
	padding: 5px 0;
	border-top: 2px dotted #5ebf51;
}
.submenu li:last-child {
	border-bottom: 2px dotted #5ebf51;
}
.submenu li a {
	color: #603813;
	display: block;
}
.submenu li a:hover {
	background: #fff774;
	border-radius: 50px;
}


.contact {
	background: url(../images/ttl_sidemenu_contact.png) top center no-repeat;
	border: 2px solid #79d7fa;
	
	padding: 45px 0px 30px 0px;
	text-align: center;
	
	color: #f7931e;
}
.contact p.min {
	font-size: 10px;
	color: #603813;
	padding-top: 10px;
}
.contact i {
	font-size: 25px;
	padding-right: 5px;
	color: #333;
	vertical-align: middle;
}
.contact p {
	font-weight: bold;
	font-size: 20px;

}



/* -- main -- */

#main {
	width: 625px;
	height: auto;
	
	float: right;
}



.subttl01 {
	font-size: 25px;
	font-weight: bold;
	padding: 0 0 10px 53px;
	
	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 {
	width: 625px;
	height: 40px;	
	margin: 0 auto;
}
.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-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: 10px 0 0 30px;
	position: relative;
}
h3.news:before {
	content: "";
	position: absolute;
	top: 50%; left: 0;
	background: #5ebf51;
	border-radius: 50%;
	width: 15px; height: 15px;
	margin-top: -8px;
}

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

.newsBox {
	background: #9fde67;
	border-radius: 15px;
	padding: 12px;
}

.newscon {
	background: #FFF;
	border-radius: 15px;
	padding: 10px 25px;
	height: 100px;
	font-size: 13px;
}
.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;
}


/*清水追加分>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*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;
	}
*/	
	.piccnt {
		text-align: center;
		margin: 0 0 10px 0;
	}
	
	#sleep {
		padding-bottom: 90px;
		margin-bottom: 20px;
		background: url(../images/pic_sleep.jpg) bottom right no-repeat;
	}

.txt ul li.txtpic,
.txt p.txtpic {
	float: right;
	background: none;
	padding: 0 0 0 10px;
}
	
/*特徴ページ*/
	ul.aboutusmenu {
		width: 580px;
		height: auto;
		margin: 0 auto 20px auto;
		list-style: none;
		 display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	ul.aboutusmenu li {
		padding: 20px 0;
		background:#FFF!important;
		text-indent: 0!important;
	}
	
	.lnk {
		padding: 10px 0;
	}

/*採用情報*/

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

	.txt a:link,.txt a:visited {
		color: #770001;
		font-weight: bold;
		text-decoration: underline;
		margin: 5px;
	}
	
	.txt a:hover {
		color: #90595A;
		font-weight: bold;
		text-decoration: none;
		margin: 5px;
	}
    .recbtn {
        margin: 40px 0 200px 0;
    }
    .recbtn a {
        padding: 10px 20px;
        border: 1px solid #ff943d;
        color: #ff943d;
        border-radius: 5px;
    }
    .recbtn a:hover {
        background: #ff943d;
        color: #FFF;
    }
	
/*保育方針*/

	.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 {
		list-style-type:none;
		margin:15px 0 15px 0;
		padding:0 0 0 0;
		line-height:180%;
	}

	.txt ul li{
		margin-bottom: 0.6em;
		background:url(../images/icon_clover.jpg) top left no-repeat;
		padding: 0 0 0 36px;
	}
	
/*新着情報*/
	.widget_title {
		font-weight: bold;
		text-align: center;
		margin: 10px 0;
	}
	
	.wpside ul li {
		line-height: 130%!important;
	}
	
	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);
	}

	
	
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<清水追加分*/

/* table */

.tb01, .tb02, .tb03 {
	width: 100%;
	height: auto;
}
.tb01 tr {
	border-bottom: 10px solid #FFF;
}
.tb01 th {
	line-height: 40px;
	padding: 0 10px;
	background: #ff943d;
	
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	
	border-right: 10px solid #FFF;
	
}
.tb01 tr.last {
	border-bottom: none;
}
.tb01 td {
	padding: 0 10px;
	background: #ffefe2;
	font-size: 14px;
}



.tb02 dd {
	border-right: 2px solid #79d7fa;
	border-bottom: 2px solid #79d7fa;
	font-size: 13px;
	padding: 0 10px;
	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;
	font-size: 15px;
	font-weight: bold;
	
	border-right: 2px solid #FFF;
	border-bottom: none; border-top: none; border-left: none;
	width: 230px;
}
.tb02 dt.point02 {
	padding: 10px 15px;
	background: #79d7fa;
	color: #FFF;
	font-weight: bold;
	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 dt {
	color: #ff7ea1;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding: 0 25px;
	
	display: block;
	width: 20%;
	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 dt:after {
	content: "…";
	position: absolute;
	color: #ff7ea1;
	top: 50%; right: 0;
	margin-top: -7px;
	width: 13px; height: 13px;
}
.tb03 dd {
	padding: 0 0 0 25px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	
	display: block;
	width: 80%;
	float: left;
}
.tb03 dd p {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

p.important {
	background: #ffc7d6;
	padding: 10px 0;
	width: 100%;
	
	color: #ea4b4b;
	font-weight: bold;
	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;
	font-weight: bold;
}
.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;
	font-weight: bold;
	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-weight: bold;
	font-size: 16px;
	background: #ce86f8;
	border-radius: 50%;
	
	padding-top: 8px;
	margin-right: 10px;
}
#entrance .txt dd {
	display: block;
	width: 90%;
	float: left;
	font-weight: bold;
	font-size: 14px;
	
	padding-top: 6px;
	margin-bottom: 40px;
}


.gmap {
	background: #ffe8e8;
	border: 5px solid #ff5959;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 30px 0;
}

.reception {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0 20px 0;
}
.tel {
	font-weight: bold;
	font-size: 30px;
	color: #f7931e;
	padding: 7px 53px;
	
	background: url(../images/icon_phone.png) bottom left no-repeat;
}




/* -- footer -- */

.footer_container {
	width: 1000px;
	height: 70px;
	background: url(../images/bg_bottom.png) top center no-repeat;
	margin: 0 auto;
	padding: 0 20px;
}
.footermenu {
	float: left;
	width: 66%;
}
.footermenu li {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px 0 0;
}
.footermenu li a {
	color: #FFF;
	padding: 0 0 3px 0;
}
.footermenu li a:hover {
	border-bottom: 2px dotted #ffdb45;
}

.copyright {
	float: right;
	width: 33%;
	text-align: right;
	font-size: 11px;
	color: #FFF;
	padding-top: 5px;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #5ebf51;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

	
}

