@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


header{
	background: url(../../img/toppage/bg.jpg) no-repeat top center;
	background-size: cover;
	width:100%;
	height:895px;
}

/* トップメッセージ
**************************************************************/
#topMessage{
	width:100%;
	height:808px;
	position:relative;
	background:url(../../img/common/shadow.png) repeat-x top;
	text-align:center;
}
#topMessage .top_image{
	position:absolute;
	top:133px;
	left:0;
	padding:0 30px;
	width:100%;
	height:262px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#topMessage .top_cmt{
	position:absolute;
	top:457px;
	left:0;
	padding:0 30px;
	width: 100%;
	height:164px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#topMessage .cmt_txt{
	display:none;
}
#topMessage img{
	margin:0 auto;
	max-width:100%;
	display:block;
}
#topMessage .btn{
	position:absolute;
	top:753px;
	right:10px;
	width:231px;
	height:55px;
}

@media screen and (max-width: 979px) {
#topMessage .btn{
	margin-right:5px;
}
}
@media screen and (max-width: 868px){
header{
	height:888px;
}
}
@media screen and (max-width: 768px){
header{
	height: auto;
}
#topMessage,
#topMessage .top_image,
#topMessage .top_cmt,
#topMessage .btn{
	height: auto;
	position:static;
}
#topMessage .top_image{
	padding:30px 10px;
}
#topMessage .top_image img{
	max-width: 60%;
}
#topMessage .top_cmt {
	padding:0 20px;
}
#topMessage .top_cmt .cmt_img{
	display:none;
}
#topMessage .top_cmt .cmt_txt{
	display: block;
	text-shadow: 2px 2px 1px #fff,
             -2px 2px 1px #fff,
             2px -2px 1px #fff,
             -2px -2px 1px #fff;
			 line-height:1.8;
}
#topMessage .top_cmt .cmt_txt .cmt1{
	padding: 30px 0;
	text-align:center;
	display:block;
}
#topMessage .top_cmt .cmt_txt .cmt2{
	font-size: 130%;
}
#topMessage .btn{
	margin:0;
	padding-right:5px;
	text-align:right;
	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;
}
#topMessage .btn img{
	margin: 60px 0 0 auto;
	max-width: 60%;
}
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
/*sp*/
#topMessage .top_image img{
	max-width: 90%;
}
#topMessage .top_cmt{
	padding:0 30px;
}
#topMessage .top_cmt p{
	margin-bottom:1em;
}
}



/* お知らせ
**************************************************************/
#frameNews{
	margin:0 auto;
	padding:40px 0;
	background:#FFF;
	width:1000px;
}
#frameNews h3{
	text-align:center;
}
/* info_Kiratto 200501富永追記 -------------------------*/

#frameNews #Info_Kiratto{
	width: 900px;
	-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:  20px auto;
	padding: 30px;
	border:  7px solid #eb74a1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	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;
}
#frameNews #Info_Kiratto .textCenter img{
	max-width: 100%;
	width:  auto;
	height:  auto;
	display:  block;
	margin:  10px auto;
}

@media screen and (max-width: 979px) {
/*tablet*/
#frameNews #Info_Kiratto{
	width: 98%;
	-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: 20px auto;
	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 60px 20px;
}
#frameNews #Info_Kiratto img{
	float:  none;
	max-width: 100%;
	width:  auto;
	height:  auto;
	display:  block;
	margin:  10px auto;
}
}



#frameNewsList{
	margin: 20px 0 30px 0;
}
#frameNewsList ul{
}
#frameNewsList li{
	padding:10px 0;
	line-height:1.5;
	display: table;
	width: 100%;
	border-bottom:1px solid #CCC;
}
#frameNewsList li .date{
	padding-left:20px;
	font-weight:bold;
	background:url(../../img/common/ar_black.png) no-repeat left;
	display: table-cell;
	vertical-align: top;
	width: 8em;
}
#frameNewsList li .tag{
	display: table-cell;
	vertical-align: top;
	width: 10em;
	text-align: center;
}
#frameNewsList li .tag span{
	font-size: 12px;
	padding: 3px;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
}

#frameNewsList li .tag .kirari,
#frameNewsList li .tag .amikirari,
#frameNewsList li .tag .tsukubakirari,
#frameNewsList li .tag .miraikirari,
#frameNewsList li .tag .moriyakirari{
	background: #f1a504;
}
#frameNewsList li .tag .midorinomori{
	background: #33b426;
}
#frameNewsList li .tag .tachiki{
	background: #2c5d26;
}
#frameNewsList li .tag .tsutsumikai{
	background: #ff7676;
}

#frameNewsList li .txt{
	display: table-cell;
	vertical-align: top;
	color:#e875a0;
	word-break:break-all;
	padding-left: 15px;
}

#frameNewsList li .txt a{
	color:#e875a0;
}

#frameNewsList .btn{
	padding-top:20px;
	text-align:center;
}
#frameNewsList .btn #btn_close,
#frameNewsList .btn #btn_more{
	display:none;
	cursor:pointer;
}
#frameNewsList .btn img{
	margin:0 auto;
	display:block;
}

@media screen and (max-width: 979px) {
#WrapNews{
	margin:0 auto;
	background:#FFF;
	width:100%;
	position: static;
}
#WrapNews #banner{
	position: static;
	width: 100%;
	text-align: center;
	margin:  20px auto;
	display:  block;
}
#WrapNews #banner img{
	max-width: 100%;
	width: auto;
	height:  auto;
	margin: 0 auto;
}
	
#frameNews{
	width:96%;
}
}
@media screen and (max-width: 868px){
/* This break point */
}
@media screen and (max-width: 768px){
#frameNewsList li .txt{
	margin-top:0;
	padding-left: 0;
	display: block;
	width: auto;
}
#frameNewsList li{
	display: block;
}
#frameNewsList li .date{
	display: block;
	width: auto;
}
#frameNewsList li .tag{
	display: block;
	width: auto;
}

}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
/*sp*/
}


/* 施設のご案内
**************************************************************/
#frameFacility{
	padding: 45px 0 80px 0;
	width:100%;
	background:url(../../img/toppage/bg_block.jpg) no-repeat;
	background-size:cover;
}
#frameFacility h3{
	text-align:center;
}
#frameFacility h3 img{
	vertical-align:middle;
}
#frameFacility h3 span{
	margin-left:24px;
	width:659px;
	height:34px;
	background:url(../../img/toppage/title_facility_dot.png) no-repeat left center, url(../../img/toppage/title_facility_cmt.png) no-repeat 30px center;
	text-indent: -9999px;
	font-weight:normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	display:inline-block;
}

#frameFacility ul{
	margin-top: 50px;
	width:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
#frameFacility ul.second{
	margin-top: 2%;
}
#frameFacility ul.first li{
	width:32%;
}
#frameFacility ul.second li{
	width:24%;
}
#frameFacility li .photo{
	margin-bottom:5px;
	padding:4px;
	text-align:center;
	background:#FFF;
	box-shadow:0px 0px 2px #999;
	-moz-box-shadow:0px 0px 2px #999;
	-webkit-box-shadow:0px 0px 2px #999;
}
#frameFacility li .f_logo{
	text-align:center;
}
#frameFacility li .f_logo.mori{
	background-color:#32b425;
}
#frameFacility li .f_logo.tachiki{
	background-color:#2c5d27;
}
#frameFacility li .f_logo.kids{
	background-color:#f0a504;
}
#frameFacility li img{
	margin:0 auto;
	max-width:100%;
	display:block;
}

@media screen and (max-width: 979px) {
#frameFacility h3 span{
	display:block;
	margin-top:20px;
	margin-left: 0;
	width:100%;
	height: 44px;
	background:url(../../img/toppage/title_facility_dot.png) no-repeat top center, url(../../img/toppage/title_facility_cmt.png) no-repeat bottom center;
}
#frameFacility ul{
	margin: 50px auto 0 auto;
	width:98%;
}
#frameFacility ul.first li{
	width:32%;
}
#frameFacility ul.second li{
	width:49%;
}
}
@media screen and (max-width: 868px){
/* This break point */
}
@media screen and (max-width: 768px){
#frameFacility h3 span{
	margin:20px auto 0 auto;
	padding-top: 27px;
	width: 90%;
	height: auto;
	text-indent: 0;
	background:url(../../img/toppage/title_facility_dot.png) no-repeat top center;
	font-size:80%;
	font-weight:bold;
	line-height:1.6;
}
}
@media screen and (max-width: 620px) {
/*sp*/
#frameFacility ul.first li{
	width:32%;
}
#frameFacility ul.second li{
	width:49%;
}
}
@media screen and (max-width: 380px){

}



/* 採用情報
**************************************************************/
#frameRecruit{
	padding-top:333px;
	background:url(../../img/toppage/bg_2.jpg) no-repeat top;
	color:#FFF;
}
#frameRecruit .frame{
	padding-top: 82px;
	background: url(../../img/toppage/bg_title.png) no-repeat top;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frameRecruit .recruit_txt{
	padding-bottom:37px;
	background:#ff8383;
}
#frameRecruit .recruit_txt h3{
	margin-top:-10px;
}
#frameRecruit .recruit_txt img{
	margin:0 auto;
	display:block;
	max-width:100%;
}
#frameRecruit .recruit_txt .cmt{
	background:url(../../img/toppage/cmt_recruit.png) no-repeat bottom center;
	text-indent:-9999px;
	width:100%;
	height:57px;
	display:block;
}
#frameRecruit .recruit_txt .btn{
	padding-top: 30px;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 868px){
/* This break point */
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px) {
/*sp*/
#frameRecruit .recruit_txt .cmt{
	padding:37px 10px 0 10px;
	text-indent: 0;
	color:#FFF;
	background:none;
	height:auto;
	font-size:110%;
	-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){
/*sp*/
}



/* お問い合わせ
**************************************************************/
#frameContact{
	padding: 60px 0 55px 0;
	width:100%;
	background:url(../../img/toppage/bg_tanpopo.jpg) no-repeat;
	background-size:cover;
	text-align:center;
}
#frameContact .tel_info{
	margin-top:45px;
	padding:60px 0;
	background-color:rgba(255,255,255,0.6);
	width: 100%;
	text-align: center;
	color:#009003;
	font-weight:bold;
}
#frameContact h4{
	font-size:18px;
}
#frameContact .telno{
	font-size:36px;
}
#frameContact .telno:before{
	margin-right:10px;
	content:url(../../img/common/icon_tel.png);
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 868px){
/* This break point */
}
@media screen and (max-width: 768px){
#frameContact .telno{
	font-size: 28px;
}
#frameContact .tel_info{
	padding: 40px 0;
}
}
@media screen and (max-width: 620px) {
/*sp*/
#frameContact{
	padding: 60px 0 30px 0;
}
#frameContact .tel_info{
	margin-top: 25px;
	padding: 30px 0;
}
}
@media screen and (max-width: 480px){
/*sp*/
}
