@charset "UTF-8";

footer {
	background: #eafbce;
	padding: 20px;
}
footer a {
	color: #000;
}
footer li,footer p {
	font-size: 14px;
	line-height: 1.6em
}
footer section.address div.photo img {
	width: 120px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
footer section.address div.text {
	text-align: center;
}
footer section.address div.text h2 {
	font-size: 24px;
	color: #129f30;
	line-height: 1.6em;
	margin-bottom: 15px;
}
footer section.footerMenu {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
}
footer small {
	display: block;
	text-align: center;
	color: #666;
	padding-top: 20px;
}

/* タブレット用 */
@media(min-width:768px) {
	footer {
	padding: 35px 30px 30px;
	}
	footer div.container {
	display: flex;
	justify-content: space-between;
	}
	footer section.address {
	display: flex;
	}
	footer section.address div.photo img {
	width: 110px;
	}
	footer section.address div.text {
	text-align: left;
	padding-left: 10px;
	}
	footer section.footerMenu {
	padding: 0px 0px 0px 40px;
	}
	footer section.footerMenu ul {
	padding-right: 20px
	}
	footer section.footerMenu ul.last {
	padding-right: 0px;
	}
	footer small {
	padding-top: 30px;
	}
}

/* デスクトップ用 */
@media(min-width:1024px) {
	footer section.address div.text h2 {
	font-size: 28px;
	}
	footer section.footerMenu ul {
	padding-right: 50px
	}
	footer section.footerMenu nav.footerMenu2 {
	display: flex;
	}
}

/* モバイル用 */
@media(max-width:767px) {
}
