/****************** GENERAL STYLES & PSEUDO CLASSES ******************/

input{
	-webkit-appearance: none;
}

span{
	color: #888;
	font-size: 13px;
}

i{
	font-style: normal;
}

.h-font{
	font-family: 'Montserrat';
}

#main-container{
	width: 100%;
	overflow: hidden;
}

.error-box{
	background-color: red;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 11px;
}

.success{
	background-color: #45b442;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 11px;
}

.grey-hr{
	border-color: #ddd !important;
}

.bold-p{
	font-weight: bold;
	margin-bottom: 11px;
}

.bold{
	padding: 0 5px;
	color: #222222;
}

.inner-section{
	padding-top: 66px;
	padding-bottom: 66px;	
}

.pad-top{
	padding-top: 66px;
}

.pad-top11{
	padding-top: 11px;
}
.pad-top22{
	padding-top: 22px;
}
.pad-top33{
	padding-top: 33px;
}
.pad-top44{
	padding-top: 44px;
}


.pad-bottom{
	padding-bottom: 66px;
}

.pad-bottom44{
	padding-bottom: 44px;
}

.pad-bottom22{
	padding-bottom: 22px;
}
.pad-bottom33{
	padding-bottom: 33px;
}

.pad-bottom11{
	padding-bottom: 11px;
}
.pad-bottom6{
	padding-bottom: 11px;
}


.p-bottom{
	margin-bottom: 11px;
}

.p-bottomlast{
	margin-bottom: 0;
}

.h4-bottom{
	padding-bottom: 11px;
}

.text-white{
	color: #fff;	
}

.slider{
	position: relative;
}	

.slider-arrows{
	position: relative;
}

.small-slider .flex-control-paging li a{
	width: 10px;
	height: 10px;
}

.small-slider .flex-control-nav{
	bottom: -22px;
}

.slide-bg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
/*	min-width: 100%;*/
	max-width: 100%;
/*	min-height: 100%;*/
	max-height: 780px;
	object-fit: contain;
	font-family: 'object-fit: contain;'; /*IE対策*/
}

#home-slider .slides li{
	margin-top: 63px;
	height: 780px;
	overflow: hidden;
	position: relative;
}

.slides .row{
	padding-top: 200px;
	position: relative;
	z-index: 2;
}

.hero-h1{
	font-size: 88px;
}

.hero-h1m {
	font-size: 66px;
}

.hr{
	margin: 0px auto;
	border: 1px solid #fff;
	margin-top: 22px;
	margin-bottom: 22px;
}

.inner-hr{
	margin: 0px auto;
	border: 1px solid #fff;
}

.btn{
	padding: 20px;
	border: 2px solid #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	margin: 0px auto;
	margin-top: 44px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	font-family: 'GFS Didot';
}

.btn.dark{
	border: 2px solid #ededed;
	background-color: rgba(255,255,255,.7);
	color: #333;
}

.btn:hover{
	background-color: #fff;
	color: #666;
}

.btn.dark:hover{
	border: 2px solid #fff;
	background-color: #fff;
	color: #666;
}

.page-header{
	background: url('../images/common/page_header.jpg');
	padding-top: 121px;
}

.page-header .hero-h1{
	position: relative;
	top: 17px;
}

.page-header .hero-h1m{
	position: relative;
	top: 11px;
}


.page-preamble{
	background-color: #f3f0eb;
}

.page-preamble h3{
	line-height: 1.4em;
	color: #666;
	margin-top: 22px;
}

.page-preamble h4{
	color: #666;
}

.page-subtitle{
	color: #666;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 3px;
	line-height: 1.4em;
	
}

.divider{
	background: url('http://placehold.it/1200x600');
	text-align: center;
	background-size: cover;
	padding-top: 22px;
	padding-bottom: 22px;
	background-position: 0px -200px;
}

.divider .btn{
	margin: 0px; 
	display: inline-block;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/****************** MAIN NAV ******************/

#main-nav{
	min-height: 80px;
	max-height: 80px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.95);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	z-index: 20;
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#main-nav.no-bg{
	background: transparent;
}

#main-nav > .row {
	width: 100%;
	max-width: 1920px;
}

#main-nav > .row > .columns {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 0 30px;
}

@media only screen and (max-width: 767px){
	#main-nav > .row > .columns {
		display: block;
		align-items: center;
		width: 100%;
		justify-content: space-between;
		padding: 0 15px;
	}
}

.menu-open{
	max-height: 800px !important;
}

#mobile-toggle{
	font-size: 60px;
	position: absolute;
	top: 0px;
	right: 22px;
	cursor: pointer;
}

#logo{
	width: 248px;
	transform: translateY(10%);
/*	padding-top: 23px;*/
	display: inline-block;
}

@media only screen and (max-width: 767px){
	#logo{
		width: 200px;
		transform: none;
		padding-top: 20px;
		display: inline-block;
	}
}

#logo h6 img {
	display: none;
}

#logo h5{
	color: #888;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	top: -6px;
}

#tel-header{
	padding-top: 15px;
	display: inline-block;
	max-width: 150px;
	margin-left: 20px;
}
@media only screen and (max-width: 960px)  {
	#tel-header{
		padding-top: 20px;
		margin-left: 15px;
		max-width: 120px;
	}
}

#nav-holder {
	margin: 0px;
	padding-top: 28px;
}

#nav-holder ul{
	list-style: none;
}

#nav-holder li{
	display: inline-block;
	list-style: none;
	margin-left: 50px;
	/*width: 130px;*/
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

@media only screen and (max-width: 960px)  {
	#nav-holder li{
		margin-left: 25px;
	}
}

#nav-holder li,
#nav-holder li a{
	font-family: 'Montserrat';
	color: #888;
	
}

#nav-holder li:first-child{
	margin-left: 0px;
}

#nav-holder i{
	font-size: 28px; 
}

.dropdown-container {
	position: relative;
	cursor: pointer;
}

.dropdown-container .sub{
	position: absolute;
	top: 100%;
	left: 0;
	width: 130px;
	max-height: 0px;
	overflow: hidden;
	background: rgb(255,255,255);
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	padding-top: 0px !important;
	margin-top: 28px !important;
	margin-left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}

#nav-holder .sub li{
	width: 100%;
	padding: 11px;
	margin-left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-bottom: 1px solid #e9e6e1;
}

.sub li:hover{
	background: rgb(235,235,235);
	background-color: rgba(235,235,235,0.95);
}

.dropdown-container:hover .sub{
	max-height: 200px;
	opacity: 1;
}

/*********************** Hero *********************/

.hero {
	margin-top: 80px;
	height: calc(100vh - 80px);
	position: relative;
	max-height: calc(1024px - 80px);
	overflow: hidden;
}


.hero.no-mgtop {
	margin-top: 0;
	height: 100vh;
	max-height: 100vh;
}

.hero .herobg {
	height: 100%;
	width: 100%;
	left: 0;
	object-fit: cover;
	top: 0;
	transform: none;
	font-family: 'object-fit: cover; object-position: center;';
}

/*.hero .herobg {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
}*/

/*@supports ( object-fit: cover ) {
  .hero .herobg {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
    font-family: 'object-fit: cover; object-position: bottom;';
  }
}*/

.hero-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	opacity: .9;
}

.hero-logo-ARaaA {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	opacity: .9;
}

.hero-logo img {
	width: 40%;
	opacity: 1;
}

.hero-logo-ARaaA img {
	width: 30%;
	opacity: 1;
}

@media only screen and (max-width: 767px){
	.hero-logo img {
		width: 90%;
		opacity: 1;
	}
}

/*********************** HOME PAGE *********************/

#front-quote{
	background-color: #F6FAFF;
}

#front-quote h3{
	color: #666;
	line-height: 1.4em;
}

#front-quote .hr{
	border-color: #eee;
	width: 50%;
	height: 1px;
}

#front-quote .btn{
	padding: 10px;
	margin-top: 0px;
	width: 220px;
	border: 1px dashed #666;
	color: #666;
}

#front-quote .btn:hover{
	background-color: #666;
	color: #fff;
}

dl.news-box{
	height: 150px;
	overflow: scroll;
}

.news-box dt{
	color: #888;
	float:left;
}

.news-box dt i{
	color: #888;
	font-size: 26px;
	padding: 0 0 0 5px;
}


.news-box dd{
	background-image: url("../images/common/greydash.gif");
	line-height: 25px;
	margin: 0 0 16px 115px;
}

#home-slider .hr{
	width: 50%;
}

#home-slider .btn{
	width: 150px;
}

#home-slider .btn:hover{
	background-color: #fff;
	color: #888;
}

#home-slider .flexslider, .work-slider .flexslider{
	margin: 0px;
}

#home-slider .flex-control-nav, .work-slider .flex-control-nav{
	bottom: 22px;
	z-index: 999;
}

#home-slider .flex-control-paging li a.flex-active, .work-slider .flex-control-paging li a.flex-active {
	background: rgba(255,255,255,0.5);
}

#home-slider .flex-control-paging li a:hover, .work-slider .flex-control-paging li a:hover  {
	background: rgba(255,255,255,0.4);	
}

#home-slider .flex-control-paging li a, .work-slider .flex-control-paging li a {
	background: rgba(255,255,255,0.3);	
}

#table{
	width: 100%;
	border-collapse: collapse;
}
#table td,
#table th{
	padding: 15px;
	border: 1px solid #ccc;
	line-height: 1.6;
}
#table th{
	font-weight: bold;
}
#table thead th{
	background:#e6e6e6;
}

.scrImg {
    left: -100px;
    margin: 0 auto;
    display: none;
    position: relative;
}

/********** FEATURED SERVICES ************/

.service{
	padding: 22px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.odd-tri-up {
	width: 0;
	height: 0;
	border-left: 240px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 11px solid #f3f0eb;
	position: absolute;
	top: -11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.even-tri-down {
	width: 0;
	height: 0;
	border-right: 240px solid transparent;
	border-left: 0px solid transparent;
	border-top: 11px solid #e9e6e1;
	position: absolute;
	bottom: -11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.even-tri-up {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 240px solid transparent;
	border-bottom: 11px solid #e9e6e1;
	position: absolute;
	top: -11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.odd-tri-down {
	width: 0;
	height: 0;
	border-right: 0px solid transparent;
	border-left: 240px solid transparent;
	border-top: 11px solid #f3f0eb;
	position: absolute;
	bottom:-11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.service:nth-child(even){
	background-color: #e9e6e1;
}

.service:nth-child(odd){
	background-color: #f3f0eb;
}

.service i{
	font-size: 70px;
	color: #666;
	background-color: #fff;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: inline-block;
	padding-top: 5px;
	margin-bottom:22px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.service i:hover{
	-moz-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.service h5{
	color: #f12738;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 3px;
}

/************* FEATURED WORK *************/

#featured-work .inner-section{
	padding-top: 0px;
	padding-bottom: 44px;
}

#featured-work .hr{
	border-color: #f3f0eb;
}

.ft-work{
	/*cursor: pointer;*/
	overflow: hidden;
	position: relative;
}

.ft-work:hover img{ 
	right: 10px;
}

.ft-work img{
	height: 200px;
	max-width: 150%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	top: 1px;
}

.ft-work-title{
	padding: 15px;
	background-color: #f3f0eb;
	width: 100%;
	border-bottom: 1px solid #e9e6e1;
	position: relative;
	top: -5px;
}

.ft-work-title h5{
	line-height: 1.2em;
}

#featured-work-slider img{
	display: inline-block !important;
	width: auto !important;
}

/************* HOME SOCIAL ***************/

#home-social{
	background-color: #F6FAFF;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.twitter-bg{
	background-color: #00abed !important; 
}

.facebook-bg{
	background-color: #4862a2 !important;
}

.dribbble-bg{
	background-color: #e44d87 !important;
}

.behance-bg{
	background-color: #000 !important;
}

#home-social .inner-section{
	padding-bottom: 77px;
}

#home-social h3{
	margin-bottom: 22px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social p{
	margin-bottom: 11px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social h4{
	font-size: 27px;
	margin-bottom: 11px;
}


#home-social span{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social i:hover{
	transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5); /* IE 9 */
	-webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
}

#home-social .btn{
	padding: 10px;
	margin-top: 0px;
	width: 250px;
	border: 1px dashed #666;
	color: #666;
	}

#home-social .btn:hover {
	background: #666;
	color: #fff;
}
	
/************* HOME SOCIAL CONTACT ***************/

#home-social-contact{
	position: relative;
	max-width: 600px;
	padding: 20px 30px;
	margin: 20px auto;
	background-color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social-contact .inner-section{
	padding-bottom: 77px;
}

#home-social-contact h3{
	margin-bottom: 22px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social-contact p{
	margin-bottom: 11px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social-contact h4{
	font-size: 27px;
	margin-bottom: 11px;
}


#home-social-contact span{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social-contact .btn{
	padding: 10px;
	margin-top: 0px;
	width: 220px;
	border: 1px dashed #000;
	color: #000;
}

#home-social-contact .btn:hover{
	background-color: #000;
	color: #fff;
}

/************* ABOUT PAGE ******************/

.process i{
	font-size: 100px;
	text-align: center;
	display: inline-block;
	height: 110px;
	width: 110px;
	background-color: #f3f0eb;
	padding-top: 5px;
	border-radius: 50%;
	margin-bottom: 22px;
}

#clients h4{
	margin-bottom: 44px;
}

.process h4{
	margin-bottom: 22px;
}

.team-img-wrap{
	height: 180px;
	width: 180px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0px auto;
	margin-bottom: 22px;
	
}

.team-member ul{
	display: inline-block;
	margin-top: 11px;
}

.team-member li{
	list-style: none;
	float: left;
	margin-left: 11px;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #e9e6e1;
	font-size: 18px;
	padding-top: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.team-member li:hover{
	bottom: 5px;
}

.team-member li:first-child{
	margin-left: 0px;
}

.team-member li i{
	color: #666;
}

#clients{
	background-color: #f3f0eb;
}

#table-noborder{
	width: 100%;
	border: none;
}
#table-noborder td,
#table-noborder th{
	padding: 8px 8px 8px 0;
	border: none;
	line-height: 1.6;
}
#table-noborder th{
	text-align: left;
	font-weight: bold;
}
#table-noborder thead th{
	background:#e6e6e6;
}

/************* SERVICES PAGE ************/

#services-page h4{
	margin-bottom: 22px;
}

/************ TESTIMONIALS **************/

.testimonials-img-wrap{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px auto;
}

.alt-testimonial{
	overflow: hidden;
	position: relative;
}

.alt-testimonial .testimonials-img-wrap{
	width: 80px;
	height: 80px;
	margin-bottom: 11px;
	float: left;
}

.testimonial-title{
	clear: both;
}

.testimonial-body{
	background-color: #eee;
	padding: 15px;
	position: relative;
}

.testimonial-triangle {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #eee;
	position: absolute;
	top: 20px;
	left: -20px;
}

.testimonial-down-arrow {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #eee;
	position: relative;
	left: 40px;
}





/**************** WORK PAGES *************/

.filters{
	list-style: none;
	overflow: hidden;
	margin-bottom: 44px;
	display: inline-block;
}

.filters li{
	float: left;
	padding: 10px;
	border: 1px solid #e9e6e1;
	margin-right: 22px;
	font-size: 13px;
	letter-spacing: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}	

.filters li:last-child{
	margin-right: 0px;
}

.filters li:hover{
	background-color: #f8f8f8;
}

.active-filter{
	background-color: #f3f0eb;
}

.work-item .work-img-holder{
	overflow: hidden;
	cursor: pointer;
}

.work-item .work-img-holder{
	overflow: hidden;
	cursor: pointer;
}

.work-item .work-img-holder img{
	height: 100%;
	max-width: 150%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.work-img-holder img:hover{
	opacity: 0.8;
}

.work-title{
	padding: 15px;
	background-color: #f3f0eb;
	width: 100%;
	border-bottom: 1px solid #e9e6e1;
	position: relative;
	top: -5px;
}

.work-title h5{
	min-height: 2em;
}

.work-title p{
	margin-bottom: 0px;
}

#twocol-container .work-item .work-img-holder{
	height: 300px;
}

#twocol-container h5{
	margin-bottom: 11px;
}

#twocol-container .work-item{
	margin-bottom: 22px;
}

#threecol-container .work-item .work-img-holder{
	height: 250px;
}

#threecol-container h5{
	margin-bottom: 0px;
}

#threecol-container .work-item{
	margin-bottom: 22px;
}

/*************** WORK SINGLE PAGE *************/

.project-details li{
	list-style: none;	
}

.project-details i{
	font-size: 26px;
	margin-right: 11px;
}

.project-details span{
	font-family: 'Montserrat';
}

.work-nav .btn{
	display: inline-block;
	color: #666;
	font-size: 50px;
	margin-top: 0px;
	border: 1px solid #e9e6e1;
	height: 44px;
}

.work-nav .btn:hover{
	background-color: #e9e6e1;
}

.work-nav i{
	position: relative;
	top: -27px;
}

.related-works{
	background-color: #e9e6e1;
}

.related-works h3{
	margin-top: 22px;
	font-family: 'open sans';
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 6px;
}

.related-works .hr{
	border-color: #cecece;
	width: 50%;
	margin-bottom: 44px;
}

.related-works a{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.related-works a:hover{
	opacity: 0.8;
}

/************ BLOG PAGE ***************/

.blog-post{
	margin-bottom: 66px;
	overflow: hidden;
}

.blogcol{
	float: left;
	padding: 0px 5px 0px 5px;
}

.blog-date{
	padding: 10px;
	background-color: #e9e6e1;
	border-radius: 3px;
}

.blog-date h4{
	text-transform: uppercase;
	font-weight: normal;
	color: #444;
}

.blog-img-holder{
	height: 300px;
	overflow: hidden;
}

.blog-img-holder iframe{
	width: 100%;
	border-style: none;
	height: 300px;
}

.blog-img-holder img{
	width: 100%;
	max-height: 200%;
}

.blog-snippet{
	margin-top: 11px;
}

.blog-snippet h4{
	margin-bottom: 5px;
}

.blog-snippet span{
	font-size: 11px;
	color: #888;
}

.blog-snippet p{
	margin-bottom: 11px;
}

.blog-snippet ol li{
	font-size: 13px;
	color: #666;
}

#blog .btn{
	MARGIN-TOP: 22PX;
	padding: 10px;
	display: inline-block;
	color: #666;
	font-size: 13px;
	font-family: 'Open Sans';
	letter-spacing: 3px;
	border: 1px solid  #e9e6e1;
	background-color: #e9e6e1;
	border-radius: 3px
}

#blog .btn:hover{
	background-color: #cdcdcd;
}

.sidebar-widget{
	margin-bottom: 22px;
}

.sidebar-widget h4{
	margin-bottom: 11px;
}

.sidebar-widget p{
	margin-bottom: 0px;
}

#category-widget ul{
	list-style: none;
	margin-bottom: 0px;
}

#category-widget i{
	font-size: 36px;
	display: inline-block;
	height: 33px;
}

#category-widget li{
	margin-top: -11px;
}

#tags-widget h4{
	margin-bottom: 22px;
}

#tags-widget li{
	list-style: none;
	margin-bottom: 17px;
	float: left;
	margin-right: 5px;
	
}

#tags-widget li a{
	padding: 7px;
	background-color: #e9e6e1;
	border-radius: 3px;
	color: #666;
	
}

/***** BLOG SINGLE *****/

.blog-text{
	overflow: hidden;
}

.blog-text h6{
	font-weight: bold;
	padding: 0 0 6px 0;
}


.blog-single-img{
	height: 400px;
	overflow: hidden;
}

.big-quote{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 27px;
	padding: 11px 0px 11px 0px;
	text-align: center;
}

.big-quote h4{
	color: #666;
}

.comment{
	margin-top: 22px;
}

.indent{
	margin-left: 60px;
}

.author-img{
	height: 60px;
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 11px;
}

.author-img img{
	width: 100px;
}

.comment-text{
	max-width: 80%;
}

.comment-text p{
	margin-top: 11px;
}

.comments #contact-form{
	overflow: hidden;
	width: 100%;
}

.comments #form-msg{
	height: 200px;
}


/************** CONTACT PAGE *************/

#google-map iframe{
	width: 100%;
	height: 350px;
	border-style: none;
}

#contact-details p{
	font-size: 16px;
}

#contact-details .hr{
	border-color: #eee;
}

#contact-details ul{
	list-style: none;
}

#contact-details i{
	font-size: 36px;
}

#contact-details li{
	margin-top: -22px;
}

#contact-details li:last-child{
	margin-top: -5px;
}

.form-button{
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 80px;
	background-color: #fff;
	font-size: 13px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	color: #000 !important;
}

.form-button:hover{
	background-color: #f3f0eb;
	color: #666;
}



/********* FOOTER *****************/

#footer{
	background-color: #222;
	color: #e9e6e1;
	line-height: 1.6em;
}

#footer .inner-section{
	padding-bottom: 43px;
}

#footer .btn h6{
	margin-left: 11px;
}

#footer .btn{
	padding: 10px;
	margin-top: 0px;
	position: relative;
	bottom: 59px;
	
}

#footer .btn i{
	position: absolute;
	font-size: 40px;
	left: 5px;
	top: -4px;
}

#footer .btn:hover h6{
	color: #222;
}

#footer .btn:hover i{
	color: #222;
}

#footer .hr{
	
	margin: 0px auto;
	width: 50%;
	border: 1px dotted #444;
	margin-top: 11px;
	margin-bottom: 11px;
}

/************* ISOTOPE STYLES ************/

.work-item {
  z-index: 2;
}

.isotope-hidden.work-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .work-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .work-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .work-item,
.isotope .work-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.work-item {
  z-index: 2;
}

.isotope-hidden.work-item {
  pointer-events: none;
  z-index: 1;
}

#home-front {
	background-color: white;
}


.section-left {
	display: none;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	max-width: 30%;
}

.section-right {
	display: none;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	max-width: 30%;
}

@media (min-width: 1920px) {
	.section-left,
	.section-right {
		display: block;
	}
}


.video-list {
	margin: 2em auto;
	max-width: 480px;
	list-style: none;
	padding: 0 1em;
}

.video-list video {
	width: 100%;
}

.video-list-item * .video-list-item {
	margin-top: 1em;
}

.video-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
/*@media only screen and (max-width: 960px)  {
	.video-title {
		font-size: 18px;
	}
}*/

.video-body {
	margin-top: .5em;
	font-size: 16px;
}

.switch-img {
	position: relative;
	/* width: 80px; */
}

.switch-img--pd67 {
	padding-bottom: 67%;
}

.switch-img--pd76 {
	padding-bottom: 76%;
}

.switch-img_item {
	/* 配置の設定 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	/* アニメーションの設定 */
	opacity: 0;
	/* transform: translateX(50px); */
	/* transition: 200ms; */
}
.switch-img_item.is-current {
	opacity: 1;
	/* transform: translateX(0); */
}