@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@charset "utf-8";

/* =======================================

	 CSS BrowserReset BaseElements

 ======================================= */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}





ul li {
	list-style: none;
}

.box ul, .box ol {
	margin: 0;
	padding: 0 0 0 2em;
}





body {
  background: #e5e5e5;
  
	font-family: HiraKakuPro-W3, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 1.6;
	word-break: break-all;
	text-align: left;
	color: #444;
	word-break: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
  font-weight: 300;
}
a {
  color: #52b6ec;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn.btn-primary {
  background-color: #52b6ec;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus {
  color: #80c9f1;
  text-decoration: none;
  outline: none;
}

/* =======================================
	header
======================================= */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99999;
  border-top:solid 5px #535CA8;
}
#header .container {
	position:relative;
	padding-top:10px;
}

#header h1 {
	font-size:12px;
	font-weight:normal;
	color:#869DB6;
	margin:0;
	position:absolute;
	top:8px;
	left:13px;
}
#header .tel {
	margin:0;
	position:absolute;
	top:20px;
	right:13px;
}


/* =======================================
	main-slider/main-slider2
======================================= */



#main-slider {
  /*background-image: url(../img/slider-bg.jpg)*/
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0 0px 0;
  color: #fff;
}

#main-slider2 {
 background-image: url(../img/slider-bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 143px 0 0px 0;
  margin-bottom:20px;
  color: #fff;
  height:auto;
}
#main-slider2 img{
	margin:0 auto;
}

/* =======================================
	ClearFixElements
======================================= */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.png) no-repeat right center;}
.slider_next {background: #fff url(../img/next.png) no-repeat left center;}



.pagination {
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}






#main-slider h1 {
  font-size: 38px;
  text-shadow: 0 3px rgba(0, 0, 0, 0.1);
  color: #fff;
}


/* =======================================
	Navigation
======================================= */
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.navbar-default {
  background:url(../img/nav_bg.png) top repeat-x;
  border-radius: 0 0 0px 0px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}
.navbar-default .first a {
  border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
  background: url(../img/logo.png) no-repeat 0 50%;
  margin-right: 50px;
  margin-left: 20px;
  margin-top:0px;
  width: 500px;
  height: 75px;
  background-size: 100%;
     display: block;
}

.max-w70 {
	max-width:70%;
	height:auto;
}
.max-w50 {
	max-width:50%;
	height:auto;
}


.navbar-default .navbar-nav > li {
  margin-left: 1px;
  margin-top:5px;
}
.navbar-default .navbar-nav > li > a {
  padding: 15px 12px;
  font-size: 15px;
  line-height: 18px;
  color: #555654;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color:#535CA7;
  color: #fff;
}


.dropdown-content{ z-index:9999; }
.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}
.dropdown-menu {
    font-size: 16px;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color:#180229;
	font-weight:400;
}
.dropdown-menu li.ml1em{
	margin-left:1em;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 10px 30px 10px 15px;
    white-space: nowrap;
}

.dropdown-menu > li.active > a {	
  background-color: #535CA8;
  color: #fff;
}
.dropdown-menu > li.active > a:hover {	
  background-color: #FF9;
  color: #fff;
}
.dropdown-menu > li.active > a:visited {	
  background-color: #535CA8;
  color: #fff
}




body.about #navbar li.about >a { background:#535CA8; color:#fff;}
body.guide #navbar li.guide >a { background:#535CA8; color:#fff;}
body.info #navbar li.info >a { background:#535CA8; color:#fff;}
body.staff #navbar li.staff >a { background:#535CA8; color:#fff;}
body.access #navbar li.access >a { background:#535CA8; color:#fff;}
body.faq #navbar li.faq >a { background:#535CA8; color:#fff;}




@media only screen and (min-width : 320px) and (max-width : 480px) {
body.about #navbar li.about >a { background:#f0f0f0; color:#535CA8; border-top-left-radius:0px; border-top-right-radius:0px;}
body.guide #navbar li.guide >a { background:#f0f0f0; color:#535CA8; border-top-left-radius:0px; border-top-right-radius:0px;}
body.info #navbar li.info >a { background:#f0f0f0; color:#535CA8; border-top-left-radius:0px; border-top-right-radius:0px;}
body.staff #navbar li.staff >a { background:#f0f0f0; color:#535CA8; border-top-left-radius:0px; border-top-right-radius:0px;}
body.access #navbar li.access >a { background:#f0f0f0; color:#535CA8; border-top-left-radius:0px; border-top-right-radius:0px;}
body.faq #navbar li.faq >a { background:#f0f0f0; color:#535CA8; border-top-left-radius:0px; border-top-right-radius:0px;}
}


/* =======================================
	BOX
======================================= */

#contact .box {
  background-color: #222;
  color: #999;
}
#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#home .box {
  padding: 15px;
  margin-top: -100px;
  background: #fff;
  border-bottom: 0px solid #e9e9e9;
  position: relative;
  border-radius: 5px 5px 5px 5px;
}
.box {
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  border-radius: 5px 5px 5px 5px;
  font-size:14px;
  line-height:1.8em;
}

#home .box.first {
  margin:0 auto;
  margin-top: -100px;
  border-radius: 5px 5px 5px 5px;
  z-index:9999;
  background-color:transparent;
  width:100%;
}
.box .contents {
  width:100%;
  padding: 20px;
  margin-bottom:20px;
}
.box .contents p{
	line-height:1.8em;
}

.box.last {
  border-radius: 0 0 5px 5px;
}
.box h2 {
  padding: 10px 0px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  color:#003366;
}
.box .h2_basic {
   margin-bottom:25px;
   padding:16px 10px 10px 10px;
   border-bottom:1px dotted #ddd;
   color:#5159A3;
   font-size:20px;
   background:#fff url("../img/bg_h2.gif") 0 0 repeat-x;
   width:100%;
}

.box .h2_round {
color: #fff;/*文字色*/
border: solid 3px #EB6A1E;/*線色*/
background-color:#EB6A1E;
padding: 0.5em 2em;/*文字周りの余白*/
border-radius: 2em;/*角丸*/
}
.box .h3_round {
color: #fff;/*文字色*/
border: solid 3px #F1961C;/*線色*/
background-color:#F1961C;
padding: 0.5em 2em;/*文字周りの余白*/
border-radius: 2em;/*角丸*/
}


.box h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color:#006BB6;
  padding-bottom:3px;
  border-bottom:solid 1px #CCCCCC;
}

.box .h3_basic {
  margin-bottom: 0px;
  font-size: 18px;
  color:#006BB6;
  padding-bottom:3px;
  line-height:1.6em;
  border-bottom:solid 0px #CCCCCC;
}
.box .h4_basic {
   padding:5px;
   font-size:18px;
   border-left:5px solid #535CA8;
   border-bottom:1px dotted #535CA8;
   color:#535CA8;
   margin:20px 0;
   padding-left:.6em;
}

.box ul li ul{
	margin-top:10px;
	line-height:1.2em;
	margin-left:1em;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
	padding-left:3em;
}

/*  キャレット*/

.panel-default {
	position:relative;
}
.panel-caret:not(.collapsed)::after {
 content: "\f0d8";
 font-family: FontAwesome;
 color: #535CA7;
 position:absolute;
 left:.5em;
 top:.2em;
 font-size:30px;
}
.panel-caret.collapsed::after {
 content: "\f0da";
 font-family: FontAwesome;
 color: #535CA7; 
 position:absolute;
 left:.5em;
 top:.2em;
 font-size:30px;
}

/* =======================================
	linkbox
======================================= */



.linkbox {
  background-color: #E0EBF4;
  cursor: pointer;
}
.iro {
  background-color: #E0EBF4;
}


.thumbnail {
  padding: 20px 10px;
  display:block;
}
.thumbnail-top {
    display: block;
  	padding: 20px 10px;
	margin-bottom:20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail-top img{
	margin-bottom:8px;
}
a .thumbnail-top {
    background-color: #fff;
}
a:hover .thumbnail-top {
    background-color: #E0EBF4;
}
a .thumbnail-top p{
    color: #666;
}
a:hover .thumbnail-top p{
    color: #666;
}

.thumbnail-link {
    display: block;
  	padding: 20px 10px;
    line-height: 1.42857143;
    background-color: #E0EBF4;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	margin-bottom:15px;
}
a .thumbnail-link {
    background-color: #E0EBF4;
}
a:hover .thumbnail-link {
    background-color:#DAF4E6 ;
}
a .thumbnail-link p{
    color: #666;
}
a:hover .thumbnail-link p{
    color: #666;
}

/*----------------------------------------------------
   point-head
----------------------------------------------------*/ 

.point-head {
	position: relative;
	border-top: solid 2px #80c8d1;
	border-bottom: solid 2px #80c8d1;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
}
.point-head:after {/*タブ*/
	position: absolute;
	font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
	content: '\f0a7\ POINT';
	background: #80c8d1;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}
/*----------------------------------------------------
   page-head
----------------------------------------------------*/ 

.page-head {
	position: relative;
	color: #333;
	font-weight:600;
	background: #f0f0f0;
	padding: 0.5em;/*文字周りの余白*/
	line-height: 1.3;/*行高*/
	border-radius: 25px 25px 25px 25px;/*左側の角を丸く*/
	margin-bottom:20px;
}
/*----------------------------------------------------
   check-point
----------------------------------------------------*/ 
.check-point {
	position: relative;
	color: black;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	border-top:solid 1px #0066CC;
	border-bottom:solid 1px #0066CC;
}
.check-point:after {/*タブ*/
	position: absolute;
	font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
	content: '\f00c Check';
	background: #2196F3;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}
/*----------------------------------------------------
   block-point
----------------------------------------------------*/ 

.block-point {
	position: relative;
	display: inline-block;
	padding: 0 85px;
	color:#000;
}
.block-point:before, .block-point:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 75px;
	height: 1px;
	background-color: black;
}
.block-point:before {
	left:0;
}
.block-point:after {
	right: 0;
}
.title-head {
	border-bottom: solid 3px #CCCCCC;
	position: relative;
	padding-bottom:5px;
	color:#000000;
	font-size:18px;
	margin-bottom:20px;
}
.title-head:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #535CA8;
	bottom: -3px;
	width: 20%;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
	.title-head {
	font-size:16px;
}
}

/*----------------------------------------------------
   NEWS
----------------------------------------------------*/ 

div.infoList {
	padding:0px;
}
.ymd {
	font-weight:bold;
}
div.infoList ul {
	margin:5px 0px 5px;
	list-style:none;
	margin-left:1em;
}
div.infoList ul li {
	border-bottom:1px dotted #ccc;
	padding:6px 0px;
	list-style:none;
	margin-bottom:0px;
}
div.infoList ul li a {
}
div.infoList ul li a:hover {
}
div.infoList ul li .news a {
	margin-right:4px;
	background-color:#428BCA;
	color:#fff;
	padding:2px 7px 2px;
	line-height:14px;
	text-decoration:none;
	position:relative;
	font-size:12px;
}
div.infoList ul li .report a {
	margin-right:4px;
	background-color:#F19640;
	color:#fff;
	padding:2px 7px 2px;
	line-height:14px;
	text-decoration:none;
	position:relative;
	font-size:12px;
}

/* =======================================
	banner
======================================= */


a.banner img {
	margin:0 auto;
	margin-bottom:10px;
}
a.banner :hover {
	opacity: 0.5 ;
}

.thumbnail a {
    color: #444;
} 

/* =======================================
	schedule
======================================= */

.gc_wrapper {
  max-width: 980px; 
  min-width: 200px; 
  margin: 2.0833% auto;
}
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}
 
@media (max-width: 600px) {
    .big-container {
        display: none;
    }
    .small-container {
       padding-bottom: 120%;   /* 高さ */
    }
	.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: -6px;
    width: 100%;
    height: 100%;
}
	
}
@media (min-width: 600px) {
    .small-container {
        display: none;
    }
}

/* =======================================
	facility
======================================= */

#custom_carousel .item  .top {
    overflow:hidden;
    max-height:400px;
    margin-bottom:15px;
}
#custom_carousel .item {

    color:#000;
    background-color:#fff;
    padding:20px 0;
    overflow:hidden
}
#custom_carousel .item img{
width:100%;
height:auto
}

#custom_carousel .izq 
{
    position:absolute;
  left: -25px;
  top:40%;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
}
/* Next button  */
#custom_carousel .der 
{
       position:absolute;
  right: -25px !important;
  top:40%;
  left:inherit;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
}
#custom_carousel .controls{

    overflow:hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
    border:0;
}
#custom_carousel .controls .nav{

    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
    width: auto;
    border: 0;
}
#custom_carousel .controls li {
    transition: all .5s ease;
    display: inline-block;
    max-width: 100px;
    height: 90px;
    opacity:.5;
}
#custom_carousel .controls li a{
    padding:0;
}
#custom_carousel .controls li img{
width:100%;
height:auto
}

#custom_carousel .controls li.active {
    background-color:#fff;
    opacity:1;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}

/* =======================================
	portfolio
======================================= */
.box  ul.portfolio-items {
	margin: 0;
	padding: 0 0 0 0em;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
  margin: 3px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item .item-inner {
  margin: 0 10px 10px 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#course .plan {
  background: #fff;
  list-style: none;
  margin:15px;
  text-align: center;
  padding: 0 0 30px 0;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #e1e1e1;
}
#course .plan li {
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px dashed #eee;
}
#course .plan li.plan-name {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
}
#course .plan li.plan-price {
  color: #666;
  padding: 15px 0;
  font-size: 22px;
}

#course .plan li.half {
  width:25.3%;
  float:left;
  border-bottom:none;
  white-space:nowrap;
}
#course .plan li.no-L {
  border-bottom:none;
}

#course .plan.featured {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#course .plan.featured .plan-price {
  color: #fff;
  background-color: #52b6ec;
  border-bottom-color: #52b6ec;
  margin: 0;
}
#services .box {
  padding-bottom: 0;
}
#services .row > div {
  margin-bottom: 50px;
}
.center {
  text-align: center;
}
#team-scroller .designation {
  margin-top: 10px;
  display: block;
}
.member {
  margin: 0 50px;
  text-align: center;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -10px;
}
.carousel.scale .right-arrow {
  right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}
.icon-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.icon-social.icon-facebook {
  background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
  background: #789bde;
}
.icon-social.icon-twitter {
  background: #5bceff;
}
.icon-social.icon-twitter:hover {
  background: #8eddff;
}
.icon-social.icon-linkedin {
  background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}
.icon-social.icon-google-plus {
  background: #dc422b;
}
.icon-social.icon-google-plus:hover {
  background: #e36957;
}
.icon-social.icon-pinterest {
  background: #cb2027;
}
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}
.icon-social.icon-youtube {
  background: #ce332d;
}
.icon-social.icon-youtube:hover {
  background: #da5954;
}
.icon-social:hover {
  color: #fff;
}


.breadcrumb {
  background:transparent;
}
.breadcrumb {
  background:transparent;
}
.breadcrumb li+li:before {
  content:'»';
}







.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
 a .icon-md{
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.icon-color1 {
  background-color: #e74c3c;
}
.icon-color2 {
  background-color: #28A039;
}
.icon-color3 {
  background-color: #3498db;
}
.icon-color4 {
  background-color: #F4E828;
}
.icon-color5 {
  background-color: #1abc9c;
}
.icon-color6 {
  background-color: #2c3e50;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}



/* footer section */
footer {
  padding: 80px 0;
  text-align: center;
  color:#FFFFFF;
}
footer a > img {
  width: 100px;
}

footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  position: relative;
  padding-bottom: 30px;
}

footer {
  color: #041226;
  background: #CCC ;
}

footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}





.navbar-toggle {
  background-color:#535CA7;
  border: 0px solid rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #8E81A7;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}



.btn.btn-primary {
  color: #ffffff;
  border-color: #66cdcc;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}


.carousel-control.left {
    background-image:none;
    background-repeat: none;
}
.carousel-control.right {
    background-image:none;
    background-repeat: none;
}
/*  copy
/*--------------------------------- */
.copy{
    margin-top: 20px;
	font-size:11px;
	line-height:1.2em;
}

.copy span{
    
  color: #041226;
}

/* =======================================
	backtotop
======================================= */

#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10000;
    display: none;
}    

#back-to-top a {
    display: block;
	width: 60px;
	height: 60px;
	font-size:25px;
	background-color: #535CA7;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	-webkit-border-top-left-radius: 30px;  
    -webkit-border-top-right-radius: 30px;  
    -webkit-border-bottom-right-radius: 30px;  
    -webkit-border-bottom-left-radius: 30px;  
    -moz-border-radius-topleft: 30px;  
    -moz-border-radius-topright: 30px;  
    -moz-border-radius-bottomright: 30px;  
    -moz-border-radius-bottomleft: 30px;
}

#back-to-top a:hover {
    background: #9D9CC1;
    color: #FFFFFF;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
#back-to-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-to-top a {
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
}
}

/* =======================================
	ance_rpoint
======================================= */

#second-coming, #other, #outline，#cooperation, #facility, #sports-seikei, #rehabilitation, #oder-soule {
    margin-top:-140px;
    padding-top:140px;
}

/*----------------------------------------------------
    Instractor
----------------------------------------------------*/


.caption h4 {
	color:#2A3C54;
}


.modal-content{
	color:#2A3C54;
}
.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;
}
.listarea .btn-inst {
    background: #2A3C54;
    border-radius: 0px;
    letter-spacing: .1em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 1em;
    color: #fff;
    margin: 0px 0 20px 0;
    text-shadow: none;
}
.listarea .btn-inst:hover {
    background: transparent;
	color:#2A3C54;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
.caption p.position, .caption p.subname{
	text-align:center;
}

}

/* =======================================
	social
======================================= */



.social [class*="fa fa-"] {
    background-color: #3B5998;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin: auto 6px;
    width: 60px;
    font-size: 30px;
    text-align: center;
}
.fa-facebook:hover { 
    background-color: #6192FF; 
}
/* =======================================
	Map
======================================= */
#map-canvas {
	width:100%;
	height:230px;
	position:relative;
}

/* =======================================
	table
======================================= */



.table th {
	text-align:center;
	background-color: #D7E0FB;
	font-weight:600;
	vertical-align:middle;
}


.table td {
	text-align:center;
}



.table th.time{
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	background-color: #f0f0f0;
}

.table td.cot{
	background-color:#f0f0f0;
}


.alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}


.media {
  background: #fff;
  list-style: none;
  margin:15px;
  text-align: center;
  padding:15px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #e1e1e1;
	
}

/* Timeline */
.box ul.timeline {
    margin: 0;
    padding: 0 0 0 0em;
}
.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: #09F !important;
}

.panel-primary {
  background-color: #fff !important;
  border-color: #3F77C0 !important;
}
.panel-primary > .panel-heading {
    color: #fff;
	font-size:16px;
    background-color: #3F77C0!important;
    border-color: #3F77C0!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 {
	font-size:16px;
	color:#000000;
}

.timeline-body ul li {
	line-height:1.6em;
}




@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

/* =======================================
	for iPad 
======================================= */



/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
	#header h1 {
	font-size:10px;
}
	#header .tel {
		display:none;
}


    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
		margin-top:20px;
    }
	.navbar-default {
		background:#FFFFFF;
}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
 border-bottom: solid 3px  #fff;
  color: #000;
  background-color:#FFF;
}
   
	
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  border-bottom: solid 3px  #fff;
  color: #000;
  background-color:#FFF;
}
.navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 35px;
}
#main-slider {
  padding: 55px 0 0px 0;
}

header .navbar-default ul.navbar-nav li a.Reserv {
    background: #006BB6 !important;
	color:#fff;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  -ms-border-radius: 0em;
  -o-border-radius: 0em;
  border-radius: 0em;
}

#main-slider2 {
  padding: 75px 0 0px 0;
}

.box .contents {
  width:100%;
  padding: 0px;
  margin-bottom:20px;
}
.max-w70 {
	max-width:80%;
	height:auto;
}
.max-w50 {
	max-width:65%;
	height:auto;
}


}


@media(max-width:767px) {
#main-slider {
  padding: 55px 0 0px 0;
}
#main-slider2 {
  padding: 55px 0 0px 0;
}
#home .box.first {
  margin-top: 10px;
}

.navbar-default .navbar-brand {
  background: url(../img/logo2.png) no-repeat 0 50%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top:0px;
  width: 333px;
  height: 50px;
  background-size: 100%;
     display: block;
}




.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color:#180229;
	font-weight:400;
}
.portfolio-items.col-3 > li {
  width: 50%;
}
#home .box {
  margin-top: -50px;
}

}
@media screen and (max-width:400px) {

.navbar-toggle {
        display: block;
		margin-top:8px;
    }

	
.navbar-default .navbar-brand {
  background: url(../img/logo3.png) no-repeat 0 50%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  width: 266px;
  height:40px;
}


.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color:#180229;
	font-weight:400;
}

#home .box.first {
  margin-top: 10px;
}
.portfolio-items.col-3 > li {
  width: 100%;
}
.thumbnail {
  padding: 5px;
}
.thumbnail p{
	text-align:left;
}
.table td {
	text-align:left;
}


#services .row > div {
  margin-bottom: 0px;
}
#course .plan {
	width:100%;
  margin:0 0 10px 0;
  text-align: left;
  padding: 0 0 0px 0;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #e1e1e1;
}
#course .plan li.plan-name {
  text-align: center;
}
#course .plan li.plan-price {
  text-align: center;
}

#course .plan li.half {
  width:30%;
  float:left;
  border-bottom:none;
  white-space:normal;
}
.timeline:before {
  left: 10px;
}



.timeline > li > .timeline-badge {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  left: 0px;
  margin-right: -10px;
  top:0px;
}
.timeline > li > .timeline-panel {
  width: calc( 96% - 25px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 10px;
  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-body {
	font-size:14px;
}

.max-w70 {
	max-width:85%;
	height:auto;
}
.max-w50 {
	max-width:75%;
	height:auto;
}



}
.modal {
	z-index: 100000!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.navbar-default .navbar-brand {
  background: url(../img/logo3@2x.png) no-repeat 0 50%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  width: 266px;
  height:40px;
     background-size: 100%;
}
}