@charset "utf-8";
/* CSS Document */



/*ヘッダー画像切り替え*/
img {width: auto;max-width: 100%;height: auto;}
.pc_img img{display:inline-block;/*PC画像を表示する*/}
.sp_img img{display:none;/*スマホ画像は非表示にする*/}

.pc_img img{display:inline-block;/*PC画像を表示する*/}
.sp_img img{display:none;/*スマホ画像は非表示にする*/}

@media screen and (max-width: 640px) {
.pc_img img {display: none;/*PC画像は非表示する*/}
.sp_img img {display:inline-block;/*スマホ画像を表示する*/}}

/*フッター画像切り替え*/
img {width: auto;max-width: 100%;height: auto;}
.ftpc_img img{display:inline-block;/*PC画像を表示する*/}
.ftsp_img img{display:none;/*スマホ画像は非表示にする*/}

.ftpc_img img{display:inline-block;/*PC画像を表示する*/}
.ftsp_img img{display:none;/*スマホ画像は非表示にする*/}

@media screen and (max-width: 640px) {
.ftpc_img img {display: none;/*PC画像は非表示する*/}
.ftsp_img img {display:inline-block;/*スマホ画像を表示する*/}}



/*新着ニュース速報*/
.news {
	text-align:center;
/*	padding-top:10px;*/
	font-size:25px;/*18*/
}

.news a{
	color: #F00;
}

/*見積り実績カウンタ*/
.counter {
	background-color:#000;
	color:#FFF;
}

.hed-menu{
  float: left;
  width: 281px;
  border-top: 2px solid #FFF;
  border-bottom: none;
  background-color:#000;
  padding:5px 20px;
  color:#FFF;
  text-align:center;
  margin:auto;
  }
  
.hed-menu2{
  float: left;
  width: 277px;
  border-top: 2px solid #FFF;
  border-left:#FFF 2px solid;
  border-bottom: none;
  background-color:#000;
  padding:5px 20px;
  color:#FFF;
  text-align:center;
  margin:auto;
  }

.hed-menu1{
  float: left;
  width: 281px;
  border-top: 2px solid #FFF;
  border-bottom: none;
  background-color:#000;
  padding:5px 20px;
  color:#FFF;
  text-align:center;
  margin:auto;
  font-size:16px;
  }
  
.hed-menu2a{
  float: left;
  width: 277px;
  border-top: 2px solid #FFF;
  border-left:#FFF 2px solid;
  border-bottom: none;
  background-color:#000;
  padding:5px 20px;
  color:#FFF;
  text-align:center;
  margin:auto;
  display:block;
  font-size:16px;
  }

.hed-menu2b{
  float: left;
  width: 277px;
  border-top: 2px solid #FFF;
  border-left:#FFF 2px solid;
  border-bottom: none;
  background-color:#000;
  padding:5px 20px;
  color:#FFF;
  text-align:center;
  margin:auto;
  display:block;
  font-size:16px;
  }
  
H1 A{COLOR: RED}
h1.size{
	font-size:16px;
	
	}
	
	
	

@media screen and (max-width: 640px) {
h1.size{
	font-size:5px;
	
	}
.hed-menu{
  /*　floatを解除 */
  float: none;
  width: 70%;
  border-top: none;
  border-bottom:#333 2px solid;
  background-color: #FFF;
  padding:5px 20px;
  color:#000; 
  text-align:center;
  margin:auto;
position: fixed;
    top: 0;
    left:0;
  }

.hed-menu2{
  /*　floatを解除 */
  float: none;
  width: 70%;
  border-top: none;
  border-left: none;
  background-color: #FFF;
  border-bottom:#333 2px solid;
  padding:5px 20px;
  color:#000;
  text-align:center;
  margin:auto;
  }

.hed-menu1{
  /*　floatを解除
  float: none;
  width: 70%;
  border-top: none;
  border-bottom:#333 2px solid;
  background-color: #FFF;
  padding:5px 20px;
  color:#000; 
  text-align:center;
  margin:auto; */
  display:none;
  }
  
.hed-menu2a{
  /*　floatを解除 
  float: none;
  width: 70%;
  border-top: none;
  border-left: none;
  background-color: #FFF;
  border-bottom:#333 2px solid;
  padding:5px 20px;
  color:#000;
  text-align:center;
  margin:auto;*/
  display:none;
  }
  
.hed-menu2b{
  /*　floatを解除 */
  float: none;
 /*width: auto;*/
  background-color: #FFF;
  color:#000;
  font-size:20px;
  text-align:center;
  }
  
}



/*━━━━━━━━CLS対応━━━━━━━━━━━*/


.field-gm {
    width: 100%;
    margin: auto;
    text-align: center;
}

.responsive-gm {
    width: 100%;
    height: auto;
}

@media screen and (max-width:640px) {
    .field-gm {
        width: 100%;
    }

}

/*━━━━━━━━CLS対応━━━━━━━━━━━*/