@charset "UTF-8";

html{
  font-size:62.5%;
}

*,*::befor, *::after{
  box-sizing: border-box;
}


body{
 background-color:#000;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-family: Raleway,　"Hilagino Kaku Gothi ProN", Meiryo, sans-serif;
}

a.hover:hover{
  opacity: .8;
}
.header{
background-color:#000;
  width: 100%;
  height: auto; 
}
.bosch img{
  width: 100%;
}

.site-map ul a{
text-decoration: none;
color:#fff;
}

.site-map ul a:hover {
    color: #B76EB8;
    text-decoration: none;
    }

.site-map ul{
  margin-bottom: 0;
  padding-bottom: 0;
  list-style: none; 
  height:46px;
  font-size:10px;
  float:right;
  }
  
.site-map li{
  float:left;
  transition-duration: none;
  margin-left:20px;
  margin-bottom:0;
}


.bg-holder {
    background-image: url('../images/bg.png');
    width:100%; 
    height:100%; 
    -moz-background-size:100% auto;
    background-size:100% auto;
    padding:0px;
    background-repeat: no-repeat;
  }
  
ul.bxslider {
  padding: 0;   /* または padding-left: 0; */
  margin: 0;
}
.box-wrapper {
height:auto;
}

.site{
 width:960px;
margin-left:auto;
margin-right:auto;
}

.site-logo {
float:left;
width: 250px;
margin-top:60px;
margin-bottom:10px;
}

.site img a{
  float:left;
  transition-duration: none;
}
.site img{
  width: 100%;
}

.call-nanber{
width:auto;
float:right;
margin-bottom: 0px;
}

.box1{
  background-image:url('../images/nav-bg.png');
  text-align:center;
  width:100%;
  clear:both;
  margin: 0;
  padding: 0;
  height: 46px;
  background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: right bottom;
}

.menu ul{
  display:inline-block;
  margin: 0;
  padding: 0;
  list-style: none; 
  height:46px;
  }

.menu li:hover{
  opacity: 0.3;
}


.menu li{
  float: left;
  width: 160px;
  height:46px;
  
}



#txt{
    width: 200px;
    margin: 50px auto;
    position: relative;
  }
  
.site-title-sub {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}
.site-title-sub::before,
.site-title-sub::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 2px;
  margin: 0 30px;
  background-color: #fff;
  vertical-align: middle;
}


.site-title{
  margin: 50px 0 40px;
  font-size: 7.6rem;
}

.site-description{
  margin-bottom: 50px;
  color: #fff;
  font-size: 1.6rem;
}

.button{
  display: inline-block;
  width: 80px;
  padding: 5px;
  border-radius: 5px;
  background-color: #afa58d;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight:bold;
}

.button:hover{
  opacity: 0.7;
}

.button-showy{
  background-color: #1695A3;
}

.buttons .button{
  margin: 15px ;
}

.about{
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
}

.heading{
  position: relative;
  display: inline-block;
  margin: 60px 0 15px;
  padding-bottom: 5px;
  letter-spacing: 2px;
  font-size: 3rem;
}

.heading::before,
.heading::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #999;
}

.heading::before{
  bottom: 5px;
}

.photo{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.about-text{
  margin: 30px;
  line-height: 2.5;
}

.slider-pro{
position: absolute;
top: 100%;
left: 25%;
right: 25%;
bottom: 100%;
margin: auto;
}

.sp-arrows{
position: absolute;
top: 100%;
left: 0%;
right: 25%;
bottom: 100%;
margin: auto;
}

.works{
  background-color:rgba(0, 0, 0, 0.7);
  padding:  0;
}

.bg-bg{
  background-color:rgba(0, 0, 0, 0.7);
  padding:0px 0 50px 0; 
}


.works:after{content:"";
display:block;
clear:both;
}

.works-wrapper{
  display: table;
  width: 100%;
  margin-top: 60px;
  table-layout: fixed;
}

.work-box{
  position: relative;
  display: table-cell;
}

.work-box::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: no-repeat;
  background-color: f000;
  background-size: 100% 100%;
}


.work-box.tree::after{
  background-image: url('../images/hone02.jpg');
}

.work-box.building::after{
  background-image: url('../images/kao02.jpg');
}

.work-box.lake::after{
  background-image: url('../images/mokutan02.jpg');
}

 .work-box.sky::after{
  background-image: url('../images/psd02.jpg');
}

.work-image{
  display: block;
  width: 100%;
  margin: 0 0 60%;
}

.work-description{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  overflow-y: auto;
}

.work-description-inner{
  display: table;
  width: 100%;
  height: 100%;
  padding: 10 0px;
}
 
.work-text{
  display: table-cell;
  vertical-align: middle;
  font-size: 1,2rem;
  	line-height: 2;
}

.work-text .button{
  width: 60%;
  margin-top: 20px;
  padding: 3px;
}

.button-ghost{
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.work-box:nth-child(odd) .work-image{
  margin: 60% 0 0;
}

.work-box:nth-child(odd) .work-description,
.work-box:nth-child(odd)::after{
  top: 0;
} 


.skills{
  padding: 80px 0;
  background-color: #fff;
  color: #ccc;
}

.skills-wrapper{
  display: table;
  width: 960px;
  margin: 20px auto 0;
  table-layout: fixed;
}

.skill-box{
 display: table-cell;
}	  
	  

.skill-icon{
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  border: 4px solid;
  border-radius: 50%;
  color: #1695A3;
  font-size: 8rem;
  line-height: 142px;
}

.skill-title{
  margin: 10px 20px 10px;
  font-size: 15px;
}	 

.skill-text{
  margin: 0 20px;
  line-height: 2;
  font-size: 12px;
}



.list {
  padding: 80px 0;
  background-color: #fff;
  color: #ccc;
overflow: hidden;
}
.list dt {
width: 500px;
float: left;
padding: 10px 5px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
margin-top: -1px;
}
.list dd {
width: 580px;
float: left;
padding: 10px 5px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
margin-top: -1px;
}
.clearfix {
zoom:1;
}
.clearfix:after {
content: "";
display: block;
clear: both;
}

.news{
background-color:#fff;
color:#000; 
padding: 80px 0;
}
.news-news ul{
display:inline-block;
list-style: none;
text-align:left;
width:100%;
margin:0;
padding: 0;
}

.news-news li{
display:block;
padding-top:10xp;
margin-top:10px;
border-bottom:solid 1px #666;
font-size:14px;
line-height: 25px;
}
.news-news li a{
text-decoration: none;
color: #1695A3;
font-weight:bold;
font-size: 15px;
}
.news-news li a:hover{
  color: #E3BB18;
}
.news-news li:last-child{
  border:none;
}
.news-news h3{
text-align:left;
margin-bottom: 0;
}

.news-wrapper{
width:960px;
margin-top:50px;
margin-left:auto;
margin-right:auto;
height:400px;
}

.news-wrapper:after{content:"";
display:block;
clear:both;
}

.news-news{
float:left;
padding:5px 20px;
text-align:left;
width:60%;
height:auto;
border: 2px dotted #999;  
-webkit-border-top-left-radius: 10px;  
-webkit-border-top-right-radius: 10px;  
-webkit-border-bottom-right-radius: 10px;  
-webkit-border-bottom-left-radius: 10px;  
-moz-border-radius-topleft: 10px;  
-moz-border-radius-topright: 10px;  
-moz-border-radius-bottomright: 10px;  
-moz-border-radius-bottomleft: 10px;  
}

.news-baner{
float:right;
padding:5px;
width:25%;
height:300px;
}

.news-baner a:hover{
  opacity: 0.7;
}

.contact {
  padding: 80px 0 150px;
}
.select-box02 select {
  display: block;
  margin-bottom: 20px;
  width: 70%;
  height: 50px;
  color: #333;
  position: relative;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #D1DBBD;
  appearance: none;
  border: 1px solid #999;
  border-radius: 10px 50px 50px 10px;
}
.select-box02 label {
  position: relative;
}
.select-box02 label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 20px;
  height: 20px;
  margin-top: -57px;
  background: url('../images/arrow2.png') 0 0 no-repeat;
  background-size: 20px;
  pointer-events: none;
}
.formWrap {
  padding: 80px 0 150px;
}
.form-wrap{
  width: 700px;
  height: auto;
  border: 1px solid #333;
  border-radius: 0px;
  margin: 50px auto;
  background: url('../images/noizu.png') 0 0 repeat;
}
.box p{
  float: left;
  font-size: 13px;
  margin-left: -50px;
  color: #b7aa00;
}
.grade{
  border: 1px solid #333;
  border-radius: 0px;
  margin: 0 auto;
  padding-bottom: 30px;
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0.6)), to(rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.contact-form {
  width: 50%;
  margin: 50px auto 0;
}
.contact-form input[type=email]{
  display: block;
  width: 70%;
  margin-bottom: 10px;
  padding: 15px;
  outline: none;
  border: 1px solid #777;
   -moz-box-shadow: rgba(255, 255, 255, 0.7) ;
   -webkit-box-shadow: rgba(255, 255, 255, 0.7) ;
  border-radius: 0;
 background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 12px #000000;
  color: #fff;
}
.contact-form input[type=text],
.contact-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  outline: none;
  border: 1px solid #777;
   -moz-box-shadow: rgba(255, 255, 255, 0.7) ;
   -webkit-box-shadow: rgba(255, 255, 255, 0.7) ;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 12px #000000;
  color: #fff;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5) inset;
}
.contact-form input[type=text]{
  width: 50%;
}

.contact-form textarea {
  height: 150px;
}
.contact-form input[type=submit] {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  width: 200px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=submit]:hover,
input[type=button]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.contact-form input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.formTable {
	width: 350px;
	 padding-bottom: 50px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 1.0);
}

.formWrap h3{
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 5px;
  letter-spacing: 2px;
  font-size: 4rem;
  color: #fff;
}


h4 {
color: #fff;
}

.formWrap a {
color: #cccc3d;
}

.formWrap p{
color: #cccc3d;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #1695A3;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}
.pagetop a:hover {
    display: block;
    background-color: #B76EB8;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* syaken.html */

.main2-wrapper{
color:#000;
width:100%;
font-size:15px;
background-color:#fff;
padding-top:30px;
padding-bottom:30px;
}
.syaken-photo ul{
margin:0;
padding:0;
list-style:none;
}

.syaken-photo-wrapper{
width:960px;
margin-left:auto;
margin-right:auto;
margin-top:50px;
}


.syaken-photo ul:after{
content:"";
display:block;
clear:both;
}

.syaken-photo li{
float:left;
width:33.3%;
}

.syaken-photo{
margin-bottom:50px;
}

.syaken-photo-wrapper h2{
color:#000;
text-align:left;
}

.main-vs{
width:960px;
margin-left:auto;
margin-right:auto;
}

.main-wrapper {
background-color:#000;
margin-top:0;
width:100%;
padding-bottom:30px;
font-size:15px;
}

.pan{
margin:0;
padding:15px;
float:left;
color:#CACACB;
}

.pan a{
text-decoration: none;
color:#E3BB18;
}
.link a{
text-decoration: none;
color:#0081ab;
}
.pan a:hover {
text-decoration: underline;
color: #E3BB18;
}
.link a:hover {
text-decoration: underline;
color: #E3BB18;
}

table.tbl01 {
 width: 100%;
 border-collapse: collapse;
 margin: 0px;
 padding: 0px;
}

tr.tbl01 {
 width: 100%;
 border-left: solid 1px #000000;
 border-top: solid 1px #000000;
}

th.tbl01 {
 border-right: solid 1px #000000;
 border-bottom: solid 1px #000000;
 padding: 8px;
 text-align: center;
 vertical-align: middle;
 font-size: medium;
 font-weight: bold;
}

th.tbl01-al {
 border-right: solid 1px #000000;
 border-bottom: solid 1px #000000;
 padding: 8px;
 text-align: left;
 vertical-align: middle;
 font-size: medium;
 font-weight: bold;
}

td.tbl01 {
 border-right: solid 1px #000000;
 border-bottom: solid 1px #000000;
 padding: 8px;
 text-align: center;
 vertical-align: middle;
 font-size: medium;
 font-weight: normal;
}

td.tbl01-al {
 border-right: solid 1px #000000;
 border-bottom: solid 1px #000000;
 padding: 8px;
 text-align: left;
 vertical-align: middle;
 font-size: medium;
 font-weight: normal;
}

td.tbl01-ar {
 width: 10em;
 border-right: solid 1px #000000;
 border-bottom: solid 1px #000000;
 padding: 8px;
 text-align: center;
 vertical-align: middle;
 font-size: medium;
 font-weight: normal;
}

#Pricing {
 margin:15px;
 padding-bottom: 0px;
 color: #000000;
 vertical-align: top;
 text-align: left;
}

#Pricing h3{
margin: 0px;
}


table.tbl02 {
 width: 100%;
 border-collapse: collapse;
 margin: 0px;
 padding: 0px;
}

tr.tbl02 {
 width: 100%;
 border-left: solid 1px #000000;
 border-top: solid 1px #000000;
}

th.tbl02 {
 border-bottom: solid 1px #000000;
 padding: 6px;
 text-align: left;
 vertical-align: middle;
 font-size: small;
 font-weight: normal;
}

td.tbl02 {
 border-right: solid 1px #000000;
 border-bottom: solid 1px #000000;
 padding: 6px;
 text-align: center;
 vertical-align: middle;
 font-size: small;
 font-weight: normal;
}

td.tbl02-ar {
 border-right: solid 1px #000000;
 border-bottom: solid 1px #000000;
 padding: 6px;
 text-align: right;
 vertical-align: middle;
 font-size: small;
 font-weight: normal;
}



/* syaken.html 終了*/


/* temken.html*/

.tenkenn-wrapper{
width:960px;
margin:50px;
margin-left:auto;
margin-right:auto;
padding-top:50px;

}
.tenken-text-wrapper{
  display: table;
table-layout: fixed;
margin: 50px 0;
}
.tenkenn-wrapper:after{content:"";
display:block;
clear:both;
}


.tenken-img img{
width:100%;
}

.tenken-text{
text-align:left;
width:50%;
margin: 0 auto;
padding:10px ;
display: table-cell;
}
.tenken-text p,.tenken-text1 p{
  margin: 0;
}

.tenken-text h3{
margin: 0;
}
.tenken-text:after{
  content: "";
  display:block;
clear:both;
}
.tenken-text1{
text-align:left;
width:100%;
margin:100px 0 0;
padding: 10px;
display: table-cell;
}
.tenken-text1 h3{
margin: 0;
}
.tenken-text1:after{
  content: "";
  display:block;
clear:both;
}
.tenken-text2{
text-align:left;
margin-top:0px;
}

.tenkenn-wrapper2{
width:960px;
margin:50px auto;
padding: 10px;
height:auto;
}
.tenkenn-wrapper2:after{
  content: "";
  display:block;
clear:both;
}

.tenken-ba1{
width:auto;
float:left;
}
.tenken-ba2{
width:auto;
float:right;
}

.setumei{
float:left;
text-align:left;
width:100%;
margin:0;
}

/* temken.html 終了*/


/* hoken.html*/

.hoken-wrapper{
color:#000;
width:100%;
padding-top:50px;
padding-bottom:50px;
background-color:#fff;
}

.hoken{
width:960px;
margin-left:auto;
margin-right:auto;
padding-top:50px;
height:auto;
}



.hoken-img{
margin-bottom:50px;
}
.hoken-text{
  text-align: left;
  width: 600px;
  margin: 0 auto;
}
.hoken-text-sub{
width:auto;
text-align:left;
 width: 600px;
  margin: 30px auto;
}

.hoken-text-sub h3{
margin:0px;
}

.hoken-text-sub p{
margin:0;
}
.sen{
  width: 100%;
  margin: 100px auto;
  border-top: 3px dotted #333;
}
.hokenzu{
  width: 700px;
  margin: 0 auto;
  padding: 0;
}
.hokenzu img{
  width: 100%;
}


/* hoken.html 終了*/

/* hanbai.html*/

.main-wrapper-hanbai{
background-color:#000;
margin-top:0;
margin-bottom:0;
width:100%;
padding-bottom:0px;
font-size:15px;
}

.main-pan{
width:960px;
margin-left:auto;
margin-right:auto;
}

.main-vs2{
clear: left;
width: 960px;
margin:0 auto;
}

.main-vs2 img{
  width: 100%;
}

.hanbai-photo-last{
background-color:rgba(0, 0, 0, 0.8);
width:100%;
}

.hanbai-photo-last img{
width:400px;
}

.hanbai-bg{
width:100%;
background-image: url('../images/');
-moz-background-size:100% auto;
background-size:100% auto;
padding:0px;
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
  background-attachment:fixed;             /* 背景画像を固定する */ 
}

.hanbai-wrapper{
background-color:rgba(0, 0, 0, 0.9);
  padding-top:80px;
  padding-bottom:10px;
}  
  
.hanbai-section-wrapper{
width:100%;
margin-bottom:100px;
} 
  
.hanbai-text-wrapper{
width:960px;
height:250px;
margin-left:auto;
margin-right:auto;
background-color:rgba(255, 255, 255, 0.0);
padding:0px;
border-radius: 30px;        /* CSS3草案 */  
-webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 30px;   /* Firefox用 */   
}

.hanbai-photo{
width:300px;
height:auto;
float:right;
padding:40px;
}

.hanbai-photo img{
width:100%;
float:left;
}

.hanbai-photo2{
width:300px;
height:auto;
float:left;
padding:40px;
}
.hanbai-photo2 img{
width:100%;
}

.hanbai-text{
color:#fff;
text-align:left;
width:50%;
float:left;
padding:40px;
}

.hanbai-text2{
color:#fff;
text-align:left;
width:50%;
float:right;
padding:40px;
}

.hanbai-button-wrapper{
width:960px;
margin-bottom:50px;
margin-left:auto;
margin-right:auto;
padding-bottom:50px;
}

.hanbai-button-l{
width:100%;
text-align: center;
}

.hanbai-button-l p{
margin-right:30px;
}

.hanbai-button-r p{
margin-left:30px;
}

.hanbai-button-r{
width:50%;
text-align: left;
float:left;
}


.hanbai-button-r img{
width:200px;
}

.hanbai-button-l img{
width:200px;
}
.auto-credit{
  color:#fff;
  text-align: left;
  width: 550px;
  margin: 0px auto 150px;
   padding:20px;
    border-radius:10px;
    outline: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.3);
}
.auto-credit span{
  font-size:20px;
}
.auto-credit p{
  margin: 5px 0;
  padding:0;
}
.auto-credit h2{
  margin: 0;
}
a.btn{
  display: inline-block;
  width: 120px;
  margin: 45px 40px 40px;
  padding: 15px 10px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
}
a.sample11 {
  position:relative;
  z-index:2;
  overflow:hidden
}
a.sample11::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#fff;
  transition:.3s
}
a.sample11:hover {
  color:#555
}
a.sample11:hover::after {
  width:130px;
  height:130px;
  margin:-65px 0 0 -65px
}
/* hanbai.html 終了*/


/* kaitori.html */



.kaitori-wrapper{
width:100%;
padding:50px;
background-color:#fff;
}

.kaitori-text{
width:960px;
color:#000;
margin-left:auto;
margin-right:auto;
text-align:left;
}

/* kaitori.html 終了*/

/* gaiyou.html */

.gaiyou-wrapper{
width:100%;
background-color:#fff;
margin:0;
padding:50px 0px;
}

.gaiyou-text{
width:960px;
background-color:#fff;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
color:#444;
}

.gaiyou-text h2{
padding-bottom:0;
margin-bottom:0;
text-align:left;
color:#1695A3;
font-size:17px;
}

.tennai-wrapper{
  width:100%;
  background-color:#fff;
  color:#333;
  padding: 80px 0 0;
}
.tennai{
  width:860px;
  margin:0 auto ;
  padding: 0 0 50px;
}
.tennai-text{
  width: auto;
  height: auto;
  height:auto;
  float: left;
}
.tennai-text2{
  width:  auto;
  height: auto;
  height:auto;
  float: right;
}
.tennai-text img{
  width:100%;
}
.tennai-text2 img{
  width:100%;
}
.midasi {
  width: 960px;
  margin: 0 auto;
  padding:0 0 50px;
}
.midasi h3 {
  color:#656268;
  position: relative;
  text-align: center;
}
.midasi h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.midasi h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.tennai-wrapper,.tennai:after{
  content: "";
  display:block;
clear:both;
}
figure {
  position: relative;
  overflow: hidden;
  width: 400px;
  margin: 0;
}
figcaption {
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
}
figure:hover figcaption {
  right: 100%;
}
figure.sekou {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0px;
}
figcaption.sekou {
  font-size: 20px;
  padding: 10px;
  color: #fff;
  position: absolute;
  bottom: 250px;
  right: 0px;
  z-index: 2;
  width: 100%;
  height: 50px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .5s;
  transition: .5s;
}
figure.sekou:hover figcaption.sekou {
  right: 100%;
}

#recruitment2 {
	width: 950px;
	height: auto;
	}

	
table.recruit{
	width:100%;
	margin:0px 10px ;
	border-collapse: separate;
	border-spacing: 0px;
	margin-left:auto;
margin-right:auto;
	}

.recruit th{
	width: 20%;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	background-color: #f0f0f0;
  border-top: 2px solid #fff;
	border-bottom: 1px solid #a9a9a9;
	}

.recruit td{
	vertical-align: middle;
	text-align: left;
	padding: 20px;
	background-color: #fafafa;
  border-top: 2px solid #fff;
	border-bottom: 1px solid #a9a9a9;
	color: #000;
	}	
	
.map_canvas-wrapper h2{
padding-bottom:0;
margin:0;
text-align:left;
color:#1695A3;
font-size:17px;
}	
	
.map{
width:100%;
background-color:#fff;
padding:0 0 50px 0;
}	
	
.map_canvas-wrapper{
width:960px;
margin-left:auto;
margin-right:auto;
}


/* gaiyou.html 終了*/

.footer-text-wrapper{
width: 300px;
height: auto;
float: left;
}

.zyuusyo{
width:960px;
text-align:left;
}

.footer-come{
width:auto;
float:left;
}
.bosch{
width: 200px;
float:right;

}
.footer-text-wrapper:after{
  content:"";
  display: block;
  clear: both;
}
.footer-text{
width:auto;
float:left;
padding:10px  15px 10px 0px;
}

.footer-text a{
text-decoration: none;
color:#fff;
}

.footer-text a:hover {
    color: #B76EB8;
    text-decoration: none;
}

.footer{
width:960px;
height: auto;
 background-color:#000;
  margin: 100px auto;
  font-size: 1.0rem;
  clear: both;
}

.row{
  font-size:14px;
  float:left;
  text-align:center;
  margin-right:20px;
  margin-bottom:8px;
  border-radius:3px;
  list-style:none;
}
.wrapper{
float:right;
padding-bottom:0;
}
.twitter{
  float: left;
  width: 200px;
  background:#55acee;
  box-shadow:0 5px #2795e9;
}
.twitter:hover{
  background:#83c3f3;
}
.facebook{
  width: 200px;
  background:#3b5998;
  box-shadow:0 2px #2d4373;
}
.facebook:hover{
  background:#4c70ba;
}

.facebook a{
  display:block;
  height:27px;
  padding-top:6px;
  color:#ffffff;
  text-decoration:none;
}
.facebook a:hover{
  text-decoration:none;
  color:#ffffff;
}
.twitter a{
  display:block;
  height:27px;
  padding-top:6px;
  color:#ffffff;
  text-decoration:none;
}
.twitter a:hover{
  text-decoration:none;
  color:#ffffff;
}

/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa {
  -webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
  -webkit-animation-duration:3s;
  -webkit-animation-iteration-count:infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function:ease;
  
  -moz-animation-name:fuwafuwa;
  -moz-animation-duration:3s;
  -moz-animation-iteration-count:infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーション！ */
@-webkit-keyframes fuwafuwa {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, -10px);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
  0% {-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, -10px);}
  100% {-moz-transform:translate(0, 0);}
}

/* プロフィールページ　神崎翔*/
.profile-wrapper{
  width:100%;
  padding:50px 0;
  text-align: left;
}
.profile-wrapper:after{
  content:"";
  display:block;
  clear:both;
}
.profile{
  width:960px;
  margin:70px auto;
}
.profile-photo{
  width: 300px;
  margin:100px 0;
  padding:0;
  float:left; 
}
.profile-main{
  width: 60%;
  float:right;
  text-align:left;
}
.profile:after{
  content: "";
  display: block;
  clear:both;
}


.profile-midasi{
  margin: 30px 0px;
}
.profile-midasi:first-child{
  margin-top:  10px;
}
.profile-midasi h3,.profile-midasi p,.profile-main h2{
  margin:5px 0;
}
.profile-midasi h3{
  border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    width: auto;
}
.profile-midasi li{
  margin:0;
  padding:0;
}
.profile-midasi img{
  width:100%;
}

.youtube-wrapper{
  display: table;
  table-layout:fixed;
  text-align: center;
  margin-top: 30px;
}
.youtube{
  display:table-cell;
  width: 480px;

}
.syou{
  width: auto;
  float:right;
  margin: 0;
  padding:0;
}

/* 表示文字の装飾 */
.tooltip1 img{
  width: 250px;
}
div.tooltip1{
    color: #555;
    display: inline-block;                        /* インライン要素化 */
}
 
/* ツールチップ部分を隠す */
div.tooltip1 span {
    display: none;
}
 
/* マウスオーバー */
div.tooltip1:hover {
    position: relative;
    color: #333;
}
 
/* マウスオーバー時にツールチップを表示 */
div.tooltip1:hover span {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: -70px;
    font-size: 90%;
    color: #fff;
    background-color: #3498db;
    width: 205px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
}
 


/* 神崎翔部分 */
#sideWrap{
  width: 100%;
}
#side{
  width: 300px;
  margin-top: 70px;
}
.profile-main h2{
  padding: 5px 10px;
  border-left: 6px solid #E3BB18;
  border-bottom: 1px solid #ccc;
}
.bicycle{
  margin-top:130px;
}
.bicycle img{
width: 100%;

}
/* アメブロ部分 */
.blog{
  width: 100%; 
  clear: right;
  margin-top:185px;
}
.blog h2{
  margin:0;
}

#feed{
  margin-top: 30px;
  background-color: #fff;
  padding: 30px;
  color: #666;
  text-align: left;
}
#feed h3{
  border:none;
}
#feed div a{
  color: #E3BB18;
}
#feed div{ 
  position:relative;
  margin-bottom: 30px;
}
 #feed div:last-child{
  border:none;
  }
 #feed img{
  width: 150px;
 }

 /* 語録とギャラリー */
.gallery ul{
  background-color: #000;
 }

.ri-zento{
  margin: 150px auto 0;
  width:200px;
 
}
.ri-zento img{
  width: 100%;
}

.goroku {
  margin: 150px 0;
}

#slider3{
  margin-top:10px;
}

.goroku  p{
  padding:10px;
}
.gallery{
  margin-top: 200px;
}
.gallery:after{
  content:"";
  display: block;
  clear: both;
}
.gallery img{
  width: 100%;
}
.goroku h2,.gallery h2{
  text-align: left;
 padding: 5px 10px;
  border-left: 6px solid #3498db;
  border-bottom: 1px solid #ccc;
  margin-bottom:0px; 
  margin-top:100px;
}

.privacy{
  background-color:rgba(255, 255, 255, 0.9);
  color: #666;
  clear: left;
  width: 920px;
  margin:0 auto;
  text-align:left;
  line-height: 30px;
  padding: 20px;
}
 /* サイトマップ */
.sitemap-wrap{
  width: 960px;
  margin:100px auto;
  padding: 0px 0 100px;
  text-align: left;

}
.sitemap-wrap ul{
  list-style: none;
  padding: 0;
}
.sitemap{
}
.sitemap li{
  line-height: 35px;
  margin-bottom: 50px;
}
.sitemap li a{
  font-size: 18px;
  text-decoration: none;
    color: #8f82bc;
}
.sitemap li a:hover{
  font-size: 20px;
    color: #E3BB18;
}

 /* サイトマップ終わり */
 /* 新着情報 */
#contents{
  width: 960px;
  margin:30px auto 500px;
  padding:  0;
}
#left {
  width: 60%;
  float: left;
    clear: both;
}
#left .dv1 img{
  width: 600px;
}
.midashi-wrap{
  width: 100%;
  text-align: left;
}
.midashi{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.ko-midashi{
  font-size: 10px;
  }
#news .dv1 a:hover{
  color: #E3BB18;
}
#news{
margin-top: 30px;  
}




 /* 新着情報終わり */