@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

#header h2{
	position: absolute;
	top: 80px;
	left: 100px;
	font-size: 10px;
	font-weight: normal;
	font-size: 10px;
	font-weight: normal;
	width: auto;
}
@media screen and (max-width: 768px) {
#header h2{
	position: static;
	font-size: 10px;
	font-weight: normal;
	width: auto;
	padding: 10px 0;
	text-align: center;
}
}

@media screen and (min-width: 769px) {
.spRecruit{
	display: none !important;
}
}
@media screen and (max-width: 768px) {
.spRecruit{
	padding: 10px 0;
	text-align: center;
	display: block;
}
.spRecruit img{
	max-width: 95%;
	height: auto;
}
}

.frame a{
	background: url(../../img/toppage/photoframe.png) repeat-x top center;
	width: 100%;
	height: 362px;
	position: absolute;
	z-index: 30;
	top: -13px;
	display: block;
	text-indent: -9999px;
}
#mainPh{
	width: 1200px;
	margin: 12px auto 0 auto;
	height: 349px;
	overflow: hidden;
	position: relative;
}
#mainPh .movieframe{
	width: 1200px;
	height: 349px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}



@media screen and (max-width: 768px) {
.frame a{
	display: none;
}
#mainPh{
	width: 100%;
	margin: 12px auto 0 auto;
	height: auto;
}

.slideShow .mainView {
	top: 0;
}

}
@media screen and (max-width: 479px) {
/*sp*/
}


.recruitBn{
	text-align: center;
	padding: 0 0 20px 0;
}

.recruitBn img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 768px) {
.recruitBn{
	text-align: center;
	padding: 0 0 20px 0;
}

.recruitBn img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}


/*.frameNews
************************************************************************************/
.frameNews{
	width: 740px;
	height: 152px;
	display: block;
	background: url(../../img/toppage/news_bg.png) no-repeat top;
}

.frameNews .inFrame{
	padding:30px 30px 20px 30px;
	width: 680px;
}

.frameNews .inFrame h3{
	margin-top: -45px;
}
.frameNews .inFrame h3 a{
	background: url(../../img/toppage/topics_ttl.png) no-repeat;
	width: 384px;
	height: 64px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

.frameNews .inFrame ul{
	height: 70px;
	overflow:auto;
}
.frameNews .inFrame ul li{
	width: 100%;
	display: table;
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	background: url(../../img/common/line_brown.png) no-repeat left bottom;
}
.frameNews .inFrame .date{
	color: #e41b6b;
	font-weight: bold;
	padding: 0 0 0 0;
	display: table-cell;
	width: 8em;
}
.frameNews .inFrame .cmt{
	display: table-cell;
}
@media screen and (max-width: 768px) {
.frameNews{
	width: 97%;
	height: auto;
	display: block;
	margin: auto;
	background: url(../../img/toppage/news_bg_sp.jpg) repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #FFF;
}

.frameNews .inFrame{
	padding: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



}

@media screen and (max-width: 480px){
.frameNews .inFrame h3 a{
	background: url(../../img/toppage/topics_ttl.png) no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
	height: 64px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}
}


/*.frameBlog
----------------------------------------------------------------------*/
.frameBlog{
	margin: 15px 0 0 0;
}
.frameBlog h3 a{
	background: url(../../img/toppage/blog_ttl.png) no-repeat, url(../../img/toppage/blog_ttl_bg.png) repeat-x bottom;
	width: 100%;
	height: 42px;
	display: block;
	text-indent: -9999px;
}

.frameBlog .body{
	padding: 3px 0 0 0;
}
.frameBlog .body ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	align-items: center;/*天地中央にしたい場合は*/
}


.frameBlog .body ul li{
	display: block;
	width: 24%;
	padding: 10px;
	margin: 2px 0.5%;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.frameBlog .body ul li .photo{
	width: 100%;
	height: 110px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}
.frameBlog .body ul li .photo img{
	max-width: 100%;
	max-height: 110px;
	width: auto;
	height: auto;
}
.frameBlog .body ul li .date{
	padding: 3px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #F60;
}
.frameBlog .body ul li .title{
	text-align: center;
}

@media screen and (max-width: 620px) {
.frameBlog .body ul li{
	width: 49%;
	margin: 3px 0.5%;
}
}
@media screen and (max-width: 480px){
.frameBlog h3 a{
	background: none;
	width: 100%;
	height: auto;
	display: block;
	text-indent: 0;
}
.frameBlog h3 img{
	max-width: 100%;
	height: auto;
}
}

/*kidsClub
----------------------------------------------------------------------*/
.kidsClub{
	margin: 20px 0;
}
.kidsClub a{
	background: url(../../img/toppage/bn_kidsclub.png) no-repeat;
	width: 980px;
	height: 90px;
	display: block;
	text-indent: -9999px;
}
@media screen and (max-width: 768px) {
.kidsClub a{
	background: none;
	width: auto;
	height: auto;
	display: block;
	text-indent: 0;
}
.kidsClub{
	text-align: center;
}
.kidsClub img{
	max-width: 100%;
	height: auto;
}
}

/*.frameConsept
************************************************************************************/
.frameConsept{
	margin: 30px 0 0 0;
	width: 980px;
}
.frameConsept h3{
	margin-bottom:5px;
}

.frameConsept .inFrame{
	background: url(../../img/common/bg_clear.png) repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
}

.frameConsept .inFrame h4{
	margin: 0 0 5px 0;
}

.frameConsept .inFrame h5{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.frameConsept .inFrame .text{
	padding: 5px 10px;
}

.frameConsept .inFrame .boxCmt1{
	width: 570px;
	float: left;
}
.frameConsept .inFrame .boxCmt1 .ill{
	width: 100px;
	float: left;
}
.frameConsept .inFrame .boxCmt1 .cmt{
	width: 440px;
	float: right;
}

.frameConsept .inFrame .boxRight{
	width: 380px;
	float: right;
}

@media screen and (max-width: 768px) {
/*tablet*/
.frameConsept{
	margin: 30px 0 20px 0;
	width: 100%;
}
.frameConsept .inFrame .boxCmt1{
	width: 100%;
	float: none;
}
.frameConsept .inFrame .text{
	padding: 5px 0;
}
.frameConsept .inFrame .boxCmt1 .ill{
	width: 18%;
}
.frameConsept .inFrame .boxCmt1 .ill img{
	max-width:100%;
}
.frameConsept .inFrame .boxCmt1 .cmt{
	width: 81%;
}
.frameConsept .inFrame .boxRight{
	width: 100%;
	float: none;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}



/*パンフレット*/
.framePanf{
	margin: 15px 0;
	width: 100%;
	display: table;
}
.framePanf .bn{
	display: table-cell;
	text-align: left;
}
.framePanf .bn:last-child{
	text-align: right;
}

@media screen and (max-width: 768px) {
.framePanf{
	margin: 15px 0;
	width: 100%;
	display: block;
}
.framePanf .bn{
	display: block;
	text-align: center;
}
.framePanf .bn:last-child{
	display: block;
	text-align: center;
}
.framePanf .bn img{
	max-width: 100%;
	height: auto;
}
}


/*きらっと保育園募集バナー　200525トミナガ追記
************************************************************************************/
#Info_Kiratto{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 15px 0;
	border:  5px solid #eb74a1;
	background: url("../../img/toppage/bg_info_kiratto.png") no-repeat bottom center, url("../../img/toppage/bg_info_kiratto_top.png") no-repeat top center,#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 20px 40px 20px;
}
#Info_Kiratto .textCenter img{
	width: 100%;
	height:  auto;
	margin:  0 auto;
}

@media screen and (max-width: 768px) {
#Info_Kiratto{
	padding: 20px 20px 60px 20px;
}

	
#Info_Kiratto img{
	float:  none;
	width: 100%;
	height:  auto;
	display:  block;
	margin:  10px auto;
}
}

