@charset "utf-8";
/* CSS Document */

#page_main h2 {
margin-bottom: 10px;
}

.scroll_table {
overflow-x: hidden;
white-space: normal;
}

.schedule table {
line-height: 140%;
}

.schedule table th{
	text-align: center;
	padding: 1em 10px;
	box-sizing: border-box;
	background: #E9E2CB;
	color: #997D65;
	border-color: #F8F4ED;
	border-style: solid;
	border-width: 0 3px 3px 0;
}

.schedule table th:last-child {
	border-right-width: 0;
}

.schedule table td{
	text-align: center;
	padding: 2em 10px;
	box-sizing: border-box;
	background: #FFF;
	color: #997D65;
	border-color: #F8F4ED;
	border-style: solid;
	border-width: 0 3px 3px 0;
	font-weight: bold;
}

.schedule table td:last-child {
	border-right-width: 0;
}

.schedule table td.going {
	background: #FAEFBE;
	color: #F18E00;
}

.schedule table td.leaving {
	background: #D7E0FB;
	color: #4D7AFF;
}

.schedule table td.stay {
	background: #FEDFD6;
	color: #997D65;
	line-height: 130%;
	padding: 1.2em 0;
}

.note {
	margin: 12px 0 30px 0;
	font-size: 80%;
	line-height: 150%;
}

ul.img_box {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}

ul.img_box li {
width: 47.36842%;
}

#page_main .kindergarten_lesson h3 {
margin-bottom: 0;
padding: 14px 20px;
color: #FFFFFF;
background: #F18E00;
font-size: 115%;
line-height: 140%;
border-radius: 7px 7px 0 0;
text-align: center;
}

#page_main .kindergarten_lesson .inbox {
padding: 30px;
border-radius: 0 0 7px 7px;
background: #FAEFBE;
background-image: url("images/kindergarten_lesson_bg.png");
background-repeat: no-repeat;
background-position: center top 200px;
position: relative;
}

#page_main .kindergarten_lesson .lead {
text-align: center;
line-height: 220%;
font-size: 95%;
}

#page_main .kindergarten_lesson .img01 {
position: absolute;
top: -30px;
left: 15px;
width: 20.26315%;
}

#page_main .kindergarten_lesson .img02 {
position: absolute;
top: -50px;
right: 30px;
width: 20.26315%;
}

#page_main .kindergarten_lesson .img03 {
position: absolute;
top: 220px;
left: 30px;
width: 19.3421%;
}

#page_main .kindergarten_lesson .img04 {
position: absolute;
top: 160px;
right: 20px;
width: 21.31578%;
}

#page_main .bnr img {
width: 100%;
height: auto;
}



/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
/*
.schedule table {width: 100%!important;}	
	
.schedule table th{
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
	background: #E9E2CB;
	color: #997D65;
	border-color: #F8F4ED;
	border-style: solid;
	border-width: 0 3px 3px 0;
}

.schedule table td{
	text-align: center;
	padding: 2em 1em;
	box-sizing: border-box;
	background: #FFF;
	color: #997D65;
	border-color: #F8F4ED;
	border-style: solid;
	border-width: 0 3px 3px 0;
	font-weight: bold;
}
*/
}


/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
/*
.schedule table {width: 100%!important;}	
.schedule table th{
	text-align: center;
	padding: 0.5em 2em;
	box-sizing: border-box;
	background: #E9E2CB;
	color: #997D65;
	border-color: #F8F4ED;
	border-style: solid;
	border-width: 0 3px 3px 0;
}

.schedule table td{
	text-align: center;
	padding: 0.5em 1.5em;
	box-sizing: border-box;
	background: #FFF;
	color: #997D65;
	border-color: #F8F4ED;
	border-style: solid;
	border-width: 0 3px 3px 0;
	font-weight: bold;
}
*/

.scroll_table {
overflow-x: auto;
white-space: nowrap;
}

.schedule table {
width: 100%;
		font-size: 84%;
	}
	
#page_main .kindergarten_lesson h3 {
font-size: 105%;
}

#page_main .kindergarten_lesson .inbox {
padding: 20px;
background-position: center top 200px;
background-size: 160%;
}

#page_main .kindergarten_lesson .lead {
line-height: 180%;
}

#page_main .kindergarten_lesson .img01 {
top: 20px;
left: 10px;
}

#page_main .kindergarten_lesson .img02 {
top: 60px;
right: 10px;
}

#page_main .kindergarten_lesson .img03 {
top: 320px;
left: 10px;
}

#page_main .kindergarten_lesson .img04 {
top: 300px;
right: 10px;
}


}








