@charset"utf-8";

h1,h2,h3,h4,li,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

.float-clear {
	font-size: 0px;
	color: #fff;
	clear :both;
}

.red { color: red; }
.blue { color: blue; }


body {
	width: 100%;
	padding-left: auto;
	padding-right: auto;

	background: ivory;
}

li {
	list-style-type: none;
}


#wrapper {
	width: 1200px;
	
	margin-left: auto;
	margin-right: auto;

	display: block;
}


#header {
	width: 100%;
	height: 675px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	border: 6px solid blue;
	display: block;
	
	position: relative;
}

#header a.logo img {
	width: 320px;
	
	margin-left: 20px;

	display: block;
}

/* HEADER NAV START */
#header div#global-nav{
    width: 1200px;
    height: 80px;
    position: absolute;
    bottom: 0px;
}
.fixed {
    position: sticky !important;
    top: 0;
    z-index: 1;
}
/* HEADER NAV END */
/* NAV START*/
#nav {
  width:100%;
  list-style-type: none;
}
#nav li {
  width:14.666666%;
  float:left;
  padding:0 1%;
  margin:0;
  text-align:center;
}
#nav li a {
  width:auto;
  height: 70px;
  color:#ffffff;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  background: rgba(66,165,245,0.5);
  line-height: 70px;
  
  border-left:1px solid #444;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
             -1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 0px 3px #666;
              
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              border-radius: 4px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#nav li:first-child a{
  border-left:0;
  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 0px 3px #666;
}
#nav li:last-child a{
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 0px 3px #666;
}
#nav li a:hover {
	font-size: 18px;
	color: orange;
	-webkit-box-shadow: 1px 1px 8px blue;
	-moz-box-shadow: 1px 1px 8px blue;
	box-shadow: 1px 1px 8px blue;
 
  background: rgba(66,165,245,0.8);
}
/* NAV  END */


#association {
	width: 100%;
	
	margin-bottom: 20px;

}

#association a {
	width: 380px;
	
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	
	margin-left: auto;
	margin-right: auto;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	display: block;
	background: rgba(66,165,245,0.9);
	border: #fff solid 3px;
}


#association a:hover {
	color: orange;
}


.fb-top {
	width: 400px;
	/*height: 100%;*/
	height: 741px;

	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: #fff;
	display: block;
	float: left;
}

.fb-top h2 {
	font-size: 22px;
	line-height: 28px;
	color: white;
	font-weight: bold;
	text-align: center;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: blue;
	display: block;
}


#diary {
	width: 740px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: #fff;
	display: block;
	float: right;
}

#diary h2 {
	width: 96%;
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: red;
	display: block;
}


#diary ul {
	width: 96%;
	height: 150px;
	
	margin-left: auto;
	margin-right: auto;

	list-style-type: none;
	overflow-y: scroll;

	display: block;
}


#diary ul li {
	height: 26px;
	
	border-bottom: dashed 1px blue;

	display: block;
}


#diary ul li a {
	line-height: 26px;
	color: #000;
	font-size: 22px;

	display: block;
}


#diary ul li a:hover {

	background-color: lightblue;
}


#other_content {
	width: 740px;
	
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	
	background-color: ivory;
	
	display: block;
	float: right;

}

#other_content video {
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	
	border: 8px solid #353334;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	
	display: block;
}

#other_content h2 {
	width: 80%;
	color: blue;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

}

#other_content p {
	width: 98%;
	height: 200px;
	
	font-size: 22px
	lineheight: 26px;
	color: #000;
	
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;		
	border: 1px solid blue;

	overflow-y: scroll;
	background-color: #fff;
	display: block;
}

/* listBox START */
.listBox{
    width: 100%;
    padding-top: 20px;
    
    font-family: Comic Sans MS;
}
.col-4{
    width: 33.333333%;
}
.col-6{
    width: 50%;
}
.col-12{
    width: 100%;
}
/* listBox END */

/* FOOTER START*/
.footer{
    width: 100%;
    height: 80px;
    background: #111213;
    margin-top: 20px;
}
.footer p{
    color: #fff;
    text-align: center;
    line-height: 80px;
}
/* FOOTER END */

/* ACCORDION START */
ul.accordion {
    background:#dddddd; 
    font-size:16px;
    list-style-type: none;
}
ul.accordion a { 
    display:block; 
    padding:10px; 
    background-position:97% center; 
    background-repeat:no-repeat; 
    text-decoration:none; 
    color:#333; 
    font-weight:bold;
}
ul.accordion span { 
    display:block; 
    padding:10px; 
    background-position:97% center; 
    background-repeat:no-repeat; 
    color:#333; 
    font-weight:bold;
}
ul.accordion ul { 
    display:none;
    list-style-type: none;
}
ul.accordion > li { 
    background: #ffffff;
}
ul.accordion > li > p { 
    background: #ffffff;
    border-bottom: 1px #111213 solid;
    border-right: 1px #111213 solid;
}
ul.accordion > li > p span { background-image:url(../img/open.png); }
ul.accordion > li > p span.open { background-image:url(../img/close.png);}
ul.accordion > li > ul > li { 
    background:#999999; 
    border-bottom:1px solid #eeeeee;
}
ul.accordion > li > ul > li > p { 
    background:#999999;
}
ul.accordion > li > ul > li > ul > li { 
    background:#ffffff; 
    border-bottom:1px dotted #888888; 
}
ul.accordion > li > ul > li > ul > li:last-child { 
    border:none;
}
/* ACCORDION END */

/* COL START */
.listBox{
    width: 100%;
}
.listBox h3{
    color: #ffffff;
    font-size: 28px;
}
.col-3,.col-4,.col-6,.col-12{
    float: left;
}
.col-3{
    width: 21%;

}
.col-4{
    width: 33.333333%;
}
.col-6{
    width: 50%;
}
.col-12{
    width: 100%;
}
/* COL END */

/* WRAP START */
.wrap{
    margin: 20px 0;
}
/* WRAP END */
/* JOINED STATR */
.joined{
	width: 45%;
	
	padding: 10px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
   background: rgba(255,255,255,1);
    float: left;
}

.joined ul {
	margin-bottom: 10px;

	display: block;
}

.joined li {
	font-size: 18px;
	line-height: 24px;
}

/*
.joined li:nth-child(odd){
	background: #eee;
}
*/


.joined h3{
	font-size: 24px;
	line-height: 28px;
    color: blue;
}
.joined h3:before{
    content:"■";
    margin: 2px 8px;
}


.joined h4 {
	font-size: 22px;
	line-height: 26px;
	color: #353334;

}

.joined h4:before {
	content:"-";
}

.joined h4:after {
	content:"-";
	
}

.joined a {
	font-size: 20px;
	line-height: 24px;
	color: blue;

	display: block;
}


.joined a:before {
	content:"⇒";
	color: #555;
}

.joined a:hover {
	color: green;
}


.joined p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	
	margin-left: 10px;

}

.joined p:nth-child(odd){
	background: #eee;
}
/* JOINED END */


/* Philosophy */

.Philosophy {
	width: 50%;
	
	padding: 10px;
	

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

  background: rgba(102,102,102,0.6);
    float: right;
}

.Philosophy h2{
	font-size: 24px;
	line-height: 38px;
    color: blue;
    
    -webkit-text-shadow: 1px 1px 8px #fff;
    -moz-text-shadow: 1px 1px 8px #fff;
    text-shadow: 1px 1px 8px #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.Philosophy h2:before{
    content:"■";
    margin: 2px 8px;
}


.Philosophy h3 {
	font-size: 20px;
	line-height: 34px;
	color: #99ccff;

  background: rgba(11,6,-31,0.4);
}


.Philosophy p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	
	margin-bottom: 10px;
}



/* Philosophy End */



/* BUTTON START */
.btn {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}
/* BUTTON END */

/* STAFF START */
.staff{
    height: auto;
    /*margin: 2px 4px;*/
    background: #ffffff;
    text-align: center;
    font-family: Comic Sans MS;
    margin: 0 0 10px;
    margin-right: 20px;
   
}
.staff .positionLabel{
	color: #fff;
	font-size: 21px;
	line-height: 32px;

    background: blue;
    padding: 2px 8px;
}

/* 小学生Ver  */
.staff .positionLabel2{
	color: #fff;
	font-size: 21px;
	line-height: 32px;

    background: lime;
    padding: 2px 8px;
}



.staff .nameLabel{
    font-size: 26px;
    line-height: 48px;
    
}
/* STAFF END */

/* RECORD START */
.record{
	width: 80%;

    background: #ffffff;
    padding: 10px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 6px solid blue;
    
    margin-left: auto;
    margin-right: auto;
    
    display: block;
}
.record h4{
    font-size: 22px;
    margin: 8px 0;
}
.record p{
	font-size: 18px;
	line-height: 26px;
        
}

.record p:nth-child(odd){
	background: #eee;
	
}
/* RECORD END */



/* UNIVER START */
	.univer {
		width: 40%;
		
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		
		padding: 10px;
	
		background-color: ivory;
		
		float: left;
	}

	.univer ul h4 {
		font-size: 24px;
		line-height: 34px;
		color: blue;
		
	
	}
	
	
	.univer ul li {
		font-size: 21px;
		line-height: 28px;
		color: #000;
		font-weight: bold;
	
	}





/* UNIVER END */


/* bPopup START */    
#pop, .bMulti {
    min-height: 250px;
}
#pop, .bMulti {

    font-family: Comic Sans MS;
    /*background: #fff;*/
    background-image: url(./images/popp.jpg);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #2b91af;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
}
#pop img{
    width: 60%;
    margin-bottom: 20px;
}
#pop a{
    font-size: 18px;
    line-height: 22px;
}
.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}
.button {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
/* bPopup END */







/* ******イラスト使用元　フリー素材にて。
http://azukichi.net/baseball.html
						********** */











