body, html{
	font-family: 'Gotham', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 600;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Gotham', sans-serif;
}
p.intro{
	font-size: 14px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Gotham', sans-serif;
}
a{ color: #c59949;}
a:hover,
a:focus{
	text-decoration: none;
	color: #c59949;
}
li {
	list-style: none;
	line-height: 24px;
}

.section-title hr{
	border-color: #c59949;
	border-width: 2px;
	width: 60px;
	float: left;
	clear: both;
}
.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; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */
#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
	border-bottom: solid #c59949 1px;
}
#tf-menu a.navbar-brand {
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.on {
	background-color: #333333 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #c59949 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #c59949;
	border-color: #c59949;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
/* Home Style */
#tf-home{
	background: url(../img/fv-1.webp);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
	margin-bottom: 80px;
}

#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: 750px;
	background-attachment: fixed;
}
#tf-home p.lead{
	color: #e3e3e3;
}

.content{
	position: relative;
	padding: 20% 0 0;
}

.color{
	color: #c59949;
}

a.fa.fa-angle-down {
	padding: 12px 36px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 18px;
	margin-top: 10%;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #c59949;
	color: #ffffff;
	border: 1px solid #c59949;
}
.fa-angle-down:before {
    content: none!important;
}

#tf-home .overlay .content .line{
	border-top: 2px solid #c59949;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

/* About Section */
#tf-about,
#tf-philosophy,
#tf-brand{
	padding: 80px 0;
}
ul.about-list{ margin: 20px 0;}
ul.about-list li{
	display: block;
	font-size: 14px;
	line-height: 28px;
	font-family: 'Gotham', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}

/* shops Section */
#tf-shop{
	padding: 80px 0;
}
#tf-shop h4 {
	margin: 24px 0;
}
#tf-shop .container .section-title .line {
    border-top: 2px solid #c59949;
    width: 60px;
    text-align: center;
    margin: 20px auto;
}
.space{
	margin-top: 40px;
}
.shop img {
	width: 100%;
}
#tf-shop .row div{
	margin: 0 auto;
}

#tf-shop i.fa {
	font-size: 40px;
	border: 4px solid #c59949;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-shop i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-shop .shop:hover>i.fa{
	background: #c59949;
	color: #ffffff;
}
#tf-shop .container .text-center {
	margin-top: 40px;
}
#tf-shop .company {
	border: 2px solid #c59949;
    margin: 40px auto;
    width: fit-content;
	padding: 24px;
}
#tf-shop .company h5 {
	margin: 0;
	padding-right: 24px;
	border-right: 1px solid #c59949;
}
#tf-shop .company p {
	margin: 0;
	padding-left: 24px;
}
@media (max-width: 767px) {
	#tf-shop .company {
        flex-wrap: nowrap;
    }
}

/* Contact Section */
#tf-contact{
	background: url(../img/bg-contact.jpeg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#tf-contact .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;
	padding: 80px 0;
}
#tf-contact{
	padding: 80px 0;
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Gotham', sans-serif;
}
#tf-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#tf-contact .container .line {
    border-top: 2px solid #c59949;
    width: 60px;
    text-align: center;
    margin: 20px auto;
}

@media (max-width: 767px) {
    #contactForm .row {
        flex-wrap: nowrap;
    }
	.icon {
		justify-content: flex-start;
		padding: 0 15px;
	}
	
}

button.btn.tf-btn.btn-default {
	float: right;
	padding: 8px 32px;
	color: #333;
	background: #c59949;
	border: 1px solid #c59949;
	border-radius: 2px;
	font-size: 14px;
	transition: all 0.5s;
}

button.btn.tf-btn.btn-default:hover {
	background: none;
	color: #ffffff;
	border: 1px solid #fff;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}

/* エラー時の入力欄の枠を赤くする */
.form-group.has-error .form-control {
	border-color: #a94442; /* 赤っぽい色 */
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  
  /* エラーメッセージを赤く表示する */
  .invalid-feedback {
	color: #a94442;
	display: none; /* 初期状態では非表示 */
	margin-top: 5px;
  }
  
  /* エラー状態の時にメッセージを表示 */
  .form-group.has-error .invalid-feedback {
	display: block;
  }

/* Footer */
nav#footer{
	background: #333333;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #c59949;
	border-color: #c59949;
	color: #ffffff;
}
#footer .footer__block-list {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
@media (max-width:767px) {
	#footer .footer__block-list {
		display: block;
	}
}
.footer__aside {
	margin: 15px;
}
#footer a {
	color: #ffffffa6;
}


/* ==========================
  モーダル（ポップアップ）
========================== */
  .js_modalWrap {
	opacity: 0;
	z-index: -1;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  }
  .js_modalWrap.active {
	animation: modalOpen 0.3s ease forwards;
  }
  .js_modalWrap.active2 {
	animation: modalClose 0.3s ease forwards;
  }
  .js_modalBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
  }
  .js_modalContInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 720px;
	max-width: 100%;
	background-color: #fff;
	max-height: 600px;
	padding: 40px;
  }
  .js_modalCont {
	overflow-y: scroll;
	max-height: 520px;
  }
  .js_modalCont > * + * {
	margin-top: 24px;
	line-height: 2.8rem;
  }
  .js_modalContInner > .js_modalClose + * {
	margin-top: 0;
  }
  .js_modalClose {
	display: block;
	position: absolute;
	top: 10.5px;
	right: 10.5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	z-index: 1001;
  }
  .js_modalClose::before,
  .js_modalClose::after {
	content: "";
	background-color: #222;
	position: absolute;
	top: -5px;
	right: 10px;
	width: 1px;
	height: 30px;
  }
  .js_modalClose::before {
	transform: rotate(45deg);
  }
  .js_modalClose::after {
	transform: rotate(-45deg);
  }
  #js_modalNo {
	width: 140px;
	padding: 12px 0;
	color: #333;
	background-color: #ededed;
	border-radius: 2px;
  }
  #js_modalYes {
	width: 140px;
	padding: 12px 0;
	color: #fff;
	background-color: #c59949;
	border-radius: 2px;
  }
  
  @keyframes modalOpen {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	  z-index: 1000;
	}
  }
  @keyframes modalClose {
	0% {
	  opacity: 1;
	  z-index: 1000;
	}
	100% {
	  opacity: 0;
	}
  }
  
  /* ==========================
	コンテンツの中身
  ========================== */

  /* PC幅に適用 */
  @media (min-width: 768px) {
	.hp_sp {
	  display: none !important;
	}
  }
  /* スマホ幅に適用 */
  @media (max-width: 767px) {
	.hp_pc {
	  display: none !important;
	}
	.js_modalCont .row {
		margin: 0;
	}
	#js_modalNo {
		width: 120px;
	  }
	  #js_modalYes {
		width: 120px;
	  }
	.js_modalContInner {
	  padding: 20px;
	  width: 90%;
	}
	.js_modalClose {
	  top: -30px;
	}
	.js_modalClose::before,
	.js_modalClose::after {
	  background-color: #fff;
	}
  }

  @media (max-width: 767px) {
	.policy__container p {
		font-size: 11px!important;
	 }
  }
 .policy__container p {
	font-size: 14px;
	line-height: 2.25rem;
 }
 .policy__container h4 {
	margin-bottom: 10px;
 }
 .policy__container h1 {
	font-size: 28px;
 }
 .policy__container h2 {
	margin: 20px 0;
	font-size: 26px;
 }

 .go3176171171 {
    color: #fff!important;
}