@charset "UTF-8";
@import "layout.css";
@import "tablet.css";
@import "pc.css";
@import "sp.css";
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);


body, html{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

a {
	cursor:pointer ;
}

h1{
	margin:0;
}

h2{
	text-transform: uppercase;
	font-size: 35px;
}
h3{
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	line-height: 26px;
}

h4{
	text-transform: uppercase;
	font-size: 15px;
	word-spacing: 2px;
}
h5{
	text-transform: uppercase;
	font-size: 12px;
	word-spacing: 2px;
}
h6{
	text-transform: uppercase;
	font-size: 10px;
	word-spacing: 2px;
	letter-spacing: 2px;
}

p{
	font-weight: 400;
}
hr{
	width: 50px;
	border-color: #c59a6d;
}

.blue{
	color: #0000FF;
}

.red {
	color: #FF0000;
}

.f20{
	font-size:20px;
}

.bold{
	font-weight:bold;
}

.uline{
	text-decoration:underline;
}


.tc{
	text-align:center;
}

a {
	color: #222222
}

a:hover,
a:focus{
	color: #c59a6d;
	text-decoration: none;
}
#home{
	height: auto;
	min-height: 950px;	
	padding-top: 60px;
	color: #ffffff;
}


/* ==========================================================================
	$Header
========================================================================== */
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: rgba(67, 135, 233, 0.7);
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;

	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	font-size: 20px;
	color: #000;
	letter-spacing: 3px;
	font-weight: 300;
	float: left;
	text-transform: uppercase;
}


#header.fixed .nav-toggle {
	top: 2px;
}
.navigation.open {
	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;
}
.navigation li {
	display: inline-block;
}
.navigation a{
	color: #FFF;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 2px;
}

.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 2px;
	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: #fe4f03;
	-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: #e84545;
	-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: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	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: #fff;
	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);
}


/* ==========================================================================*/
.header-text.btn{
	border: 1px solid #ffffff;
	border-radius: 0;
	padding: 10px 30px;
	height: 100px;
}
.header-text.btn:hover{
	color: inherit;
}
.header-text.btn:focus, 
.header-text.btn:active:focus, 
.header-text.btn.active:focus, 
.header-text.btn.focus, 
.header-text.btn:active.focus, 
.header-text.btn.active.focus {
	outline: thin dotted transparent;
	outline: none;
	outline-offset: -2px;
}
.typed-cursor {
	opacity: 1;
	padding: 10px 2px;
	background: #ffffff;
	margin: 10px;
	-webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
span.typed-cursor {
	top: -5px;
	position: relative;
}

#content1,
#content2,
#content3,
#content4,
#content5,
#content6,
#content7,
#content8,
#meet-us,
#services,
#works,
#about-us{
	padding: 60px 0;
}

a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 1px solid #c59a6d;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	cursor: pointer;
	color: #c59a6d;
	margin-top: 30px;
}

#overview1 {
	background: url(../img/bg2.jpg);
}

#overview2 {
	background: url(../img/bg3.jpg);
}

#overview1,
#overview2 {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
	color:#FFF;
}

#overview1 .overlay,
#overview2 .overlay {
	height: auto;
	min-height: 200px;
	padding: 20% 0 ;
}

.service{
	border: 1px solid #222;
	margin-top: 20px;
	margin-bottom: 0px;
	transition: all 0.3s;
	position: relative;
	padding: 60px 25px;
}

.service p{
	font-size: 90%;
	padding-top: 20px;
	font-family: 'Lato', sans-serif;
}

.service p > span{
	font-size: 17px;
}

.space{
	padding-top: 40px;
}

.send-btn{
	text-transform: uppercase;
	background: #0000FF;
	color: #282f35;
	padding: 15px 35px;
	border-radius: 0;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}
.send-btn:hover{
	background: rgba(67, 135, 233, 0.7);
	border: 1px solid rgba(67, 135, 233, 0.7);;
	color: #ffffff;
}

ul, ol{
	padding: 0;
	moz-padding: 0;
	webkit-padding: 0;
}

#content7 input.form-control,
#content7 textarea.form-control {
margin-bottom: 30px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}

table,
table td,
table th {
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 7px 4px 7px 6px;
	border: 1px solid;
	border-color:#D9D9D9;
	line-height: 180%;
}

table th{
	font-weight:400;
	background: linear-gradient(-135deg, #FFFFFF, #0000FF);
	color:#FFFFFF;
}


table td{
	text-align: left;
}

nav#footer{
	background: rgba(67, 135, 233, 0.7);
	padding: 40px 0;
	color: #ffffff;
}
#footer span.fa{
	color: #c59a6d;
	font-size: 26px;
	margin-left: 10px;
}
#footer a{
	color: #ffffff;
}
#footer a:hover{
	color: #c59a6d;}


.p-btn {
    text-transform: uppercase;
    background: #f2f2f2;
    padding: 15px 35px;
    border-radius: 0;
    font-size: 20px;
    color: #000;
    transition: all 0.5s;
}
.p-btn:hover {
    background: rgba(67, 135, 233, 0.7);
    border: 1px solid rgba(67, 135, 233, 0.7);
    color: #ffffff;
}

#acMenu dt{
    display:block;

    line-height:50px;
    text-align:center;
    cursor:pointer;
    }
#acMenu dd{
    background:#f2f2f2;
    text-align:left;
	padding:10px;
    display:none;
    }

.p-title{
	font-size:20px;
	font-weight:bold;
    margin: 30px 0 20px 0;
}

.p-sentence{
    font-size: 0.95em;
    line-height: 170%;
	list-style: none;
	color:#000;
	padding:0 10px 0 20px;
}

.p-count0{
    font-size: 0.95em;
    line-height: 170%;
	list-style: none;
	color:#000;
	padding:0 10px 0 20px;
}
.p-count1{
    font-size: 0.95em;
    line-height: 170%;
	list-style: outside decimal;
	color:#000;
	padding:0 10px 0 40px;
}
.p-count2{
    font-size: 0.95em;
    line-height: 170%;
	list-style: outside none;
	color:#000;
    margin-left: 45px;
    text-indent: -1.7em;
}
.p-count2 li{
	padding-right:10px;
}
.p-count3{
    list-style: outside lower-roman;
    margin-left: 20px;
    text-indent: -0.2em;
}

.mt30{
	margin-top:30px;
}
