/* ------------------------------------------------------------------------------
	Template Name: Auro
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/



@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);

/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/

* {
	font-family: 'Noto Sans JP';
}

p {
	font-size: 18px;
	line-height: 140%;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #333;
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 3% 7%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	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: "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	padding-left: 3%;
	padding-right: 3%;
}
#header .header-content {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	font-size: 21px;
	color: #000;
	font-weight: 700;
	float: left;
	text-transform: uppercase;
}
#header.fixed {
	background-color: #fff;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#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 {
	display: inline-block;
}
.navigation a {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	margin-left: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #bcbcbc;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	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: #e84545;
	-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: #e84545;
	-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);
}
/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/

.carousel {
	width: 100%;
	height: auto;
	margin: auto;

}
.item, .active, .carousel-inner {
	height: 100%;
}
.carousel-caption {
	top: 150px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	z-index: 10;
}
.carousel-caption h3 {
	font-family: "Sawarabi Mincho", sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-size: 3.5vw;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.carousel-caption p {
	font-family: "Open Sans", sans-serif;
	color: #6c7279;
	text-shadow: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
}
/* ------------------------------------------------------------------------------
	 intro
-------------------------------------------------------------------------------*/
.intro {
	width: 100%;
	margin: auto;
	background-color: #92d8d0;
	padding: 10px 0;
}
.intro h4 {
	font-family: "Sawarabi Mincho", sans-serif;
	font-size: 4vw;
	line-height: 100%;
	letter-spacing: 20px;
	font-weight: 300;
}
.intro h5 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 10%;
	text-transform: none;
}
.intro p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
	line-height: 160%;
	letter-spacing: 5px;
}
.intro-content {
	margin: 0 50px;
}
@media(max-width: 768px) {
	.intro-content {
		margin: 0 10px;
	}
}

.intro-content img {
	max-width: 100%;
}
.intro-content li a {
	color: #6c7279;
	line-height: 30px;
}
.intro-content li a:hover {
	color: #000;
}
/* ------------------------------------------------------------------------------
	 works
-------------------------------------------------------------------------------*/
#works {
	width: 92%;
	margin: auto;
}
#works .works-item {
	right: 0;
	margin: 0 0 2px;
	padding: 0 1px;
}
#works .works-item .works-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#works .works-item .works-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58, 54, 54, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#works .works-item .works-link .caption:hover {
	opacity: 1;
}
#works .works-item .works-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#works .works-item .works-link .caption .caption-content i {
	margin-top: -12px;
}
#works .works-item .works-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#works .works-item .works-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#works * {
	z-index: 2;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	width: 100%;
	margin: auto;
	background-color: #92bdd8;
	position: relative;
	text-align: center;
	border-top: dashed 5px #fff;
	border-bottom: dashed 5px #fff;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h3 {
	color: #fff;
	font-size: 2.5vw;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 150%;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 1.4vw;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: auto;
	text-align: left;
	padding-top: 5%;
}
.footer h4 {
	font-size: 22px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	font-size: 16px;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 13px;
	color: #000;
	letter-spacing: 15px;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
/* ------------------------------------------------------------------------------
	 Work Detial 
-------------------------------------------------------------------------------*/

.work-detail {
	width: 94%;
	margin: auto;
}
.work-detail-margin {
	margin-top: 7%;
}
.detail-image img {
	width: 100%;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 3%;
}
.detail-content h4 {
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 300;
}
.detail-content p {
	color: #6c7279;
	font-size: 18px;
	font-weight: 400;
	margin-top: 7%;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.intro p {
	font-family: "Sawarabi Mincho", sans-serif;
	font-size: 2.3vw;
	line-height: 160%;
	letter-spacing: 5px;
}

.intro .i-name {
	font-size: 3vw;
	text-align: right;
}

.primary-nav {
	padding-top: 25px;
}


.footer-about {
	background: #0a69dc;
	padding: 15px;
}

.footer-about h3 {
	color: #fff;
}

.telmail {
	border:green 10px double;
	height: 100px;
}

.tel-box {
	margin: 0 15px;
}

.telmail-link {
	position: relative;
	display: block;
}

.telmail-cap {
	opacity: 0;
	position: absolute;
	background: rgba(30, 100, 40, .9);
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
}

.telmail-cap:hover {
	opacity: 1;
}

.telmail-capcon {
	position: absolute;
	top:50%;
	width: 100%;
	text-align: center;
	margin-top: -12px;
}

.footer .telmail-capcon p {
	font-size: 30px;
	font-weight: bold;
	line-height: 26px;
}

.telmail-cap p {
	text-align: center;
}

.footer .telmail p {
	color: green;
	text-align: center;
	line-height: 37px;
}

.footer .on-mail p {
	line-height: 80px;
}

.t-attention {
	font-size: 24px;
}

.c-link {
	margin-bottom: 50px;
}

h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 3px #28a371;
	position: relative;
	letter-spacing: 10px;
}
h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #007bc3;
	bottom: -3px;
	width: 50%;
}

#member > tbody > tr > td, #member > tbody > tr > th {
	border-top: solid 1px #fff;
	color: #fff;
	font-weight: 400;
}
.iso-box {
}
img.iso {
	margin-top: 67px;
}
.google-maps {
	position: relative;
	padding-bottom: 30%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.slider{
	width:100%;
	height:500px;
	margin:0 auto;
	position:relative;
}
.slider ul{
	margin:0;
	padding:0;
	list-style:none;
}
.slider ul li{
	width:100%;
	height:500px;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:24s;
}

.slider ul li img {
	width: 100%;
	height: 100%;
}
.slider ul li:nth-child(1){
	animation-name:slider;
	animation-delay:-3s;
}
.slider ul li:nth-child(2){
	animation-name:slider;
	animation-delay:5s;
	opacity:0;
}
.slider ul li:nth-child(3){
	animation-name:slider;
	animation-delay:13s;
	opacity:0;
}

@keyframes slider{
	0%{
		opacity:0;
		-webkit-transform: scale(1.0);
		   -moz-transform: scale(1.0);
		    -ms-transform: scale(1.0);
		     -o-transform: scale(1.0);
		        transform: scale(1.0);
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
		-webkit-transform: scale(1.2);
		   -moz-transform: scale(1.2);
		    -ms-transform: scale(1.2);
		     -o-transform: scale(1.2);
		        transform: scale(1.2);
	}	
}

.res-top img {
	max-width: 100%;
}

a.active {
	border-bottom: solid 2px #28a371;
	transition: all 0.5s ease;
}

.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt15 {
	margin-top: 15px;
}

.mt30 {
	margin-top: 30px;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}