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


/* フッター
------------------------------------------------------------------ */
footer {
	clear: both;
	padding: 20px 0px 0px;
	text-align: left;
	overflow: hidden;
  max-width: 960px;
  width: 100% !important;
}
footer .footer {
	margin: auto;
	width: 960px;
	overflow: hidden; 
}
footer .footer h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
footer .footer h4 {
	font-size: 1.5rem;
}
footer .footer p {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8em;
}
footer .footer p.more {
	float: right;
}

.footer .half,
.footer .full {
	border: solid 5px #666;
	padding: 10px;
	/*box-sizing: content-box;*/
}
.footer .half {
	width: 440px;
	float: left;
	margin-bottom: 17px;
}
.footer .half:nth-child(2) {
	margin-right: 17px;
}

.footer .full {
	width: 927px;
	clear: both;
}

footer .footer .section {
	margin-bottom: 40px;
}
footer .footer .section:last-child {
	margin-bottom: 0px;
}

footer .copyright {
	text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  footer .footer {
    margin: auto;
    width: 96%;
    padding: 0 2%;
		overflow: hidden;
  }
	.footer .half {
		width: 44%;
		margin: 0 auto 15px;
	}
	.footer .full {
		width: 96%;
	}
	.footer .half:nth-child(2) {
		float: right;
		margin-right: 0px;
	}
}
@media screen and (max-width: 640px) {
	.footer .tel {
		display: block;
		float: right;
		margin-bottom: 10px;
	}
	.footer .half,
	.footer .half:nth-child(2) {
		float: none;
		margin: 0px;
		margin-bottom: 20px;
	}
	.footer .half,
	.footer .full {
		width: 95%;
	}
}
@media screen and (max-width: 480px) {
	.footer .half,
	.footer .full {
		width: 90%;
	}
	.footer .half {
		height: auto !important;
	}
}
@media screen and (max-width: 414px) {
	footer .footer {
    margin: auto;
		overflow: hidden;
		width: 100%;
    padding: 0%;
  }
	.footer .tel {
		float: none;
		margin: 20px auto;
		text-align: center;
	}
}
footer .footer_nav {
	float: left;
}
footer .footer nav a {
  color: #666;
}
footer .footer nav ul {
  text-align: left;
	float: left;
	margin-right: 55px;
}

footer .footer nav ul li {
  list-style: none;
	margin-bottom: 15px;
}
footer .footer .footer_logo {
	float: right;
}

@media screen and (max-width: 480px) {
  footer .footer nav.footer_nav_sns ul {
    margin-top: 15px;
    text-align: left;
  }
  footer .copyright {
    margin-top: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 470px) {
	footer .footer nav ul,
	footer .footer nav.footer_nav_sns ul,
	footer .footer_logo,
	footer .copyright  {
	  text-align: center;
	}
}
@media screen and (max-width: 414px) {
	footer .footer .footer_logo {
		float: none;
	}
}
