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

html{
	font-size: 62.5%;
}
*,*::before,*::after{
	box-sizing: border-box;
}
body{
	background: #151C20 url("../image/ktw_effect/keepthermo_effect.jpg")no-repeat fixed left bottom;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
}
a { text-decoration: none; }

header{
	width: 100%;
	background-color: rgba(1,2,2,0.80);
}

@media (min-width: 1201px){
	
	/*-----▼  ヘッダー  ▼-------*/
	.top_line{ float:right; }
	.top_title{
		padding: 50px 30px 0;
		font-size: 1.5rem;
		font-weight: normal;
		float: left;
	}
	.top_tel{
		width: 250px;
		float: left;
		margin-top: 15px; 
	}
	.top_contact_bt{
		width: 160px;
		padding: 10px 15px 10px 10px;
		float: left;
		display: block;
		margin: 30px 30px 20px;
		background: linear-gradient(#fff, #5f5c5c); 
		border-radius: 7px;
	}
	.top_contact_bt:hover { background: #EED801; }



	/*-------トグルボタン----------*/
	.menu { display: block !important; }
	.menubtn{ display: none;}



	/*------▼　グローバルナビ（ドロップダウン）▼------ */

		#accordion{ display: none;}
	#global_navi{ 
		clear: both; 
	}
	.dropdwn{
		max-width: 1400px;
		display: flex;
	}
	.dropdwn a { 
		text-decoration: none;
		color: #fff;
	}

	.nav_uldropdwn{
		text-align: center;
		text-decoration: none;
		margin: 0 auto;
		padding: 0;
		color: #fff;
	}
	.nav_lidropdwn{
		position: relative;
		padding: 5px;
		display: block;
		cursor: pointer;
	}
	.nav_lidropdwn:hover{
		border-bottom: solid 2px #fff;
	}

	.dropdwn>li{
		width: 1200px;
		margin: 1px;
		display: inline;
	}

	.dropdwn_menu{
		width: 100%;
		display: none;
		position: absolute;
		margin-left: -5px;
		margin-top: 5px;
		padding: 5px;
		background: rgba(1,2,2,0.80);
	}

	.dropdwn_menu li{
		width: 100%;
	}

	.dropdwn_menu li a{
		padding: 15px 0;
		margin: -5px 5px -5px -5px;
		display: block;
		color: #fff;
	}

	.nav_lidropdwn a:hover{
		color: #8B8B8B;

	}

	.dropdwn_mark::after{ 
		content: '▼';
		font-size: 1.2rem;
	}

	/*------▲　グローバルナビ（ドロップダウン）▲-------- */


	/*------▼  タイトルエリア　 ▼-------*/
	.title{
		font-size: 3rem;
		margin: 150px auto;
		letter-spacing: 3px;
	}

	/*-----▼ 施工事例 ▼--------*/
	.work { background: #fff;}
	.width_800px{
		width: 800px;
		margin: 0 auto;
		color: #000;
	}
	.work_title{
		padding: 100px 0 5px;
		font-size: 2.5rem;
	}
	.work_box{
		margin: 50px auto 0;
		padding-bottom:  50px;
		text-align: left;
	}
	.work_item{ font-size: 1.6rem;}
	.work_item:before{ 
		content: '◼︎';
		color: #009b6b;
		font-size: 1.8rem;
	}
	.work_item2{ font-size: 1.6rem;}
	.work_item2:before{ 
		content: '◼︎';
		color: #00afec;
		font-size: 1.8rem;
	}
	.information{ margin-top: 10px; }
	.work_photo{ margin-top: 20px; }
	.supplement{ margin-top: 20px;}
	.data_box{
		margin: 10px 0 ;
		padding: 5px;
		display: inline-block;
		border: solid 1px;
	}

	.yellowbox{
		border: solid 1px ;
		background-color: #E6D200;
		padding: 0 5px;
	}
	.information2{ margin-top: 50px;}


	/*------▼ お問い合わせ　▼------*/
	.contact{ background: linear-gradient(#ececec, #b3b1b1);}
	.contact_title{
		color: #151c20;
		padding-top: 100px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	.contact_caption{
		color: #006ABB;
		font-weight: 500;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_text{
		color: #151c20;
		font-size: 1.5rem;
		line-height: 25px;
		margin-bottom: 40px
	}
	.width_606px{ 
		width: 606px;
		margin: 0 auto;
		overflow: hidden;
	}
	.contact_mail:hover{

	 opacity: 0.6;}
	.contact_mail{
		float: left;
		margin-right: 10px;
		width: 304px;
	}
	.contact_tel{
		float: left;
		width: 292px;
		margin-top: 4px;
		margin-bottom: 80px;
	}

	/*----▲ お問い合わせ　▲------*/

	/*----▲ フッター ▲------*/
	footer{ background-color: #151c20;}
	footer:after{
		content: '';
		display: block;
		clear: both;
	}
	.footer_left{
		width: 20%;
		float: left;
	}

	.logo{
		width: 190px;
		float: left;
		margin: 150px 0 0 150px;
	}
	.address_area{
		font-style: normal;
		margin-left: 150px ;
		padding-top: 50px;
		text-align: left;
		clear: both;
	}
	.address_area:after{
		content: '';
		display: block;
		clear: both;
	}
	.co_name{
		font-size: 1.4rem;
		margin-bottom: 10px;
		font-weight: 500;
	}
	.address{
		line-height: 20px;
	}
	.web{ color: #FFF;}
	.web:hover{ color: #686868}

	.footer_right{
		float: right;
		width: 80%;
		margin: 150px 0 30px; 
	}
	.footer_nav{
		list-style: none;
		display: flex;
		text-align: left;
	}
	.outer{ 
		margin-right: 70px;
		font-size: 1.5rem;
		font-weight: 500;
	}
	.footer_nav a { color: #fff; }
	.inner{
		text-align: left;
		list-style: none;
	}
	.footer_li{
		position: relative;
		padding: 10px 0;
		display: block;
		cursor: pointer;
	}
	.inner a{
		font-size: 1.3rem;
		font-weight: 400;
	}
	.hover:after{
		content: ' ▶︎';
		font-size: 1rem;
	}
	.hover:hover{
		color: #686868;
	}

	/*----▼ コピーライト ▼-------*/
	.copyright{ 
		background-color: #151c20; 
		padding: 50px 0 100px 150px ;
		text-align: left;

	}
	small{
		font-size: 1.2rem;
	}
}

@media (min-width: 960px) and (max-width: 1200px){
	
    /*------ ヘッダー　-------*/
	.top_line{ 
	float: right;
	}
	.top_title{
		padding: 40px 30px 0;
		font-size: 1.3rem;
		font-weight: normal;
		float: left;
	}
	.top_tel{
		width: 200px;
		float: left;
		margin-top: 15px; 
	}
	.top_contact_bt{
		width: 150px;
		padding: 10px 15px 10px 10px;
		float: left;
		display: block;
		margin: 30px 30px 10px;
		background: linear-gradient(#fff, #5f5c5c); 
		border-radius: 7px;
	}
	.top_contact_bt:hover { background: #EED801; }


		/*-------トグルボタン----------*/
	.menu { display: block !important; }
	.menubtn{ display: none;}


	/*------▼　グローバルナビ（ドロップダウン）▼------ */

	#accordion{ display: none;}
	#global_navi{ 
		width: 100%;
		clear: both; 
		}
	.dropdwn{
		width: 100%;
		display: flex;
		font-size: 1.1rem;
	}
	.dropdwn a { 
		text-decoration: none;
		color: #fff;
	}

	.nav_uldropdwn{
		text-align: center;
		text-decoration: none;
		margin: 0 auto;
		padding: 0;
		color: #fff;
	}
	.nav_lidropdwn{
		position: relative;
		padding: 5px;
		display: block;
		cursor: pointer;
	}
	.nav_lidropdwn:hover{
		border-bottom: solid 2px #fff;
	}

	.dropdwn>li{
		width: 1200px;
		margin: 1px;
		display: inline;
	}

	.dropdwn_menu{
		width: 100%;
		display: none;
		position: absolute;
		margin-left: -5px;
		margin-top: 5px;
		padding: 5px;
		background: rgba(1,2,2,0.80);
	}

	.dropdwn_menu li{
		width: 100%;
	}

	.dropdwn_menu li a{
		padding: 15px 0;
		margin: -5px 5px -5px -5px;
		display: block;
		color: #fff;
	}

	.nav_lidropdwn a:hover{
		color: #8B8B8B;

	}

	.dropdwn_mark::after{ 
		content: '▼';
		font-size: 1rem;
	}

	/*------▲　グローバルナビ（ドロップダウン）▲-------- */
	
	/*------▼  タイトルエリア　 ▼-------*/
	.title{
		font-size: 3rem;
		margin: 130px auto;
		letter-spacing: 3px;
	}
	
	/*-----▼ 施工事例 ▼--------*/
	.work { background: #fff;}
	.width_800px{
		width: 800px;
		margin: 0 auto;
		color: #000;
	}
	.work_title{
		padding: 100px 0 5px;
		font-size: 2.5rem;
	}
	.work_box{
		margin: 50px auto 0;
		padding-bottom:  50px;
		text-align: left;
	}
	.work_item{ font-size: 1.6rem;}
	.work_item:before{ 
		content: '◼︎';
		color: #009b6b;
		font-size: 1.8rem;
	}
	.work_item2{ font-size: 1.6rem;}
	.work_item2:before{ 
		content: '◼︎';
		color: #00afec;
		font-size: 1.8rem;
	}
	.information{ margin-top: 10px; }
	.work_photo{ margin-top: 20px; }
	.supplement{ margin-top: 20px;}
	.data_box{
		margin: 10px 0 ;
		padding: 5px;
		display: inline-block;
		border: solid 1px;
	}

	.yellowbox{
		border: solid 1px ;
		background-color: #E6D200;
		padding: 0 5px;
	}


	/*------▼ お問い合わせ　▼------*/
	.contact{ background: linear-gradient(#ececec, #b3b1b1);}
	.contact_title{
		color: #151c20;
		padding-top: 100px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	.contact_caption{
		color: #006ABB;
		font-weight: 500;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_text{
		color: #151c20;
		font-size: 1.5rem;
		line-height: 25px;
		margin-bottom: 40px
	}
	.width_606px{ 
		width: 606px;
		margin: 0 auto;
		overflow: hidden;
	}
	.contact_mail:hover{

	 opacity: 0.6;}
	.contact_mail{
		float: left;
		margin-right: 10px;
		width: 304px;
	}
	.contact_tel{
		float: left;
		width: 292px;
		margin-top: 4px;
		margin-bottom: 80px;
	}

	/*----▲ お問い合わせ　▲------*/
	
	/*----▼ フッター　▼------*/
	footer{ 
	background-color: #151c20; 
	width: 100%;
	}
	footer:after{
		content: '';
		display: block;
		clear: both;
	}

	.logo{
		width: 190px;
		float: left;
		margin: 100px 0 30px 50px;
	}
	.address_area{ display: none; }


	.footer_right{
		float: left;
		width: 100%;
		margin: 0 10px 30px 50px; 
	}
	.footer_nav{
		list-style: none;
		text-align: left;
	}
	.outer{ 
		font-size: 1.5rem;
		font-weight: 500;
		margin: 30px 0 ;
	}
	.footer_nav a { color: #fff; }
	.inner{
		text-align: left;
		list-style: none;
	}
	.footer_li{
		position: relative;
		padding: 5px 0;
		display: block;
		cursor: pointer;
	}
	.inner a{
		font-size: 1.3rem;
		font-weight: 400;
	}
	.hover:after{
		content: ' ▶︎';
		font-size: 1rem;
	}
	.hover:hover{
		color: #686868;
	}


	/*----▼ コピーライト ▼-------*/
	.copyright{ 
		background-color: #151c20; 
		padding: 0px 0 100px 50px ;
		text-align: left;

	}
	small{
		font-size: 1.2rem;
	}	
}

@media (min-width: 479px) and (max-width: 959px){
	/*-----▼  ヘッダー  ▼-------*/
	.header_back_color{
		width: 100%;
		background: rgba(1,2,2,0.40);
		overflow: hidden;
	}

	.top_line{ float: left;}
	.top_title{
		padding: 30px 30px 0;
		font-size: 1.5rem;
		font-weight: normal;
		float: none;
	}
	.top_tel{
		width: 60%;
		float: none;
		margin: 8px 0 0 -40px; 
	}
	.top_contact_bt{
		width: 40%;
		padding: 10px 15px 10px 10px;
		float: none;
		display: block;
		margin: 8px 30px 20px;
		background: linear-gradient(#fff, #5f5c5c); 
		border-radius: 7px;
	}
	.top_contact_bt:hover { background: #EED801; }


	/*	--------トグルボタン---------*/
		.menu { display: none !important; }
		.menubtn{
			padding: 6px 12px;
			border: solid 1px #aaaaaa;
			border-radius: 5px;
			position: absolute;
			top: 30px;
			right: 30px;
			cursor: pointer;
		}
		.menubtn:hover {background-color: #ddd;}
		.menubtn:focus {outline: none;}
		.menubtn i {
			color: #888888;
			font-size: 1.8rem;
		}
		.menubtn span{ 
			display: inline-block;
			text-indent: -9999px;
		}



	/*------▼　グローバルナビ(アコーディオン)　▼------ */
	#global_navi{ display: none;}

	/** =======================
	 * Contenedor Principal
	 ===========================*/
	.accordion {
		width: 100%;
		margin: 0 auto 20px;
		background:  rgba(1,2,2,0.40);
	 }
		.link a{ color: #fff;}
		.link a:hover{ color: #595959;}
	.accordion .link {
		cursor: pointer;
		display: block;
		padding: 15px 15px 15px 42px;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		border-bottom: 1px solid #4b4b4b;
		position: relative;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.accordion li:last-child .link {
		border-bottom: 0;
	}

	.accordion li i {
		position: absolute;
		top: 16px;
		left: 12px;
		font-size: 18px;
		color: #595959;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.accordion li i.fa-chevron-down {
		right: 12px;
		left: auto;
		font-size: 16px;
	}
	.accordion li i.fa-angle-right{
		right: 12px;
		left: auto;
		font-size: 16px;
	}
	.accordion li.open .link {
		color: rgba(180,180,180,1);
	}

	.accordion li.open i {
		color: rgba(180,180,180,1);
	}
	.accordion li.open i.fa-chevron-down {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.accordion li.default .submenu {display: block;}
	/**
	 * Submenu
	 -----------------------------*/
	 .submenu {
		display: none;
		background:  rgba(180,180,180,0.5);
		font-size: 1.4rem;
	 }

	 .submenu li {
		border-bottom: 1px solid #3a3a3a;
	 }

	 .submenu a {
		display: block;
		text-decoration: none;
		color: #d9d9d9;
		padding: 12px;
		padding-left: 42px;
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	 }

	 .submenu a:hover {
		background: #292929;
		color: #fff;
	 }

    /*------▲　グローバルナビ（ドロップダウン）▲-------- */
	
	/*------▼  タイトルエリア　 ▼-------*/
	.title{
		font-size: 2.5rem;
		margin: 80px auto;
		letter-spacing: 3px;
	}
	
	/*-----▼ 施工事例 ▼--------*/
	
	.work { background: #fff;}
	.width_800px{
		width: 80%;
		margin: 0 auto;
		color: #000;
	}
	.work_title{
		padding: 100px 0 5px;
		font-size: 2.5rem;
	}
	.work_box{
		margin: 50px auto 0;
		padding-bottom:  50px;
		text-align: left;
	}
	.work_item{ font-size: 1.6rem;}
	.work_item:before{ 
		content: '◼︎';
		color: #009b6b;
		font-size: 1.8rem;
	}
	.work_item2{ font-size: 1.6rem;}
	.work_item2:before{ 
		content: '◼︎';
		color: #00afec;
		font-size: 1.8rem;
	}
	.information{ margin-top: 10px; }
	.work_photo{ 
		margin-top: 20px;
		width: 100%;
	}
	.data_photo{ width: 100%; }
	.supplement{ margin-top: 20px;}
	.data_box{
		margin: 10px 0 ;
		padding: 5px;
		display: inline-block;
		border: solid 1px;
	}

	.yellowbox{
		border: solid 1px ;
		background-color: #E6D200;
		padding: 0 5px;
	}

	
	
	/*------▼ お問い合わせ　▼------*/
	.contact{ background: linear-gradient(#ececec, #5f5c5c);  }
	.contact_title{
		color: #151c20;
		padding-top: 100px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	.contact_caption{
		color: #006ABB;
		font-weight: 500;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_text{
		color: #151c20;
		font-size: 1.5rem;
		line-height: 25px;
		margin-bottom: 40px
	}
	.width_606px{ 
		width: 606px;
		margin: 0 auto;
		overflow: hidden;
	}
	.contact_mail:hover{

	 opacity: 0.6;}
	.contact_mail{
		float: left;
		margin-right: 10px;
		width: 304px;
	}
	.contact_tel{
		float: left;
		width: 292px;
		margin-top: 4px;
		margin-bottom: 100px;
	}

	/*----▲ お問い合わせ　▲------*/
	
	/*----▲ フッター ▲------*/
	footer{ 
	background-color: #151c20; 
	width: 100%;
	}
	footer:after{
		content: '';
		display: block;
		clear: both;
	}

	.logo{
		width: 190px;
		float: left;
		margin: 100px 0 30px 50px;
	}
	.address_area{ display: none; }


	.footer_right{
		float: left;
		width: 100%;
		margin: 0 10px 30px 0; 
	}
	.footer_nav{
		list-style: none;
		text-align: left;
	}
	.outer{ 
		font-size: 1.5rem;
		font-weight: 500;
		margin: 30px 0 ;
	}
	.footer_nav a { color: #fff; }
	.inner{
		text-align: left;
		list-style: none;
	}
	.footer_li{
		position: relative;
		padding: 5px 0;
		display: block;
		cursor: pointer;
	}
	.inner a{
		font-size: 1.3rem;
		font-weight: 400;
	}
	.hover:after{
		content: ' ▶︎';
		font-size: 1rem;
	}
	.hover:hover{
		color: #686868;
	}


	/*----▼ コピーライト ▼-------*/
	.copyright{ 
		background-color: #151c20; 
		padding: 0px 0 100px 50px ;
		text-align: left;

	}
	small{
		font-size: 1.2rem;
	}
}

/*---　ページネーション　768px以上　-----*/
@media only screen and (min-width: 768px){
	.pager .pagination {
	  text-align: center;
		padding-bottom: 100px;
	}

	.pager .pagination li {
	  margin: 0 2px;
	  padding: 0;
	  display: inline-block;
	  width: 50px;
	  height: 50px;
	  text-align: center;
	  position: relative;
	  border-radius: 10px;
	}


	.pager .pagination li a{
	  vertical-align: middle;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  text-align: center;
	  display:table;
	  text-decoration: none;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
	}

	.pager .pagination li a span{
	  display:table-cell;
	  vertical-align:middle;
	}

	.pager .pagination li a:hover,
	.pager .pagination li a.active{
	  color: #fff;
	  background: #969696;
	}	
	
}

/*----　ページネーション 767px以下　-----*/
@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "前へ";
  }

  .pager .pagination li.next span::before{
    content: "次へ";
  }

}


/*------- お問い合わせ　629px以下 --------*/
@media (max-width: 629px) and (min-width: 479px){
	
	/*------▼ お問い合わせ　▼------*/
	.contact{ 
		background: linear-gradient(#ececec, #5f5c5c); 
	}
	.contact_title{
		color: #151c20;
		padding-top: 100px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	.contact_caption{
		color: #006ABB;
		font-weight: 500;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_text{
		color: #151c20;
		font-size: 1.5rem;
		line-height: 25px;
		margin-bottom: 40px
	}
	.width_606px{ 
		width: 100%;
	}
	.contact_mail{
		float: none;
		width: 60%;
	}
	.contact_tel{
		float: none;
		width: 57%;
		margin-top: 4px;
		margin-right: 6px;
	}
	.contact_mail :hover{
		opacity: 0.6;
	}
/*----▲ お問い合わせ　▲------*/
	
}
















@media (max-width: 478px){
/*-----▼  ヘッダー  ▼-------*/
	.header_back_color{
		width: 100%;
		background: rgba(1,2,2,0.40);
		overflow: hidden;
	}

	.top_line{ float: left;}
	.top_title{
		padding: 30px 30px 0;
		font-size: 1.1rem;
		font-weight: normal;
		float: none;
	}
	.top_tel{
		width: 50%;
		float: none;
		margin: 8px 0 0 -35px; 
	}
	.top_contact_bt{
		width: 40%;
		padding: 10px 15px 10px 10px;
		float: none;
		display: block;
		margin: 8px 30px 20px;
		background: linear-gradient(#fff, #5f5c5c); 
		border-radius: 7px;
	}
	.top_contact_bt:hover { background: #EED801; }


/*	--------トグルボタン---------*/
	.menu { display: none !important; }
	.menubtn{
		padding: 6px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		position: absolute;
		top: 30px;
		right: 30px;
		cursor: pointer;
	}
	.menubtn:hover {background-color: #ddd;}
	.menubtn:focus {outline: none;}
	.menubtn i {
		color: #888888;
		font-size: 1.8rem;
	}
	.menubtn span{ 
		display: inline-block;
		text-indent: -9999px;
	}
	
	/*------▼　グローバルナビ(アコーディオン)　▼------ */
	#global_navi{ display: none;}

	/** =======================
	 * Contenedor Principal
	 ===========================*/
	.accordion {
		width: 100%;
		margin: 0 auto 20px;
		background:  rgba(1,2,2,0.40);
	 }
		.link a{ color: #fff;}
		.link a:hover{ color: #595959;}
	.accordion .link {
		cursor: pointer;
		display: block;
		padding: 15px 15px 15px 42px;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		border-bottom: 1px solid #4b4b4b;
		position: relative;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.accordion li:last-child .link {
		border-bottom: 0;
	}

	.accordion li i {
		position: absolute;
		top: 16px;
		left: 12px;
		font-size: 18px;
		color: #595959;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.accordion li i.fa-chevron-down {
		right: 12px;
		left: auto;
		font-size: 16px;
	}
	.accordion li i.fa-angle-right{
		right: 12px;
		left: auto;
		font-size: 16px;
	}
	.accordion li.open .link {
		color: rgba(180,180,180,1);
	}

	.accordion li.open i {
		color: rgba(180,180,180,1);
	}
	.accordion li.open i.fa-chevron-down {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.accordion li.default .submenu {display: block;}
	/**
	 * Submenu
	 -----------------------------*/
	 .submenu {
		display: none;
		background:  rgba(180,180,180,0.5);
		font-size: 1.4rem;
	 }

	 .submenu li {
		border-bottom: 1px solid #3a3a3a;
	 }

	 .submenu a {
		display: block;
		text-decoration: none;
		color: #d9d9d9;
		padding: 12px;
		padding-left: 42px;
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	 }

	 .submenu a:hover {
		background: #292929;
		color: #fff;
	 }

    /*------▲　グローバルナビ（ドロップダウン）▲-------- */
	
	/*------▼  タイトルエリア　 ▼-------*/
	.title{
		font-size: 1.8rem;
		margin: 50px auto;
		letter-spacing: 3px;
	}
	
	
	/*------▼  施工事例　 ▼-------*/
	.work { background: #fff;}
	.width_800px{
		width: 90%;
		margin: 0 auto;
		color: #000;
	}
	.work_title{
		padding: 100px 0 5px;
		font-size: 2.5rem;
	}
	.work_box{
		margin: 50px auto 0;
		padding-bottom:  50px;
		text-align: left;
	}
	.work_item{ font-size: 1.6rem;}
	.work_item:before{ 
		content: '◼︎';
		color: #009b6b;
		font-size: 1.8rem;
	}
	.work_item2{ font-size: 1.6rem;}
	.work_item2:before{ 
		content: '◼︎';
		color: #00afec;
		font-size: 1.8rem;
	}
	.information{ margin-top: 10px; }
	.work_photo{ 
		margin-top: 20px;
		width: 100%;
	}
	.data_photo { width: 100%; }
	.supplement{ margin-top: 20px;}
	.data_box{
		margin: 10px 0 ;
		padding: 5px;
		display: inline-block;
		border: solid 1px;
	}

	.yellowbox{
		border: solid 1px ;
		background-color: #E6D200;
		padding: 0 5px;
	}
	
	
	/*------▼ お問い合わせ　▼------*/
	.contact{ 
		background: linear-gradient(#ececec, #5f5c5c); 
	}
	.contact_title{
		color: #151c20;
		padding-top: 100px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	.contact_caption{
		color: #006ABB;
		font-weight: 500;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_text{
		color: #151c20;
		font-size: 1.5rem;
		line-height: 25px;
		margin-bottom: 40px
	}
	.width_606px{ 
		width: 100%;
	}
	.contact_mail{
		float: none;
		width: 60%;
	}
	.contact_tel{
		float: none;
		width: 57%;
		margin-top: 4px;
		margin-right: 6px;
		padding-bottom: 50px;
	}
	.contact_mail :hover{
		opacity: 0.6;
	}
	/*----▲ お問い合わせ　▲------*/
	
	
	/*----▲ フッター ▲------*/
	footer{ 
		background-color: #151c20; 
		width: 100%;
		}
	footer:after{
		content: '';
		display: block;
		clear: both;
	}

	.logo{
		width: 190px;
		float: left;
		margin: 100px 0 30px 50px;
	}
	.address_area{ display: none; }


	.footer_right{
		float: left;
		width: 100%;
		margin: 0 10px 30px 0; 
	}
	.footer_nav{
		list-style: none;
		text-align: left;
	}
	.outer{ 
		font-size: 1.5rem;
		font-weight: 500;
		margin: 30px 0 ;
	}
	.footer_nav a { color: #fff; }

	.inner{
		text-align: left;
		list-style: none;
	}
	.footer_li{
		position: relative;
		padding: 5px 0;
		display: block;
		cursor: pointer;
	}
	.inner a{
		font-size: 1.3rem;
		font-weight: 400;
	}
	.hover:after{
		content: ' ▶︎';
		font-size: 1rem;
	}
	.hover:hover{
		color: #686868;
	}

	/*----▼ コピーライト ▼-------*/
	.copyright{ 
		background-color: #151c20; 
		text-align: left;
		padding: 0 0 30px 30px

	}
	small{
		font-size: 1rem;
	}
}



