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

/* 明朝フォント
"FOT-筑紫明朝 Pr6 RB", TsukuMinPr6-RB, "游明朝", YuMincho, "Hiragino Mincho ProN", serif
 */

body{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	color: #434343;
}


hr{
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	line-height: 0;
	border: none;
}
.center{ text-align: center;}

.float-left{
	 float: left;
}

.float-right{
	 float: right;
}
.clear-left{
	clear: left;
}

.clear-right{
	clear: right;
}

#contents{
	width: 100%;
	overflow: hidden;
}

#contents .container{
	width: 1100px;
	margin: 20px auto;
	padding: 0;
}


@media screen and (max-width: 768px){
	#contents .container{
		width: 100%;
		margin: 0 auto;
	}
}

.mb20{ margin-bottom: 20px;}

.mt80{ margin-top: 80px !important;}

.img_90{
	width: 90%;
	margin: 0px auto;
}
.img_90 img{
	width: 100%;
}

.img_100{
	width: 100%;
	margin: 0px auto;
}
.img_100 img{
	width: 100%;
}


.font-70{ font-size: 70%;}
.font-80{ font-size: 80%;}
.font-90{ font-size: 90%;}
.font-110{ font-size: 110%;}
.font-120{ font-size: 120%;}
.font-130{ font-size: 130%;}
.font-140{ font-size: 140%;}
.font-150{ font-size: 150%;}
.font-160{ font-size: 160%;}
.font-170{ font-size: 170%;}
.font-180{ font-size: 180%;}
.font-190{ font-size: 190%;}
.font-200{ font-size: 200%;}
.font-210{ font-size: 210%;}
.font-normal{ font-weight: normal;}
.font-bold{ font-weight: bold;
font-weight: 110%!important;
font-family: "游ゴシック"; }
.letter-sp1{ letter-spacing: 0.1em !important;}

.font-min{font-family: "游明朝";}
.font-min-bold{font-family: "游明朝"; font-weight: bold;}

.color_orange{ color: #ec6941;}
.color_blue{color:#38bcd2;}
.color_blue2{color: #0096df;}
.color_green{ color: #54bd84;}
.color_red{ color: #e60012;}


.line_yellow{ background: #fff799;}


.li_sp{ margin-top: 10px; padding-top: 10px;}

.margin_right25{ margin-right: 25px;}
.margin_top15{ margin-top: 15px;}
.margin_top30{ margin-top: 30px;}

.margin_left30{ margin-left: 30px;}

.width50px{
	width: 50px!important;
}

.width70px{
	width: 70px!important;
}

.width-30{
	width: 30%!important;
}

.width-40{
	width: 40%!important;
}
@media screen and (max-width: 768px){
	.width-40{
		width: 100%;
	}
	
	.displaynone{
		display: none;
	}
}

.width100p{
	width: 100%!important;
}

.width70p{
	width: 70%!important;
	margin: 0 auto;
}

/**    header
────────────────────**/

#top{
	width: 100%;
	background: #434343;
	padding: 2px 0;
}



#top p{
	width: 1100px;
	margin: 0px auto;
	color: #fff;
	font-size: 70%;
}


#header{
	overflow: hidden;
	/*width: 1100px;*/
	width: 100%;
	margin: 10px auto 0;
	font-family: "游ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
}

.header-right{
	float: right;
	margin-right: 25px;
}

@media screen and (max-width: 768px){
	#header{
		width: 100%;
	}
	
	.header-right{
		float: none;
		clear: both;
		margin-right: 0;
		padding-top: 5px;
		text-align: center;
	}
}

#logo{
	float: left;
	margin-right: 5px;
}

@media screen and (max-width: 768px){
	#logo{
		width: 80%;
		margin: 0;
	}
	#logo img{
		width: 100%;
	}
}

.margin_tel{
	margin: 15px 0 0;
}

.margin_add{
	margin: 20px 0 0;
}

.navbar{
	margin-bottom: 1px !important;
}
#nav_bk_under{
	width: 100%;
	background: url(../img/nav_bk.jpg);
	padding: 5px 0;
}
#nav_bk{
	background: linear-gradient(#e50012,#c00012);
	width: 100%;
	border-bottom: 2px #921f24 solid;
	border-top: 2px #921f24 solid;
}



.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 1100px;
  margin: 0 auto;
  padding: 0;
	position: relative;
	font-family: "游ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
	width: 100%;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
	position: relative;
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

.dropmenu li#nav_left{
	border-left: 1px #fff solid;
}

.dropmenu li.current,
.dropmenu li.current a,
.dropmenu li.current a:hover{
 background: url(../img/nav_current.png);
}

@media screen and (max-width: 768px) {
	#nav_bk_under{
		height: 0;
	}
	#nav_bk{
		height: 0;
	}
	.navbar{
		height: 0;
	}
	.dropmenu li.current,
	.dropmenu li.current a,
	.dropmenu li.current a:hover{
	 background: none;
	}
}

.dropmenu li.current ul li a{
 background: linear-gradient(#e50012,#c00012);
}
.dropmenu li.current ul li a:hover{
 background: linear-gradient(#c00012,#9a0012);
}
.dropmenu li a{
	display: block;
	height: 70px;
	margin: 0;
	padding-top: 7px;
	line-height: 1.4;
	background: linear-gradient(#e50012,#c00012);
	color: #fff;
	font-size: 120%;
  	text-decoration: none;
	font-weight: bold;
}


.dropmenu li a i{
	color: #fff;
	font-size: 140%;
}

.dropmenu li.current a i{
	color: #fff;
	font-size: 140%;
}
.dropmenu li a span{
	display:block;
  	text-indent:0;
 	margin:0 auto;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
}

.dropmenu li.current ul li a{
	background: #c00012;
}


.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
	width: 100%;
}
.dropmenu li ul li{
  width: 100%;
	height: 40px;
	border-right: none;
}


.dropmenu li ul.long li{
  width: 120%;
	height: 40px;
	border-right: none;
}


.dropmenu li ul.long2 li{
  width: 160%;
	height: 40px;
	border-right: none;
}

.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #e60012;
   background: #c00012;
  text-align: left;
	height: 40px;
	font-weight: normal;
	font-size: 110%;
}
.dropmenu li:hover > a{
   background: linear-gradient(#c00012,#9a0012);
}
.dropmenu li a:hover{
   background: linear-gradient(#c00012,#9a0012);
}


#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}


.flexslider {
    position: relative;
    zoom: 1;
}


/*****/
		 
.nav-button {
  display: none;
}

.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
@media screen and (min-width: 769px) {
  .nav-wrap {
    display: block !important;
	margin: 0 auto;
  }
}
.content {
  padding: 20px;
}
@media screen and (max-width: 768px) {

  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    
  }
  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
	  margin: 10px;
	  float: left;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
	
	.dropmenu{
		padding-top: 55px;
	}
	
	.dropmenu li{
	  position: relative;
		height: auto;
	  width: 100%;
	  float: none;
	  margin: 0;
	  padding:3px;
	  text-align: left;
		border-right: none;
		border-bottom: 1px #fff solid;
		overflow: hidden;
	}
	
	.dropmenu li a{
	  display: block;
	  margin: 0;
	  padding: 0;
		line-height: 1.1;
	  background: none;
	  color: #fff;
	  font-size: 100%;
	  text-decoration: none;
		
	}
	
	
	.dropmenu li#nav_left{
		border-left: none;
	}
	
	.dropmenu li.current a,
	.dropmenu li.current a:hover{
	 background: none;
	}

	.dropmenu li a i{
		color: #FFFFFF;
		font-size: 100%;
		float: left;
		margin-right: 15px;
	}

	.dropmenu li.current a i{
		color: #fff;
		font-size: 100%;
	}
	.dropmenu li a span{
		display:block;
		text-indent:0;
		margin:0 auto;
		vertical-align: middle;
		font-weight: bold;
		color: #fff;
		float: left;
	}
	
	#normal li ul{
	  display: inline; 
	}
	#normal li:hover ul{
	  display: block;
	}
	.dropmenu li ul{
	  list-style: none;
	  position: relative;

	}
	.dropmenu li ul li{
	  width: 100%;
		height: auto;
		padding: 10px 0;
		border-right: none;
		border-bottom: none;
		font-size: 70%;
	}
	.dropmenu li ul li a{
	  padding:0;
	  border-top: none;
	  background: none;
	  text-align: left;
		height: 0px;
	}
	
	.dropmenu li ul li,
	.dropmenu li ul.long li,
	.dropmenu li ul.long2 li{
		height: auto;
	}
	
	.dropmenu li a{
		height: auto;
	}

}

/**固定表示のためのCSS**/

.site-header{
    /*display: flex;*/
    position: absolute;
    justify-content: space-between;
    width: 100%;
	z-index: 2;
}
.site-header.fixed{
    position: fixed;
    top: 0;
}


/**施工事例**/



.work-header{
	background: url(../img/footer_bk.jpg);
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	padding: 5px 10px;
	width: 100%;
	font-family: "游ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	overflow: hidden;
	margin-top: 10px;
}

.work-header p{
	margin-bottom: 0;
	letter-spacing: 0.5em;
}

.to_list a{
	float: right;
	font-size: 85%;
	margin-top: 3px;
	color: #fff;
}

.to_list a:hover{
	color: #ec6941;
}

#works_wrap{
	overflow: hidden;
	margin-bottom: 20px;
}

.work_top_img{
	height: 200px;
	width: 32%;
	float: left;
	margin-right: 1%;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.work_top_img img{
	object-fit: cover;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 200px;
}


@media screen and (max-width: 768px) {
	
.work_top_img{
	height: 150px;
	width: 45%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}
}

/*.work_top_img a img{
	transition: .3s;
}

.work_top_img a:hover img{
	opacity: 0.8;
}*/

.work_top_img a img{
	position: relative;
  	overflow: hidden;
}

figcaption {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 20px;
  background: rgba(0,0,0,.6);
	color: #7d7d7d;
	text-align: right;
	padding: 0 10px 5px 0;
	-webkit-transition: .3s;
  transition: .3s;
}

.work_top_img:hover figcaption {
  bottom: 0;
}

.work_detail_img{
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.work_detail_img img{
	width: 100%;
	height: 100%;
}
h1.h1_work{
	font-size: 170%;
	font-family: "游ゴシック";
	font-weight: bold;
	background: url(../img/h1_work.jpg) repeat-y top left;
	padding-left: 15px;
}


p.work_cat{
	text-align: center;
	width: 20%;
	color: #fff;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	padding: 0;
	margin: 3px;
	float: right;
}

p.work_cat_detail{
	text-align: center;
	width: 15%;
	color: #fff;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	padding: 0;
	margin: 3px;
	float: left;
	background: #666;
}



/**ボタン色**/
p.cat_a{background: #b7007c;}
p.cat_b{background: #009b85;}
p.cat_c{background: #382284;}
p.cat_d{background: #e2c80f;}
p.cat_e{background: #009dc6;}
p.cat_f{background: #95007e;}
p.cat_g{background: #d685b0;}
p.cat_h{background: #bf5116;}
p.cat_i{background: #b80e3b;}
p.cat_j{background: #0178bc;}
p.cat10{background: #0178bc;}
p.cat11{background: #5f52a0;}



a p.button-detail{
	text-align: center;
	width: 100%;
	clear: both;
	color: #fff;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	padding: 0;
	margin: 3px;
	float: right;
	background: #7d7d7d;
	padding: 6px 0;
	
}

a:hover p.button-detail{
	background: #707070;
}

@media screen and (max-width: 768px) {
	p.button-detail{
		width: 100%;
	}
}

/* インスタグラム
---------------------------------------------------- */

#instagram{
	background: url(../img/instagram_bk.png);
	padding: 10px 0 20px;
	margin: 20px 0;
}

#insta_waku{
	width: 1100px;
	margin: 0px auto;
}

#insta_mobile{
		display: none;
	}

@media screen and (max-width: 768px) {
	
	#insta_waku{
	width: 100%;
	margin: 0px auto;
}
	#insta_pc{
		display: none;
	}
	
	
	#insta_mobile{
		display: block;
		margin: 0px auto;
		text-align: center;
	}
}





/* スライドショー
---------------------------------------------------- */

body{
    margin: 0;
    padding:0;
}
.demo_main p{
    text-align: center;
    font-size: 20px;
}
ul{
    list-style-type: none;
    margin:0;
    padding: 0;
}
.div1{
    height: 300px;
    background: #ccc;
}
.div2{
    height: 300px;
    background: #ddd;
}
.div3{
    height: 300px;
    background: #fff;
}
.slide_header {
  position: relative;
	height: 800px!important;
}
@media screen and (max-width: 768px) {
	.slide_header {
	  position: relative;
		height: 200px!important;
	}
	
}
.slide_header p{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    bottom: 50%;
    font-size: 30px;
    color: #fff;
    z-index: 10;
}
.slide_header .slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slide_header .slide img{
    visibility: hidden;
    height: 0;
    width: 0;
}
.slide_header .slide li {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*#slider_bk{
	background: url(../img/slider_bk.jpg);
	margin: 10px 0 0 0;
}




#slider{
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}
	
.swiper-container{
	text-align: center;
	margin: 10px 0 0 0;
		}
.swiper-container .swiper-slide img{
			max-width: 100%;
			width: 100%;
			height: auto;
		}
.prettyprint{
			border: none;
			background: #fafafa;
			color: #697d86;
	position:absolute;
		}
#thumbs {
	        height: 0;
	        box-sizing: border-box;
	        padding: 0;
			margin: 0;
	    }
#thumbs .swiper-slide {
	        width: 15%;
	        height: 100%;
	        opacity: 0.2;
	        cursor: pointer;
	    }
#thumbs .swiper-slide-active {
	        opacity: 1;
	    }



*/

#redline{
	position: absolute;
	top: 50%;
	z-index: 10;
	height: 30px;
	width: 100%;
	background: #d00012;
}


/**  タイピング文字
────────────────────**/
.tgt {
	font-size: 20px; 
	line-height: 1; 
	letter-spacing: 10px; 
	font-family: "游ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	padding-top: 5px;
	color: #fff;
	text-align: center;
}
.tgt {opacity: 0;}
.tgt span{opacity: 0;}


@media screen and (max-width: 768px) {
	#redline{
		position: relative;
		top: 0;
		z-index: 10;
		height: 20px;
		width: 100%;
		background: #d00012;
	}
	.tgt {
		font-size: 8px; 
		letter-spacing: 1px; 
}
}
/**  footer
────────────────────**/
#footer{
	width: 100%;
	padding: 15px 0 0 0;
	background: url(../img/footer_bk.jpg);
}

.footer-contents{
	width: 1000px;
	margin: 30px auto;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.footer-contents{
	width: 100%;
	margin: 10px auto;
	color: #fff;
}
}

.footer-contents p{
	margin: 0;
	font-size: 90%;
}

p#footer_title{
	font-size: 150%;
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: "游ゴシック";
	font-weight: bold;
}

p#footer_title span{
	font-size: 70%;
}


p.btn_contact a{
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: linear-gradient(#e50012,#c00012);
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin: 10px 0;
	float: right;
	text-decoration: none;
	font-family: "游ゴシック";
	width: 100%;
}

p.btn_contact a:hover{
	background: #c00012;
}


p.btn_fb a{
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: linear-gradient(#4467b1,#33549a);
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin: 0 0 10px 0;
	float: right;
	text-decoration: none;
	font-family: "游ゴシック";
	width: 100%;
}

p.btn_fb a:hover{
	background: #33549a;
}

p.btn_fb a i{
	border: 1px #fff solid;
	padding: 0 8px 0 10px;
	border-radius: 2px;
	background: #fff;
	color: #33549a;
	font-size: 110%;
}

p.btn_instagram a{
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: linear-gradient(#8840be,#ec1840,#fddf01);
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	float: right;
	text-decoration: none;
	font-family: "游ゴシック";
	width: 100%;
}

p.btn_instagram a:hover{
	background: #ec1840;
}

p.btn_instagram a i{
	border: 1px #fff solid;
	padding: 0 8px 0 10px;
	border-radius: 2px;
	background: #fff;
	color: #ec1840;
	font-size: 110%;
}

iframe#gmap{
	width: 700px;
}

@media screen and (max-width: 768px) {
	iframe#gmap{
		width: 100%;
	}
}

#copyright{
	background: url(../img/footer.png);
	text-align: center;
	font-size: 80%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	color: #dee0df;
	overflow: hidden;
	padding-top: 20px;
}

#copyright p a{
	color: #dee0df;
}