@charset "Shift_JIS";

/* reset */
html, body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li,p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
img{
	height: auto;
	font-size: 0;
	line-height: 0;
	border:0;
}
ol,ul{
	list-style: none;
}

/* common */
body{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic',YuGothic,'Yu Gothic';
	font-size: 15px;
	color: rgb(80,80,80);
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	background:rgb(255,255,255);
	word-break: break-all;
}
a{
	text-decoration: underline;
	display: inline-block;
	color: rgb(80,80,80);
	transition: 0.5s;
}
a:hover{
	opacity: 0.6;
}
img{
    max-width: 100%;
    height: auto;
	border-style:none;
	vertical-align:middle;
}
a img{
    text-decoration: none;
}

.tel a{
	pointer-events: none;
	text-decoration: none;
}
.indent{
	padding-left:1.2em;
	text-indent:-1.2em;
}

.color_box{
	background: rgba(60,120,210,0.1);
}
.inner_box{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 45px 0 50px 0;
}

.page_titile{
	background: rgba(60,120,210,1);
	color: #fff;
	padding: 10px 0;
}
.page_titile p{
	width: 1000px;
	margin: 0 auto;
}
h3{
	font-size: 18px;
	padding: 0 0 5px 0;
	margin: 0 auto 20px auto;
	line-height: 1.2;
	color: rgba(60,120,210,1);
	border-bottom: 1px solid rgba(60,120,210,1);
}

/* table */
table{
	width: auto;
	border-collapse: collapse;
}
th{
	border: 1px solid rgba(120,120,120,1);
	padding: 10px;
	text-align: center;
	font-weight: normal;
	background: rgba(230,230,230,1);
}
td{
	border: 1px solid rgba(120,120,120,1);
	padding: 10px 20px;
}
.color_box td{
	background: rgba(255,255,255,0.5);
}
h3 table{
	color: rgb(80,80,80);
	font-size: 15px;
}
#kihon table table{
	width: auto;
}
#hoiku .free_box table,#hoiku table table,
#hoiku h3 table,#gaiyo h3 table,
#gaiyo .free_box table,#gaiyo table table,
#gaiyo .free_box table,#gaiyo table table{
	margin: 0;
	width: auto;
}
#kihon table th th,#hoiku table th th{
	background: rgba(255,255,255,0.9);
}
#kihon table th td,#hoiku table th td{
	background: rgba(255,255,255,0.3);
}
#kihon h3 table{
	width: auto;
}

/* li ol */
ul{
	list-style: disc;
	padding: 0 0 0 1em;
}
ol{
	list-style: decimal;
	padding: 0 0 0 1.5em;
}
h3 ul,h3 ol{
	color: rgb(80,80,80);
	font-size: 15px;
}
#kihon table th ul,#kihon table th ol,
#hoiku table th ul,#hoiku table th ol,
#gaiyo table th ul,#gaiyo table th ol{
	text-align: left;
}
#info .pdf li table,#recruit_2 .pdf a li{
	margin: 0;
}
#info li ul{
	list-style: disc;
	padding: 0 0 0 1em;
}
#info li ul li{
	margin: 0 auto;
}
#info li ol{
	list-style: decimal;
	padding: 0 0 0 1.5em;
}
#info li ol li{
	margin: 0 auto;
}


.pc { display: block !important; }
.sp { display: none !important; }


/* container */
#container2{
	width:100%;
	min-width: 1100px;
}
#container_2{
	width:100%;
	min-width: 1100px;
	background: url("images/top_3.png") no-repeat center top / 100%;
}

/* header */
#header{
	margin: 0 auto;
	padding: 10px;
}
#menu ul{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style: none;
}
#menu li a{
	box-sizing: border-box;	
	text-align: center;
	width: 139px;
	height: 100%;
	padding: 16px 0;
	border-right: 1px solid rgba(60,120,210,1);
}
#menu li.menu_01 a{
	background: url("images/menu_01.png") no-repeat left 30px center / 100px , url("images/menu_01_icon.png") no-repeat left 20px center / 40px;
	border-left: 1px solid rgba(60,120,210,1);
}
#menu li.menu_02 a{
	background: url("images/menu_02.png") no-repeat left 30px center / 100px , url("images/menu_02_icon.png") no-repeat left center / 40px;
}
#menu li.menu_03 a{
	background: url("images/menu_03.png") no-repeat left 30px center / 100px , url("images/menu_03_icon.png") no-repeat left 7px center / 40px;
}
#menu li.menu_04 a{
	background: url("images/menu_04.png") no-repeat left 30px center / 100px , url("images/menu_04_icon.png") no-repeat left 10px center / 40px;
}
#menu li.menu_05 a{
	background: url("images/menu_05.png") no-repeat left 30px center / 100px , url("images/menu_05_icon.png") no-repeat left 7px center / 40px;
}
#menu li.menu_06 a{
	background: url("images/menu_06.png") no-repeat left 30px center / 100px , url("images/menu_06_icon.png") no-repeat left 10px center / 40px;
}
#menu li.menu_07 a{
	background: url("images/menu_07.png") no-repeat left 30px center / 100px , url("images/menu_07_icon.png") no-repeat left 15px center / 40px;
}

/* logo */
#logo{
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	top: 40px;
	margin: 0 auto;
	width: 100%;
	min-width: 1100px;
	text-align: center;
}
#logo a{
	width: 450px;
}
#container_2 #logo{
	position: relative;
	top: 0;
	padding: 40px 0 30px 0;
	
}

/* swiper */
#slide{
	width:100%;
	min-width: 1100px;
}
.swiper{
	width:100%;
	margin: 0 auto;
}
.swiper-slide{
	padding-top:670px;
	position:relative;
	z-index: 2;
}
.swiper-slide img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}
.top{
	width: 100%;
	height: 100%;
	background: url("images/top.png") no-repeat center top / 100% , linear-gradient(0deg, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 100%);
	position: absolute;
	top: 0;
	z-index: 3;
}
.catch{
	width: 100%;
	height: 100%;
	background: url("images/catch.png") no-repeat center bottom 30px / 100% , linear-gradient(180deg, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: 0;
	z-index: 3;
}

/*topics*/
.topics_box{
	overflow-y: scroll;
	min-height: 300px;
	max-height: 300px;
	padding: 0 30px 0 0;
}
#topics dl{
	padding: 15px 20px;
	margin: 0 auto 15px auto;
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
	background: #fff;
}
#topics dd{
	word-break: break-all;
}
.topic_date{
	margin-right:20px;
}

/* kihon */
#kihon table{
	width: 100%;
}

/* gmap */
#gmap{
	position: relative;
	padding-top: 35%;
	width: 100%;
}
#gmap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 0 auto;
}

/* about */

#mokuhyo .free_box{
	background: url("images/mokuhyo.png") no-repeat center bottom / 55%;
	padding: 0 0 220px 0;
	
}
#hoiku table{
	width: 100%;
	margin: 20px auto 0 auto;
}
#gaiyo table{
	width: 100%;
}
#info ul{
	list-style: none;
	padding: 0;
}
.pdf{
	list-style: none;
	padding: 0;
}
.pdf li{
	margin: 0 auto 10px auto;
}
.pdf li :last-child{
	margin: 0 auto;
}
.pdf a{
	background: #fff url("images/pdf.png") no-repeat left 25px top 12px / 14px;
	display: inline-block;
	padding: 10px 20px 10px 45px;
	border-radius: 20px;
	text-decoration: none;
	border: 1px solid rgba(60,120,210,1);
	margin: 10px auto 0 auto;
}
.pdf a:hover{
	background: rgba(60,120,210,0.3) url("images/pdf.png") no-repeat left 25px top 12px / 14px;
	opacity: 1;
	border: 1px solid rgba(255,255,255,1);
}

#info .pdf a{
	display: block;
}

/* life */
.dailyx_box{
	display: flex;
	justify-content: space-between;
}
.dailyx_box table{
	width: 32%;
}
.dailyx_box th{
	width: 30%;
	background: rgba(60,120,210,0.1);
}
.dailyx_box td{
	width: 70%;
}
.dailyx_box table table,
.dailyx_box table table td{
	width: auto;
	text-align: left;
}

.dailyx_box table table th{
	width: auto;
	text-align: left;
	background: rgba(230,230,230,1);
}
.dailyx_box table ol,
.dailyx_box table ul{
	text-align: left;
}
.year_photo{
	display: flex;
	justify-content: space-between;
	margin: 30px auto 20px auto;
	flex-wrap: wrap;
}
.year_photo div{
	width: 24%;
	box-sizing: border-box;
}
.year_photo div .kiji_img img {
	border-radius: 0;
	border: 10px solid #fff;
	box-shadow: 0 0 5px rgba(230,230,230,1);	
	box-sizing: border-box;
	transform: rotate(-5deg);
}
.year_photo div:nth-child(even) .kiji_img img {
	transform: rotate(5deg);
}
.year_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.year_box dl{
	background: rgba(60,120,210,0.1) url("images/year_ptn.png") no-repeat center bottom 10px / 150%;
	padding: 20px;
	width: 23%;
	margin: 1%;
	box-sizing: border-box;
	border-radius: 10px;
}
.year_box dt{
	text-align: center;
	width: 50%;
	margin: 0 auto 15px auto;
}

/* childcare */
#childcare_gaiyo dl{
	margin: 0 auto 20px auto;
}
#childcare_gaiyo dl:last-of-type{
	margin: 0 auto;
}
#childcare_gaiyo dt{
	background: rgba(60,120,210,0.1);
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0 auto 10px auto;
}

#childcare_gaiyo .pdf a{
	border: 1px solid rgba(60,120,210,1);
	margin: 10px auto 0 auto;
}
#childcare_gaiyo .pdf a:hover{
	border: 1px solid rgba(255,255,255,1);
}
.childcare_daily_box{
	display: flex;
	justify-content: space-between;
}
.childcare_daily_box_l,.childcare_daily_box_r{
	width: 48%;
}
.childcare_daily_box th{
	width: 20%;
	background: rgba(60,120,210,0.1);
}
.childcare_daily_box td{
	width: 80%;
}
.childcare_daily_box table table,
.childcare_daily_box table table td{
	width: auto;
	text-align: left;
}
.childcare_daily_box table table th{
	width: auto;
	text-align: left;
	background: rgba(230,230,230,1);
}
.childcare_daily_box table ol,
.childcare_daily_box table ul{
	text-align: left;
}
.childcare_daily_photo{
	width: 80%;
	padding-top:50%;
	position:relative;
	margin: 0 auto 20px auto;
}
.childcare_daily_photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}

/* recruit */
#recruit_2 dl{
	margin: 0 auto 20px auto;
}
#recruit_2 dl:last-of-type{
	margin: 0 auto;
}
#recruit_2 dt{
	background: rgba(60,120,210,0.1);
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0 auto 10px auto;
}
#recruit_2 .pdf a{
	border: 1px solid rgba(60,120,210,1);
	margin: 10px auto 0 auto;
}
#recruit_2 .pdf a:hover{
	border: 1px solid rgba(255,255,255,1);
}



/* blog */
.blog_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
}
#sidemenu{
	width: 250px;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(60,120,210,0.2) url("images/flame_2.png") no-repeat center bottom / 150%;
	border-radius: 20px;
}
#sidemenu ul{
	list-style: none;
	padding: 0;
}
#sidemenu h4{
	margin: 0 auto 15px auto;
	font-size: 18px;
	text-align: center;
	color: rgba(60,120,210,1);
}
#sidemenu li a{
	background: #fff;
	padding: 5px 5px 5px 17px;
	font-size: 15px;
	margin: 0 auto 10px auto;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
}
#sidemenu li:last-child a{;
	margin: 0 auto;
}
#kiji_main{
	width: 720px;
}
#kiji_main .pdf a{
	border: 1px solid rgba(60,120,210,1);
	margin: 10px auto 0 auto;
}
#kiji_main .pdf a:hover{
	border: 1px solid rgba(255,255,255,1);
}

h5{
	margin: 0 auto 20px auto;
	font-size: 17px;
	border-bottom: 1px solid rgba(60,120,210,0.5);
	padding: 0 0 8px 0;
}
.kiji{
	margin: 0 auto 40px auto;
	padding: 35px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
}
.kiji_box:last-of-type{
	margin: 0 auto;
}
.kiji_honbun{
	font-size: 14px;
}
.kiji_honbun a{
	text-decoration: underline;
}
.kiji .pdf li{
	margin: 0 auto 3px auto;
}
.kiji_photo{
	display: flex;
	justify-content: flex-start;
	margin: 15px auto 0 auto;
	flex-wrap: wrap;
}
.kiji_photo div{
	width: 31%;
	margin: 1%;
}
.kiji_photo p{
	font-size: 14px;
}
.kiji_img{
	width: 100%;
	padding-top:60%;
	position:relative;
	margin: 0 auto 5px auto;
}
.kiji_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}
.video_box{
	position: relative;
	padding-top: 50%;
	margin: 20px auto 0 auto;
}
.video_box iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 0 auto;
}

.pagination{
	text-align: center;
	margin: 30px auto 0 auto;
	letter-spacing: 0;
}
.pagination li{
	display: inline-block;
	font-size: 100%;
	margin: 3px;
}
.pagination a{
	text-decoration: none;
	border-radius: 5px;
	padding: 15px;
	font-size: 100%;
	background: rgba(60,120,210,0.2);
}
.pagination a:hover,.pagination a.active{
	text-decoration: none;
	background: rgba(60,120,210,1);
	opacity: 1;
	color: #fff;
}


/* footer */
#footer{
	background: rgba(60,120,210,0.2);
	padding: 40px 0;
}
.copy{
	text-align: center;
	width: 1000px;
	margin: 0 auto 40px auto;
	font-size: 15px;
	color: rgb(50,50,50);
}
.footer_ad{
	display: flex;
	justify-content: center;
	width: 1000px;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid rgba(60,120,210,1);
	padding: 0 0 20px 0;
	color: rgb(50,50,50);
}
.footer_ad ul{
	list-style: none;
	padding: 0;
}
.footer_ad a{
	text-decoration: none;
	color:rgb(50,50,50);
}

.footer_box{
	width: 1000px;
	margin: 0 auto 20px auto;
	display: flex;
	justify-content: center;
	align-content: center;
        border-bottom: 1px solid rgba(60,120,210,1);
	padding: 0 0 20px 0;
}
.footer_box ul{
	list-style: none;
	padding: 0;
}
.footer_box a{
	text-decoration: none;
	color:rgb(50,50,50);
}


.footer_logo{
	width: 30%;
	margin: 0 30px 0 0;
}
ul.link{
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}
.link li{
	margin: 0 10px;
}
.link a{
	background: #fff;
	border-radius: 20px;
	text-decoration: none;
	padding: 10px 30px;
	font-size: 14px;
}

/* pagetop */
.pagetop{
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 5;
	width: 40px;
	height: 40px;
}


@media screen and (max-width:768px){

	
.pc { display: none !important; }
.sp { display: block !important; }
	
	
.inner_box{
	width: 85%;
	margin: 0 auto;
	padding: 8% 0;
}

.page_titile p{
	width: 85%;
}	
.kiji_photo div{
	width: 48%;
	margin: 1%;
}


/* container */
#container,#container_2{
	min-width: 1px;
	background: url("images/top_2.png") no-repeat center top / 100%;
}
#container_2 #logo{
	padding: 40px 0 20px 0;
}
	
/* menu */
body.stop{
	overflow: hidden;
}	
.toggle{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 8;
	width: 40px;
	height: 40px;
	background: url("images/menu_btn.jpg") no-repeat right top / 100%;
	transition: 0.3s;
}
.toggle.close{
	background: url("images/menu_btn2.jpg") no-repeat right top / 100%;
	
}
.toggle:hover{
	cursor: pointer;
}
	
/* header */
#header{
	background: none;
	padding: 0;
}
#menu{
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index: 7;
	padding: 15% 0 30% 0;
	box-sizing: border-box;
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	display: none;
}
#menu ul{
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
}
#menu li{
	width: 48%;
	margin: 1%;
	height: auto;
	border: none;
}
#menu li a{
	width: 100%;
	padding: 3% 5% 35% 3%;
	border: none;
	border-radius: 30px;
}
#menu li.menu_01 a{
	background: url("images/menu_01.png") no-repeat center bottom 20% / 70% , url("images/menu_01_icon.png") no-repeat center top 10% / 20% rgba(60,120,210,0.1);
	border: none;
}
#menu li.menu_02 a{
	background: url("images/menu_02.png") no-repeat center bottom 20% / 70% , url("images/menu_02_icon.png") no-repeat center top 10% / 20% rgba(60,120,210,0.1);
}
#menu li.menu_03 a{
	background: url("images/menu_03.png") no-repeat center bottom 20% / 70% , url("images/menu_03_icon.png") no-repeat center top 10% / 20% rgba(60,120,210,0.1);
}
#menu li.menu_04 a{
	background: url("images/menu_04.png") no-repeat center bottom 20% / 70% , url("images/menu_04_icon.png") no-repeat center top 10% / 20% rgba(60,120,210,0.1);
}
#menu li.menu_05 a{
	background: url("images/menu_05.png") no-repeat center bottom 20% / 70% , url("images/menu_05_icon.png") no-repeat center top 10% / 20% rgba(60,120,210,0.1);
}
#menu li.menu_06 a{
	background: url("images/menu_06.png") no-repeat center bottom 20% / 70% , url("images/menu_06_icon.png") no-repeat center top 10% / 20% rgba(60,120,210,0.1);
}
#menu li.menu_07 a{
	background: url("images/menu_07.png") no-repeat center bottom 20% / 70% , url("images/menu_07_icon.png") no-repeat center top 10% / 20% rgba(60,120,210,0.1);
}
	
/* logo */
#logo{
	top: 6vw;
	min-width: 1px;
	text-align: center;
}
#logo a{
	width: 65%;
}
	
/* swiper */
#slide{
	min-width: 1px;
}
.swiper{
	width:100%;
}
.swiper-slide{
	padding-top:100%;
}
.top{
	background: url("images/top_2.png") no-repeat center top / 100%;
}
.catch{
	background: url("images/catch_2.png") no-repeat center bottom -1px / 100%;
}
	
/*topics*/
.topics_box{
	padding: 0 15px 0 0;
}
#topics dl{
	display: block;
}
.topic_date{
	margin:0 auto 5px auto;
}
	
/* kihon */
#kihon table,#hoiku table,#gaiyo table{
	border-left: 1px solid rgba(120,120,120,1);
	border-right: 1px solid rgba(120,120,120,1);
	border-bottom: 1px solid rgba(120,120,120,1);
}
#kihon th,#hoiku th,#gaiyo th{
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-left: none;
	border-right: none;
}
#kihon td,#hoiku td,#gaiyo td{
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: none;
}
#kihon table table{
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#kihon table th th,#kihon table td th{
	display: table-cell;
	border-left: 1px solid rgba(120,120,120,1);
	border-right: 1px solid rgba(120,120,120,1);
	width: auto;
}
#kihon table th td,#kihon table td td{
	display: table-cell;
	width: auto;
	border: 1px solid rgba(120,120,120,1);
}
	
/* gmap */
#gmap{
	padding-top: 70%;
}

	
	
/* about */	
#mokuhyo .free_box{
	background: url("images/mokuhyo.png") no-repeat center bottom / 80%;
	padding: 0 0 30% 0;
	
}

/* life */
.dailyx_box{
	display: block;
}
.dailyx_box table{
	width: 100%;
	margin: 0 auto 20px auto;
}
.dailyx_box th{
	width: 20%;
}
.dailyx_box td{
	width: 80%;
}
.dailyx_box table table{
	width: auto;
	margin: 0;
}
.dailyx_box th table th,.dailyx_box td table td{
	width: auto;
}
.year_photo{
	display: flex;
	justify-content: space-between;
	margin: 30px auto 20px auto;
	flex-wrap: wrap;
}
.year_photo div{
	width: 48%;
}
.year_photo div .kiji_img img {
	border: 5px solid #fff;
}
.year_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.year_box dl{
	width: 48%;
}

/* childcare */
.childcare_daily_box{
	display: block;
}
.childcare_daily_box_l{
	width: 100%;
	margin: 0 auto 30px auto;
}
.childcare_daily_box_r{
	width: 100%;
}
.childcare_daily_photo{
	width: 100%;
	padding-top:60%;
}

/* blog */
.blog_box{
	display: block;
}
#sidemenu{
	width: 100%;
	margin: 0 auto 20px auto;
}

#kiji_main{
	width: 100%;
}
	
	
/* footer */
#footer{
	padding: 5% 0 7% 0;
}
.copy{
	width: 80%;
	margin: 0 auto 5% auto;
}
.footer_ad{
	padding: 5% 0;
	display: block;
	justify-content: center;
	width: 85%;
}

.footer_box{
	padding: 5% 0;
	display: block;
	justify-content: center;
	width: 85%;
}

.footer_logo{
	width: 60%;
	margin: 0 auto 5% auto;
}
.link{
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
.link li{
	width: 49%;
	margin: 1% 0;
	text-align: center;
}
.link a{
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	padding: 10px;
}	

}
	
@media screen and (max-width:480px){

.tel a{
	pointer-events: auto;
	
}
.kiji_photo div{
	width: 100%;
	margin: 1% 0;
}
.link li{
	width: 100%;
	margin: 1% 0;
	text-align: center;
}
	
.year_box dl{
	width: 100%;
}
.year_box dt{
	width: 40%;
}
	
#footer{
	padding: 5% 0 15% 0;
}	
}

