﻿/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#000;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

.clear {
    clear:both;　
}



.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


/*===========================
  Header
============================ */

#logo { align-content:center; }


/*===========================
  nav
============================ */

#contents   {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1024px;
    min-width: 480px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}


#contents span{
	font-size:12px;
	color:#7C7878;
}

.box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 30px 0;
}

/*===========================
 NEWS
============================ */

#acMenu dt{
    display:block;
    width:95%;
    line-height:25px;
    text-align: left;
    border-bottom:#666 1px solid;
    cursor: pointer;
	padding-top:5px;
    }
	
#acMenu dd{
    background:#fff;
    width:95%;
    line-height:25px;
    text-align: left;
    border-bottom:#ccc 1px solid;
    display:none;
	padding-left:25px;
    }
	


/*===========================
 About
============================ */
.aboutus{
	margin-left:20px;
	padding-right:40px;
	float:left;
	width:100%;
	padding-bottom:50px;
}
	
.aboutus h3{
	font-size:18px;
	font-weight:600;
	line-height:1.5;
	margin-bottom:15px;
}

.aboutus p{
	font-size:14px;
	line-height:1.5;
	margin-bottom:20px;
}

.aboutus img{
	margin-bottom:20px;
}
	
.aboutus_r{
	float:right;
	width:20%;
	
}

.features p {
	margin-bottom:70px;
	color:#fff;
}

.main-feature {
	padding-bottom:20px;
	padding-top:20px;
}

.main-feature .media {
	margin-top:10px;
	margin-bottom:10px;
}

.main-feature h2{
	font-size:22px;
	color:#fff;
	padding-left:40px;
}

.main-feature hr{
	margin-left:40px;
	margin-top:0;
}

/*===========================
 Google Maps レスポンシブ
============================ */

.ggmap {
position: relative;
marfin-left:30px;
padding-bottom: 30%;
height:0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 350px;
}


/*===========================
	Works
============================ */
.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  position: absolute;
  top: 20px;
  left: 30px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;

}
.recent-work-wrap .recent-work-inner p{
  margin-top: 30px;
}
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #696969;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 24px;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#portfolio {
  margin-top: 50px;
  margin-bottom:50px;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #848484;
  border: 1px solid #504d4a;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

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

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-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 .isotope-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 .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*===========================
	strip js
============================ */


/*ウインドウの背景を透過*/
.strp-container, .strp-window{
background-color: rgba(0,0,0,0.6);}
 
/*キャプションの背景色を白に変更し透過、文字色を黒に変更*/
.strp-info {
color: #000;
background-color: rgba(255,255,255,0.6);
}
/*ページ番号の文字色を黒に変更*/
.strp-position {
color: #000;
}

/*===========================
	footer
============================ */
.footer {
	background:#9a9a9a;
	padding:50px;	
}

.footer p {
	margin-top:-8px;
	font-size:13px;
	line-height:30px;
}

.footer h2 {
	color:#fff;
	margin-bottom:30px;
	font-size:18px;
}

.footer h3 {
	color:#fff;
	margin-bottom:20px;
	font-size:18px;
}

.footer p {
	color:#fff;
	margin-bottom:50px;
	font-size:13px;
}

.footer ul {
	text-decoration:none;
	list-style:none;
	margin-left:-40px;
	font-size:13px;
}

.footer li {
	color:#fff;
}


.footer ul li:hover {
	color:# 8B8B8B;
	cursor:pointer;	
}

.sub-footer a {
	color: #fff;
	font-size:13px;	
}

.sub-footer span {
	color: #fff;
}

.sub-footer a:hover {
  color: #ED502E;
}

.sub-footer {
	background:#545454;
	padding:30px;
}
.sub-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sub-footer ul > li {
  display: inline-block;
  color:#fff;
  font-size:13px;
  margin-right:30px;
}

a.scrollup{
    color:#fff;
	height:40px;
	width:40px;
	font-size:12px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:40px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#626262;
	color:#fff;;	
}