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

body, html{

	font-family: ten-mincho-text, serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333333;
	background-color: #f6f6f6;
	letter-spacing: 1pt;
	line-height: 25px;
	font-weight: 0;
}


hr {border-top: 1px solid #cccccc;}

li {
	font-family: 'Khula', sans-serif;"
}

b {font-size: 13pt;}

img {
	max-width: 100%;
	height: auto;
}

h1{	
	font-family: 'Khula', sans-serif;
	font-size: 40px;
	letter-spacing: 4pt;

}
h1 strong{
	font-weight: 200;
}
h2{
	font-size: 20px;
	line-height: 30px;
	margin:  0;
	letter-spacing: 2pt
}


h3{
font-size: 30px;
line-height: 50px;
letter-spacing: 4pt
}

h4{
	font-size: 14px;
	line-height: 30px;

}
h5{
	line-height: 30px;


}
h6{
font-size: 10px;
}

.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}




p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: times, serif;
}
a{ color: #000;}
a:hover,
a:focus{
	text-decoration: none;
	color: #555;
}

a img {
	border: none;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

	a img:hover {
	opacity: 0.4;
	filter: alpha(opacity=70);
}

.section-title h2{
	font-size: 20px;
}
.section-title hr{
	border-color: #cccccc;
	border-width: 4px;
	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;
}




/* Home Style */
#tf-home{
	background: url(../img/top.jpg);
	background-color: #cfcfcf;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover; 
		 -o-background-size: cover;
			background-size: cover;
	padding: ;
}

#tf-home .overlay{
height: 300px;
	background-attachment: fixed;
}
#tf-home p.lead{
	color: #e3e3e3;
}

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

.color{
	color: #555555;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #333333;
	color: #ffffff;
	border: 2px solid #333333;
}

/* Team Section */
#tf-team{
	padding: 0px 0;
	background: url(.jpg);
	color:#000;
	background-color: #eee;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}



.section-title.center{
	padding: 40px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 0;
}
.section-title.center .line{
	border-top: 1px solid #cccccc;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 1px solid #aaaaaa;
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #aaaaaa;
}
#tf-team .thumbnail {
	background: transparent;
	border: 0;
}

#tf-team .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #555555;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #555555;
}

/* Services Section */
#tf-services{
	padding: 40px;
}

.space{
	margin-top: 40px;
}

.space100{
	margin-top: 100px;
}
.space200{
	margin-top: 200px;
}


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

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

#tf-services .service:hover>i.fa{
	background: #555555;
	color: #ffffff;
}

/* Gallery Section 
==============================*/
#tf-works{
	padding: 50px 20px 50px 20px;

}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 10px;
}
.portfolio-item .hover-bg{
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: left;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 7);
	padding: 20% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.8s;
}
.hover-bg .hover-text>h5{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h5{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #cccccc;
	font-size: 20px;
	padding: 5px;
	margin: 3px;
	border-radius: 50%;
	color: #cccccc;
}
#tf-works i.fa:hover{
	background: #aaaaaa;
	border-color: #aaaaaa;
	color: #ffffff;
}



#tf-works2{
	padding: 50px 20px 50px 20px;

}
.categories2{ 
	padding: 10px 0;
}
ul.cat2 li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 10px;
}
.portfolio-item .hover-bg{
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	letter-spacing: 0px;
	position: absolute;
	text-align: left;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 10px;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.4s;
}
.hover-bg .hover-text>h5{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h5{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:.hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:.hover .hover-text{
	opacity: 1;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #cccccc;
	font-size: 20px;
	padding: 5px;
	margin: 3px;
	border-radius: 50%;
	color: #cccccc;
}
#tf-works i.fa:hover{
	background: #aaaaaa;
	border-color: #aaaaaa;
	color: #ffffff;
}
label {
	float: left;
	font-size: 12px;
	font-weight: 0;
	font-family: 'ten-mincho-text', sans-serif;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #FCAC45;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

#footer{
	line-height: 25pt;
	letter-spacing: 1pt;
}

nav#footer{
	background: #ffffff;
	color: #aaaaaa;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 10px;
	margin-top: 10px;
}
#footer i.fa {
	height: 23px;
	width: 23px;
	border: 2px solid #dddddd;
	font-size: 14px;
	padding: 3px 2px;
	border-radius: 50%;
	color: #cccccc;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #aaaaaa;
	border-color: #aaaaaa;
	color: #ffffff;
}


.img-responsive-overwrite{
	margin: 0 auto;
}


#colors-home .overlay{
height: 600px;
	background-attachment: fixed;
}

#colors-menu {
	padding: 10px 0px 10px 0px;
	transition: all 0.8s;
}
#colors-menu.navbar-default {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0);
}


#colors-menu.navbar-default .navbar-nav > ul {
  display: flex;
  list-style: none;
}

#colors-menu.navbar-default .navbar-nav > li {
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
  	padding: 5px;
}


#colors-menu.navbar-default .navbar-nav > a {
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
  display: block;
  padding: 0 0 5px;
  position: relative;
  text-decoration: none;
}

#colors-menu a::before,
#colors-menu a::after {
}
#colors-menu a::before {
  left: 50%;
}
#colors-menu a::after {
  right: 50%;
}
#colors-menu a:hover::before,
#colors-menu a:hover::after {
  width: 50%;
}




@media (min-width: 768px){
.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
}  

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555 !important;
	background-color: transparent;
	font-weight: 100;
}

.on {
	background-color: #fff !important;
	padding: 20 !important;
	}

.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}



#menuButton {
    display: block;
    width: 42px;
    height:42px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 3;
}
#menuButton span {
    display: block;
    background: #555;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 12px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 12px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

li{
    list-style: none;
}
main {
    position: relative;
    z-index: 1;}

aside{
	font-family: 'Marcellus','Honoka', times, serif;
	background-color: #fff;
    display: none;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 60px 15px 15px;
    line-height: 40px;
    text-align: left;
    font-size: 15px;
    letter-spacing: 3px;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 2
}

}
figure {
    max-width: 320px;
    margin: 20px auto;
}
figure img {
    max-width: 100%;
    margin-bottom: 10px;
}


	
.switch {
    width:300px;
    font-size:30px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#000;
    border:1px solid ;
    border-radius:3px;
}

	
.switch2 {
    width:300px;
    font-size:30px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:30px 0 30px;
    color:#000;
    border:2px solid ;
    background-color: rgba(255,255,255,0.3);
    border-radius:3px;

}

	
.switch3 {
    width:250px;
    font-size:30px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#000;
    border:2px solid ;
    background-color: rgba(255,255,255,0.5);
    border-radius:3px;

}


.switch4 {
    width:130px;
    font-size:15px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:4px 0 4px;
    color:#fff;
    border:1px solid ;
    border-radius:3px;
}


.switch5 {
    width:300px;
    font-size:15px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#555;
    border:1px solid ;
    border-radius:3px;
}

.switch6 {
    width:130px;
    font-size:15px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:4px 0 4px;
    color:#555;
    border:1px solid ;
    border-radius:3px;
}


.scroll-down {
	position: absolute;
	top: 120%;
	left: 50%;
	bottom: 40px;
	border: 1px solid #ccc;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

.move iframe{
  width: 48%;
  height: 48%;
}



.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.banner {
	position:relative;
}

.banner span{
	position: absolute;
	color: white;
	top:60px;
	right:50px;
}


.banner2 {
	position:relative;
}

.banner2 span{
	position: absolute;
	color: white;
	top: 80%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:好きな値;
	height:好きな値;    
}



/*ボックス全体*/
.accbox {
    width: auto;
    margin: 30px auto;
}

/*ラベル*/
.accbox label {
    width:250px;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#555;
    border:1px solid ;
    border-radius:3px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ccc;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #f6f6f6;
    opacity: 1;
}

    #divContainer1ID {
        display: table-cell;
        vertical-align: middle;
        text-align: middle
        width: 300px;
        height: 100px;
    }
 
    #divContainer1ID > label {
        display: block;
        text-align: center;
    }



