d@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300);
@import url(http://fonts.googleapis.com/css?family=Playball);

body, html{
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}


@media (min-width: 1200px){
	.container {
	width: 1100px;
	}
	
	body{
	width:1800px;
	margin:0 auto;
	}
	
	div#map{
	margin:10px 0;
	}
	
	.sp-display{
	display:none;
}

}

@font-face {
    font-family: morisawa;
    src: url(../fonts/fonts/A-OTF-FutoGoB101Pro-Bold.otf);
}



h1{
	text-transform: uppercase;
    font-weight:900;
}

h2{
	line-height: 20px;
	margin:  0;
}

h4 {
	margin-bottom: 20px;
	font-size: 15px;
	
	
}
p{
	font-size: 13px;
}

a { 
	color: #ffffff;
	transition: all 0.8;
}
a:hover,
a:focus{
	color: #2F937B;
	text-decoration: none;
}



.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* Home Style */
#tf-home{
	background: url(../img/nk-main.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#tf-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
}

.content{
	padding: 15% 0 18% 0;
	text-align: center;
}

#tf-service {
    color: #222222;
}


/* Navigation */
#tf-menu {
	margin-bottom: 0;
	background: transparent;
	border: 0;
	color: #fff !important;
	padding: 2% 0;
	transition: all 0.5s;
}
#sticky {
    padding: 0.5ex;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#tf-menu.stick {
    position: fixed;
    top: 0;
    width: 1800px;
    z-index: 10000;
    background: #222222;
    padding: 1% 0;
}
#tf-menu.navbar-default .navbar-nav > li > a {
	color: #C5C5C5;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
}

#tf-menu.navbar-default .navbar-nav > li > a:hover, 
#tf-menu.navbar-default .navbar-nav > li > a:focus {
	color: #2F937B;
	background-color: transparent;
}

.logo {
	font-family: 'morisawa', cursive;
	font-weight:bolder;
}



.media-left.media-middle i {
	padding: 20px 30px 20px 0;
	font-size: 30px;
	color: rgb(47, 147, 123);

}

.media-body h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: rgb(47, 147, 123);
}

#tf-portfolio{
	background: #f1f1f1;
	padding: 5%  0 8% 0;
	text-align: center;
}

.section-title hr{
	border-color: rgb(47, 147, 123);
	width: 60px;
}

.section-title h2{ font-weight: 700;}
button.btn,
a.btn {
	margin: 15px 5px;
	transition: all 0.5s;
	    width: 150px;
}
button.btn.btn-primary.my-btn,
a.btn.btn-primary.my-btn {
	background: #2F937B;
	border-color: transparent;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}
button.btn.btn-primary.my-btn:hover,
a.btn.btn-primary.my-btn:hover{
	background: #FFFFFF;
	color: #2F937B;
	border-color: transparent;
}
button.btn.btn-primary.my-btn.dark:hover,
a.btn.btn-primary.my-btn.dark:hover{
	background: #222222;
	color: #ffffff;
	border-color: transparent;
}
a.btn.btn-primary.my-btn2 {
	background: rgba(47, 147, 123, 0);
	border-color: #FFFFFF;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFFFFF;
}

a.btn.btn-primary.my-btn2:hover{
	background: #2F937B;
	color: #ffffff;
	border-color: transparent;
}

ul.cat.list-inline li a {
	border: 1px solid #2F937B;
	padding: 5px 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #2F937B;
	transition: all 0.5s;
}

ul.cat.list-inline li a:hover{
	background: #2F937B;
	color: #ffffff;
}

.space{ padding: 20px}
.toppadding{ padding-top: 30px}
.nopadding{ padding:  0;}


.img-tf-why-me{
    background: url(../img/nk-about2-pc.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height:400px;
    vertical-align: top;
    position:relative;
    right:-41.666%;
}


.img-tf-about{
    background: url(../img/nk-about3-pc.png);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height:400px;
    vertical-align: top;
    
}


#tf-about .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 10% 0;
}



#tf-why-me .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}

#tf-service .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 10% 0;
}

.img-tf-service{
    background: url(../img/nk-about1-pc.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height:400px;
    vertical-align: top;
}


ul.why-me li{
	margin: 10px 0;
}
#tf-contact{
	background: url(../img/08.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 5% 0;
	text-align: center;
}

form#contact {
	padding: 5%;
	background: #f1f1f1;
	outline: 6px solid rgba(34, 34, 34, 0.08);
}

#tf-contact input.form-control {
	height: 40px;
}

#tf-contact .form-control{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 16px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #FFF;
	border-radius: 0;
	border-top: 2px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: all 0.8s;
}
#tf-contact .form-control:focus,
#tf-contact .form-control:hover{
	border-top: 2px solid #2F937B;
}
nav#tf-footer {
	background: #222222;
	padding: 3% 0 2% 0;
	color: #f1f1f1;
}


div.width100 {
	width: 100%;
	}
	
div.width95 {
	width: 95%;
	}	
	
.position-c{
    position:relative;
    right:58.333%;
}
	
div.text-adjust-a{
     padding:84.5px 20px;
}

div.text-adjust-b{
     padding: 40px 0 0 110px;
     
}

div.text-adjust-c{
     padding:40px 20px;
}

/* タブレット表示の最適化の開始 */

@media  (min-width: 481px) and (max-width:1199px){

	.container {
	width: 768px;
	}
	
	body{
	width:1000px;
	margin:0 auto;
	}

.col-md-7,.col-md-5{
width:100%;
}
	

.img-tf-service{
    background: url(../img/nk-about1-sp.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width:100%;
     height:533.3px;
    position:relative;
    top:-20px;
    margin:40px 0;
}

.img-tf-why-me{
    background: url(../img/nk-about2-sp.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
     height:533.3px;
    vertical-align: top; 
    position:static;
    margin:40px 0;
}

.img-tf-about{
    background: url(../img/nk-about3-sp.png);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height:533.3px;
    vertical-align: top;
    margin:40px 0;
}

#tf-menu.stick{
width:1000px;
}

#tf-about{
background-size: 300px;
}

#tf-service{
background-size: 300px;
}

 #tf-why-me{
background-size: 300px;
}

div.t-center 
{
    text-align: center;
    vertical-align: middle; 
}


.position-c{
    position:relative;
    right:0;
}

div.text-adjust-a{
     padding:0px 20px;
}

div.text-adjust-b{
     padding-left:0;
}

div.width100 {
	width: 80%;
	}
	
	
}/*　タブレット表示の最適化の終了　*/



@media  (max-width: 480px) {

	
h1{
	font-size: 1.4em;
}

h2{
font-size: 1.3em;
	}

h3{
font-size: 1em;
padding:0;
margin:0;
}

.sp-vision{
 font-size: 1.2em;
}

h4 {
	font-size: 0.7em;
	padding:0;
margin:0;
	
	
}
p{
	font-size: 0.9em;
}

a { 
	font-size: 1em;
}



#tf-about{
background-size: 300px;
}

#tf-service{
background-size: 300px;

}

 #tf-why-me{
background-size: 300px;

}

#tf-about .overlay{
	height: 200px;
	background-attachment: fixed;
	padding: 0;
}


#tf-why-me .overlay{
	height: 200px;
	background-attachment: fixed;
	padding: 0;
}

#tf-service .overlay{
	height: 200px;
	background-attachment: fixed;
	padding: 0;
}


div.f-r{
float:right;
text-align:right;
}


.pm-reset{
	padding:0;
	margin:0;
}

.img-tf-service{
    background: url(../img/nk-about1-sp.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-width:100%;
    height:auto;
    position:relative;
    top:-20px;
    margin:20px 0;
}

.img-tf-why-me{
    background: url(../img/nk-about2-sp.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height:auto;
    vertical-align: top; 
    position:static;
    margin:20px 0;
}

.img-tf-about{
    background: url(../img/nk-about3-sp.png);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height:auto;
    vertical-align: top;
    margin:20px 0;
}

div.t-center 
{
    text-align: center;
    vertical-align: middle; 
}

.sp-t-block{
	height:auto;
}

.position-c{
    position:static;
   
}

div.text-adjust-a{
     position:relative;
    top:-15px;
     padding:0;
}

div.text-adjust-b{
     padding:0;
}

div.text-adjust-c{
     padding:0;
}

#tf-menu.stick {
    width: 100%;
  }
  
  a.btn {
	margin: 15px 5px;
	transition: all 0.5s;
	    width: 60%;
}

div.width100 {
	width: 90%;
	}



}/*スマホ最適化表示の終了*/