@charset "UTF-8";

/* 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(30,60,0);
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	background:url("images/ptn_back.jpg");
}
a{
	text-decoration: underline;
	display: inline-block;
	color:rgb(30,60,0);
	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(255,255,255,0.5);
}
.inner_box{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0;
}
.page_title{
	background: rgba(255,255,255,0.4);
	margin: 30px auto 0 auto;
	padding: 10px 0;
}
.page_title p{
	width: 1000px;
	background: url("images/icon_leaf.png") no-repeat left top 2px / 25px;
	margin: 0 auto;
	padding: 0 0 0 40px;
}
.page_title p img{
	height: 20px;
}
.secton_title{
	text-align: center;
	width: 100%;
	margin: 0 auto 30px auto;
}
.secton_title p img{
	height: 35px;
}


/* table */
table{
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
	margin: 0 auto;
}
th{
	background: rgba(205,220,0,0.5);
	padding: 10px;
	text-align: center;
	font-weight: normal;
	border: 1px solid rgb(30,60,0);
	width: 20%;
	box-sizing: border-box;
}
td{
	padding: 10px 20px;
	border: 1px solid rgb(30,60,0);
	background: rgba(255,255,255,0.5);
	width: 80%;
	box-sizing: border-box;
}

.pc { display: block !important; }
.sp { display: none !important; }


/* container */
#container{
	width:100%;
	min-width: 1100px;
}

/* header */
#header{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#logo{
	width: 520px;
	margin: 0 auto;
	padding: 40px 0;
}
.link_btn{
	position: absolute;
	width: 210px;
	top: 40px;
	right: 0;
}
.link_btn a{
	background: rgba(30,125,0,0.2);
	padding: 10px 30px;
	margin: 0 auto 10px auto;
	border-radius: 20px;
}

#menu ul{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#menu li{
	border-left: 1px solid rgb(30,60,0);
	text-align: center;
}
#menu li:last-child{
	border-right: 1px solid rgb(30,60,0);
}
#menu a{
	text-decoration: none;
}
#menu li a{
	width: 200px;
	height: 55px;
}
.menu_01 a{
	background: url("images/menu_01.png") no-repeat center center / 100%;
}
.menu_01 a:hover{
	background: url("images/menu_01_hover.png") no-repeat center center / 100%;
	opacity: 1;
}
.menu_02 a{
	background: url("images/menu_02.png") no-repeat center center / 100%;
}
.menu_02 a:hover{
	background: url("images/menu_02_hover.png") no-repeat center center / 100%;
	opacity: 1;
}
.menu_03 a{
	background: url("images/menu_03.png") no-repeat center center / 100%;
}
.menu_03 a:hover{
	background: url("images/menu_03_hover.png") no-repeat center center / 100%;
	opacity: 1;
}
.menu_04 a{
	background: url("images/menu_04.png") no-repeat center center / 100%;
}
.menu_04 a:hover{
	background: url("images/menu_04_hover.png") no-repeat center center / 100%;
	opacity: 1;
}
.menu_05 a{
	background: url("images/menu_05.png") no-repeat center center / 100%;
}
.menu_05 a:hover{
	background: url("images/menu_05_hover.png") no-repeat center center / 100%;
	opacity: 1;
}

/* top_img */
.top_img{
	background: url("images/top_img.png") no-repeat center center / 100.5%;
	width: 100%;
	height: 40.3vw;
	min-height: 448px;
	margin: 30px auto 0 auto;
}

#class p{
	margin: 10px auto 0 auto;
}

#heimenzu p{
	width: 75%;
	margin: 0 auto;
}

#gmap{
	position: relative;
	padding-top: 40%;
}
#gmap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 0 auto;
}

/* life */
.daily_box{
	display: flex;
	justify-content: space-between;
}
.youji,.nyuji{
	width: 48%;
}
.daily_title{
	text-align: center;
	margin: 0 auto 15px auto;
	width: 100%;
	background: rgba(30,125,0,0.2);
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 20px;
}
.daily_title img{
	width: 40%;
}
.nintei p{
	border-bottom: 1px solid rgba(30,60,0,0.5);
	margin: 0 auto 5px auto;
}
.daily_box dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 14px;
	width: 100%;
}
.daily_box dd{
	width: 24%;
}
.daily_box dt{
	width: 75%;
}
.daily_box table{
	margin: 0 auto 20px auto;
	min-height: 710px;
}

.year_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.month{
	width: 23%;
	margin: 1%;
	border: 1px solid rgb(30,60,0);
	box-sizing: border-box;
	border-radius: 20px;
	background: url("images/leaf.png") no-repeat right bottom / 60px;
}
.month p{
	text-align: center;
	background: rgba(205,220,0,0.5);
	border-radius: 20px 20px 0 0;
}
.month p img{
	width: 30%;
}
.month ul{
	padding: 20px;
}
.month li{
	background: url("images/icon_maru.png") no-repeat left top 6px;
	padding: 0 0 0 15px;
}
.photo ul{
	display: flex;
	justify-content: center;
	margin: 30px auto 0 auto;
}


/* color */
#time p{
	margin: 0 auto 20px auto;
}
#time dl,#childcare dl,#info dl{
	margin: 0 auto 20px auto;
}
#childcare dl:last-of-type,#info dl:last-of-type{
	margin: 0 auto;
}
#time dd,#childcare dd,#info dd{
	background: rgba(30,125,0,0.2);
	margin: 0 auto 10px auto;
	padding: 5px 20px;;
	font-size: 17px;
}
#time talbe,#info talbe{
	margin: 15px auto 0 auto;
}
#time th{
	width: 20%;
}
#info th{
	width: 22%;
}

#childcare p{
	width: 60%;
	margin: 0 auto 30px auto;
}
#info p{
	margin: 0 auto 10px auto;
}

#haichi th,#haichi td{
	width: auto;
	text-align: center;
}
#haichi th.syokusyu,#haichi td.syokusyu{
	width: 15%;
}
#haichi th.syokumu{
	width: 68%;
}
#haichi td.syokumu{
	width: 68%;
	text-align: left;
}
#haichi p.date{
	text-align: right;
	margin: 10px auto 0 auto;
}
#haichi ul{
	display: flex;
	flex-wrap: wrap;
	margin: 5px auto 0 auto;
}
#haichi li{
	margin: 0 20px 0 0;
}
#kyuen p.onegai{
	padding: 20px;
	border: 1px solid rgba(30,125,0,1);
	margin: 0 auto;
}

/* footer */
#footer{
	padding: 80px 0 0 0;
	background: url("images/footer.png") no-repeat left bottom / 160px;
	height: 100px;
}
.copy{
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}


/* pagetop */
.pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 5;
	width: 40px;
	height: 40px;
}


@media screen and (max-width:768px){

	
.pc { display: none !important; }
.sp { display: block !important; }
	
	
.inner_box{
	width: 90%;
	margin: 0 auto;
	padding: 8% 0;
}
.page_title{
	padding: 8px 0;
}
.page_title p{
	width: 90%;
	background: url("images/icon_leaf.png") no-repeat left 5% center / 4.5%;
	padding: 0 0 0 11%;
	box-sizing: border-box;
}
.page_title p img{
	height: 4.5vw;
}
.secton_title{
	text-align: center;
	width: 100%;
	margin: 0 auto 15px auto;
}
.secton_title p img{
	height: auto;
}
	
/* table */
table{
	border-collapse: separate;
	border-spacing: 0 10px;
	margin: -10px auto;
}
th{
	width: 100%;
	display: block;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
}
td{
	width: 100%;
	display: block;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	margin: -1px 0 0 0;
}


	
/* container */
#container{
	min-width: 1px;
}
/* header */
#header{
	width: 90%;
}
#logo{
	width: 85%;
	margin: 0 auto;
	padding: 30px 0;
	
}
.link_btn{
	position: relative;
	width: 65%;
	top: 0;
	right: 0;
	margin: 15px auto 0 auto;
}
.link_btn a{
	padding: 10px 30px;
	margin: 0 auto 10px auto;
	border-radius: 20px;
}

	
/* menu */
#menu ul{
	width: 90%;
	flex-wrap: wrap;
}
#menu li{
	border-left: none;
	width: 49%;;
}
#menu li:last-child{
	border-right: none;
	width: 100%;
}
#menu li a{
	width: 100%;
	height: 16vw;
	border-radius: 20px;
}
.menu_01 a{
	background: rgba(255,255,255,0.5) url("images/menu_01_hover.png") no-repeat center center / 100%;
}
.menu_01 a:hover{
	background: rgba(255,255,255,0.5) url("images/menu_01_hover.png") no-repeat center center / 100%;
	opacity: 1;
}
.menu_02 a{
	background: rgba(255,255,255,0.5) url("images/menu_02_hover.png") no-repeat center center / 100%;
}
.menu_02 a:hover{
	background: rgba(255,255,255,0.5) url("images/menu_02_hover.png") no-repeat center center / 100%;
	opacity: 1;
}
.menu_03 a{
	background: rgba(255,255,255,0.5) url("images/menu_03_hover.png") no-repeat center center / 100%;
}
.menu_03 a:hover{
	background: rgba(255,255,255,0.5) url("images/menu_03_hover.png") no-repeat center center / 100%;
	opacity: 1;
}
.menu_04 a{
	background: rgba(255,255,255,0.5) url("images/menu_04_hover.png") no-repeat center center / 100%;
}
.menu_04 a:hover{
	background: rgba(255,255,255,0.5) url("images/menu_04_hover.png") no-repeat center center / 100%;
	opacity: 1;
}
.menu_05 a{
	background: rgba(255,255,255,0.5) url("images/menu_05_hover.png") no-repeat center center / 50%;
}
.menu_05 a:hover{
	background: rgba(255,255,255,0.5) url("images/menu_05_hover.png") no-repeat center center / 50%;
	opacity: 1;
}

/* top_img */
.top_img{
	background: url("images/top_img.png") no-repeat center center / 100%;
	width: 100%;
	height: 40.3vw;
	min-height: 1px;
	margin:20px auto 0 auto;
}
/* life */
.daily_box{
	display: block;
}
.daily_title img{
	width: 60%;
}
.nyuji{
	width: 100%;
}
.youji{
	width: 100%;
	margin: 30px auto 0 auto;
}
.daily_box table{
	min-height: 1px;
	margin: 0 auto 10px auto;
}
.daily_box dl{
	display: block;
}
.daily_box dd,.daily_box dt{
	width:100%;
}

	
.month{
	width: 48%;
}
.photo ul{
	flex-wrap: wrap;
}
.photo li{
	width: 48%;
}
.photo li:last-of-type{
	margin: -5% 0 0 0;
}	
	
/* color */
#time th,#lunch th,#info th{
	width: 100%;
}
#time th.colspan{
	border-radius: 10px;
}
#childcare p{
	width: 100%;
}

#haichi table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
#haichi th{
	display: table-cell;
	border-radius: 0;
	width: auto;
}
#haichi td{
	display: table-cell;
	width: auto;
}

#haichi p.date{
	margin: 15px auto 20px auto;
}
	
/* footer */
#footer{
	padding: 10vw 0 3vw;
	background: url("images/footer.png") no-repeat left bottom / 30%;
	min-height: 1px;
}
.copy{
	width: 90%;
}


}
	
@media screen and (max-width:480px){

.tel a{
	pointer-events: auto;
	
}
.month{
	width: 100%;
	margin: 0 0 10px 0;
}
.month p img{
	width: 20%;
}
	
}

