html { font-size: 62.5%; height:100%;}

body {height:100%;color:#666;Roboto,Arial,Helvetica;background-color:#fff;-webkit-font-smoothing:antialiased;font-size: 2rem}

a{color:#8b0000; text-decoration:none;}
a:hover{color:#00ced1;text-decoration: none;font-weight:bold;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
font-weight: bold;
}
ul{list-style-type: none;}

h1,h2,h3,h4{margin: 0;line-height: 1rem;}
h1{font:900 7rem Roboto,Arial,Helvetica;margin:0;padding:0;text-transform: uppercase;display:inline;color: #87cefa;}
h2{font:800 6rem Roboto,Arial,Helvetica;margin-bottom: 1.5rem; text-transform :none;color: #4682b4;}
h3{font:700 4rem Roboto,Arial,Helvetica;margin:2rem 0 1rem 0; text-transform :none;color: #778899;padding-top: 20rem;}
h4{font:700 4rem Roboto,Arial,Helvetica;margin-bottom: 0;padding-top: 2em; text-transform :none;color:#8b0000;}
h3 i{margin-right: 0.5rem;}


dt{padding-top: 1rem;font-weight: bold;font-size: 2.2rem;}
dd{text-indent: 1em;}

iframe{max-width: 100%;
height: auto;}

img {
width:100%;
max-width: 100%;
height: auto;
}

p{line-height: 2.5rem; margin-bottom: 1.7rem;text-transform :none;}

.spacer{padding: 6rem 0;}
.spacer_top{padding: 3rem 0 0 0;}

h1 {color: #ccc}

i{color:#ffd700; padding:0 0.5em;} 

.btn{border:none;border-radius: 0;padding: 2rem 2rem;margin:1rem 0; background: rgba(0,0,0,0.5);text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff;background:#a52a2a;width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#5f9ea0;box-shadow: none;}

/*Gray out*/
.btn-caution{color: #fff;background:#ffd700;width: 100%;outline: none;height:7rem;}
.btn-caution:hover,.btn-primary:active,.btn-primary:focus{background:#4682b4;box-shadow: none;}
/*.btn-caution{color: #fff;width: 100%;outline: none;}*/
/*.btn-caution:hover,.btn-primary:active,.btn-primary:focus{box-shadow: none;}*/
.btn-grayout{color: #fff;width: 100%;outline: none;}
.btn-grayout:hover,.btn-primary:active,.btn-primary:focus{box-shadow: none;}

/*------*/

.topbar {background:url(../images/lines.png);	height:5px;position: fixed;top: 0;width: 100%;z-index: 1000;}

.navbar-fixed-top{top: 5px;}
.navbar-inverse{background: #111;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus{background: none;color: #4682b4;}
.navbar-default .navbar-nav>li>a:hover{background-color: #ccc}
.navbar-default .navbar-nav > li > a {
    font-size: 1.3rem;
    line-height: 1.5em;
    text-align: center;}

.dropdown>ul>li>a{font-size: 0.9rem;line-height: 0.5rem;}

.dropdown:hover >.dropdown-menu{display: block !important;}

.subTitle{padding:0;margin:0;}
#head,.carousel{margin-top: 0;}

#home{padding-top: 6rem;}
.carousel-caption{top:0;bottom: 0;left: 0; right: 0;padding: 0;}
.caption-wrapper{display: table;height: 100%;width: 100%;}
.caption-info{display: table-cell;vertical-align: middle;}
.caption-info p{font-size: 1.25rem;}
.caption-info .btn i{margin-right:0.75rem;}
.carousel-inner > .itrem > img, .carousel-inner > .itrem > a > img{width: 100%;}
.carousel-control{z-index:1000;}

a.button{color: #778899; white-space: nowrap; margin: 1.5rem;padding:1rem;font-size: 5rem;line-height: 2rem;border: 1px solid #fff;border-radius: 10px;background-color:#fffa65;}
a.button:hover{background-color:#8b0000; color:#fff;}

/*General class*/
.display_none{display: none;}
.letter-spacing2em{letter-spacing:2rem;}
.shadow{color: #fff ;text-shadow: 1px 1px 1px #87cefa,-1px 1px 1px #87cefa,1px -1px 1px #87cefa,-1px -1px 1px #74f0fb;}
.line-through{color:#f00;text-decoration: line-through;}/*取り消し線*/
.line-through span{color:#666;}
.textL {text-align:left;}
.textR {text-align:right;}
.textC{text-align: center;}
.bold{font-weight: bold}
.big{font-size:3rem;}
.indent6em{text-indent: 6rem;}
.indent2em{text-indent: 2rem;}
.small{font-size: 0.9em;}
.padding-top1{padding-top: 1em;}
.mp0{margin:0 auto;padding: 0;}
.red{color: red;}
.padding-top2{padding-top: 2em;}
.width80{width:80%;}
.width30{width:30%;}
.inline-block{display:inline-block;}


/*lanuage*/
.lang{line-height: 1rem;}
.lang,.textR p{margin :0 1.5rem 0.3rem 0;padding: 0}

/*For English*/
	.en_title{text-transform:capitalize;letter-spacing: -0.03rem;font-size :45%;}
	.container_en {
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
	width: 90%;}

	.container_en:before,
	.container_en:after {
  	display: table;
  	content: " ";
	}

	.container_en:after {
 	 clear: both;
}

	.container_en:before,
	.container_en:after {
  	display: table;
  	content: " ";
}

	.container_en:after {
	  clear: both;
	}

/*For Japanese*/
	.container_ja {
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
	width: 90%;}

	.container_ja:before,
	.container_ja:after {
  	display: table;
  	content: " ";
	}

	.container_ja:after {
 	 clear: both;
}

	.container_ja:before,
	.container_ja:after {
  	display: table;
  	content: " ";
}

	.container_ja:after {
	  clear: both;
	}

/*top_info*/
#top_info h4{padding-top: 0;}

/*top-domefest*/
/*#top-domefest{padding-top: 1rem;}*/
/*img.top-domefest{width:80%;padding-top}*/

#carousel-tl.carousel{
   width:50%;  
   margin:auto;
}
#carousel-tr.carousel{
   width:50%;  
   margin:auto;

}
.carousel img{
   width:100%;}


/*logo*/
#logo{padding-top: 5em;}

/*about*/
#about{padding-top: 5em;}
#about h2{padding: 10rem 0 1rem 0;} 
#about ul{list-style-type: none}
#about li {margin: 1rem 0;line-height: 1rem;}
#about li span{letter-spacing: 2rem;}
.about.spacer{padding-left: 4rem; padding-right: 4rem;}
.process ul li{width: 10rem;height: 10rem;border: 1px solid #CEEBF0;padding: 0;border-radius: 50%;margin: 0 1.25rem;line-height: 13.5rem;color: #00bfff;}
.process ul li span{line-height: 2rem;display: inline-block;font-weight: 300;}
.process ul li span i{font-size: 3rem;}
.process ul li span b{display: block;font-size: 1rem;font-weight: 300;}
.indent6rem {text-indent: 6rem}
.indent1rem {text-indent: 1rem;}


/*testimonials*/
#partners{padding :13rem 0;width:90%;}
#partners h2{padding: 2rem 0 1rem 0;} 
.partners img{float: left;margin:0 75px 30px 0;}
.testimonails{min-height: 195px;}
.testimonails img{margin-top: 5px;}
.testimonails span{color: #888;}
.testimonails span b{font-weight: 400;}
.carousel-indicators li{border: 1px solid #1ce8fa;}
.carousel-indicators{bottom: 0;}
#mainspon{display:inline-block;}
#subspon{display:inline-block;}
#mainspon img{width: 40rem;}
#subspon img{width: 30rem;}
#partners h4{margin :0.5rem 0;}




/*contents*/
#contents{padding-top:15rem;width:100vw;}
#contents figcaption a{border:1px solid #fff;margin-top: 1rem;display: inline-block;color: #fff;padding: 0 2rem;}
#contents figcaption a:hover{text-decoration: none;padding: 0 3rem;}
.navB{text-shadow: 1px 1px 1px #87cefa,-1px 1px 1px #87cefa,1px -1px 1px #87cefa,-1px -1px 1px #74f0fb;}
.nowrap{white-space: nowrap;}

/*top_info*/
/*#top_info{height:auto;background:url(../images/profB.png);*/
	/*background-size: contain;
	background-position: center center;
	height: 100vh;
	background-color: black;
   background-repeat: no-repeat;}
*/

#aplication{margin-top: 5rem;padding-top: 10rem;}
#top-info{background-color: black;}
#top-info img{width: 100vw auto;}

/*lecturers*/

#lecturers{padding-top: 5rem;
}
 
/*newlogo*/
#newlogo{padding-top: 3rem;margin: 0 1em;}

/*movie*/
#movie{background-color: #fff;padding-bottom: 2rem;padding-top: 2rem;}

/*archive*/
#archive {padding: 15rem 0;}
.highlight-info{ background:url(../images/a3bw.jpg) center fixed; background-size: cover; color:#fff;}
.highlight-info .overlay{background: rgba(165,42,42,0.5);}
.highlight-info h4{color: #fff;margin:1rem 0;font-weight: bold;font:1.5rem;}
#archive a{font-weight: bold;}
#archive :hover a{color: #999;}
.archive ul li {display:inline;text-align: center;width:10rem;line-height: 1.5rem;border: 1px #f0f0f0 dotted;margin: 1rem 0;white-space: nowrap;}
.archive ul li a {color: #fff}

/*events*/
.events figure{width: 100%;}
.events img{width: 100%;margin:1rem;}
.events b{font-size: 1.2rem;display: block;}
.events a i.fa{color: #fff; font-size: 1.5rem;}
.events a i.fa:hover{color: #21abca;}
.events ul{list-style-type: none; margin: 2rem 0;text-indent: 2rem;}
.events li{line-height: 1.5rem;text-align: left;font-size: 1.1rem;text-indent: -2rem;}
#events {padding:6rem 0;width:90%;}
#events h2{padding:5rem 0 2rem 0;}
#workshop{margin:4rem 1rem;padding:13rem 0;}
#workshop h2{padding:5rem 0 2rem 0;}
#events dd{color: #666;}
#workshop table th{color:#fff;}
.workshop_spacer{padding:3rem 0 0rem 0;}
#workshop table th a{font-weight: normal;padding:0 1rem;font-size: 0.8rem;}
#workshop .small ul{display: inline-block;text-align: center;}
.archive_dome ul li {display:inline;text-align: center;width:10rem;line-height: 1.5rem;border: 1px #87cefa dotted;margin: 1rem 0;white-space: nowrap;}
#workshop strong{margin:1rem;}
#domefesta{margin:4rem 1rem;padding:10rem 0;}
.bet-lines ol li{text-indent: 0;}
h5 a{background-color: #ffd700;
	padding:0.8rem; 	border-radius:5px;margin-top: 2rem;}

/*contact*/
#contact{background-color: #f5f5f5;padding: 8rem 0 20rem 0;}
.contactform textarea,.contactform input{width: 100%;padding:1rem;border:1px solid #ccc;margin-bottom: 1rem;border-radius: 0;outline: none;}
button>input{background: none;border:none !important;outline: none;}

/* pannel */

/* table */
table {
	border: none;
	border-spacing : 0px 1rem;
	border-collapse: separate;
	margin: 1rem auto;
	width:80%;}

table th, table td {
	text-align: left;
	border: 1px dotted #999;
	padding: 8px;
	font-weight: normal;
	/*line-height: 1.2rem;*/
}
table th {
	white-space: nowrap;
	background: #ccc;
	font-weight: bold;
	width:20%;
}
table td {
	/*width:60%;*/
	background: #f0f0f0;}
}

#contact button.btn{margin: 1rem 0 !important; line-height: 0.4rem;}

p.msg{color: #666;}

/*modal*/
.modal-button>button{background-color: #87ceeb;}
.modal-footer>button{padding: 1em;background-color: #f5f5f5;border-radius: 1px;}

/*footer*/

.footer{background-color: #111; color: #fff; font-size: 1rem;color: #aaa;}
.footer a{color: #aaa;margin: 0 1rem; }

.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);border-radius: 20px;padding: 10px;color: #fff;}
.gototop i{line-height: 0.5rem;}

#termsofuse{margin-bottom: 2rem;}

#contents_terms{width:70%;margin-top: 20rem;}

#contents_terms.clearfix .grid>ol>li>p{margin-top: 0;margin-bottom: 1rem;}

/*media(map)*/

.media{
position: relative;
padding-bottom: 75%; //aspect
height: 0;
overflow: hidden;
}
.media iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*media Query*/

@media(min-width: 1600px){
#carousel-tl.carousel{
   width:50% !important;  
   margin:auto;}

#carousel-tr.carousel{
   width:50% !important;  
   margin:auto;}
.br-res1600{display: none;}
}

@media(min-width: 1290px){
	.col-custom{position: relative;
  	min-height: 1px;
  	padding-right: 1rem;
  	padding-left: 1rem;}
.br-res1290{display: none;}
}

@media(min-width: 992px){
	.col-custom{float: left;
	 width: 50%;}
.br-res992{display: none;}
}


@media (min-width: 767px){
.br-res767{display: none;}
}

.sitename{
display: block;
margin:0,auto;
background-color: #fff;
width:100%;
border-bottom: 1px solid rgba(255, 255, 255, .75);
}

.sitename a{
font-size: 1.6em;
color: inherit;
}


.navbar .navbar-inner {
padding: 0;
}
 
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
 
.navbar .nav li {
width:12%;
display: table-cell;
float: none;
border: 1px solid rgba(255, 255, 255, .75)
}

.navbar-nav > li > a{font-weight:900;font-size: 1rem;line-height: 4rem;padding: 0.7rem; 
text-align: center;
/*border-left: 1px solid rgba(255, 255, 255, .75);*/
/*border-right: 1px solid rgba(0, 0, 0, .1);*/
}
 
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}

#carousel-tl.carousel{
   width:80%;  
   margin:auto;}

#carousel-tr.carousel{
   width:80%;  
   margin:auto;}
}


.img-responsive>img{width:80%;}

@media (max-width: 1900px){
	h1 {font-size:6rem;}
	.navbar-nav > li > a{font-size:1.1rem;padding: 0.6rem;}

	#contents {padding-top: 14rem;}
}


@media (max-width: 1750px) {
	/*h1 {font-size:6rem;}*/
  	.container_ja {width: 98%;}/*For japanese*/
	.navbar-nav > li > a{font-size:1rem;padding: 0.5rem;}
	}

@media (max-width: 1750px) {
  	.container_en {width: 98%;}
	.en_title{font-size:43%;} 
	}	/*For English*/

@media (max-width: 1600px) {
	.en_title{font-size:40%;} /*For English*/
	/*.navbar-nav > li > a{font: 600 1rem;padding: 0.4rem;}*/
	}	

@media (max-width: 1500px) {
	.en_title{font-size:36%;} 
	}	/*For English*/

@media (max-width: 1400px){
	h1 {font-size:5rem;}
}

@media (max-width: 1400px) {
	.en_title{font-size:30%;} 
	}	/*For English*/

@media (max-width: 1300px) {
	.en_title{font-size:25%;} 
	}	/*For English*/

@media (max-width: 1290px){
	body{font:300 13px/13px Roboto,Arial,Helvetica;padding-top: 2rem;}
	.navbar-brand{padding-top: 11px;}
	.process ul li{margin:0 1rem; }
	/*.navbar-nav > li > a{font: 600 1.1rem;padding: 5px;}	*/
	.grid figure h2{font: 700 1.8rem Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}
	.partners img{margin: 0 25px 25px 0;}
	.btn{margin: 1rem auto;}
	h1 {font-size:4rem;}
	#contents {padding-top: 9rem;}
a.button{font-size: 3rem;}
/*h2{font: 700 5rem Roboto,Arial,Helvetica;}*/
	/*h3{font: 700 3.5rem Roboto,Arial,Helvetica;}*/
	/*h4 {font: 300 3rem Roboto,Arial,Helvetica;}*/
		}

@media (max-width: 1250px) {
}

@media (max-width: 1100px) {
h1 {font-size:6rem;}
#contents {padding-top: 12rem;}
.navbar-nav > li > a{font-size: 1rem;padding: 0.3rem;}
}

@media (max-width: 992px) {
	h1{font: 700 5rem Roboto,Arial,Helvetica;}
	/*h2{font: 700 4rem Roboto,Arial,Helvetica;}*/
	/*h3{font: 700 3.5rem Roboto,Arial,Helvetica;}*/
	/*h4 {font: 300 3rem Roboto,Arial,Helvetica;}*/
	.btn{padding: 1rem 2rem;}
	.partners img{margin: 0 15px 25px 0;width: 157px;}
	.process ul li{width: 9rem;height: 9rem;}
	.navbar-nav > li > a{font:700 0.8rem;padding: 0.3rem;}
	.grid figure h2{font: 700 1.5rem Roboto,Arial,Helvetica;}
	figure.effect-chico figcaption {padding: 2rem;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6rem;line-height: 1.5rem;}	
	.col-custom{margin: 0 auto;}
	.carousel-caption,.carousel-control,.carousel-indicators{display: none;}
	/*h1 {display: none;}*/
	#contents {padding-top: 11rem;}
	#newlogo{padding-top: 8rem;}
	img.top-domefest{display: none;}

    #lecturers img{width: 50%;margin: 1rem;}

}

@media (max-width: 800px) {
	/*h1 {font-size:25%;}}*/
	.lang,.textR p{margin :0 2.5rem 0.3rem 0;padding: 0}
	
    }

@media (max-width: 767px) {
	body{font:500 12px/12px Roboto,Arial,Helvetica;}
	/*.navbar-nav > li > a {line-height: 1rem;}	*/
	h1 {display: none;}
	.navbar-brand{padding: 7px;}
	.navbar-brand img{height: 37px;}
	.navbar-toggle{margin-top: 12px;}
	h1{font: 700 3rem Roboto,Arial,Helvetica;}
	/*h2.text-center{text-align: left;font-size: 1.7rem;}*/
	/*h4 {font: 300 1.2rem Roboto,Arial,Helvetica;}*/
	/*h3{font-size:1rem !important;}*/
	#partners h2{padding: 0 1rem;} 
	#partners h4{padding: 4rem 0 0 0;} 
	#contents {padding-top: 4rem;}

	.partners{display: block;float: left;}
	.partners img{width: 120px;}

	.about.spacer{padding-left: 2rem;padding-right: 2rem;}
	.spacer{padding:1rem 0 2rem 0;}
	.process ul li{margin-bottom: 1rem;}

	.highlight-info .overlay{padding-bottom: 2rem;}

	.grid.team div{margin: 0;padding: 0;}
	figure.effect-chico figcaption {padding: 2rem;}
	.footer{margin-top: 2rem;padding-bottom: 2rem;}
	/*#events .col-sm-3 .col-xs-6 >.effect-chico figure{width:70%;}*/
	.grid figure h2{font: 800 1.5rem Roboto,Arial,Helvetica;}
	.container{width: 95%;}

	table{width:100%}

	table th{display: block;
		text-align: left;
		width:100%;}
    table td{display: block;
    	width:100%;
    text-align: left;}
   
 }

	}

@media (max-width: 767px) {
	.container_en {width: 90%;}/*For English*/
	.container_ja {width: 95%;}/*For Japanese*/
	}	
