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

/*--------------
マウスオーバー時のみ画像透明化
--------------*/
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; }


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

#pagetop img{
	width: 25%!important;
}

	
p#tel{
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	opacity: 0.9;
	}
	
section#page-top{
	text-align: center;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
	
section#page-top h3{
	font-family: 'NTR', sans-serif;
	font-size: 380%;
	margin-top: 60px;
	margin-bottom: 40px;
}
section#page-top h4{
	font-size: 180%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.6;
}
section#page-top p{
	line-height: 1.6;
	margin-bottom: 20px;
}



/*ページトップ*/
#pagetop{
  right:0px;
}

#pagetop img{
  width:80%;
}


/*inforamation*/
div#blog-bg-container{
	width:98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	margin-top:40px;
}

div.info-inner-top h5{
	float:left;
	width:60%;
	background:#ccc;
	padding:10px 0px 10px 10px;
	color:#fff;
}

div.info-inner-top p a{
	float:left;
	width:28%;
	text-align:right;
	background:#999;
	color:#fff;
	padding:10px 15px;
}


div#blog-bg-container ul{
	margin-top: 10px;
	padding:10px;
}

div#blog-bg-container ul li{
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}



h4#footer-h4{
	margin-bottom: 10px;
	width:96%;
	margin-left: auto;
	margin-right: auto;
}
	h4#footer-h4 img{
		width:40%;
	}
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: 90px;
		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%;
}

	
	div#wrapper{
		padding-top: 70px!important;
	}
	
p#tel{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
	
p#tel img{
	width: 210px;
	margin-top: 10px;
	}
	
section#page-top{
	text-align: center;
}
	
section#page-top h3{
	font-family: 'NTR', sans-serif;
	font-size: 380%;
	margin-top: 90px;
	margin-bottom: 40px;
}
section#page-top h4{
	font-size: 180%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}
section#page-top p{
	line-height: 2.3;
}

p#sub-title{
	font-size: 80%;
	line-height:1.5;
	padding-top: 5px;
}
	
div.navbar-collapse{
	float:right;
}

ul.nav{	
}

	
	
/*inforamation*/
section#info-cnt{
	width:100%;
	background:url(../img/info-bg.png) repeat-x left top;
	margin-top: 50px;
}
div#blog-bg-container{
	width:1180px!important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
}

div.info-inner-top h5{
	float:left;
	width:970px;
	background:#ccc;
	padding:10px 15px;
	color:#fff;
}

div.info-inner-top p a{
	float:left;
	width:150px;
	text-align:right;
	background:#999;
	color:#fff;
	padding:10px 15px;
}


div#blog-bg-container ul{
	margin-top: 10px;
	padding:10px;
}

div#blog-bg-container ul li{
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}

	
	

h4#footer-h4{
	margin-bottom: 10px;
	width:1200px;
	margin-left: auto;
	margin-right: auto;
}
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: 230px;
		padding: 0px 10px 10px 10px;
		color: #fff;
	}
	
	div.footer-inner p{
		float: left;
		width:100px;
		height: 210px;
		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;
}


}



