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


/* --------------------------------------------
   common setting
--------------------------------------------*/

/* basic setting:
--------------------------------------------*/


body {
  background-color: #231815;
  font-family:"M PLUS Rounded 1c", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 300;
  font-size: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.bold {font-weight: bold;}
.fs120 {font-size: 120%;}
.fs75 {font-size: 75%;}
.w100{width: 100%;}
.w90{width: 90%;}
.w70{width: 70%;}
.w50{width: 50%;}
.block{display:block;}
.normal{font-weight:normal;}
.align_l {text-align: left;}
.align_r {text-align: right;}
.align_c {text-align: center;}
.valign_m{ vertical-align:middle!important;}
.valign_t{ vertical-align:top!important;}

.red{color: #E4F06A;}
.white{color: #fff;}


a:hover {text-decoration: none;}
*+html .clear_fix {display: inline-block;}
* html .clear_fix {display: inline-block;}
.clear_fix:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*--------------------------------------------
menu conf
--------------------------------------------*/

.menu {
	padding-top: 20px;
  position: fixed;
  right: -250px;
  width: 310px;
  height: 100%;
  top: 0;
  z-index: 10;
  text-align: left;
	color: #FFFFFF;
}

.menu.menu-open {
  right: 0px;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 60px;
  background: #1a1a1a;
  width: 250px;
  height: 100%;
}

.menu h1.logo a {
  font-family:  "Times New Roman", Times, "serif", 'Oswald', Georgia, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

.menu h1.logo a:hover {
  color: #f85c37;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu a:hover {
  color: #ffffff;
}

.menu a:active {
  color: #ffffff;
}

.menu a>i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 35px;
  font-size: 22px;
  line-height: 40px;
  margin: 25px 2px;
}

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/*--------------------------------------------
header conf
--------------------------------------------*/

#header{
	padding:15px;
	margin: 0 auto;
	background-color: #10070E;
	
}
#header img{
  max-width: 30%;
  margin: 0 auto;
	text-align: center;
}


/*--------------------------------------------
footer conf
--------------------------------------------*/

#footer{
	padding:15px;
	margin: 0 auto;
	background-color: #000;
	text-align: left;
	
}
#header img{
  max-width: 30%;
  margin: 0 auto;
	text-align: center;
}


/*--------------------------------------------
outline setting 
--------------------------------------------*/
#index .row{
	 background-color: transparent;
}


#footer .row{
	 background-color: #000;
}


/*--------------------------------------------
titles
--------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

	font-weight: 300;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

h1, h2 {
	text-align: center;
}

 .ttl_line {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #231815; /* 背景色指定 */
    margin-left: 20px;      /* 周りの余白指定 */
    padding: 0 20px;        /* 余白指定 */
}

.ttl_line-wrap {
    position: relative;     /* 位置調整 */
    margin-bottom:25px;     /* 周りの余白指定 */
}
.ttl_line-wrap:before {
    content:  '';           /* 空白の要素を作る */
    background-color: #fff; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  1px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}


/*--------------------------------------------
paragraph & typographic
--------------------------------------------*/

p {
  line-height: 28px;
  margin-bottom: 25px;
}


/*--------------------------------------------
links
--------------------------------------------*/

a {
  color: #AFD694;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #51BB9B;
  text-decoration: none;
  outline: 0;
}

.btn a{
	color: #fff;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a .btn-default h4{
	color: #2B1C1C;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*--------------------------------------------
   wrap sections
-------------------------------------------- */

#headerwrap {
  background: url(../img/header-bg_sp.png) no-repeat;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  margin-top: 150px;
  color: white;
  font-size: 70px;
  font-weight: 700;
}

#headerwrap h3 {
  color: white;
  font-size: 30px;
  font-weight: 100;
  font-family:  "Times New Roman", Times, "serif", 'Oswald', Georgia, sans-serif;
}

#headerwrap .logo {
  text-align: left;
  margin-left: 20px;
  margin-top: 15px;
}

/*--------------------------------------------
content
--------------------------------------------*/

#content {
  padding-top: 30px;
  padding-bottom: 30px;
}



#content h2 {
  font-weight: 800;
}

#content h3 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
}


#content img {
  text-align: center;
}


/*--------------------------------------------
 content bg_imae
--------------------------------------------*/

#content.access {
  background: url(../img/access-bg.png) no-repeat;
  background-attachment: fixed;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#content.outline {
  background: url(../img/outline-bg.png) no-repeat;
  background-attachment: fixed;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#content.course {
  background: url(../img/course-bg.png) no-repeat;
  background-attachment: fixed;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#content.entry {
  background: url(../img/entry-bg.png) no-repeat;
  background-attachment: fixed;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#content.volunteer {
  background: url(../img/volunteer-bg.png) no-repeat;
  background-attachment: fixed;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*--------------------------------------------
footer
--------------------------------------------*/

#f {
  background: #10070E;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

#f h2 {
  color: white;
  font-weight: 800;
}

#f h3 {
  color: white;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
}

#f i {
  font-size: 8px;
  color: #fff;
  padding: 3px;
}

#f p {
  font-size: 20px;
  color: #f2f2f2;
}

#f img {
  text-align: center;
}


/*--------------------------------------------
 dl list setting
--------------------------------------------*/

.topics dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.topics dt {
padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 20%;
}
.topics dd {
margin-left: 22%;
}
}


/*--------------------------------------------
table conf 
--------------------------------------------*/

table{
	  color: beige;
	margin-bottom: 15px;
	width: 100%;
}
table tr td, 
table tr th {
    border: 1px solid #fff;
	padding: 5px 10px;
}

table.text-wh{
	color: #fff;
	font-size: 16px;
}

table.text-wh th{
	color: #E19C05;
	font-weight: bold;
	font-size: 17px;

}

table.text-wh td{
	text-align: left;
	font-size: 16px;
}


@media screen and (max-width: 640px) {
  .tbl-r03 {
    width: 90%;
	  color: beige;
	  vertical-align: middle;
	  margin: auto;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    display: block;
	padding: 5px 10px;
	  	    height: 5em;

  }
	
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 40%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 60%;
  }
  .tbl-r03 tbody tr {
    width: 50%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}
 



/*--------------------------------------------
Push the body after clicking the menu button 
--------------------------------------------*/

.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu, .body-push {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#menuToggle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#menuToggle:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}




@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------
contact form 
--------------------------------------------*/

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}


/*--------------------------------------------
Copyrights 
--------------------------------------------*/

#copyrights {
  background: #000000;
  padding: 20px 0;
  text-align: center;
  color: #fff;
	font-size: 10px;
}

#copyrights a {
  color: #AFD694;
}

#copyrights p {
  margin-bottom: 5px;
}

.credits {
  color: #999;
}

.topics {
margin: auto;
}


/* --------------------------------------------
   link always
-------------------------------------------- */

#entry_link {
position: fixed;
 bottom: 100px;
 right: 10px;
  
 padding:2pt;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
     
}


/* --------------------------------------------
   youtube
-------------------------------------------- */
.youtube {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.youtube iframe
.youtube object,  
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   media queries
   ========================================================================== */

/*   PC用      */
@media screen and (min-width: 960px) {
#headerwrap {
  background: url(../img/header-bg.png) 0 0 no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	
#headerwrap h1 img {
    font-size: 80px;
	width:80%;
  }
	
#headerwrap.index h3{
    font-size: 50px;
    text-shadow: 5px 5px 3px #000000;
  }

	body .header {
    background-attachment: scroll;
  } 
	.sp_br{
    display: none;
  }

}


/*   タブレット用      */
@media screen and (min-width: 481px) {
#headerwrap {
  background: url(../img/header-bg.png) 0 0 no-repeat;
  background-attachment: fixed;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	
#headerwrap h1 img {
    font-size: 80px;
	width: 80%;
  }
}


@media screen and (max-device-width:481px) {
	
	
#headerwrap h1 img {
    font-size: 80px;
	width: 100%;
  }
	
#headerwrap .logo img {
	max-width: 20%;
  }

  #headerwrap p {
    font-size: 30px;

  }

	#content.access {
	  background: url(../img/access-bg_sp.png) no-repeat;
	  background-attachment: fixed;
	  background-position: center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

}
