@import url(https://fonts.googleapis.com/css?family=Open%20Sans:400,700,600);


html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -90px;
  /* Pad bottom by footer height */
  padding: 0 0 90px;
     position: relative;
}

/* Set the fixed height of the footer here */
#footer {
  height: 90px;
  /*background-color: #f5f5f5;*/
  background-color: #000;
  padding-top:20px;
     position:absolute;
     bottom:0;
	 width:100%;
	 margin-top:60px;
}


/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#myCarousel .item {
  background-color:#fff
}
#myCarousel img {
	width:1140px;
	height:auto;
	margin:0 auto;
}


#wrap > .container {
  padding: 20px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  /*background-color:#414141;*/
  background-color:#000;
}

#footer a {
  color:#efefef;
}

header {
  background: #fff;
  color:#555;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}

.logo {
}


#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:2000;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}
.navbar-collapse {
	padding-right:0px;
	padding-left:0px;
}

  
.navbar-nav {
  margin: 1px 1px; 
  padding-top:10px;
}  
  
/* customize nav style */
.navbar-custom {
    background-color: #ffffff;
	font-weight:600;
    text-transform:uppercase;
    border-width:0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.navbar-custom  .navbar-nav>li>a {
	color: #3b3b3b;
}
.navbar-custom  .dropdown-menu li>a:hover {
	color: #eee;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #fff;
	color:#ccc;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a:hover  {
	background-color: #fff;
	color:#000;
}
ul.navbar-nav li.dropdown ul.dropdown-menu a   {
	background-color: #fff;
}
ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover  {
	background-color: #ccc;
	color:#fff;
}

ul.navbar-nav li.dropdown ul.dropdown-menu li.active a  {
	background-color: #3b3b3b;
}

.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.divider {
	clear:both;
	height:50px;
}

.panel {
	border-width:0;
}



#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

#map-input{
	display:none;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 

.section {
  color: #333;
  height: auto !important;
  height: 100%;
  padding-top:20px;
}



.bg-4 {
	padding-top:30px;
    background-color:#f0f0f0;
}

.panel .img-responsive {
	min-height:270px;
    max-height:270px;
}

.InfoSec {
	width:100%;
	padding: 36px 0 30px;
	background-color:#ffffff;
	border-top:solid 1px #999999;
	text-align:center;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* News ticker */
.ticker {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    text-align: left;
    border-top: #ccc 0px solid;
    border-bottom: #ccc 0px solid;
    position: relative;
    overflow: hidden;
  z-index: 1;
}
 
.ticker ul {
    width: 100%;
    position: relative;
}
 
.ticker ul li {
    width: 100%;
    display: none;
}


.fb_date{
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
.fb_comm{
  display: block;
  margin-top: 5px;
  line-height: 1.6;
}



ul#feed{
	margin-left:10px;
}


ul#feed li p.info{
	margin-bottom:2px;
}


/* instractor */
.dp_sc_prof_img {
    overflow: hidden;
    position: relative;
}
.dp_sc_prof_img.circle, .dp_sc_prof_img.circle img {
    border-radius: 50%;
}
.instr {
    background-color: #ffffff;
    border-color: #ffffff;
    border-style: solid;
    border-width: 5px;
    height: 140px;
    margin-top: -75px;
    width: 140px;
}

/* filter */
nav#filter {
    margin-bottom: 1.5em;
}
nav#filter li {
    display: inline-block;
    margin: 0 0 0 5px;
}
nav#filter a {
    border: 1px solid #f15646;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}
.current {
    background: #f15646 none repeat scroll 0 0;
    color: #fff;
}

/* ------- */

.isotopeWrapper article {
    margin-bottom: 30px;
}

#location {
    background: #fff;
}

    #location  img {
        width: 100%;
    }

    #location  article p {
        margin-bottom: 1.45em;
        /*set next row on the baseline*/;
    }

nav#filter {
    margin-bottom: 1.5em;
}

    nav#filter li {
        display: inline-block;
        margin: 10px 0 10px 5px;
    }

    nav#filter li a {
        padding: 4px 12px;
        line-height: 20px;
        border: 1px solid  #999;
        text-decoration: none;
		color:#999;
    }
	nav#filter li a:hover{
		color:#000;
    }


    nav#filter .current {
    background: #999;
    color: #fff;
}

.portfolio-item img.thumb {
    width: 100%;
    height: auto;
}
.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .portfolio-item img {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .portfolio-item .portfolio-desc {
        display: block;
        opacity: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        color: rgba(220, 220, 220);
    }

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.64);
}
.col-md-3 .portfolio-item:hover .portfolio-desc{
     padding-top: 24%;   
}
.col-md-6 .portfolio-item:hover .portfolio-desc{
    padding-top: 24%;
}
.col-md-12 .portfolio-item:hover .portfolio-desc{
    padding-top: 12%;
}
.portfolio-item:hover .portfolio-desc {
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
    background: rgba(61, 61, 61, 0.67);
}

.portfolio-item .portfolio-desc a {
    color: #fff;
    text-align: center;
    display: block;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:100%;
}

    .portfolio-item .portfolio-desc a:hover {
        /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
        text-decoration: none;
    }

.portfolio-item .portfolio-desc .folio-info {

    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
	width:250px;
	margin:0 auto;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}

/* Program */
 .accordion-toggle a:before {
    font-family: 'Glyphicons Halflings';
    content:"\e113";
    float: left;
    /*color: inherit;*/
	color: #009BFF;
	margin-right:.5em;
}
 .accordion-toggle a.collapsed:before  {
    font-family: 'Glyphicons Halflings';
    content:"\e114";
    float: left;
    /*color: inherit;*/
	color: #009BFF;
	margin-right:.5em;
}
.panel-default>.panel-heading {
	background-color:#fff;
}
.panel-body>.panel-group>.panel-default>.panel-heading  {
	background-color:#eee;
}

/* Timeline */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 96% - 75px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  
  background-color:#FFF;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 2;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #00a7e2 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {
    display: none;
}

/* Program */
.shape{	
	border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.offer{
	background:#fff; border:1px solid #ddd;  margin: 0px 0; overflow:hidden;
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
	border-color: rgba(255,255,255,0) #5cb85c rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
	border-color: rgba(255,255,255,0) #999999 rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-primary {	/*border-color: #428bca;*/border-color: #009BFF; }
.offer-primary .shape{
	border-color: transparent /*#428bca*/#009BFF transparent transparent;
	border-color: rgba(255,255,255,0) /*#428bca*/#009BFF rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
	border-color: rgba(255,255,255,0) #5bc0de rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
	border-color: rgba(255,255,255,0) #f0ad4e rgba(255,255,255,0) rgba(255,255,255,0);
}

.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}	
.offer-content{
	padding:0 20px 10px;
}

/*----------------------------------------------------
    glid
----------------------------------------------------*/
#grid { width:100%;}
.grid-item {
    position: relative;
    min-height: 1px;
    padding: 5px;}

/*----------------------------------------------------
    table
----------------------------------------------------*/

.table   { width: 100%; color:#333; margin:0 auto;}
.table th.block  { background: #f4f4f4; display: block;}


/*----------------------------------------------------
    iframe
----------------------------------------------------*/
/*iframe {
	border:none;
	padding:5px;
}*/


/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 768px) {	
.navbar-nav li.lgo{
	margin-top:-25px;
	margin-right:30px;
	/*padding-bottom:40px;*/
	padding-bottom:0;
}
	

	nav {
		  background:#FFFFFF;
  }
	  .navbar-nav {
		  background:#FFFFFF;
		  width:100%;
		  padding-top:20px;
  }
  

.navbar-nav li a{
	float:left;
	padding:2px 0 2px 0;
	white-space: nowrap;
	margin-right:15px;
	
}
.navbar-nav li.last-child a{
	float:left;
	padding:2px 0 2px 0;
	white-space: nowrap;
	margin-right:0px;
	
}


.dl-horizontal dt {
	float:left;
	width:180px;
	text-align:right;
	white-space:nowrap;
	margin-top:15px;
}
.dl-horizontal dd {
	float:left;
	margin-top:-30px;
	margin-left:190px;
}
}


/*320px以降*/
@media screen and (min-width:320px){
.navbar-toggle {
	position:relative;
	float:right;
	padding:9px 10px;
	margin-top:8px;
	margin-right:15px;
	margin-bottom:8px;
	background-color:#000;
	border:1px solid transparent;
	border-radius:4px
}
.navbar-header{
	position:relative;
	padding:5px;
}
.brand {
	position:absolute;
    left:10px;
    top:50%;
    transform:translateY(-50%);
}
.brand img {
    width:180px;
    height:auto;
}
	
 

}


@media screen and (max-width:320px){
	.portfolio-item img.thumb{
	width:240px;
	height:159px;

}
}


@media screen and (max-width:767px){
	
	.lgo img{
	width:120px;
	height:42px;
}
	  

.divider {
	
	height:15px;
}
}

/*480px以降*/
@media screen and (min-width:480px){
.navbar-header{
	position:relative;
	padding:5px;
}
	
li.line_b img{
	margin-top:-33px;
}
.navbar-nav li a{
	float:left;
	padding:2px 0 10px 0;
	white-space: nowrap;
	margin-right:20px;
	
}
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}


/*1024px以降(PC)*/
/* ここに幅1024px以上の CSS （グリッドを使ったレイアウトなど）を記述 */
@media screen and (min-width:1024px){
.navbar-nav li.lgo{
	margin-top:-25px;
	margin-right:30px;
	padding-bottom:0;
}

	nav {
		  background:#FFFFFF;
  }
	  .navbar-nav {
		  background:#FFFFFF;
		  width:100%;
		  padding-top:20px;
  }
  

.navbar-nav li a{
	float:left;
	padding:2px 0 10px 0;
	white-space: nowrap;
	margin-right:20px;
	
}
.navbar-nav li:last-child a{
	float:left;
	padding:2px 0 2px 0;
	white-space: nowrap;
	margin-right:0px;
	
}
	
}
/*==================================================
=            Bootstrap 3 メディア・クエリ             =
==================================================*/

/*==========  モバイル・ファーストの場合  ==========*/

/* カスタム, iPhone Retinaディスプレイ */ 
/*@media only screen and (min-width : 320px) {
    
}*/

/* XSサイズ : Extra Small Devices, Phones */ 
/*@media only screen and (min-width : 480px) {

}*/

/* Sサイズ、タブレット : Small Devices, Tablets */
/*@media only screen and (min-width : 768px) {

}*/

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
/*@media only screen and (min-width : 992px) {

}*/

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
/*@media only screen and (min-width : 1200px) {

}*/


/*==========  非モバイル・ファーストの場合  ==========*/

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
/*@media only screen and (max-width : 1200px) {

}*/

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
/*@media only screen and (max-width : 992px) {

}*/

/* Sサイズ、タブレット : Small Devices, Tablets */
/*@media only screen and (max-width : 768px) {

}*/

/* XSサイズ : Extra Small Devices, Phones */  
/*@media only screen and (max-width : 480px) {

}*/

/* カスタム, iPhone Retinaディスプレイ */ 
/*@media only screen and (max-width : 320px) {
    
}*/
