@charset "UTF-8";

/*  Fonts  */
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#raleway-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#raleway-semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#raleway-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "myFont";
  src: url("../fonts/GenShinGothic-sub.eot?") format('eot'),
       url("../fonts/GenShinGothic-sub.woff") format('woff'),
       url('../fonts/GenShinGothic-sub.TTF') format("truetype");
}

/*  General CSS*/
body{
	font-family: 'Helvetica Neue', Helvetica, Verdana, Roboto, "Droid Sans", "myFont", "游ゴシック", YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: .9em;
	line-height: 1.8em;
	-webkit-text-size-adjust: 100%;
	color: #555;
	background: url(../img/bg.jpg) repeat left top;
}

.bg1 {
	background: url(../img/bg2.jpg) repeat left top!important;
}

.bg2 {
	background: url(../img/bg3.jpg) repeat left top!important;
}

.bg3 {
	background: url(../img/bg4.jpg) repeat left top!important;
}

.bg4 {
	background: url(../img/bg5.jpg) repeat left top!important;
}

.bg5 {
	background: url(../img/bg6.jpg) repeat left top!important;
}

.bg6 {
	background: url(../img/bg7.jpg) repeat left top!important;
}

.wrapper{
    width: 1080px;
    margin: 0 auto;
    background: #fff;

}

h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    letter-spacing: .1em;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}







/*    Billboard    */
.billboard{
    width: 100%;
    height: 770px;
    position: relative;
}

.billboard.light{
    background: url('../img/body.jpg') no-repeat left top;   
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.billboard.dark{
    background: url('../img/billboard2.jpg') no-repeat;
    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.billboard .shadow{
    position: absolute;
    width: 100%;
    height: 142px;
    bottom: 0;
    left: 0;
    margin-bottom: -1px;
    background: url('../img/shadow.png') repeat-x;
}

.billboard .caption{
    margin: 70px auto 0;
    width: 1170px;
}

.billboard .caption.light{
    color: #fff;
}

.billboard .caption.dark{
    color: #5d5d5d;
}

.billboard .caption h1{
    font-weight: bold; 
    font-size: 44.8px;
    line-height: 75px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.billboard .caption.light h1{
    color: #fff;
}

.billboard .caption.dark h1{
    color: #5d5d5d;
}

.cap2 {
	display: block;
	font-size: .4em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.billboard .caption p{
	width: 480px;
	background: rgba(255,255,255,0.5);
	margin-top: 100px;
    text-align: justify;
    float: right;
    letter-spacing: .1em;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);

}

.billboard .caption.light p{
    color: #fff;
}

.billboard .caption.dark p{
    color: #5d5d5d;
}

.billboard .caption hr{
    display: inline-block;
    height: 1px;
    width: 30px;
    border: 0!important;   
    margin: 0;
    padding: 0;
}

.billboard .caption.light hr{
    background: #fff;
}

.billboard .caption.dark hr{
    background: #5d5d5d;
}






/*    header    */
header{
    width: 100%;
    height: 90px;
    background: #fff;
}

header .logo{

	width: 340px;
	margin: 0 auto;
	padding-top: 15px;
}

header nav{
    float: right;
    margin-top: 57px;
}


header nav ul li{
    list-style: none;
    display: block;
    float: left;
    margin-left: 50px;
}

header nav ul li a{
    text-decoration: none;  
    font-family: "raleway-regular";
    font-size: 14px;

    transition:all .2s linear;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
}

header.light nav ul li a{  
    color: #fff;
}

header.light nav ul li a:hover{
    color: #B9B9B9;
}

header.dark nav ul li a{  
    color: #5d5d5d;
}

header.dark nav ul li a:hover{
    color: #919191;
}







/*    Services    */
.intro {
	padding-top: 95px;
	line-height: 2.0em;
}
.intro figure {
	float: right;

}

.introTxt {
	width: 550px;
	text-align: justify;
	padding-left: 50px;
}

.introTxt h2 {
	color: #7b6c63;
	margin: 0 0 35px;
}

.services ul{
    margin-top: 100px;
}

.services ul li{
    list-style: none;
    display: block;
    width: 313px;
    float: left;
    margin-left: 80px;
    text-align: center;
}

.services ul li:first-child{
    margin-left: 0;
}

.services ul li .separator{
    display: block;
    width: 1px;
    height: 20px;
    background: #f6f6f6;
    margin: 20px auto;
}

.services ul li h2{
    color: #616161;
    font-family: "raleway-bold";
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.services ul li p{
   color: #838181;
    font-family: "raleway-regular";
    font-size: 14px;
    line-height: 28px; 
    margin-top: 40px;
    letter-spacing: .5px;
}







/*    Video    */
.video{
    display: block;
    width: 100%;
    height: 350px;
    text-align: center;
    margin-top: 100px;
    background: url('../img/video.jpg') no-repeat;    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.video .video_logo{
    margin-top: 85px;
}

.video h3{
    color: #fff;
    font-family: "raleway-regular";
    font-size: 14px;
    font-weight: normal!important;
    margin: 20px 0 0 0;
}

.video #play_btn{
    display: inline-block;
    width: 71px;
    height: 71px;
    background: url('../img/play_btn.png') no-repeat;
    margin-top: 40px;
}




.title{
    text-align: center;
    overflow: hidden;
}

.title h2{
    color: #616161;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.title h3{
    color: #9b9b9b;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: normal!important;
}

.title hr.separator{
    display: block;
    width: 77px;
    height: 7px;
    background-color: #7b6c63;
    margin: 0 auto;
    padding: 0;
    border: 0!important;
}







/*    testimonials    */
.testimonials{
    padding: 150px 0 80px;
    border-bottom: 3px solid #f2eed1;
}

.testimonials .title h2 {
    color: #7b6c63;
    font-weight: bold;
    font-size: 2.2em;
    line-height: 2.0em;
}

.point {
	border-top: 3px solid #f2eed1;
	margin-top: 80px;
	padding-bottom: 40px;
	position: relative;
}

.mapBg {
	background: url('../img/bg_map.png') no-repeat 50px 80px;
}

.point h3 {
	font-weight: bold;
	font-size: 1.5em;
	color: #212121;
	text-align: center;
	margin: 0;
	padding: 90px 0 40px;
}

.point p {
	width: 770px;
	text-align: justify;
	margin: 0 auto;
	padding: 0 0 50px;
	line-height: 2.0em;
}

.pointIcon {
	position: absolute;
	left: 50%;
	top: -45px;
	margin-left: -45px;
}

.customer {
	padding-bottom: 130px;
}

.customer ul li {
	width: 85px!important;
	margin: 0!important;
}

.img1 {
	position: absolute;
	top: 98px;
	right: 50px;
}

.img2 {
	position: absolute;
	top: 225px;
	right: 30px;
}

.img3 {
	position: absolute;
	top: 350px;
	right: 80px;
}

.img4 {
	position: absolute;
	top: 400px;
	right: 205px;
}

.img5 {
	position: absolute;
	top: 360px;
	right: 335px;
}

.img6 {
	position: absolute;
	top: 395px;
	left: 520px;
}

.img7 {
	position: absolute;
	top: 380px;
	left: 388px;
}

.img8 {
	position: absolute;
	top: 420px;
	left: 270px;
}

.img9 {
	position: absolute;
	top: 400px;
	left: 125px;
}

.testimonials ul{
	width: 970px;
    list-style: none;
    margin: 0 auto;
}

.testimonials ul li{
    display: block;
    float: left;
    margin-left: 35px;
    width: 300px;
}

.testimonials ul li:first-child{
    margin-left: 0;
}

.testimonials ul li .quotes{
    margin-right: 10px;
}

.testimonials ul li p{
    color: #555;
    width: 100%;
    font-size: .9em;
    text-align: justify;
    line-height: 2.0em;
    padding-bottom: 30px;
    margin: 0 auto 20px;
    position: relative;
}

.shopImg {
	padding-top: 30px;
}

.testimonials ul li p .triangle{
    display: block;
    width: 10px;
    height: 5px;
    background: url('../img/testimonial_triangle.png') no-repeat;
    position: absolute;
    bottom: -5px;
    left: 40px;
}
.ownerBg {
    background: url('../img/bg_mapj.png') no-repeat center 70px;
}
.owner {
	text-align: center;

}

.testimonials ul li .client{
    margin-left: 20px;
}

.testimonials ul li .client img.avatar{
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.testimonials ul li .client .client_details{
    float: left;
}

.testimonials ul li .client .client_details h4{
    color: #7b7979;
    font-family: "raleway-semibold";
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.testimonials ul li .client .client_details h5{
    color: #7b7979;
    font-family: "raleway-regular";
    font-size: 12px;
    margin: 0;
    font-weight: normal;
}
.testimonials ul.style {
	width: 890px;
	position: relative;
}

.testimonials ul.style li{
	width: 270px;
	margin-left: 30px;
}

.testimonials ul.style li h4{
	color: #7b6c63;
	text-align: center;
	padding: 30px 0 25px;
	font-size: 1.2em;
	font-weight: bold;
}

.testimonials ul.style li:first-child{
    margin-left: 0;
}

.overlay {
	width: 99%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    border: solid 3px #92ad26;
}

.overlay:hover {
    opacity: 1;
}

#flow {
	width: 900px;
	margin: 60px auto 0;
	overflow: hidden;
}

.flowBox {
	width: 220px;
	position: relative;
	float: left;
	margin: 20px 0 40px;
}

.bothM {
	margin-left: 120px!important;
	margin-right: 120px!important;
}

.flowTtl {
	font-size: 1.2em;
	letter-spacing: .1em;
	color: #7b6c63;
	font-weight: bold;
	width: 220px;
	line-height: 70px;
	text-align: center;
}

.flowTxt {

	margin: 0;
	text-align: justify;
}

.flowNum {
	display: inline-block;
	height: 35px;
	vertical-align: middle;
	width: 25px;
	padding-bottom: 5px;
}

.flowNum1 {
	background: url('../img/i_flow_num.png') no-repeat left top;
}

.flowNum2 {
	background: url('../img/i_flow_num.png') no-repeat -30px top;
}

.flowNum3 {
	background: url('../img/i_flow_num.png') no-repeat -60px top;
}

.flowNum4 {
	background: url('../img/i_flow_num.png') no-repeat -92px top;
}

.flowNum5 {
	background: url('../img/i_flow_num.png') no-repeat -125px top;
}

.flowNum6 {
	background: url('../img/i_flow_num.png') no-repeat -157px top;
}

.flowIcon {
	display: inline-block;
	float: right;
	vertical-align: top;
}

.pT {
	padding-top: 100px!important;
}

.pT20 {
	padding-top: 20px!important;
}

.telephone {
	width: 800px;
	border: 5px solid #92ad26;
	border-radius: 5px;
	margin: 60px auto 30px;
	text-align: center;
	padding: 20px 0;
	font-size: 1.1em;
	color: #111;
}

.number {
	display: inline-block;
	padding-left: 30px;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: .1em;
}

/*    blog posts    */
.blog_posts{
    padding: 100px 0;
    background: #fffeee;
    border-bottom: 3px solid #f2eed1;
}

.blog_posts .title {
    padding-bottom: 40px;
}

.blog_posts h2 {
    color: #7b6c63;
    font-weight: bold;
    font-size: 2.2em;
    line-height: 2.5em;
}

.blog_posts p {
	width: 720px;
	margin: 0 auto;
	text-align: justify;

}

.voice {
	color: #555;
	font-weight: bold;
	text-align: center!important;
	padding: 20px 0!important;
	line-height: 2.0em;

}

.sign {
	height: 102px;
	text-align: right!important;
	padding: 40px 120px 0 0!important;
	font-weight: bold;
	font-style: italic;
	color: #777;
	background: url('../img/owner.png') no-repeat right top;
	margin-top: 15px!important;
}

.blog_posts ul{
    list-style: none;
    margin-top: 70px;
}

.blog_posts ul li{
    display: block;
    width: 230px;
    margin-left: 60px;
    float: left;
}

.blog_posts ul li:first-child{
    margin-left: 0;
}

.blog_posts ul li .media .date{
    position: absolute;
    top: 0;
    left: 30px;
    width: 40px;
    padding: 10px 0;
    background: rgba(62, 62, 62, .7);
    text-align: center;
}

.blog_posts ul li .media .date span{
    display: block;
}

.blog_posts ul li .media .date .day{
    color: #fff;
    font-family: "raleway-bold";
    font-size: 18px;
    font-weight: bold;

}

.blog_posts ul li .media .date .month{
    color: #fff;
    font-family: "raleway-regular";
    font-size: 12px;
}

.blog_posts ul li .media{
    width: 230px;
    height: 230px;
    position: relative;
}

.blog_posts ul li h1{
    color: #616161;
    font-family: "raleway-regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin: 20px 0 0 0;
}


/*    form    */

.application {
	padding-top: 90px;
}

.application h2 {
	color: #7b6c63;
    font-weight: bold;
    font-size: 2.2em;
    line-height: 2.0em;
}

/*    footer    */
footer{
    padding: 35px 0;
    overflow: hidden;
}

footer .footer_logo{
    float: left;
}

footer .rights p{
    float: left;
    color: #838181;
    font-family: "raleway-regular";
    font-size: 13px;
    margin: 5px 0 0 40px; 
}

footer .rights p a{
    color: #777;
    font-family: "raleway-semibold";
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

footer nav ul{
    float: right;
    overflow: hidden;
    list-style: none;
    margin-top: 5px; 
}

footer nav ul li{
    float: left;
    margin-left: 25px;
}

footer nav ul li a{
    color: #838181;
    font-family: "raleway-regular";
    font-size: 13px;
    text-decoration: none;

    transition:all .2s linear;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
}

footer nav ul li a:hover{
    color: #616161;
}