@import url(https://fonts.googleapis.com/css?family=Montserrat);

body, html{
	font-family: 'Cormorant Garamond', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	height: 100%;
	letter-spacing:0.1em;	
	  font-size: 14px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@media (min-width: 1200px){
	.container {
	width: 1100px;
	}
}

/* h1{
	text-transform: uppercase;
	padding:16% 0 5% 0;
}

h1 img{
	width:24%;
	max-width:200px;	
}*/

h2{
	line-height: 20px;
	margin:  0;
	padding:2em 0;
	background:url(../img/title.png) no-repeat;
	background-position:center 0;	
	background-size:50px 47px;
	color:#1485a1;
}

h3 {
	font-size: 24px;
	color:#1485a1;
}
h3 img{
	padding:1em 0
}
h4 {
	margin: 2em 0 1em 0;
	font-size: 21px;
	letter-spacing:0.2em;
}
h5 {
	margin: 30px 0 20px 0;
	font-size: 20px;
}

h3{
	text-align:center;
	letter-spacing:0.15em;	
	padding:1em 0;
	line-height:1.5em;	
}
p{
	font-size: 13px;
	line-height:2.4em;	
	letter-spacing:0.10em;	
	padding-bottom:0.7em;
}
p.sml{
	font-size:87%;
	line-height:2.2em;
}
p.en{
	line-height:2.0em;
	letter-spacing:0.075em;
}

/*p.copyright{font-size:66%;}*/

a { 
	color:#DDD;
	transition: all 0.8;
}
a:hover,
a:focus{
	color: #CCC;
	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; }


#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{
	margin:0 auto;
	overflow:hidden;
	text-align:center;	
}



/* Navigation */
#tf-menu {
	margin-bottom: 0;
	background: transparent;
	border: 0;
	color: #fff !important;
	padding: 2% 0 3% 0;
	transition: all 0.5s;
}
#sticky {
    padding: 0.5ex;
    background-color: #333;
    font-size: 2em;
    border-radius: 0ex;
}
#tf-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #FFFFFF;
    padding: 0 0 1% 0;
}
#tf-menu.navbar-default .navbar-nav > li > a {
	color: #1485a1;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: 600;
}

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

.logo {
	color:#C5C5C5;
	letter-spacing:0.15em;
}


.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);
}

@media (min-width: 768px){
.content-sp{
	display:none;
}   
.info dl{
	overflow:hidden;
}
.price dl{
	float:left;
	width:50%;
	overflow:hidden;
}	
.info dt{
	text-align:left;
	width:30%;	
	float:left;
	line-height:2.2em;
	padding-right:1em;
}
.info dd{
	text-align:left;
	width:70%;	
	float:left;
	line-height:2.2em;
	padding-left:1em;
}

.price dl{
	text-align:left;
	float:left;
}
.price dt{
	width:65%;	
	float:left;
	line-height:2.2em;
}
.price dd{
	width:35%;	
	float:left;
	line-height:2.2em;
}
}


.price dd.cap{
	width:1%;	
	float:left;
	line-height:2.2em;
}
/*p.caption{
	font-size:85%;
}*/

.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;
}
button.btn.btn-primary.my-btn,
a.btn.btn-primary.my-btn {
	background: #1485a1;
	border-color: transparent;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 25px;
	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: #F0F0F0;
	color: #1485a1;
	border-color: transparent;
}
button.btn.btn-primary.my-btn.dark:hover,
a.btn.btn-primary.my-btn.dark:hover{
	background: #F0F0F0;
	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: #1485a1;
	color: #ffffff;
	border-color: transparent;
}

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

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

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


#tf-about .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 10% 0;
}
#tf-why-me .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}
ul.why-me li{
	margin: 10px 0;
}

#tf-aboutus .content{
	padding:10% 0;
}
#tf-aboutus #concept{
	padding:0 0 1em 0;
}
#tf-aboutus #concept p.en{
	padding:1em 0 0 0;
}

#tf-aboutus #profile{
	width:100%;
	text-align:left;	
	padding:3em 0 2em 0;
}
#tf-aboutus #profile img{
	width:100%;	
}
#tf-aboutus #profile .pic{
	float:left;
	width:20%;	
	padding:6px 0 0 0;	
}
#tf-aboutus #profile .txt{
	float:left;
	width:73%;
	margin:0 0 0 7%;	
}

a{color:#222;}
a:hover, a:active{color:#999;}
#tf-hair, #tf-hair-v{
/*	background: url(../img/hair.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
}
#tf-food-v, #tf-food{
/*	background: url(../img/food.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 0;*/
}
#tf-hair .container, #tf-food .container, #tf-access .container, #tf-sns .container{
	padding:5% 0;
}
#tf-process .step{
	width:100%;
	text-align:left;	
	padding:2em 0 1em 0;
	overflow:hidden;
}
#tf-process .step img{
	float:left;
	width:33%;	
	padding:6px 0 0 0;	
}
#tf-process .step div.txt{
	float:left;
	width:60%;
	margin:0 0 0 7%;	
	padding:0 0 1em 0;
}

#tf-sample {
	width:100%;
}
#tf-sample .col{
	float:left;
	width:50%;
	padding:0 30px 15px 0;
	overflow:hidden;
}
#tf-sample h3{
	font-size:120%;
	text-align:center;
	padding:3em 0 2em 0;
	clear:both;
}


#tf-aboutus .bkRGBA,#tf-hair .bkRGBA, #tf-food .bkRGBA, #tf-sample .bkRGBA{
	/*	height: 100%;	*/
	background-color: #f5f5f5;
 }
 
#tf-process .bkRGBA, #tf-contact .bkRGBA{
	background-color: #fff;
 }

#tf-process .content, #tf-sample .content, #tf-contact .content{
	padding:10% 0;
 }


#tf-mv .container{
	width:95%;
}

#tf-mv .container img{
	max-width:1280px;	
	width:100%;	
}

#tf-mv h3, #tf-hair-v h3, #tf-food-v h3{
	font-family:YuMincho,'Yu Mincho',serif;
	text-align:left;
	font-size:200%;	
	padding:33% 0 0 0;	
	line-height:1.5em;	
	letter-spacing:0.3em;	
}
#tf-mv h3 span, #tf-hair-v h3 span, #tf-food-v h3 span{
	background:hsla(0,0%,100%,1.00);
	padding:0.1em;	
}
#tf-access h3, #tf-sns h3{
	text-align:center;
	letter-spacing:0.2em;
	padding:0 0 2em 0;
}

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 #1485a1;
}
nav#tf-footer {
    background: #f5f5f5;
	padding: 4% 0 4% 0;
}
nav#tf-footer .container{
	text-align:center;
}
nav#tf-footer .container img{
    width: 285px;
	padding:0 0 30px 0;
}
nav#tf-footer .container p{
	color:#777;
}

@media screen and (max-width:768px){
/*h1{
	text-transform: uppercase;
	padding:36% 0 5% 0;
}	*/
#tf-menu{
	padding-top:0;
}

h3 img{
	width:150px;
}
.info dl, .price dl{
	text-align:left;
	width:90%;
	float:none;
	padding-left:2em;
}	
.info dt, .price dt, .info dd, .price dd{
	float:left;
	line-height:2.2em;
	letter-spacing:0em;
}

#tf-aboutus, #tf-hair, #tf-hair-v, #tf-food-v, #tf-food{
	background: none;
}

#tf-hair .content .price dt, #tf-food .content .price dt{
	width:65%;
}
#tf-hair .content .price dd, #tf-food .content .price dd{
	width:35%;
}
#tf-hair .content .info dt, #tf-food .content .info dt{
	width:45%;
}
#tf-hair .content .info dd, #tf-food .content .info dd{
	width:55%;
}
#tf-hair .section-title, #tf-food .section-title{
	float:none;
	width:100%;	
	text-align:center;
}
#tf-hair .content, #tf-food .content{
	float:none;
	width:100%;
	padding:0 30px;
	text-align:center;
}
#tf-hair .content dl, #tf-food .content dl{
	padding:5% 0 0 0;
}
h4{
	text-align:center;
/*	padding:5% 0 0 0;*/
}
#tf-mv .content, #tf-hair-v .content, #tf-food-v .content{
	height:100%;
}

#tf-mv .content-sp, #tf-hair-v .content-sp, #tf-food-v .content-sp{
	display:block;
	height:100%;
}   
.content-sp img{
	width:100%;
}   
#tf-mv .content, #tf-hair-v .content, #tf-food-v .content{
	display:none;
} 
#tf-hair, #tf-food{
	background: none;
}
#tf-access{
	background:hsla(0,0%,95%,1.00);
}
.inquiry .sp{
	display:inline;
}

#tf-aboutus .content{
	padding:40px 20px;
}

#tf-aboutus #profile{
	width:100%;		
	text-align:center;	
	overflow:hidden;
}
#tf-aboutus #profile img{
	width:100%;		
}
#tf-aboutus #profile .pic{
	float:none;
	width:100%;	
	margin:0 auto;
	padding:0;	
}
#tf-aboutus #profile .txt{
	float:none;	
	width:100%;	
	text-align:left;	
	margin:0;	
	padding:1em 0 1em 0;
}

#tf-process .content{
	padding:40px 20px;
}
#tf-process .step{
	width:100%;		
	text-align:center;	
	overflow:hidden;
}
#tf-process .step img{
	float:none;
	width:100%;	
	margin:0 auto;
	padding:0;	
}
#tf-process .step div.txt{
	float:none;	
	width:100%;	
	text-align:left;	
	margin:0;	
	padding:1em 0 1em 0;
}
#tf-aboutus h3, #tf-aboutus p{
	text-align:left;
}	
#tf-sample .content{
	padding:40px 20px;
}
#tf-sample .col{
	float:none;	
	width:100%;	
	text-align:left;	
	margin:0;	
	padding:1em 0 1em 0;
}
#tf-sample .col h3{
}
}
