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

body{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #444;
	background-color: #FFF;
	padding-top: 100px;
}
@media(max-width:767px){
	body{
		padding-top: 60px;
	}
}

i{
	color:rgba(31,46,85,1.00); 
}
.Indigo
{
	color:rgba(31,46,85,1.00); 
}
/*サイトロゴ */

.site-logo {
	margin: 0;
	padding: 12px 26px 0 26px;
	background-color: #fff;
}
.site-logo img {
	display: block;
	height: 34px; 
}
@media (min-width: 768px) {
  .site-logo img {
    height: auto;
  }
}

.top_tt{
	float: right;
	width: 60%;
	text-align: right;
}
.tel_color{
	color:rgba(31,46,85,1.00);
	font-size: 2em;
	font-weight: 600;
	line-height: 0.6;
}

/*ヘッダー用のスタイル*/
@media (max-width: 991px) {
  .header {
    height: 60px;
	
  }
}
.header{
	background-color: rgba(255,255,255,1.00);
}
.header-container {
  max-width: 1200px;
  max-height: 80px;
  margin: 0 auto;
  background-color: #fff;
}
@media(max-width:767px){
	.navbar-wrap{
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		
	}
}
@media(max-width:991px){
	.aa{
		width: 100%;
		display: block;
		text-align: left;
		margin-bottom: 10px;
	}
	.bb{
		display: none;
	}
}

@media(min-width:992px){
	.aa{
		display: none;
	}
	.bb{
		display: block;
	}
}

/*ナビゲーションメニュー*/

.navbar-default {
	border-width: 0;
	background-color:rgba(255, 255, 255, 1.0);
}
@media (max-width: 991px) {
 .navbar-header {
       float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
     /*  .navbar-nav {
        float: left!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }*/
	.navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (min-width: 991px) {
  .navbar-default {
	  background-color: transparent;
	}
}
.navbar-default .navbar-nav > li {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 16px;
	letter-spacing: .025em; 
	text-transform: uppercase;
	text-shadow: 2px 2px 2px  rgba(0, 0, 0, 0.4);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
.navbar-default .navbar-nav > li > a {
	color: #000; 
}
.navbar-default .navbar-nav > li >  a:hover {
	background: rgba(0, 0, 0, 0.4) !important;
	color: #fff; 
}
@media (min-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		line-height: 20px;
	}
	.navbar-default .navbar-nav > li >  a:hover {
		background: rgba(0, 0, 0, 0.0) !important;
		color: rgba(137,182,248,1.00);
	}
}

.navbar-default .navbar-toggle {
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #fff;
}
.menu-global {
	background-color: #fff;
}
@media (min-width: 991px) {
	.menu-global {
		margin: 20px 0 0;
	}
}
@media (min-width: 991px) {
	.menu-global-main > li {
		position: relative;
	}
	.menu-global-main > li:before {
		line-height: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -.125em;
		display: block;
		width: 1em;
		height: 1em;
		margin: auto;
		content: "/";
		vertical-align: middle;
	}
	.menu-global-main > li:first-child:before {
		display: none;
		content: "";
	}
}
.menu-global-sns li {
	float: left;
}
.material-icons {
	font-size: 0.5em;
}

/*メインビジュアル*/


 /*skyhome文字差し替え*/

.pc{display: block !important;}
.sp{display: none !important;}
.yo{display: none !important;}
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
.yo{display: none !important;}
}


.main{
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,1.00);
	padding-top: 10px;
}

.main-visual{
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
  	background-image: url(../img/main01.jpg);
	background-position: top 60px right;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	
}

@media screen and (min-width:768px) and (max-width:1199px){
	.main-visual{
		background-position: top 100px right;
		background-size: contain;
		padding-top: 250px;
	}
}
@media screen and (min-width:1200px) {
	.main-visual{
		max-width: 1200px;
		background-position: top 100px right 30%;
		background-size: contain;
		padding-top: 250px;
	}
}
.tate{
   /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
	position: relative;
	top:50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.2em;
	color: rgba(255,255,255,1.00);
	text-shadow: 0 1px 3px rgba(0,0,0,0.35);
    line-height: 1.7;
	width: 50%;
	background-color: rgba(102,102,102,0.50);
	padding: 5px 10px;
	margin-left: 10%;
}
.tate h1 {
    font-size: 26px;
    font-weight: 600;
}
.tate p{
	font-size: 20px;
	margin-left: 10%;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.tate{
		width: 90%;
		margin: 0 auto;
	}
	.tate h1 {
		width: 80%;
    font-size: 20px;
    font-weight: 600;
}
.tate p{
	font-size: 16px;
	margin-left: 10%;
	margin-top: 10px;
}
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}

.table-cell {
 display: table-cell; 
 vertical-align: middle;
}

.title-border {
display: flex;
align-items: center;
}
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:after {
margin-left: 1rem;
}

/*SKYHOME & SERVICE*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap{
	width: 100%;
}
.contents-wrap{
	padding-left: 20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.contents-wrap > div{
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
}

.contents-inner-4{
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}
.contents-wrap:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.square{
	position: relative;
	background-image: url(../img/a.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	padding: 5px;
	opacity: 0.2;
}
.square2{
	position: relative;
	background-image: url(../img/b.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	padding: 5px;
}
.square3{
	position: relative;
	background-image: url(../img/c.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;	
	height: 150px;
	padding: 5px;
}
.back_color{
	position: relative;
	background-color: rgba(31,46,85,.70);
	height: 140px;
	padding: 5px;
}
.square4{
	position: relative;
	background-image: url(../img/d.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;	
	height: 150px;
	padding: 5px;
}
.square h4,.square2 h4,.square3 h4,.square4 h4{
    position: absolute;
    top: 40%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
	width: 150px;
    text-align: center;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
}
@media screen and (max-width: 960px) {

	.contents-inner-4{
		width:  25%;
	}
}
@media screen and (max-width: 764px) {
	.contents-inner-4{
		width: 25%;
	}
}
@media screen and (max-width: 480px) {

	.contents-inner-4{
		width: 50%;
		padding-bottom: 10%;
	}
}
@media screen and (max-height: 414px) {

.contents-inner-4{
		height: 60px;
		padding-bottom:10px; 
	}
}
.cover { 
    position: relative;
	width: 100%; 
	margin: 0; 
	padding: 0; 
}
.cover2 { 
    position: relative;
	/*background-color: rgba(255,255,255,1.00);*/
	width: 100%; 
	margin: 0; 
	padding-bottom: 0px
}
.section { 
	height: 100vh; 
	/*background-color: rgba(255,255,255,1.00);*/
}
.section2 { 
	height: 100vh;
	color: rgba(0,0,0,1.00);
	/*background-color: rgba(255,255,255,1.00);*/
	/*background-image: url(../img/service_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size:contain;
	background-attachment: fixed;*/
	padding-top: 10px;
}

.centerBox { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	margin: auto; 
	width: 90%; 
	height:50%; 
	text-align: center; 
}

.centerBox2 { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	margin: auto; 
	width: 90%; 
	height:50%; 
	text-align: center; 
}

.effect h1 {
  height: 80px;
  padding: 20px;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: rgba(31,46,85,1.00);
  font-size: 20px;
  text-align: center;
  transition: .8s;
  transition-delay: 0;
} 
.effect div {
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: justify;
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}
.effect i{
	margin: 0 auto;
	text-align: center;
}
.effect p{
	margin: 0 auto;
	text-align: center;
	line-height: 2;
}
.effect-small{
	text-align: center;
	font-size: 0.25em;
	color: rgba(31,46,85,1.00);
	text-decoration: none;
	border-top: 1px solid rgba(0,0,0,1.00);
	padding-top: 0.1em;
}
.box_wrapper{
	text-align: center;
	white-space: nowrap;
}

/* For IE 6/7 (trigger hasLayout) */

.effect2 h1 {
  height: 80px;
  padding: 20px;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 20px;
  color: rgba(31,46,85,1.00);
  text-align: center;
  transition: .8s;
  transition-delay: 0;
}

.effect2 div {
  letter-spacing: 0.1em;
  line-height: 0.5;
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}
.effect2 i{
	margin: 0 auto;
	text-align: center;
	transition: .8s;
    transition-delay: 0;
}


.effect3 h1 {
  height: 80px;
  padding: 20px;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: rgba(36,41,85,1.00);
  font-size: 20px;
  text-align: center;
  transition: .8s;
  transition-delay: 0;
} 
.effect3 div {
  letter-spacing: 0.1em;
  line-height: 0.5;
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}
.effect3 i{
	margin: 0 auto;
	text-align: center;
}

.effect-small{
	text-align: center;
	font-size: 1em;
	color: rgba(31,46,85,1.00);
	text-decoration: none;
	border-top: 1px solid rgba(0,0,0,1.00);
	padding-top: 0.1em;
	padding-bottom: 3em;
}
.effect-small2{
	text-align: center;
	font-size: 1em;
	color: rgba(31,46,85,1.00);
	text-decoration: none;
	border-top: 1px solid rgba(0,0,0,1.00);
	padding-top: 0.1em;
	padding-bottom: 3em;

}
.effect-small3{
	text-align: center;
	font-size: 1em;
	text-decoration: none;
	border-top: 1px solid rgba(0,0,0,1.00);
	padding-top: 0.2em;
	padding-bottom: 3em;

}


@media(min-width:768px){

	.effect-small{
		margin: 0 auto;
		width:400px;
		text-align: center;
	}
	.effect-small2{
		margin: 0 auto;
		width: 400px;
		text-align: center;
	}
	.effect-small3{
		margin: 0 auto;
		width: 400px;
		text-align: center;
	}

}
@media(max-width:767px){
	.centerBox{
		height:80%;
    }
	.centerBox2{
		height:80%;
    }
	.br_cut p{
		margin: 0 auto;
		text-align: justify;
		padding: 10px;
	}
	.br_cut br{
		display: none;
	}

}
@media(max-width:414px){

	.effect-small2{
		padding-bottom: 1em;

	}
}

/*スライダー*/
ul{
  padding: 0;
}
.works{
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	padding:0 5px;
}
.slider{
	margin-bottom: 3px;
	position: relative;
}
.slider_h{
	display: inline-block;
	height: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	
}
.slider_h img{
	height: 100%;
}
th{
    width: 800px;
	margin:0 auto;
	border: rgba(31,46,85,1.00) solid 1px;
	padding: 10px 30px 0 0;
	margin-bottom: 30px;
}

.textphoto { 
    width:    100%;
	height: auto;
    font-size:80%;
	font-weight: bold;
    text-align:right;
	line-height: normal;
    bottom:    6px;
    margin:    0;
    padding:0;
    color:    #fff;
    background:rgba(0,0,0,0.4); 
    position:absolute;
    padding-right:1rem;
}

/*WORKS*/

/*.slider-container, .slider-nav-container {
  display: none;
  position: relative;
}
.slider-container.initialized, .slider-nav-container.initialized {
  display: block;
}
.slider-nav-container {
  margin-top: 18px;
}
.slider {
  overflow: hidden;
}
.slider-nav {
  margin: 0 26px;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px; 
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10; 
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-slide {
  outline: 0;
}
.slider .slick-slide > img, .slider-nav .slick-slide > img {
  display: block;
  width: 100%;
  height: auto;
}*/

#container{
	max-width: 800px;
	max-height: auto;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 30px;
}
works-wrap {
	max-width: 100%;
	max-height: auto ;
	margin: 30px auto;
	overflow: hidden;
}

.main_works{
	max-width: 1000px;
	max-height: 600px;
	margin: 0 auto;
}
.main_works img{
	max-width: 600px;
	
}
.sam{
	max-height: 60px;
}
.tt{
	border-bottom: rgba(31,46,85,1.00) solid 1px;
	margin-bottom: 10px
}
.tt h3 {
	padding-left: 10px;
}
.spNone{
	display: none;

}
hr {
  height: 1px;
  border: none;
  border-top: 1px #000000 solid;
}


@media(max-width:786px){
	#container{
		margin-top: 40px;
	}
	
	#container h3{
		font-size: 90%;
		margin-left: 5%;
	}
	.works-wrap{
		border:0px;
		padding: 0 5px;
	}

}

figure {
  position: relative;
  overflow: hidden;
  width: 300px;
}

.slide_image {
	max-width: 100%;
	margin: 0 auto 5px;
	padding: 0 5px;
}
.slider-nav{
	max-width: 100%;
	margin: 0 auto;
}
.slider-nav div{
	margin: 5px;
}

.square_btn {
    display: inline-block;    
	text-decoration: none;
    color: #20445a;
    border: solid 2px #20445a;
    border-radius: 3px;
    transition: .4s;
	padding: 20px 10px;
	margin-top: 50px;
}
@media(max-width:767px){
	.squre_btn{
		padding: 20px 100px;
	}
}
.square_btn:hover {
	background-color:rgba(78,89,124,1.00); 
    color: white;
	text-decoration: none;
}
.more_btn{
	text-align: center;

}
/*プライバシーポリシー*/
#policy{
	max-width: 800px;
	margin: 0 auto;
	padding-top: 80px;
	font-size: 90%;
	
}

/*トリミング*/

.trimminng{
	width:297px;
	height:300px;
	overflow: hidden;
}
.works_aki{
	margin-top: 60px!important;
}
@media(max-width:767px){
.works_aki{
	margin-top: 30px!important;
}
}
.row{
	margin: 0 auto;
}
.row h1{
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;;
}

.w_squ{
	max-width:297px;
	max-height:300px;
	display: inline-block;
}
.w_squ img{
	height: 100%
}
@media(max-width:768px){
	row{
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}
}
figure {
  position: relative;
  overflow: hidden;
  width: 297px;
  height:300px;
}
figcaption {
  position: absolute;
  top: -100%;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  padding: 0 3px
}
figure:hover figcaption {
  top: 0;
  left: 0;
}

/*MAP*/

 #map {
	 padding-top: 10px;
	 width: 100%;
	 height: 300px;
	 line-height: 2;
}

/*サービス*/


#service{
	max-width: 800px;
	margin: 0 auto;
	padding-top:50px;
}
@media(max-width:786px){
	#service{
		padding: 0 5px 
	}
}
.service_bar{
	position: relative;
	margin-top:60px;
	width: 100%;
	height: 30px;
	color: rgba(255,255,255,1.00);
	background-color:rgba(31,46,85,1.00);
	padding: 5px;
}
.row{
	font-family: 'Bree Serif', serif;
	text-align: center;
	padding-bottom: 20px
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.col-md-6{
	padding-left: 5%;
	padding-right: 5%;
	letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: justify;
}
.ind_tt{
	padding: 20px;
	background-color:rgba(31,46,85,1.00);
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 26px;	
}

.col-md-12 img{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.col-md-12 h1{
	text-align: center;
	font-size:2em;
	background-color:rgba(31,46,85,1.00);
	color:#fff;
	padding: 15px 10px;
}
.col-md-12 p{
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: justify;
	
}
@media(min-width:768px){
	.col-md-12 h1{
		font-size: 2.5em;
		text-align: left;
	}
}
.service_sty{
	margin-top: 100px;
	max-width: 600px;
	margin: 0 auto
}


/*会社概要*/

#company{
	max-width: 1200px;
	margin: 0 auto;
	padding-top:60px;
}
.color_g{
	height: 60px;
	background-color:rgba(240,240,240,1.00);
	padding: 2px 5px;
	text-align: left;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.color_w{
	height: 60px;
	background-color:rgba(255,255,255,1.00);
	padding: 2px 5px;
	text-align: left;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.flexiblebox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center; 
}


/*フッター*/

.cantainer{
	background-color:rgba(31,46,85,1.00);
}
.footer {
	clear: both;
	background-color:rgba(31,46,85,1.00);
	border-top: 0px solid rgba(255,255,255,1.00);
}
.footer-totop {
	padding: 12px 0;
}
.footer-copy {
	padding: 18px 0; 
	color: rgba(255,255,255,1.00);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}
.footer-copy p {
	margin: 0 auto;
}
.footer-menu ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer-menu li{
	list-style-type: none;
	display: inline-block;
	margin: 0 20px 0 0 ;
}
.footer-menu a{
	color: rgba(0,0,0,1.00);
}
.pagetop{
	background-color:rgba(31,46,85,1.00);
}
.footer i{
	color:rgba(78,89,124,1.00)
}

.sample　ul li{
	display: inline;
	list-style:none;
}
.sample img{
	width: 200px;
	height: 200px;
}

.thumb-item-nav li{
	max-height: 150px;
	margin:3px;
}

.thumb-item li{
	height: 1000px;
}
@media(max-width:786px){
	.thumb-item li{
		height: 100%;
	}
}

a.anchor{
padding-top:100px;
margin-top:-100px
}
a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
    zoom:1;
}
a.overwhite2{
    background-color:#ffffff;
    display:block;
}

a.overwhite2:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
}
.feature-item {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 800px) {
  .feature-item {
	  margin: 0 auto;
    flex: 0 0 300px;
    max-width: 300px; /* IE11バグ対応 */
  }
}

.bottom_10px{
	margin-bottom: 10px;
}
.bottom_20px{
	margin-bottom: 20px;
}
.bottom_30px{
	margin-bottom: 30px;
}
.bottom_40px{
	margin-bottom: 40px;
}
.bottom_50px{
	margin-bottom: 50px;
}