﻿@charset "utf-8";


body, button, input, select, textarea {
font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	letter-spacing:0em;
	line-height:150%;
	color:#222;
}

p{
	font-weight:400;
	color:#555;
}
.pcnone{
	display:none;
}

.color{color:#8CB0BE;}
.accent{color:#E57373;}

body{
    -webkit-text-size-adjust: 100%;
	width:100%;
	margin:0 auto;
	position:absolute;
	top:0px;
	left:0px; 
	right:0px;
}

a, a:link, a:active, a:visited {
	color:#8CB0BE;
}

a:hover{
	color:#ED9898
}

a{
  color:#006898;
  text-decoration:none;
  color:#006898;
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

p{
    -webkit-text-size-adjust: 100%;
}

.page { 
	margin:0px;
	right:0px;
	width: 100%;
}

#page1{	background:#8cb0be;}
#page2{	background:#f6fafb;}
#page3{	background:#FFF;}
#page3{	background-size:100%;}
#page4{	background:#F2F2F2;}
#page5{	background:#FFF;}
#page6{	background:#8CB0BE;}
#page7{	background:#282f35;}


.fixed-bg {
  min-height: 100;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.bg01 {
  background-image: url(../images/topaboutimg.jpg);
}


section{
	padding:100px 0;
    margin:0 auto;
	text-align:center;
    width:1200px;
}

h2{
	font-size:22px;
	line-height:165%;
	text-align:center;
	margin-bottom:65px;
	font-weight:400;
}

em.en{
	font-weight:300;
	letter-spacing:0.1em;
	font-size:20px;
	margin-bottom:35px;
	  position: relative;
	  display: inline-block;

}

em.en:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #8CB0BE; /*下線の色*/
}


a.btn{
	width:180px;
	height:50px;
	margin:50px auto 0 auto;
	font-size:15px;
	line-height:50px;
	display:block;
	text-decoration:none;
	text-align:center;
	border:1px solid #C59A6D;
	background-color:#none;
   color:#C59A6D;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
   vertical-align:middle;
}

a.btn:hover{
	width:180px;
	height:50px;
	margin:50px auto 0 auto;
	line-height:50px;
	display:block;
	text-decoration:none;
	text-align:center;
	border:1px solid #C59A6D;
	background-color:#C59A6D;
   color:#FFF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}



/* header */


#header {
	background-color:#FFF;
	margin:0;
	padding:0;
}


.wrap{
  height: 100%; 
  height: 89vh;
  position: relative; 
  width: 100%;
  margin:0;
  padding:0;
  z-index: 1; 
  overflow:hidden;
  background:#8cb0be;
}




#bg-video{
  background: url('/video_bg.jpg') no-repeat;
  background-attachment: fixed;
  background-position: center bottom; 
  background-size: cover;
  left: 0;
  min-height: 89%;
  min-height: 89vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  z-index: 1;
  bottom:50;
  margin:0;
  padding:0;
  overflow:hidden;
   opacity:0.8;
}


#particles-js{
  width: 100%;
  height: 89vh;
  background-color: #8cb0be;
  background-size: cover;
  background-position: 50% 50%;
 	z-index: 1; 
}

#header img.logom{
	margin:0 auto 0px auto;
	position:absolute;
	top:150px;
	left: 0;
	right: 0;
	z-index: 2; 
	width:100px;
}

#header img.now{
	position:absolute;
	top:20px;
	right: 70px;
}

#header h1{
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-size:180px;
	background-position:center;
	margin:0 auto 0px auto;
	width:250px;
	position:absolute;
	top:300px;
	left: 0;
	right: 0;
	height:60px;
	z-index: 2; 
}

#header p{
	font-size:20px;
	line-height:200%;
	color:#FFF;
	position:absolute;
	margin:0 auto 0px auto;
	top:425px;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 2; 
	letter-spacing:0.05em;
	font-weight:300;
}



#navTop {
	background-color:#FFF;
	width:100%;
	height:100px;
	border:1px solid #DDD;
	margin-bottom:0px;
	z-index: 5; 
}

#navTop ul {
	width:1020px;
	height:100px;
	margin:0 auto;
}

#navTop ul li {
	float: left;
	border-right:1px solid #DDD;
	text-indent:-6789px;
}

#navTop ul li a{
	width:168px;
	height:100px;
	display:block;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

#navTop ul li.nav01 a{background-image:url('../images/navi-home2.png');}
#navTop ul li.nav02 a{background-image:url('../images/navi-about2.png')}
#navTop ul li.nav03 a{background-image:url('../images/navi-works2.png')}
#navTop ul li.nav04 a{background-image:url('../images/navi-menu2.png')}
#navTop ul li.nav06 a{background-image:url('../images/navi-office2.png')}
#navTop ul li.nav05 a{background-image:url('../images/navi-contact2.png')}

#navTop ul li.nav01{
	border-left:1px solid #DDD;
	}
	
#navTop ul li a:hover{
	background-color:#DEDEDE;
}



/* news */

#topnews{
	width:800px;
	margin:0 auto;
}





/* message */

#message{
	text-align:center;
	position:relative;
	width:1000px;
}

#message p{
	text-align:left;
	line-height:180%;
	float:right;
	width:72%;
	margin-top:20px;
}


#message .topabouttxt img {
	float:left;
	margin-left:25px;
}

ul#topcount{
	width:1000px;
	margin:80px auto 30px auto;
}

ul#topcount li{
	float:left;
	width:230px;
	text-align:center;
	margin:0 50px;
}

ul#topcount li img{
	float:left;
	margin-top:30px;
	height:45px;
}

ul#topcount li p{
	margin:0;
	padding:0;
	color:#888;
	border-bottom:1px solid #8cb0be;
	padding-bottom:15px;
	text-align:left;
	width:150px;
	letter-spacing:0.05em;
}

ul#topcount li p.count{
	font-size:38px;
	font-weight:300;
	color:#222;
	margin-bottom:-10px;
	text-align:left;
	width:150px;
	border:none;
	padding-bottom:0px;
}



/* kodawari */

#kodawari ul.topkodawari{
	margin:30px auto 100px auto;
}

#kodawari ul.topkodawari li{
	float:left;
	width:22%;
	text-align:center;
	margin:0 20px;	
}

#kodawari ul.topkodawari li.last{
	margin-right:0;}


#kodawari ul.topkodawari li h3{
	font-size:22px;
	font-weight:nomal;
	margin-bottom:30px;
}

#kodawari ul.topkodawari li em{
	font-size:14px;
	display:block;
	margin:10px 0 6px 0;
}

#kodawari ul.topkodawari li p{
	font-size:14px;
}



/* jisseki */

#design ul.jisseki{
	float:left;
	display:table;
}

#design ul.jisseki li{
	text-align:center;
	float:left;
	margin:20px;
	display:table-cell;
	width:30%;
}

#design ul.jisseki li img{
	width:230px;
	background: #fff; 
	border: 5px solid #fff; 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
    zoom: 1;
    margin-bottom:25px;
}

#design ul.jisseki li h3{
	text-align:center;
	margin-bottom:20px;
}

#design ul.jisseki li p{
	text-align:left;
	font-size:14px;
}



/* price */


#price p{
}


table.stand{
	margin:50px auto 65px auto;
	width:100%;
	background:#FFF;
}

table.stand tr, table.stand td, table.stand th{
	padding:15px 20px 15px 20px ; 
	border:1px solid #DDD;

}

table.stand th{
	text-align:center;
	background-color:#E1EFEC;
	font-weight:400;
}

table.stand tr, table.stand td{
	text-align:left;
}

table.stand tr.bgcolor{
	background:#FAFAFA;
}

table.stand .soba{
	color:#999;
}

table.dotline{
	margin:20px 0 30px 0;
	width:100%;
}

table.dotline tr, table.dotline td{
	border-bottom: 1px #DDD dotted;
	padding:6px 3px 6px 10px ; 
}

table.dotline th{
	text-align:center;
	font-weight:400;
	border-bottom: 1px #DDD dotted;
	padding:6px 3px 6px 10px ; 
	color:#8ABFB9;
}

table.dotline tr, table.dotline td{
	text-align:left;
}



/* contact */

#contact h2{
	color:#FFF;
}

#contact em.en{
color:#FFF
}

#contact em.en:before {
  background-color: #FFF; /*下線の色*/
 }


#contact p{
	color:#FFF;
}

#contact #mailformpro{
	padding:50px;
	margin:50px auto;
	width:1000px;
}


#contact #mailformpro dl{

}

#contact #mailformpro dl dt{
	float: left;
	width:200px;
	display: table-cell;
	font-size:15px;
}

#contact #mailformpro dl dd{
	margin:0 0 0 200px;
	width:800px;
	display: table-cell;
}

#contact #mailformpro dl dd textarea {
	height: 10em !important;
}

#mailformpro input {
	padding:10px 20px;
	width:90% ;
	margin:0 auto;
	border:1px solid #CCC;
	font-size:15px;
	letter-spacing:0.08em;
}

#mailformpro textarea {
	padding:10px 20px;
	width:90% !important;
	margin:0 auto;
	border:1px solid #CCC;
}




/* profile */

#profile h2{
	color:#FFF;
}

#profile em.en{
color:#FFF
}

#profile p{
	color:#FFF;
}

table.footer{
	margin:20px auto 80px auto;
	width:1000px;
	color:#FFF;
}

table.footer tr, table.footer td, table.footer th{
	padding:10px; 
	border-bottom:1px solid #1e2429;
}

table.footer th{
	text-align:center;
	font-weight:400;
}

table.footer tr, table.footer td{
	text-align:left;
}

#profile table.footer a{
	color:#CCC;
}

div#copy{
	color:#999;
	font-size:11px;
	text-align:center;
	margin-top:15px;
	margin-bottom:50px;
}

#profile a.pagetop img{
	width:50px;
}


#f-menutop{
	background-color:#E1E3E4;
	width:100%;
	padding:35px 0;
	margin:0 auto;
	font-size:14px;
	}
	
#f-menutop .Inner{
	width:1200px;
	margin:0 auto;
}

#f-menutop .Inner ul li a{
	background:url('../images/icon.png') no-repeat 0 5px; 
	float:left;
	padding-left:15px;
	margin:0 30px 0 0;
	text-decoration:none;
	color:#3F3F3F;
	}

#f-menutop .Inner ul li a:hover{
	text-decoration:underline;
}

.footerbnr{
	margin-top:-30px;
	float:right;
}



/* thanks */

section#thanks{
	background:#FFF
}

section#thanks h2{
	color:#8CB0BE;
}

section#thanks p{
	text-align:center;
	color:#8CB0BE;
}



.fadeIn {
  transform: translate3d(0, -15px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn2 {
  transform: translate3d(0, 6px, 0);
  transition: 2s;
  opacity: 0;
}

.fadeIn2.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


