/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	
	
	
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
p {
	font-size: 14px;
	line-height: 22.4px;
	color:  #666;
}
h1 {
	font-size: 45px;
	color:   #333;
}
h2 {
	font-size: 40px;
	color:  #333;
}
h3 {
	font-size: 24px;
	color: #999;
	font-weight: normal;
	line-height:50px;
	padding-top:30px;
}
h4 {
	font-size: 18px;
	color: #979797;
	font-weight: 600;
	padding-top:30px;
	line-height:32px;
}
h5 {
	font-size: 18px;
	color: #333;
	
	text-transform: uppercase;
	font-weight: bold;
}

h5 span{
	font-size: 14px;
	color: #666;
	
	text-transform: uppercase;
	font-weight: normal;
}
.btn {
	background-color:  #eee;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color:  #003f96;
	color: #fff;
}
.btn-large {
	padding: 12px 30px;
}

.column-title {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #ccc;
  letter-spacing:1.8px;
  line-height:26px;
  margin-bottom: 15px;
  position: relative;
}


.column-title span {
	color:#999;
	font-size:12px;
	padding-left:15px;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left:0%;
  width:30%;
  border-bottom: 0px solid #666;
}


.title { padding:10px 2%; text-align:justify;}






.page-top {

    position: fixed;

    bottom: 20px;

    right: 20px;

    padding: 10px;

    background: ;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    font-size: 12px;

    -ms-filter: "alpha(opacity=80)";

    -moz-opacity: 0.8;

    -khtml-opacity: 0.8;

    opacity: 0.8;
	z-index:9999;

}

/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}



a {
	color: #e84545;
	list-style:none;
	text-decoration:none;
	
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	letter-spacing: 1.1px; line-height:20px;  -webkit-text-size-adjust:100%; font-size:103%;
	font-weight: normal;
	color: #6c7279;
	display:none;
	font-size:14px;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
	line-height:30px;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}


#google-map {
	width:100%;
  height: 100%;
}

#c6  {
  padding: 100px 0 0 0;
  height:300px;
}

/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/
#header-slider { width:100%; background-color: #D1D1D1;

}

#header-slider img { margin:0 auto;

}



/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/

.primary-nav li { padding:0;}


#header {
	top:34px;
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color:rgba(255,255,255,0.8);
	 box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
-moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
	
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	height:70px;
	color:#666;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	position: fixed;
	z-index:99999;
}
#header.fixed {
	background-color:rgba(255,255,255,0.8);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 0;
}

#header1 {
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color:#fff;
	font-size:12px;
	border-bottom:1px solid #eee;
}



#header1 .header-top1 {
	margin: 0 auto;
	max-width: 1170px;
	border-bottom: 0;
	padding-right:20px;
	background-color:#fff;
	text-align:right;
	color:#333;
	
}

#header1.fixed .header-top1 {
	margin: 0 auto;
	max-width: 1170px;
	border-bottom: 0;
	padding-right:20px;
	background-color:#fff;
	text-align:right;
	color:#333;
	
}


.navigation1 {
	float: right;
}
.navigation1 li {
	display: inline-block;
	background-color:;
	border-left:0px solid rgba(26,47,104,0.3);
	padding:2px 10px;
	font-size:16px; font-weight:bold;
	
	
}







#header.fixed .nav-toggle {
	top: 45px;
}

.navigation.open {
	background-color:#fff;
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	padding:0;
	color: #666;
}
.navigation li {
	display: inline-block;
	background-color:;
	padding: 20px 0px;
	border-left:1px solid rgba(0,0,0,0.1);
	margin-right:-5px;
	
	
}

.navigation li:hover {
	
background-color: rgba(214,214,214,0.3);
	
} 

.navigation a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin:0 15px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}


.navigation a i {
	color: #333;
	font-size:20px;
	font-weight: 600;
	margin:0 15px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
} 


.navigation a:hover, .navigation a.active {
	color: #666;

}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 45px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #fff;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #fff;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #666;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 15px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #666;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0.9);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #666;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Banner
-------------------------------------------------------------------------------*/

.banner {
	background-image: url(../images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 750px;
}
.banner-btn {
	opacity: 0.5;
}
.banner-text {
	padding-top: 33%;
}
.banner-text h1 {
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 53px;
	letter-spacing: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-text p {
	color: #8d8d8d;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 80px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	 Intro
-------------------------------------------------------------------------------*/
.intro {
	background-color:#fff;
	position: relative;
	display:block;
} 
.intro blockquote {
	margin-left:-5px;
	
	padding: 50px 15% ;
}
.intro h1 {
	color: #fff;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",MS PGothic,Osaka,sans-serif;
	letter-spacing:; line-height:38px;  -webkit-text-size-adjust:100%;
	font-size:30px;
	font-weight: 600;
}
.intro p {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height:30px;
	font-weight: 400;
	margin-top: 30px;
}


/* ------------------------------------------------------------------------------
	 Intro
-------------------------------------------------------------------------------*/
.intro1 {
	background-color: #fff;
	position: relative;
	display:block;
	padding-bottom:30px;
} 
.intro1 blockquote {
	margin-left:-5px;
	
	padding: 50px 15% ;
}
.intro1 h1 {
	color: #fff;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",MS PGothic,Osaka,sans-serif;
	letter-spacing:; line-height:38px;  -webkit-text-size-adjust:100%;
	font-size:30px;
	font-weight: 600;
}
.intro1 p {
	color: #666;
	display: block;
	font-size: 13px;
	line-height:21px;
	font-weight: 400;
	margin-top: 10px;
}

/* ------------------------------------------------------------------------------
	 Table
-------------------------------------------------------------------------------*/
table {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
	border:10px solid  #E4E4E4;
	
}

thead { border:0px;}


td, th, tr {
    padding: 0.75em 1.5em;
    text-align: left;
	vertical-align: middle;
	
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
}
	td.err {
		background-color: #E4E4E4;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		vertical-align:middle;
		line-height: 1;
		
		
	}
th {
    background-color: #E4E4E4;
    font-weight:normal;
    color: #666;
    white-space: nowrap;
	
	
	
}
tbody th {
	background-color: #E4E4E4;
}
tbody tr:nth-child(2n-1) {
    background-color: ;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}

table th td {
	padding:30px 0 0 0;


}
/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/

.shadow { width:100% ; height:1px; background-color:#eee; position:relative;
border-bottom:1px solid #eee; 
box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
-moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
	}
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
	
}
.services-content {
	padding: 0 15px;
	margin-top: 30px;
}

.services-content p {
	color:#666;
}

.services .icon {
	color: #e84545;
	font-size: 36px;
	padding-left: 15px;
}
/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	
	background: rgba(70,92,221,0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}

.work i {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
	max-width: 290px;
	text-align: center;
	
}

.person img {
	border:10px solid #F0F0F0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
}

.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h6 {
	color: #5A61E2;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
	margin-top: 30px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #e8ecee;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #c6cacc;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover, .footer .footer-share a:hover {
	background-color: #e84545;
	border-color: #e84545;
	color: #fff;
}


/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #e84545;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 23px "Source Sans Pro";
	font-weight: 300;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	Quote
-------------------------------------------------------------------------------*/
.quote h3 {
	margin-top: 0;
}
.quote p {
	color: #2d3033;
	font-weight: 600;
	text-transform: uppercase;
}
.quote .btn {
	margin-top: 30px;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	border-top: 10px dotted #eee;
}
.footer-top {
	background-color:;
	padding-top: 50px;
}
.footer-bottom {
	background-color: ;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer h5 {
	color: #333;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: #666;
}
.footer a {
	color: rgba(0, 0, 0, 0.8);
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}

.footer ul li {
	
	color: #666;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
	color: rgba(255, 255, 255, 0.8);
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.8);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
