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

body {
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', ,'Open Sans', sans-serif;
	font-weight: 400;
	color: #6c7279;
}

/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/

#header .logo {
	/*font-size: 21px;
	color: #000;
	font-weight: 700;*/
	background: url("../images/logo.png")no-repeat left center;
	background-size: contain;
	height: 64px;
	width: 180px;
	float: left;
	max-width: 100%;
}

.navigation {
	float: right;
	margin-top: 22px;
	}	

#header.fixed .header-content {
	border-bottom: 0;
	/*padding: 20px;*/
	/*vertical-align: top;*/
}


#header .header-content {
ß
	}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*.carousel {
	width: 94%;
	margin: auto;
}*/

/*.container-fluid-wk {
	margin:-100px 0 80px 0;
}*/

#profile {
	width: 94%;
	margin: 6% auto;
}
	
#profile th{
		width: 10em;
		}

.section-services {
	padding: 50px 0;
	margin: -250px 0 0 0;
	background-color: #f2f2f2;
}

.co-title{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 0 5px white;
	padding: 0.4em 0.6em;
	margin: 10px 0;
	background: -webkit-repeating-linear-gradient(-45deg, #f2dce6, #f2dce6 3px,#f2dce6 3px, #edcedc 7px);
	background: repeating-linear-gradient(-45deg, #f2dce6, #f2dce6 3px,#f2dce6 3px, #edf7f6 7px);
} 

.side {
/*  display: flex;*/
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 	102px;
  width: 36px;
  height: 16em;
  background: #edb4d4;
  padding: 1% 0% 1% 0;	
  z-index: 1000;
	writing-mode: vertical-rl;
  	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	
  border-radius: 0 3px;
    -webkit-border-radius: 0 3px; 
    -moz-border-radius: 0 3px; 
	-ms-border-radius: 0 3px;
}  
	

.side a{
	font-size: 16px;
  	color: #d62f87;
}

.square_btn{
    display: inline-block;
    padding: 0.7em 4em;
    text-decoration: none;
    background: #668ad8;
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
	margin-top: 2em ;
}
.square_btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
    border-bottom: none;
}

.botan {
	text-align:center;
}

#page-top{
	position: fixed;
	bottom: 10%;
	right: 3px;
	z-index: 1000;
}



@media screen and (max-width: 1024px) {
#header .header-content {
	width: 100%;
	background-color: #ffffff;
}
.testimonials blockquote {
	padding: 	18px 5% 0;
}
.testimonials p {
	font-size: 16px;
}
.carousel{
	width: 94%;
	height: 100%;
	margin: auto;}	

.carousel-caption {
			bottom: 10%; 
		}
}


/* ------------------------------------------------------------------------------
   404css
-------------------------------------------------------------------------------*/

#work-detail .container-fluid{
  margin-top:100px;
  padding: 10px;
  
}

#work-detail .container-fluid h4 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0 5px white;
  padding: 0.4em 0.6em;
  margin: 10px 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f2dce6, #f2dce6 3px,#f2dce6 3px, #edcedc 7px);
  background: repeating-linear-gradient(-45deg, #f2dce6, #f2dce6 3px,#f2dce6 3px, #edf7f6 7px);
} 

 #work-detail p{
  font-size : 18px;
  margin: 50px;
  
}
#work-detail a {
  background-color: #333;
  margin-top: 20px;
  margin-left: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0px;
  padding: 2% 3%;
  display: inline-block;
  text-transform: uppercase;
}


		
 