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

/* パンくず */
.pankuzu{
	overflow: hidden;
	background: url(../img/common/ic_home.png) no-repeat left top 3px;
	background-size: 14px;
	padding-left: 20px;
	margin: 25px 0 70px;
}
.pankuzu li{
	float: left;
	font-size: 12px;
	color: #4d4d4d;
	letter-spacing: 1px;
	margin-right: 30px;
	position: relative;
}
.pankuzu li:after{
	content: ">";
	font-size: 14px;
	color: #4d4d4d;
	position: absolute;
	top: -1px;
	right: -18px;
}
.pankuzu li:last-child:after{
	display: none;
}
.pankuzu li a{
	font-size: 12px;
	color: #4d4d4d;
}

/* フッター */
footer .contact{
	padding: 80px 15px;
}
footer .contactBtn a{
	display: block;
	max-width: 690px;
	margin: 0 auto;
	background: #3c9cd7;
	border: 1px solid #3c9cd7;
	padding: 20px 0;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
footer .contactBtn a:hover{
	background: #fff;
	border: 1px solid #3c9cd7;
}
footer .contactBtn a span{
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
}
footer .contactBtn a:hover span{
	color: #3c9cd7;
}
footer .contactBtn a span:before{
	content: "";
	background: url(../img/common/ic_contact.png) no-repeat left top;
	width: 18px;
	height: 14px;
	background-size: 18px;
	position: absolute;
	left: -35px;
	top: 3px;
}
footer .pageTop{
	cursor: pointer;
	border-top: 2px solid #666666;
	padding: 13px 0;
}
footer .infoArea{
	background: #000000;
	padding: 50px 0 60px;
}
footer .infoArea .logo{
	text-align: right;
	margin-top: 40px;
}
footer .infoArea .name{
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	border-left: 3px solid #fff;
	padding-left: 12px;
	margin-bottom: 15px;
}
footer .infoArea .map a{
	display: block;
	font-size: 12px;
	color: #fff;
	background: url(../img/common/ic_map.png) no-repeat left top;
	background-size: 9px;
	padding-left: 15px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
footer .infoArea .tel a{
	display: block;
	font-size: 12px;
	color: #fff;
	background: url(../img/common/ic_tel.png) no-repeat left top;
	background-size: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
footer .infoArea ul{
	overflow: hidden;
	margin-bottom: 10px;
}
footer .infoArea ul li a{
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	margin-right: 30px;
	position: relative;
}
footer .infoArea ul li a:after{
	content: "｜";
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: -20px;
	top: 0;
}
footer .infoArea ul li:last-child a:after{
	display: none;
}
footer .infoArea .copy{
	font-size: 10px;
	color: #666666;
	letter-spacing: 1px;
}




@media only screen and (min-width: 768px) {
	/* PC、スマホ切り替え */
	.pc_display{
		display:block !important;
	}
	.sp_display{
		display:none !important;
	}
}

@media only screen and (max-width: 767px) {
	/* PC、スマホ切り替え */
	.pc_display{
		display:none !important;
	}
	.sp_display{
		display:block !important;
	}
	
	/* パンくず */
.pankuzu{
	margin: 15px 0 40px;
}
	
	/* フッター */
footer .contact{
	padding: 40px 15px;
}
footer .infoArea{
	padding: 30px 0 15px;
}
footer .infoArea .logo{
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
}
	footer .infoArea ul{
		margin-left: -15px;
		margin-right: -15px;
	}
	footer .infoArea ul li a{
	float: none;
	margin-right: 0;
	border-bottom: 1px solid #fff;
	padding: 7px 15px;
}
	footer .infoArea ul li:first-child a{
		border-top: 1px solid #fff;
	}
footer .infoArea ul li a:after{
	display: none;
}
footer .infoArea .copy{
	text-align: center;
}
	
	
}