/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Cutive%20Mono:400);
p {
	font-size: 12px;
	line-height: 22.4px;
	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: 16px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	font-weight: 700;
}
.btn {
	background-color: #333;
	margin: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 3%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #337ab7;
}
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;
	color: #c0c0c0;
}
body {
	/* ↓original */
	font-family: Baskerville, Century, "ヒラギノ明朝 ProN W3";
	font-weight: 400;
	color: #c0c0c0;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 50px 0 0 0;
	margin-bottom: -40px;
	font-size: 3vw;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.extra-padding {
	margin: 60px 0 0 100px;
}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	max-width: 1167px;
	width: 100%;
	z-index: 999;
	margin: 0 auto;
}
#header .header-content {
	/* original
	margin: 0 auto;
	padding: 23px 12% 0 12%;
	width: 85%;
	*/
	padding: 20px 2px 0 2px;
	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: 20px;
}
.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;
}

/* 2017.09.12 takai adjust */
.navigation, .navigation a {
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	letter-spacing: 4px;
	height: 52px;
}
.navigation a:hover, .navigation a.active {
	color: #9d9d9d;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 3.7%;
	text-indent: 100%;
	/*top: 4.5%;*/
	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);
}

/*
2017.09.28 takai drop_menue
*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 470px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  /*background: #8a9b0f;
  color: #fff;*/
  font-size: 14px;
  text-decoration: none;
}
.dropmenu li p{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 2.5;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 120%;
  height: 25px;
  margin: 0 0 4px 0;
  background: #fafafa;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.dropmenu li ul li a{
  padding: 1px 15px;
  margin: 0 0 0 13px;
  border-top: 2.5px solid #f4f4f4;
  text-align: left;
}

/* ドロップ効果 */
#fade-in li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: 1.5s;
}
#fade-in li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/*   これまでのフェードイン効果
#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}
*/

/* ------------------------------------------------------------------------------
	 Hero content
-------------------------------------------------------------------------------*/
.hero {
	margin-top: 1%;
}
.hero h1 {
	font-size: 48px;
	text-transform: uppercase;
}
.hero h4 {
	font-weight: 400;
}
.hero p {
	padding-top: 20px;
}
/* 2017.08.18 takai 問い合わせ特殊処理 */
.hero_contact {
	margin-top: 5%;
}

/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio .portfolio-item {
	right: 0;
	margin: 20px 0 20px;
	padding: 0 10px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-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;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

/* takai adjust */
#portfolio .portfolio-item2 .portfolio-link2 .caption2 {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item2 .portfolio-link2 .caption2:hover {
	opacity: 0.8;
}
#portfolio .caption2 .caption-content2 {
	float: left;
	position: absolute;
	width: 44.6%;
	margin-top: -10px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .caption3 {
	float: left;
	width: 47.2%;
	margin-top: 10px;
}



#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#portfolio * {
	z-index: 2;
}

/*
2017.08.18 takai add
実績詳細ページの見出しフォントサイズ調整
画面横幅に応じてフォントサイズ調整
*/
#portfolio h3 {
	font-size: 1.17em;
}
#portfolio h4 {
	font-size: 1.1em;
}


/*
2017.08.14 takai menu_drop
メインコンテンツの位置調整
.main_contents→works
.contact_main→contact
*/
.main_contents {
	margin-top: -10px;
}
.contact_main {
	margin-top: 0px;
}

/* ------------------------------------------------------------------------------
	 works-info
	 2017.08.18 takai add
-------------------------------------------------------------------------------*/
#works-info {
	margin: 0.3px 0 0;
}

/* ------------------------------------------------------------------------------
	 about
	 2017.10.13 takai add
-------------------------------------------------------------------------------*/
.about_text {
	position: relative;
	margin: 100px 0 0 25%;
	color: #2d3033;
}

.about_table tr {
	width: 120%;
}

.about_table th {
	width: 30%;
	height: 35px;
}

.about_table td {
	width: 100%;
}

/* ------------------------------------------------------------------------------
	 Service
-------------------------------------------------------------------------------*/
.service {
	margin-bottom: 50px;
}
.service h4 {
	font-size: 19px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}
.service-content {
	margin-top: 30px;
}
.service .icon {
	color: #a1a4a8;
	font-size: 48px;
}
.service-content h5 {
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background-color: #ffffff;
	/*background-color: #333;*/
	/*padding: 7%;*/
	/* 2017.08.18 takai footer Height Adjust */
	padding: 2.5%;
}
.footer h4 {
	color: #909090;
	/*color: #fff;*/
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	color: #909090;
	/*color: #c8c8c8;*/
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
/* ------------------------------------------------------------------------------
	 Work Details
-------------------------------------------------------------------------------*/
.work-detail img {
	width: 100%;
	text-align: center;
}

.work-detail a
{
	color:#000;
}