@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: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}



h1{
	font-size: 20px;
	font-weight: 800;color: #fff;
	line-height: 1.8;
	letter-spacing: 2px;
	
}

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

h3 {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 700;
	color: #000;
	text-align: center;
}

h5 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #5f9ea0;
}
p{
	font-size: 13px;
}

h6{
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}



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/01.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) 10%, 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: 550px;
	background-attachment: fixed;
}

.content{
	padding: 15% 0 18% 0;
	text-align: center;
}
/* Navigation */
#tf-menu {
	margin-bottom: 0;
	 background: #222222;
	border: 0;
	color: #fff !important;
	padding: 1% 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: 100%;
    z-index: 10000;
    background: #222222;
    padding: 1% 0;
}
#tf-menu.navbar-default .navbar-nav > li > a {
	color: #C5C5C5;
	text-transform: uppercase;
	font-size: 12px;
	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: #778899;
	background-color: transparent;
}

.logo {
	font-size: 20px;
	letter-spacing: 8px;
	color: #ffffff;
}

#tf-service{
	background: #fff;
	padding: 4%  0 4% 0;
	text-align: left;
	
}

.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: 20px;
	font-weight: 600;
	color: #333;
}

.media-body p {
	margin-bottom: 20px;
	line-height: 2;
	
}

#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;
}
button.btn.btn-primary.my-btn,
a.btn.btn-primary.my-btn {
	background: #640125;
	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: #640125;
	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: #4682b4;
	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;}

#tf-about{
	background: url(../img/07.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

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

#tf-why-me{
	background: url(../img/10.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-why-me .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}
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:left;
}

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


#contact{
	background: url(../img/08.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 5% 0;
	text-align:left;
}

/********** Form **********/

/* form 必須ラベル */
.required:after {
	display: inline;
	vertical-align: 1px;
	margin-left: 10px;
	padding: 1px 5px;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	background-color: #dd6464;
	border-radius: 4px;
	text-align: center;
	content: '必須';
}

/* form 任意ラベル */
.optional:after {
	display: inline;
	vertical-align: 1px;
	margin-left: 10px;
	padding: 1px 5px;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	background-color: #ccc;
	border-radius: 4px;
	text-align: center;
	content: '任意';
}

/* form 注釈テキストのスタイル変更 */
.help-block {
	color: #333;
	font-size: 12px;
}

/* form チェックボックス内見出しテキストのスタイル */
.checkbox-heading {
	margin-top: 7px;
	margin-bottom: 0;
}

/* form チェックボック・ラジオボタンのテキストスタイル変更 */
.checkbox-inline label,
.radio-inline label {
	font-weight: normal;
}

/* form テキスト入力欄横幅の個別調整 */
.form-width-60-80 {
	display: inline-block;
	width: 60px !important;
}
@media screen and (min-width:768px) {
	.form-width-60-80 {
		width: 80px !important;
	}
}

.form-width-80 {
	display: inline-block;
	width: 80px !important;
}

@media screen and (min-width:768px) {
	.form-width-160 {
		width: 160px !important;
	}
}

/* form テキスト入力欄マージンの調整 */
.form-control {
	margin-top: 3px;
}
@media screen and (min-width:768px) {
	.form-control {
		margin-top: 0;
	}
}

@media screen and (min-width:768px) {
	.mr-10 {
		margin-right: 10px !important;
	}
}

/* form 入力内容確認（およびエラー確認）ページのスタイル */
.confirm {
	margin-bottom: 100px;
	text-align: center;
}

.confirm-page {
	margin-top: 0;
	background-color: #fff;
}

.confirm p {
	font-size: 14px;
}
@media screen and (min-width:768px) {
	.confirm p {
		font-size: 18px;
	}
}

.confirm p.error_messe {
	font-size: 14px;
	color: #ff0000;
}
@media screen and (min-width:768px) {
	.confirm p.error_messe {
		font-size: 18px;
	}
}

.confirm-wrapper {
	width: 100%;
	margin: 0 auto;
	color: #333;
	line-height: 120%;
}
@media screen and (min-width:768px) {
	.confirm-wrapper {
		width: 700px;
	}
}

table.confirm-table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

table.confirm-table th,
table.confirm-table td {
	display: block;
	width: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}
@media screen and (min-width:768px) {
	table.confirm-table th,
	table.confirm-table td {
		display: table-cell;
	}
}

table.confirm-table th {
	
	margin-top: 5px;
	border-bottom: 0;
	font-weight: normal;
	background: #f5f5f5;
}
@media screen and (min-width:768px) {
	table.confirm-table th {
		width: 30%;
		border-bottom: 1px solid #ddd;
	}
}

/* form 各種ボタンのスタイル */
.confirm .submit-btn {
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto 0;
	color: #fff;
	background-color: #640125;
	border: none;
}

.confirm .submit-btn:hover {
	background-color: #242424;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.confirm .back-btn {
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto 0;
	color: #333;
	background-color: #ccc;
}

.confirm .back-btn:hover {
	background-color: #aaa;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

