@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Quicksand);

body {
    width: 100%;
    height: 100%;
	font-family:'Quicksand', sans-serif;
	font-weight: 100;
    color: #888;
	font-size: 16px;
	line-height: 1.6em;
    background-color: #fff;
}

a,a:hover {
	color: #BDBDBD;
}

.intro .page-scroll a:hover {
	color: #BDBDBD;
}

.icon:hover .fa{
	color: #BDBDBD;
}

ul.nav li a:hover {
	color: #BDBDBD;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #BDBDBD;
}

.bg-skin {
	background: #BDBDBD;
}

form input:focus,form select:focus,form textarea:focus {
	border-color: #BDBDBD;
}

footer {
    background-color: #BDBDBD;
}

.container{
	position:relative;
	min-height:62px;
}
header{
	position:relative;
	z-index:100;
}
header .row{
	width:100%;
	padding:0;
	margin:0;
}
header .row > div{padding:0;}
header h1{
    text-align: center;
    font-size: 20px;
    margin:0;
    color: #444444;
    margin-bottom: 0;
}
header .navbar-brand{
	text-align:center;
	padding:0;
	position: absolute;
}
header .layout_row{margin-bottom:0;}
header .navbar-nav {
	float:none;
}
.navbar-header{
	display:block;
}
.navbar-header{
		float: none;
		color: #333;
		display: block;
}
.navbar-header.title_ab{
float: left;}
header .navbox_fx .navbar-collapse{
	/*position: absolute;
    top: 50%;
    right: 0;
    height: 50px;
    margin-top: -25px;*/
}
.navbar-brand{
	float:none;
	display:block;
    font-weight: 700;
}

/* ==== Google font ==== */

/*レイアウト大枠*/
.layout_row{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;display:block}
@media (min-width:640px){.layout_row{width:100%}}
@media (min-width:768px){.layout_row{width:750px}}
@media (min-width:992px){.layout_row{width:970px}}
@media (min-width:1200px){.layout_row{width:1202px}}
html {
    width: 100%;
    height: 100%;
}
.box{
  position: relative;
}
.box:after{
  padding-top: 100%;
  display: block;
  content: "";
}
.box > *{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 30px 0;
    font-family:'Quicksand', sans-serif;
    font-weight: 400;
    color: #444;
}
content{padding-top:0!important;}
content h1{
	color:#6B6B6B;
	text-align:center;}
h2 {
	font-size: 2em;
	margin-top:30px;
	margin-bottom: 50px;
	line-height: 1em;
	text-align:center;
}
h3{margin:10px 0;}
p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* ------- Navigation ------------ */
header .navbox{
	background:rgba(255,255,255,0.60);
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: right;
	margin: 0 auto;
	position:relative;
	display:table;
	min-height:65px;
}
header .navbox_fx{
	position:fixed;
}
header .navbar-collapse.collapse .nav li a{
	/*color:#333;*/
	display:inline-block;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
}

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}


.nav.navbar-nav li {
	float: none;
	display: inline-block;
	text-align: left;
    border: none;
}
.nav.navbar-nav li a {
	font-size: 14px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}
.nav li.open>a, .nav li.open>a:hover, .nav li.open>a:focus{
	background-color: #BDBDBD;
	color:#fff;}
.nav.navbar-nav li.open ul li{
	text-align:left;}
.nav.navbar-nav li.open ul li:before{
	font-family: 'FontAwesome';
content:"\f105";
	font-size:12px;
	margin-left:10px;
}
.nav.navbar-nav li.open ul li a:hover{color:#BDBDBD;}

.nav.navbar-nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.nav.navbar-nav li a:hover{
    outline: 0;
    background-color: rgba(255,255,255,.2);
	color:#444;
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */
.layout_row{
	margin-bottom: 50px;
}



/* --- section bg var --- */
/*background: #fff;
background: #f8f8f8;
background: #575757;*/

/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;	
	background: url(../img/bg1.jpg) no-repeat top center;
	background-size: cover;
}

#intro.intro {
	padding:200px 0 150px 0;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}


.intro .page-scroll a {
	color: #fff;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.icon .fa {
	color: #fff;
}

/* ==========================
--- Gallery
============================= */
/*ブログ　リスト*/
.blog_list{} /*大枠*/
.blog_listbox{overflow:hidden;z-index:1;}
.blog_list .blog_img{float:left;}/*画像枠*/

.blog_list .blog_img img{border-radius: 6px;margin-bottom: 20px;}/*画像*/

.blog_list .media-body{margin-left: calc(80px + 2em);}/*文の大枠*/
.blog_list_noimg .media-body{margin-left:0;}
.blog_list .blog_title{
	font-size: 16px;
    line-height: 1.6em;
	font-weight: 700;
}/*文のタイトル*/
.blog_list .blog_title .date{
	font-size:14px;
	display:block;
	font-weight:normal;
}
.blog_list .blog_title .date:before{
	content:"\f017";
	font-family: 'FontAwesome';
	margin-right:5px;}
.blog_list .blog_description{
	padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
	font-family: Georgia, arial, sans-serif;
    color: #bbb;
    font-size: 14px;
	margin-top:10px;
}/*文*/

.blog_list{}

/*ブログ　カード*/
.blog_card{} /*大枠*/

.blog_card .blog_cardbox {border-left:solid 1px #ccc;
margin-bottom:10px;padding: 0 6%;}/*画像枠*/

.blog_cardbox .blog_img img{}/*画像*/

.blog_cardbox .media-body{}/*文の大枠*/

.blog_cardbox .blog_title{
	margin-bottom:5px;}/*文のタイトル*/

.blog_cardbox .blog_description{}/*文*/

.blog_cardbox .blog_time:before{
	content: "\f017";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

/*ブログ　スライド*/
.blog_slide{} /*大枠*/

.blog_slide .blog_img{float:left;width:20%;margin-right:10px;}/*画像枠*/

.blog_slide .blog_img img{border:solid 3px #BDBDBD;border-radius:10px;}/*画像*/

.blog_slide .blog-body{margin-left:10px;width:100%;}/*文の大枠*/

.blog_slide .blog_title{
	border-bottom:solid 1px #BDBDBD;
	padding-bottom:5px;}/*文のタイトル*/

.blog_slide .blog_description{margin-top:10px;}/*文*/

.blog_slide .blog-link{color:#BDBDBD;font-size:1.2em;}

/*ブログタイル形式*/
.blog_tile{margin:60px 0;padding:0 20px;}
.blog_tile .ui-group{display:block;text-align:center;margin:10px 0;}

.blog_tile .button ,
.blog_tile .button:hover{
	background-color: #BDBDBD;
	border-color: #BDBDBD;
	color: #ffffff;
}
.blog_tile .button {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #BDBDBD;
	color: #BDBDBD;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	background: rgba(255,255,255,0.40);
	border-radius:5px;
}

.blog_tile .button:focus{
	border:none;
}
.blog_tile .button:active,
.blog_tile .button.is-checked,
.blog_tile .button.is-selected{
	background:#BDBDBD;
	color:#fff;
	border-radius:5px;
}
.blog_tile .grid{
	border:none;
	background:none;
}
.element-item{
	border:#ededed 1px solid;padding:3px;
	text-align:left;
	width:25%;
	float:left;
}
.element-item .blog_time{
	font-size:12px;
	background:#BDBDBD;
	padding:5px;
	color:#fff;
}
.element-item .blog_title{
	background:d43076;
	margin:0;
	padding:10px;
	position:relative;
}
.element-item .blog_title a{
	color:#BDBDBD}
.blog_img{
	margin-bottom:0;
}
.element-item .caption{
	border:solid #ededed 1px;
	background:rgba(255,255,255,1.00);
}
.blog_tile .thumbnail > img,.blog_tile .thumbnail a > img{width:100%;}
.element-item .blog_description{padding:10px;}



/*ブログ詳細*/
.BlogContents_in{
	border-radius:10px;
	border:solid 1px #BDBDBD;
	}
.BlogContents_in h2{
	color:#BDBDBD;
	border-bottom: solid 1px #ededed;
	padding:20px;
	font-size:2em;
	margin-bottom:10px;
	border-bottom:1px #BDBDBD dotted;
	margin-top:0;
}
.BlogContents h3{margin-right:10px;}
.BlogContents h3 .data{display:block;
margin-bottom:10px;}
.BlogContents h3 .blog_tag:before{
}
.page-move,
.share{padding:20px;}

.BlogContents .page-move a{background:#BDBDBD;color:#fff;padding:5px 15px;}
.BlogContents .share,.BlogContents .page-move{border-top:1px #BDBDBD dotted}
.BlogContents .blog-list{border:solid 1px #BDBDBD;border-radius:10px;}
.BlogContents .blog-list .month{background:none;}
.BlogContents .blog-list .blog-p{background:none;border-top: 1px #BDBDBD dotted;}
.BlogContents .month {margin-top: 15px;}
/*イベント*/
.fc-toolbar h2{background:#BDBDBD;color:#fff;padding:10px;font-size:14px;}
.fc-event{background:#BDBDBD; border:1px solid #BBBBBB;}
.fc-unthemed .fc-today{background:#EAEAEA;}


.event_card .event_title{color:#333;}
.event_card .grid{}
.event_card .grid .data {}
.event_card .grid .data .day{}
.event_card .grid .data h3{}

.event_list .row{border-bottom:solid 1px #ededed;}
.event_list .grid{overflow:hidden;z-index:1;}
.event_list .event_title{margin-bottom:10px;}
.event_list .day{font-size:14px;}
.event_list .grid .data h3{}
.event_tag{padding:2px 10px;border-radius:10px;color:#fff;font-weight:normal;}

.event_card{}
.event_card .ui-group{display:block;text-align:center;}
.event_card .ui-group .button-group{}
.event_card .button.is-checked, .event_card .button.is-selected{background: #BDBDBD none repeat scroll 0% 0%;color: #FFF;border-radius: 5px;}
.event_card .button,
.event_card .button:hover {
	padding: 8px 20px;
	border: 1px solid #BDBDBD;
	color: #BDBDBD;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0% 0%;
	border-radius: 5px;
}


.event_card{margin:60px 0;padding:0 20px;}
.event_card .ui-group{display:block;text-align:center;margin:10px 0;}

.event_card .button ,
.event_card .button:hover{
	background-color: #BDBDBD;
	border-color: #BDBDBD;
	color: #ffffff;
}
.event_card .button {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #BDBDBD;
	color: #BDBDBD;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	background: rgba(255,255,255,0.40);
	border-radius:5px;
}

.event_card .button:focus{
	border:none;
}
.event_card .button:active,
.event_card .button.is-checked,
.event_card .button.is-selected{
	background:#BDBDBD;
	color:#fff;
	border-radius:5px;
}
.event_card .grid{
	border:none;
	background:none;
}
.element-item{
	border:#ededed 1px solid;padding:3px;
	text-align:left;
	width:25%;
	float:left;
}
.element-item .day{
	font-size:12px;
	background:#BDBDBD;
	padding:5px;
	color:#fff;
}
.element-item .event_title{
	background:d43076;
	margin:0;
	padding:10px;
	position:relative;
}
.element-item .event_title a{
	color:#BDBDBD}
.blog_img{
	margin-bottom:0;
}
.element-item .caption{
	border:solid #ededed 1px;
	background:rgba(255,255,255,1.00);
}
.event_card .thumbnail > img,.event_card .thumbnail a > img{width:100%;}
.fc td{background:#fff;}
/*イベント詳細*/
.EventContent h2{
	color:#BDBDBD;
	border-bottom: solid 1px #ededed;
	padding:20px;
	font-size:2em;
	margin-bottom:10px;
	border-bottom:1px #BDBDBD dotted;
}
.EventContent h3{margin-right:10px;font-size:14px;}
.page-move,
.share{padding:20px;}

.EventContent .page-move a{background:#BDBDBD;color:#fff;padding:5px 20px;}
.EventContent .share,.EventContent .page-move{border-top:1px #BDBDBD dotted}
/*ギャラリー*/
.garally_list{overflow:hidden;}
.garally_list .item{/*clear:both;*/}
.garally_list .item img{}
.garally_list .item .caption{text-align:left;}
.garally_list .item .caption h3{font-weight:100;margin-bottom:10px;}
.garally_list .item .caption p{}


.blog_list .blog_description{
	padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
	font-family: Georgia, arial, sans-serif;
    color: #bbb;
    font-size: 14px;
}

.gallery_card{}/**/
.gallery_card .item{}/*一つのボックス*/
.gallery_card img{margin-bottom:0;}/*画像*/
.gallery_card .item .caption{}/*テキストのボックス*/
.gallery_card .item:hover .caption{}/*テキストのボックスマウスオーバー*/
.gallery_card .item:hover h3{color:#fff;}/*タイトル*/
.gallery_card h3 span{color:#fff;}/*タイトル*/
.gallery_card .item:hover .caption:before,
.gallery_card .item:hover p{}/*概要部分*/

/*icon*/
.about-item {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #999999;
}
.about-item i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 35px;
    -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;
    width: 104px;
}
.about-item i.fa {
    border: 2px solid #66cc99;
    color: #66cc99;
}
.about-item:hover i.fa {
    color: #ffffff;
    background: #66cc99;
}

.panel .block_box {
    margin: 5px;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #B9B9B9;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.pg_text{
	margin-top:45px;
}
/* ===========================
--- Contact
============================ */

.form-horizontal {
	background: #f9f9f9;
	padding: 40px;
	 border-radius: 6px;
}


form .control-label {
	text-align: left !important;
	display: block;
	letter-spacing: 1px;
	font-size: 16px;
}
form input,form select,form textarea {
	border-radius: 4px;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fefefe;
	color: #888;
}

form button {
	border-radius: 4px;
	height: 40px;
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
}

form input:focus,form select:focus,form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	background: #fff;
}
.form-horizontal input[type=button]{
	background:#717171;color:#fff;
	border:none;
}

table th{background:#BDBDBD;color:#fff;}
.table-striped>tbody>tr:nth-child(odd)>th{background:#FFE8EB;color:#8C8C8C;}
/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 30px;
	
}

footer p {
	color: #676666;
}

footer a {
	color: #898989;
}

footer a:hover {
	color: #ccc;
}


/* ==========================
Parallax
============================= */

#separator {	
	background-image: url(../img/parallax-bg.jpg);
}

#separator .icon {
	margin-bottom: 20px;
}

#separator span {
	color: #fff;
}

#separator:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

/* ===========================
--- Elements
============================ */

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 992px){
header .navbar-toggle {
    right: 6%;
}
header .navbar-brand {
    position: relative;
}
h1, .h1 {
    font-size: 19px;
}
.layout_row {
    margin-bottom: 25px;
}
}
/* Media queries */
@media (min-width:769px){
	.navbox_fx .nav.navbar-nav {
	text-align: center;
	float: none;
	margin: 0 auto;
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}
.navbar-nav>li>.dropdown-menu{
	border:none;
}
}
@media (max-width:768px) {
	.navbar-header .fa {
		color: #666;
	}
	
	.col-xs-6 {
		margin-bottom: 30px;
	}
	header .navbar-toggle{color: #BDBDBD;}

	.container .navbar-header.title_ab{
		width:100%;margin-left:0;margin-right:0;padding-left:0;
		float:none;
	}
	header .navbar-brand img, content .navbar-brand img{
		max-height:50px;
	}
	header .in ul li{
		border-top:dotted 1px #BDBDBD;}
	.nav.navbar-nav{
		margin:7px 0;
	}
	.navbar-collapse {
		max-height: 540px;
	}
}

@media (max-width:480px) {
h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1em;
    text-align: center;
	font-weight:bold;
}
h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1em;
    text-align: center;
	color:#6B6B6B;
}
.gallery_card h3{font-size:18px;}
.gallery_card p{font-size:14px;}
.garally_list .item{width:50%;margin:0;padding:10px;}
.blog_list .media-body{margin-left: calc(80px + 1em);}
/*ブログカード*/
.blog_card .blog_cardbox {
    width: 100%;
    float: none;
    padding: 10px;
	overflow: hidden;
}
.blog_card .blog_img{
	float:left;
	width:50%;
}
.blog_card .caption{
	float:left;
	width:50%;
	padding-top:0;
}
.blog_cardbox .blog_title{
	margin-bottom:5px;
}
.element-item{
	width:50%;
}
/*イベンド*/
.event_card .grid .data .day{
	font-size:12px;color:#fff;
}
.event_card .grid .data h3{
	font-size:14px;
}
.event_list .event_title{margin-bottom:10px;}
.event_list .day{font-size:12px;}
.nav.navbar-nav .navbar-nav {
    background-color: rgba(255,255,255,.4);
}
.nav.navbar-nav li{display: block;}
.navbar.navbar-custom.navbar-fixed-top {
	margin-bottom: 30px;
}

.page-scroll a {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	font-size: 20px;
}
	
}
/*---------menu---------*/
.list-group-item {
    background: none;
	border: 1px solid #333;
}
a.list-group-item:focus, a.list-group-item:hover,.menu-parent {
    background: none;
}
a.menu-parent:focus, a.menu-parent:hover {
	border-left:4px solid #333;
}
.desc-children .list-group .menu-children {
	background-color:none;
}
.desc-children p{
	background:none;
	border:none;
}

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

/* ==== Google font ==== */
span.copyright{
	color:#fff;
}
html {
    width: 100%;
    height: 100%;
}


blockquote {
	font-family: Georgia, arial, sans-serif;
	color: #bbb;
	font-size: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto;
}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
}

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}

.navbar-custom ul.nav {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav li {
	float: none;
	display: inline-block;
	text-align: center;
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 120px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 1em;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;	
	background: url(../img/bg1.jpg) no-repeat top center;
	background-size: cover;
}

#intro.intro {
	padding:200px 0 150px 0;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}


.intro .page-scroll a {
	color: #fff;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.icon .fa {
	color: #fff;
}

/* ==========================
--- Gallery
============================= */


/*.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	
*/

/* ===========================
--- Contact
============================ */

.form-wrapper {
	background: #f9f9f9;
	padding: 40px;
	 border-radius: 6px;
}


form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	letter-spacing: 1px;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 4px;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fefefe;
	color: #888;
}

form#contact-form input,form#contact-form select {
	height: 40px;
}

form#contact-form button {
	border-radius: 4px;
	height: 40px;
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	background: #fff;
}


/* ===========================
--- gallery
============================ */

.garally_list .item img {
	max-width:70%;
}
.garally_list .item .img {
	margin-bottom:55px;
}

.panel .block_box {
    background-image: url(../img/left.png),url(../img/right.png);
    background-position: left top,bottom right;
    background-size: inherit;
    background-repeat: no-repeat,no-repeat;
}
.header_line {
    position: fixed;
    background-image: url(../img/header_line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
    top: 63px;
}
header .navbox {
    box-shadow:none!important;
    border-bottom:1px solid #FFF!important;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.57) 0%, rgba(255,255,255,1) 100%)!important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.57) 0%,rgba(255,255,255,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(255,255,255,0.57) 0%,rgba(255,255,255,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ffffff', endColorstr='#ffffff',GradientType=0 )!important;
}
footer {
    background-color: #FFF4EA!important;
}


/* ==========================
Parallax
============================= */

#separator {	
	background-image: url(../img/parallax-bg.jpg);
}

#separator .icon {
	margin-bottom: 20px;
}

#separator span {
	color: #fff;
}

#separator:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

/* ===========================
--- Elements
============================ */


@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
/*---------ボタン---------*/
.btn {
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	padding:0 13px;
}
.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn {
	position: relative;
	z-index: 2;
	background-color: #717171;
	border: 2px solid #717171;
	color: #fff;
	line-height: 50px;
}
.btn:hover {
	background-color: #fff;
	border-color: #717171;
	color: #717171;
}
.btn::before,
.btn::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #717171;
}
.btn::before {
	top: 0;
}
.btn::after {
	bottom: 0;
}
.btn:hover::before,
.btn:hover::after {
	height: 0;
	background-color: #717171;
}
/*---------/ボタン---------*/



/* Media queries */

@media (max-width:768px) {
	.navbar-header .fa {
		color: #666;
	}
	
	.col-xs-6 {
		margin-bottom: 30px;
	}
	header .container {
		display: table-cell;
		vertical-align: middle;
	}
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}

	
	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}
	
}

