﻿/*////////////////////////////////////////
共通
////////////////////////////////////////*/

/*--------------
マウスオーバー時のみ画像透明化
--------------*/
a:hover img{
	opacity:0.7;
	-webkit-transition:opacity 0.2s linear;
}

body{
	background:#fff;
}

/*--------------
クリアフィックス
--------------*/
/* For modern browsers用 */
.cf:after{
	content: "";
	display: block;
	clear: both;
}

/* For IE 6/7用 */
.cf { zoom: 1; }



/*テキスト真ん中線ここから*/
.head-border {
    display: flex;
    align-items: center;
}
.head-border span{
	font-size: 80%;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.head-border:before {
    margin-right: 1rem;
}
.head-border:after {
    margin-left: 1rem;
}
/*テキスト真ん中線ここまで*/


/* ////////////////////////////////////////
スマートフォン向けのスタイル：479px以下 
////////////////////////////////////////*/
@media screen and (max-width: 479px) {
	
/*個人から法人への切り替えボタン*/
#pagetop {
  /*display: none;*/
  position: fixed;
  bottom: 0px;
  right: -70px;
  padding: 5px;
  cursor: pointer;
  z-index: 9999; /*すべたの要素の一番上に表示するためレイヤーを9999とした*/
}

#pagetop img{
	width: 55%!important;
}
	
/*ショップ*/
#shop-sp {
  position: fixed;
  bottom: 5px;
  right: 90px;
  padding: 5px;
  cursor: pointer;
  z-index: 9999; /*すべたの要素の一番上に表示するためレイヤーを9999とした*/
}
	
#shop-sp img{
	width: 70%;
}

#shop-icon{
	display: none
}

/*電話*/
p#tel{
	display: none;
	}

p#tel-sp{
  position: fixed;
	bottom: 9px;
	right: 240px;
	z-index: 9999;
	}
	
	
p#tel-sp img{
	width: 70%;
}
	
	
	
	
/*shop-cnt　ショップバナー*/
section.shop-cnt{
	width:96%;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 40px;
}
	div.shop-inner{
		width:94%;
		padding: 5px 5px 0px 5px;
		border: 5px solid #fecf90;
	}
	div.shop-cnt01{
		float: left;
		width: 37%;
	}
	div.shop-cnt01 img{
		width: 100%;
	}
	div.shop-cnt02{
		float: right;
		width: 60%;
		margin-left: 0px;
	}
	div.shop-cnt02 p{
		font-size: 146%;
		font-weight: bold;
		line-height: 1.0;
		margin-top: 3px;
		margin-bottom: 10px;
	}
	div.shop-cnt02 img{
		width:100%;
	}
	div.shop-cnt02 span{
		font-size: 70%;
	}
	div.shop-cnt03{
		background: #fff7f2;
		padding: 7px;
		font-size: 80%;
		line-height: 1.4;
	content: "";
	display: block;
	clear: both;
	}
	p.shop-cnt-p{
		text-align: left;
		font-size: 90%;
	}
	
	


div#wrapper{
	margin-top: 76px;
}

	
/*******************************************
施工実績一覧
*******************************************/

	div#slick01{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.works-cnt{
		border: 1px solid #000;
		width:86%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		padding: 10px 10px 10px 10px;
	}
	div.works-cnt p{
		width:100%;	
	}
	p.works-img{
		width:100%;
		height: 200px;
		position: relative;
		overflow: hidden;
	}
	
	p.works-img img{
		width:100%;
		height:auto;
	}
	
	p.works-h4{
		font-weight: bold;
		font-size: 120%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
/*カテゴリ*/
	p.info-cat{	
		margin-bottom: 5px;
	}
p.info-cat span{
	background:#ec6600;
	text-align:center;
	width:50px;
	border-radius: 15px;
	color:#fff;
	padding: 5px 15px;
	}	
	
	p.info-cat a{
		margin-left: 5px;
		color:#fff!important;
	}
	
	
	
	

/********************************************
フッター
********************************************/

h4#footer-h4{
	margin-top: 80px;
	margin-bottom: 5px;
	width:96%;
	margin-left: auto;
	margin-right: auto;
}
	h4#footer-h4 img{
		width:40%;
		margin-bottom: 0px;
	}
h4#footer-h4 span{
	margin-left: 10px;
	display: block;
	margin-top: 4px;
}
/*フッター*/
footer {
    padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	clear:both;
	background: #b4b0a9;

}
	footer div#footer-cnt{
		width:96%;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.footer-inner{
		float: left;
		width: 40%;
		padding: 0px 10px 10px 10px;
		color: #fff;
	}
	
	div.footer-inner p{
		font-weight: bold;
		font-size: 110%;
		margin-right: 10px;
		margin-left: 5px;
	}

	div.footer-inner ul{
		float: left;
		width:120%;
		font-size: 90%;
		line-height: 2.2;
	}
	
	div.footer-inner ul li.footer-bk{
		border-bottom: 1px solid #ccc;
		width: 120px;
	}
	
	div.footer-inner ul li a{
		background: url(../img/arrow.png) no-repeat left center;
		background-size:13px 13px;		
		padding-left: 20px;
		color: #fff;
	}
	
	div.footer-inner ul li ul{
		margin-left: 20px;
	}

	p#footer-p{
		text-align: center;
		padding: 10px;
		margin-bottom: 100px;
		font-size: 80%;
	}



}




/*////////////////////////////////////////
 タブレット向けのスタイル：481px ～ 768px 
////////////////////////////////////////*/
@media only screen and (min-width: 481px) {

/*個人から法人への切り替えボタン*/
#pagetop {
  /*display: none;*/
  position: fixed;
  bottom: 10px;
  right: -15px;
  padding: 5px;
  cursor: pointer;
  z-index: 9999; /*すべたの要素の一番上に表示するためレイヤーを9999とした*/
}

#pagetop img{
	width: 80%;
}
	
/*ショップ*/
#shop-icon {
  /*display: none;*/
  position: fixed;
  bottom: 170px;
  right: -80px;
  padding: 5px;
  cursor: pointer;
  z-index: 9999; /*すべたの要素の一番上に表示するためレイヤーを9999とした*/
}
	
#shop-icon img{
	width: 70%;
}

#shop-sp{
	display: none;
}

/*電話*/
p#tel{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
	
p#tel img{
	width: 210px;
	margin-top: 10px;
	}
	
p#tel-sp{
	display:none;
	}
	
	
	
/*shop-cnt　ショップバナー*/
section.shop-cnt{
	width:980px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 50px;
}
	div.shop-inner{
		width:100%;
		padding: 5px 5px 0px 5px;
		border: 5px solid #fecf90;
	}
	div.shop-cnt01{
		float: left;
		width: 190px;
	}
	div.shop-cnt02{
		float: left;
		width: 340px;
		margin-left: 20px;
	}
	div.shop-cnt02 p{
		font-size: 230%;
		font-weight: bold;
		line-height: 1.0;
		margin-top: 3px;
		margin-bottom: 10px;
	}
	div.shop-cnt02 span{
		font-size: 70%;
	}
	div.shop-cnt03{
		float: left;
		width: 410px;
		background: #fff7f2;
		padding: 7px;
	}
	p.shop-cnt-p{
		text-align: right;
	}
	
	
	
	
	


div#wrapper{
	padding-top: 100px!important;
}

	
	
	
	
	
/*******************************************
施工実績一覧
*******************************************/

	div#slick01{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
		margin-bottom: 30px;
	}
	
	div.works-cnt{
		border: 1px solid #000;
		height:auto;
		width:210px;
		float:left;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 0px;
		padding: 5px 10px 10px 10px;
	}
	div.works-cnt p{
		width:100%		
	}
	p.works-img{
		width:100%;
		height: 150px;
		position: relative;
		overflow: hidden;
	}
	
	p.works-img img{
		width:100%;
		height:auto;
	}
	
	p.works-h4{
		font-weight: bold;
		font-size: 120%;
		margin-bottom: 5px;
	}
	
	
/*カテゴリ*/
p.info-cat{
	margin-bottom: 5px;
}
p.info-cat span{
	background:#ec6600;
	text-align:center;
	width:50px;
	border-radius: 15px;
	color:#fff;
	padding: 5px 15px;
	font-size: 85%;
	}
	
	p.info-cat a{
		color:#fff!important;
	}
	
	
/********************************************
フッター
********************************************/	

h4#footer-h4{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 100px;
}
h4#footer-h4 span{
	margin-left: 10px;
}
/*フッター*/
footer {
    padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	clear:both;
	background: #b4b0a9;

}
	footer div#footer-cnt{
		width:1200px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.footer-inner{
		float: left;
		width:350px;
		height: 250px;
		padding: 0px 10px 40px 10px;
		color: #fff;
	}
	
	div.footer-inner p{
		float: left;
		width:100px;
		height: 260px;
		font-weight: bold;
		font-size: 110%;
		border-right: 1px solid #fff;
		margin-right: 10px;
		margin-left: 5px;
	}

	div.footer-inner ul{
		float: left;
		width:230px;
	}
	
	div.footer-inner ul li.footer-bk{
		border-bottom: 1px solid #ccc;
	}
	
	div.footer-inner ul li a{
		background: url(../img/arrow.png) no-repeat left center;
		background-size:13px 13px;		
		padding-left: 20px;
		color: #fff;
	}
	
	div.footer-inner ul li ul{
		margin-left: 20px;
	}

	p#footer-p{
		text-align: center;
		background: #ec6600;
		padding: 30px;
		color: #fff;
	}
	
	
	
	


}



/*////////////////////////////////////////
PC向けのスタイル：769px～960px 
////////////////////////////////////////*/
@media only screen and (min-width: 769px) {

/*PC表示の時に電話リンク無効*/
a[href^="tel:"] {
    pointer-events: none;
}


}



