@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }
.wf-mplus1p { font-family: "Mplus 1p"; }
.wf-abel {font-family: 'Abel', sans-serif;}
.wf-Nixie One {font-family: 'Nixie One', cursive;}
.wf-notosansjp { font-family: 'Noto Sans JP', sans-serif;
     font-size: 100%; }
	 
.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}	 

.container h1 {font-family: "Sawarabi Mincho";
 line-height:20px;  -webkit-text-size-adjust:100%;
font-size:21px;
background-color: ;
border:0px solid  #e8c57e;
border-bottom:5px solid  #c8a063;
padding:20px 15px 15px 15px;
border-radius: 5px;
color: #4e3820;
}


.container h1 span { font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",MS PGothic,Osaka,sans-serif; letter-spacing:; line-height:20px;  -webkit-text-size-adjust:100%;
font-size:12px; padding-left:15px;
color: #c8a063;
}

h1, h2, h3, h4, h5, h6 {
  color:#c8a063;
  
}



h2 {
 font-family: "Sawarabi Mincho";
 line-height:34px;  -webkit-text-size-adjust:100%;
font-size:18px;
  margin-bottom: 10px;
  
  border-bottom:1px solid #fff;
 
}

h2 span {
	font-size:12px;
 
}

.after {
   border-top:1px solid #47C12;
  width:50px;
  margin:0 auto;
  padding-bottom:10px;
  
 
}


h3 { color: #574438;
  font-size: 16px;

  
}

h3 span {
	font-size:15px;
	
}

h3 span i {
	font-size:14px;
	
}

h3 a { color: #574438;
  font-size: 16px;
  text-transform: uppercase;
  
  font-weight: 600;
}

h4  { color: #574438;
  font-size: 16px;
  text-transform: uppercase;
  
  font-weight: 600;
} 

.column-title {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}

.column-title span {
	color:#574438;
	font-size:10px;
	padding-left:15px;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left:0%;
  width: 15%;
  border-bottom: 1px solid #333;
}




#google-map1 {
	width:100%;
  height: 300px;
}

.btn {
	background-color: #E68892;
	margin: 40px;
	color: #fff;
	font-size: 14px;
	width:200px; height:150px;
	letter-spacing: 1px;
	border-radius: 12px;
	padding: 3%;
	border:8px solid  #fff;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #DB5563;
	color: #fff;
}
.btn-large {
	padding: 20px 40px;
}

.btn span { font-size:10px;
}

.btn i { font-size:40px; padding-right:10px; padding-bottom:15px; padding-top:15px;
}

/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a { outline: none;

	color: #e84545;
}
a:hover, a:focus { outline:none;
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body { 
	 font-family: 'Noto Sans JP', sans-serif;
	letter-spacing:; line-height:24px;  -webkit-text-size-adjust:100%;
	color: #401C06;
	font-weight:200;
	font-size:16px;
}


.row { letter-spacing:1.1px; }

hr { color:#0F0; line-height:0; padding:0;}

ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.extra-padding {
	margin: 60px 0 0 100px;
}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	  box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
-moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
}
#header .header-content {
	margin: 0 auto;
	padding: 30px 10%;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left; 
}
#header.fixed {
	background-color: rgba(255, 255, 255, 1);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 10%;
	
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li { padding:5px 10px;
	display: inline-block;
}
.navigation, .navigation a {
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	text-align:center;
	letter-spacing: 1px;
	
}
.navigation a:hover, .navigation a.active {
	color: #000;
}

.navigation, .navigation a span {
	color: rgba(0, 0, 0, 1);
	font-size: 10px;
	text-align:center;
	letter-spacing: 1px;
}

.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	font-size:14px;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #333;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #000;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

#section00 { background-color: ;
padding-top:10px;
	
	padding-bottom:30px;
	
	
	box-sizing: border-box;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
	}

#section01 { padding-top:0px;
	
	
	background-color: ;
	
	padding-bottom:0px;
	
	
	box-sizing: border-box;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
	}
	
	
	
#section01 h1 { position:absolute;
font-size:30px;
top:15px;
left:20px;
line-height:42px;
font-family: "Noto Sans Japanese";
	

	}	
	
	
#section01 h2 { position:absolute;
font-size:30px;
top:15px;
right:20px;
line-height:42px;
font-family: "Noto Sans Japanese";
border:none;
	

	}		
	
	

#section02 {
background-color:;
	
	padding-bottom:0px;
	z-index:999;
	
	
	box-sizing: border-box;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
	}
	
	

	

#section03 { position:relative;
display:block;
background-color: #FBEEEF;

	
	
	box-sizing: border-box;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
	}
	
	
/* ------------------------------------------------------------------------------
	 Service
-------------------------------------------------------------------------------*/
.service {
	margin-bottom: 20px;
}

.service p { text-align:justify;
	
}
.service h4 {
	font-size: 16px;
	color: #4e3820;
	font-weight: 400;
	text-transform: uppercase;
}
.service-content {
	margin-top: 20px;
}
.service  i {
	color: #0F0;
	font-size: 48px;
	
}
.service-content h5 {
	text-transform: uppercase;
	font-weight: 400;
	color: #4e3820;
}	
	


#services2 {
	margin-top:-100px;
	padding-top:100px;
	
	box-sizing: border-box;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
	}
	
#services2 p {
	font-size:13px;
	padding-top:5px;
	text-align:justify;
	
	}
	

.service2-icon {
  border-radius:8px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: auto;
  line-height: 90px;
  width:80%;

 
}

#services2 .col-sm-3 {
		
		padding:0 30px;
		
	}

.service2-icon img {
  border-radius: 8px;
  
  width:100%;
  height:auto;

}

#services2 img {
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;}
	



.our-services2 .col-sm-4 {
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  padding-bottom: 50px;
 
}

.our-services2 .col-sm-4:nth-child(4), 
.our-services2 .col-sm-4:nth-child(5), 
.our-services2 .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services2 .col-sm-4:nth-child(3), 
.our-services2 .col-sm-4:nth-child(6) {
  border-right:0;
}

.service2-info h3 {
  margin-top: 35px;
}

.service2-info p {
padding:0 15px 0 15px;
}

#services2 .col-sm-6 {
	padding-right:30px;
		
	}

#services2 .col-sm-6  ul {
	text-decoration:none;
	list-style:none;
	line-height:35px;
	font-size:15px;
	font-weight:bold;
		
	}



#services2 .col-sm-6  li {
	text-decoration:none;
	list-style:none;
	line-height:27px;	
	font-size:12px;
	font-weight: normal;	
	}
	
#services2 .col-sm-6  ul span {
	text-decoration:none;
	list-style:none;
	line-height:27px;	
	font-size:12px;
	color:#F00;
	font-weight: normal;	
	}	





	
	
.our-services .overlay {
	height:200px;
  padding-right:50px;
  padding-left: 50px;
  transition: background .5s;
}




.our-services .overlay:hover {
	height:100%;
  width: 100%;
  background-color: rgba(66,37,2,0.2);
}

.our-services .col-sm-4 {
  border-right:0px solid #666;
  border-bottom:0px solid #666;
  padding:0 5px;
  background-color: ;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top:0px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}


.service-info { padding-bottom:10px;
	}
	
	
	
	
.service-info a {
  width: 100%;
  
  

 
}

.service-info .overlay  {
	background-color:#333;
  width: 100%;
  

 
}

.service-info a:hover {
  width: 100%;
 

 
}

.service-info img  {
	width:100%;
	height:100%;
	
	
border-radius:8px; /* 記述無し */ 
-moz-border-radius:8px; /* Firefox */ 
-webkit-border-radius:8px; /* Google Chrome、Safari */ 
-o-border-radius:8px; /* Opera */ 
-ms-border-radius:8px; /* Internet Explorer */ 


	
}




.service-info h3 {
 margin-top: 35px;
  line-height:30px;
}






/* ------------------------------------------------------------------------------
	 Intro
-------------------------------------------------------------------------------*/
.intro {
	background-color: #e9eaed;
	position: relative;
}
.intro blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15% 0;
}
.intro h1 {
	color: #574438;
	font: 27px "Source Sans Pro";
}
.intro p {
	color: #4e3820;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	margin-top: 30px;
}
/* ------------------------------------------------------------------------------
	 Hero content
-------------------------------------------------------------------------------*/
.hero {
	margin-top: 10%;
}
.hero-content {
}
.hero h1 {
	font-size: 48px;
	
}
.hero h4 {
	font-weight: 400;
}
.hero p {
	padding-top: 20px;
}

/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(232, 69, 69, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*************************
********portfolio CSS*****
**************************/
#portfolio {
	
	
	
	box-sizing: border-box;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
	}

#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
	background-color: #000;
	color: #fff;
	left: -2px;
	right:0;
	bottom:-100%;
	height: 0;
	position: absolute;
	text-align: center;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}


.overlay .overlay-content i {
	font-size:26px;
}


.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 23px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}



.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #4e3820;
  margin-left: -17px;
}

#single1-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single1-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single1-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #4e3820;
  margin-left: -17px;
}




/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background-color: #FFF;
	padding: 7%;
}
.footer h3 {
	color: #4e3820;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	color: #4e3820; font-size:12px;
}
.footer a {
	color: #4e3820; font-size:12px;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .fa-heart {
	color: #4e3820;
	font-size: 11px;
	margin: 0 2px;
}
/* ------------------------------------------------------------------------------
	 Work Details
-------------------------------------------------------------------------------*/
.work-detail img {
	width: 100%;
	text-align: center;
	margin: 5% 0 5% 0;
}

.work-detail a
{
	color:#000;
}

