@charset "utf-8";

/********************************************************************/
/*   index style   */
/********************************************************************/
#menubox { }
#menubox dl { margin:15px auto; padding:15px 0px; }
#menubox dd { float:left;}
#menubox dd:last-child { margin-bottom:40px;}
#menubox img {margin:0 5px 5px 5px;}

/*---  pc style ------------------------------------------- */
@media only screen and (min-width:769px) {
	#menubox dl {width:840px;}
}
/*---  tablet style   ------------------------------------- */
@media only screen and (max-width:768px) {
	#menubox dl {width:768px;}
	#menubox img {
		width:350px;
		margin:5px;
	}
}
@media only screen and (max-width:667px) {
	#menubox dl {width:667px;}
	#menubox img {
		width:300px;
		margin:5px;
	}
}
/*---  mobile style   ------------------------------------- */
@media only screen and (max-width:480px) {
	#menubox dl {width:100%;}
	#menubox img { width:385px;}
}


.news {
	clear:both;
	/*position:relative;*/
	width:85%;
	margin:30px auto;
	padding:10px 25px;
	min-height:100px;
	background: rgba(255, 255, 255, 0.6);
	border:7px double #7affe0;
	border-radius: 10px 30px 10px 30px;
}

.news h4 { border-bottom:1px solid #336699;text-align:center;}
.news dl { margin:10px;}
.news dt {
	float:left;
	width:100px;
	color:#003399;
}


/********************************************************************/
/*   css animation   */
/********************************************************************/
figure.cp_caption {
	position: relative;
	overflow: hidden;
	/*width: 100%;
	min-width: 220px;
	max-width: 300px;
	max-height: 220px;
	margin: 10px 1%;*/
	color: #ffffff;
}
figure.cp_caption * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
figure.cp_caption img {
	/*width: 100%;
	height: 100%;*/
}
figure.cp_caption figcaption {
	position: absolute;
	z-index: 1;
	top: 60%;
	padding: 2.5em 3em;
	transition: all 0.3s ease-out;
	transition-delay: 0.1s;
	opacity: 0;
}
figure.cp_caption:after {
	position: absolute;
	top: 35%;
	right: 3%;
	bottom: 5%;
	left: 6%;
	display: inline-block;
	content: '';
	transition: all 0.3s ease-out;
	opacity: 0;
	background: rgba(0, 0, 205, 0.7);
}
figure.cp_caption:hover:after {
	opacity: 0.9;
}
figure.cp_caption:hover figcaption {
	transform: translateY(-50%);
	opacity: 1;
}


/********************************************************************/
/*   philosophy   */
/********************************************************************/
#main-philosophy h1 {
	background-color: #000066!important;
	font-size: 1.8em;
	color: #fff;
	padding:10px 15px 10px 15px;
}

#main-philosophy h2 {
	background-image:url(../img/midashi01.png);
	font-size: 1.6em;
	color: #003366;
	padding:7px 15px 6px 20px;
	clear:both;
}
#main-philosophy p {
	margin-left:30px;
	padding:15px 30px 15px 0;
}

#main-philosophy .m01 { background-image:url(../img/mark01.png); }
#main-philosophy .m02 { background-image:url(../img/mark02.png);}
#main-philosophy .m03 { background-image:url(../img/mark03.png);}
#main-philosophy .m04 { background-image:url(../img/mark04.png);}
#main-philosophy .m05 { background-image:url(../img/mark05.png);}


/********************************************************************/
/*   introduction   */
/********************************************************************/
#main-content h1 {
	background-color: #000066!important;
	font-size: 1.8em;
	color: #fff;
	padding:10px 15px 10px 15px;
}

#main-content h2 {
	background-image:url(../img/midashi01.png);
	font-size: 1.6em;
	color: #003366;
	padding:7px 15px 6px 20px;
	clear:both;
}
#main-content p {
	margin-left:30px;
	padding:15px 30px 15px 0;
	font-size: 1.2em;
}
#main-content dl dt {
	width:80%;
	margin:5px auto;
	background-image:url(../img/oneday-midashi.png);
}

#main-content table.oneday {
	width:80%;
	margin:5px auto 30px auto;
	border:3px solid #66ccff;
	border-radius: 15px;
	padding:3px;
}
#main-content table.oneday th {
	border:1px solid #66ccff;
	border-radius: 10px;
	border-bottom: none;
	text-align:center;
	color: #333399;
	font-size: 0.9em;
	padding:4px;
}
#main-content table.oneday td {
	position: relative;
	text-align:center;
	vertical-align: middle;
	font-size:1.2em;
	height: 35px;
	border-radius:10px;
	font-family:"Lexend Deca","Kosugi Maru","ヒラギノ角ゴ Pro W3","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#main-content table.oneday td.time { background-color:rgba(255,255,255,0.7); }
#main-content table.oneday td.jikangai { background-color:#ffc4c4; }
#main-content table.oneday td.jiyu { background-color:#ffe7b3; }
#main-content table.oneday td.kai { background-color:#ffffcc; }
#main-content table.oneday td.syoku { background-color:#ffff99; }
#main-content table.oneday td.suimin { background-color:#f4ddff; }
#main-content table.oneday td.kigae { background-color:#a2e0ff; }
#main-content table.oneday td.hoiku { background-color:#cce6cc; }
#main-content table.oneday td.toukou {
	font-size:1.4em;
	font-weight: bold;
	color: #ff9800;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
	background-color: #ffcd9b;
}
#main-content table.oneday td.t0 { border-radius:10px; }
#main-content table.oneday td.t1 { border-radius:10px 10px 0 0; }
#main-content table.oneday td.t2 { border-radius:0px; }
#main-content table.oneday td.t3 { border-radius:0px 0px 10px 10px; }

#main-content table.oneday td img { position:absolute; }
#main-content table.oneday td.R1 img { top:2px; left:68%; }
#main-content table.oneday td.R2 img { top:8px; left:68%; }
#main-content table.oneday td.R3 img { top:38px; left:68%; }
#main-content table.oneday td.L1 img { top:2px; left:15%; }
#main-content table.oneday td.L2 img { top:8px; left:15%; }
#main-content table.oneday td.L3 img { top:38px; left:15%; }

#main-content dl.calender {
	width:80%;
	max-width:1200px;
	margin:5px auto;
}
#main-content dl.calender dt {
	float:left;
	background-image: none;
	background-color: rgba(197,255,255,0.8);
	border-radius: 50px 0 0 50px;
	width:160px;
	height:150px;
	margin-left:10px;
	/*clear: left;*/
}
#main-content dl.calender dd {
	float:left;
	width: 16%;
	height:150px;
	background-color: rgba(197,255,255,0.8);
	border-radius: 0 50px 50px 0;
	margin:5px 5px 5px 0px;
}
#main-content dl.calender dd p {
	margin-left:10px;
	padding:15px 0px 15px 0;
	font-size: 1.2em;
}

#main-content .syokuiku {
	width:80%;
	margin:10px auto;
}
#main-content .syokuiku img {
	width: 100%;
	max-width: 1000px;
	height:auto;
	margin:10px auto;
}

/* sample *
.shadow{
    color: #00BCD4;
    text-shadow: 2px 2px #fff, 5px 5px rgba(0, 188, 212, 0.4);
}
.border{
    color: #fff;
    text-shadow: 1px 1px 1px #ff9800, -1px 1px 1px #ff9800, 1px -1px 1px #ff9800, -1px -1px 1px #ff9800, 1px 1px 1px #ff9800, -1px 1px 1px #ff9800, 1px -1px 1px #ff9800, -1px -1px 1px #ff9800;
}
.border01 {
    color: rgba(233, 30, 99, 0.7);
    text-shadow: 3px 3px #fff, 4px 4px 0 #5d6f77, 4px 2px 0 #5d6f77, 2px 4px 0 #5d6f77, 2px 2px 0 #5d6f77;
}
*/
/*--- introduction tablet & mobile style   -------------------------- */
@media only screen and (max-width:1300px) {
	#main-content dl.calender dd { width:26%;}
}
@media only screen and (max-width:950px) {
	#main-content dl.calender dd { width:20%; }
	#main-content dl.calender dd p { font-size: 1.0em;}
}

@media only screen and (max-width:768px) {
	#main-content dl dt{ width: 98%; }
	#main-content table.oneday {
		width: 98%;
		font-size: 0.9em;
	}
	#main-content dl.calender { width:100%;}
	#main-content dl.calender dt { width:30%; min-width:160px; clear:left; }
	#main-content dl.calender dd { width:60%; }
	#main-content dl.calender dd p { font-size: 1.1em;}
	#main-content .syokuiku { width: 98%; }
}

@media only screen and (max-width:480px) {
	#main-content table.oneday td.R1 img { top:2px; left:72%; }
	#main-content table.oneday td.R2 img { top:8px; left:72%; }
	#main-content table.oneday td.R3 img { top:38px; left:72%; }
	#main-content table.oneday td.L1 img { top:2px; left:5%; }
	#main-content table.oneday td.L2 img { top:8px; left:5%; }
	#main-content table.oneday td.L3 img { top:38px; left:5%; }
	#main-content dl.calender dt { width:110px;min-width:110px;height:110px; }
	#main-content dl.calender dt img { width:100px; }
	#main-content dl.calender dd { width:60%;height:110px; }
}

/********************************************************************/
/*   access   */
/********************************************************************/
#main-introduction h1 {
	background-color: #000066!important;
	font-size: 1.8em;
	color: #fff;
	padding:10px 15px 10px 15px;
}

#main-introduction h2 {
	background-image:url(../img/midashi01.png);
	font-size: 1.6em;
	color: #003366;
	padding:7px 15px 6px 20px;
	clear:both;
	margin-bottom:10px;
}

#main-introduction p {
	margin-left:30px;
	padding:15px 30px 15px 0;
	font-size: 1.2em;
}

/******************************************************************** */
/*   public   */
/******************************************************************** */
/*--- boxA image ----------------------------------- */
.boxA dl {
	width:95%;
	margin:15px auto;
}
.boxA dd {
	float:left;
	width:40%;
	min-height:51px;
	margin:15px;
	padding:7px 7px 7px 55px;
	font-size: 1.1em;
	background: #ffffe0;
	border: dashed 4px #ffcc33;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 0px 10px #ffffe0, 5px 5px 15px rgba(0, 0, 0, 0.3);
	-moz-box-box-shadow: 0px 0px 0px 10px #ffffe0, 5px 5px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px #ffffe0, 5px 5px 15px rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	background-position: 8px 50%;
}
.boxA dd:last-child { margin-bottom:50px;}



/*---  pc style ---------------------------------------- */
@media only screen and (max-width:1098px) {
	.boxA dd {
		width:350px;
	}
}
/*---  tablet style   ---------------------------------- */
@media only screen and (max-width:963px){
	.boxA dl {
		margin-left:5px;
	}
	.boxA dd {
		width:90%;
		font-size: 1.2em;
		min-height:auto;
	}
}
/*---  mobile style   ---------------------------------- */
@media only screen and (max-width:480px) {
	.boxA dl { width:89%; }
	.boxA dd {
		width:85%;
		font-size: 1.1em;
	}
}
/*------------------------------------------------------ */
/*--- boxB image --------------------------------------- */
.boxB dl {
	width:93%;
	min-height:130px;
	clear:both;
	margin:10px auto;
	background-color:rgba(255,255,255,0.8);
	border-radius: 8px;
	padding:10px;
}
.boxB dt {
	float:left;
	width:140px;
	font-size:1.2em;
	min-height:160px;
}
.boxB dd { }

/*---  pc style ---------------------------------------- */
@media only screen and (max-width:1098px) {
	
}
/*---  tablet style   ---------------------------------- */
@media only screen and (max-width:963px){
	.boxB dt { min-height:200px; }
	.boxB dd { width: 98%; }

}
/*---  mobile style   ---------------------------------- */
@media only screen and (max-width:480px) {
	.boxB dt {
		clear:both;
		min-height:110px;
	}
	.boxB dt,.boxB dd {
		clear:both;
	
	}
}

/*------------------------------------------------------ */
/*--- list maru ---------------------------------------- */
ul.ls_maru {
	list-style-type: none!important;
}
ul.ls_maru li {
	position: relative;
	line-height:1em;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	left: 2em;
}

ul.ls_maru li:after,
ul.ls_maru li:before {
	position: absolute;
	content: '';
	border-radius: 50%;
}
ul.ls_maru li:before {
	top: 13px;
	left: 107px;
	width: 17px;
	height: 17px;
	background: rgba(25,118,210, 1);
	transform: translateY(-50%);
}
ul.ls_maru li:after {
	top: 12px;
	left: 115px;
	width: 14px;
	height: 14px;
	background: rgba(25,118,210, 0.5);
}

/*---  mobile style   ---------------------------------- */
@media only screen and (max-width:480px) {
	ul.ls_maru li {
		line-height:1.3em;
		left:0.5em;
	}
	ul.ls_maru li:before {
		left: 5px;
		top: 15px;
	}
	ul.ls_maru li:after {
		left: 12px;
		top: 15px;
	}
}
