@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS ここから
------------------------------------------------------------*/
body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}


/* header
------------------------------------------------------------*/
header {
	width: 100%;
    height: 65px;
	margin: 0;
    position: fixed;
    background-color : #dbf6f5;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
}

#logo {
	float: left;
}

header nav {
	float: right;
	padding-top: 25px;
}

header nav ul li {
	float: left;
	margin-right: 50px;
}

header nav li a {
	text-decoration: none;
}

@media screen and (max-width: 480px) {   
    #logo {
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}

    nav {
		background-color: #ccffff;
	}

	header nav ul li {
		float: left;
		margin: 1px 10px 7px 10px;
		text-align: center;
	}

	p {
		padding: 0px 15px;
		text-align: left;
	}
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility:hidden;
}

#mainimage {
    width: 100%;
    padding-top: 65px;
}

@media screen and (max-width:480px){
	#mainimage {
		padding-top: 75px;
	}
}

.picture {
    width: 100%;
}

h2 {
    color: darkgreen;
    font-size: 24px;
    padding: 30px;
}

h3 {
    color: darkgreen;
    font-size: 24px;
}


/* contents
------------------------------------------------------------*/
#contents1 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#contents1 p {
    line-height: 3;
}

#contents1 div {
    margin: 0 auto;
    text-align: left;
    width: 950px;
}

@media screen and (max-width:480px){
    #contents1 div {
        width: 100%;
    }
}

#contents2 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #f5f6e2;
}

#contents2 p {
    padding-top: 20px;
    line-height: 3;
}

#contents3 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#contents3 p {
    padding-top: 20px;
    line-height: 3;
}

#contents4 {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    background-color: #dbf4e5;
}

#contents4 p {
    padding-top: 20px;
    line-height: 3;
}

.image1 {
    width: 100%;
    max-width: 975px;
}

.image2 {
    width: 100%;
    max-width: 622px;
}

.image3 {
    width: 100%;
    max-width: 728px;
}

.image3-1 {
    width: 100%;
    max-width: 640px;
}

.image4 {
    width: 100%;
    max-width: 610px;
}

.imageschool {
    padding: 20px;
}

.people {
	width: 100%;
	max-width: 400px;
}

.room {
    width: 100%;
}

/* footer
------------------------------------------------------------*/
footer {    
    text-align: center;
}

#footer-wrap {
    padding: 30px;
}

footer p {
        line-height: 2;
}

.timeshift {
    width: 450px;
}

@media screen and (max-width:480px){
    .timeshift {
        width: 100%;
    }
}

#copy {
    font-size: 12px;
    padding: 50px;
}

iframe {
  width: 100%;
  aspect-ratio: 16/4;
}

.schoolpicture {
    max-width: 100%;
}



/*course.html*/
#coursetitle {
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
}

@media screen and (max-width:480px){
    #coursetitle {
        padding-bottom: 0px;
    }
    }

#coursetitle h1 {
    color: blue;
    font-size: xx-large;
}

.cf5f5f5 {
    width: auto;
    padding-top: 50px;
}

.cmaxWidth1100 {
    margin: 0 auto;
    max-width: 1100px;
}

.cline {
    width: 100%;
    text-align: center;
}

.cline h1 {
    color: green;
    font-size: 2rem;
}

.cline h2 {
    color: blue;
    font-size: 30px;
}

#ctwo {
    margin-top: 50px;
}

.cpicture {
    width: 200px;
    margin: 50px 0px 50px 100px;
    float: left;
}

.cbun {
    width: 650px;
    margin: 50px 100px 50px 0px;
    float: right;
}

.cbun p {
    line-height: 3;
}

.cbun h2 {
    color: red;
    font-size: 20px;
    text-align: center;
    padding-bottom: 0;
    line-height: 2;
}

@media screen and (max-width:1000px){
    .cpicture {
        display: none;
    }

    .cline img {
        width: 100%;
    } 

    .cbun {
        width: 100%;
        float: none;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.marginb50px {
    margin-bottom: 50px; 
}

.imagecenter {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
   }
   
.button2 {
    width:500px;
    font-size:20px;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#000099;
    border-radius:30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:480px){
    .button2 {
        width:300px;
    }
}

table.ctable {
    width: 650px;
    border: 1px solid #000099;
    background-color: #fff;
}

table.ctable td, table.ctable tr {
    padding: 20px;
    border: 1px solid #000099;
    text-align: center;
}

table.ctable2 {
    width: 650px;
}

table.ctable2 td, table.ctable2 tr {
    padding: 20px 5px;
}


@media screen and (max-width:1000px){
    table.ctable {
        width: 100%;
    }

    table.ctable2 {
        width: 100%;
        font-size: 10px;
    }

    table.ctable3 {
        font-size: 12px;
    }
}

.cd9e9e3 {
    width: auto;
    background-color: #d9e9e3;
    padding-top: 50px;
}

.childcolor {
    background-color: #d3f091;
    padding-top: 50px;
}

.childcolor p {
    padding-top: 100px;
    padding-bottom: 50px;
}

/* mos.html
------------------------------------------------------------*/

#mostitle {
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
}

@media screen and (max-width:480px){
    #mostitle {
        padding-bottom: 0px;
    }
    }

#mostitle h1 {
    color: green;
    font-size: xx-large;
}

#mostitle h2 {
    color: rgb(13, 48, 13);
    font-size: 1rem;
}

#mosWidth1100 {
    display: flex;
    width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width:480px){
    #mosWidth1100 {
        display: block;
        width: 100%;
    }
}

#moslesson {
    width: 500px;
    margin: 25px;
    border: 1px solid blue;
    border-radius: 20px;
    background-color: white;
}

@media screen and (max-width:480px){
    #moslesson {
        width: 100%;
        margin: 0px;       
        border: none;
        border-radius: 0;
        background-color: rgb(242, 248, 188);
    }
}

#moslesson p {
    line-height: 3;
    padding: 30px 20px 0px 20px;
}

#mostest {
    width: 500px;
    margin: 25px;
    border: 1px solid green;
    border-radius: 20px;
    background-color: white;
}

@media screen and (max-width:480px){
    #mostest {
        width: 100%;
        margin: 0px;       
        border: none;
        border-radius: 0;
        background-color: #ffd9b3;
    }
}

.textnone {
    display: none;
}

@media screen and (max-width:480px){
        .textnone {
            display: inline;
        }
}


#mostest h4 {
    color: red;
    text-align: center;
    font-size: 25px;
    line-height: 2;
}

#mostest p {
    line-height: 3;
    padding: 30px 20px 0px 20px;
}

.mosh2 {
    color: red;
    text-align: center;
    padding: 50px 0px 10px 0px;
}

.mosh3 {
    color: blue;
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
}

.mosline2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tcenter {
    text-align: center;
}

.tcenter1 {
    text-align: center;
    color: red;
}

.mosp {
    text-indent: -1rem;
  }

  .mosbutton {
    width:400px;
    font-size:20px;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#000099;
    border-radius:30px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    line-height: 3;
}

@media screen and (max-width:480px){
    .mosbutton {
        width:80%;
    }
}

table.mostable {
    width: 480px;
    border: 1px solid #000099;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
}

table.mostable td, table.mostable tr {
    padding: 20px 10px;
    border: 1px solid #000099;
    text-align: center;
}

@media screen and (max-width:480px){
    table.mostable {
        width: 95%;
    }
}




/* 余分なもの
------------------------------------------------------------*/

#about {
	width: 100%;
	padding-top: 50px;
	text-align: center;
    display: block;
}

#about h1 {
	color: blue;
    font-size: 30px;
	font-weight: 900;
	margin-bottom: 15px;
    line-height: 2;
}


.button1 {
    width:600px;
    font-size:24px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px 0;
    color:#fff;
    background-color:red;
    border-radius:30px;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.image0 {
	width:600px;
}


@media screen and (max-width:480px){
	#about {
	padding-top: 180px;
	}

	#about h1 {
	    font-size: 15px;
	}

	.button1 {
    	width:300px;
    	margin-bottom: 50px;
	}
	
	.image0 {
		width:300px;
		height:160px;
	}

}

@media screen and (max-width:320px){
	#about {
	padding-top: 230px;
	}

	#about h1 {
	    font-size: 13px;
	}
}


ul.foo {
    padding:0;
    font-size:0px;
}

ul.foo li {
    width:200px;
    display: inline-block;
    text-align: center;
    font-size:16px;
}

ul.foo li:first-child {
    height:60px;
}

#eigyo {
    font-size: 12px;
}

#moku {
    font-size: 14px;
}


.margintop{
    margin-top: 10px;
}

.cline1 {
    width: 100%;
    padding-top: 100px;
    text-align: center;
}


#ctop {
    margin-top: 100px;
}

#ctop1 {
    margin-top: 50px;
    margin-bottom: 100px;
}
