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

.footerbar {
	display: flex;
	width: 100%;
	height: 70px;
	background-color: rgba(166, 209, 202, 0.8);
	justify-content: center;
	align-items: center;
}
.footerline {
	display: flex;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	justify-content: space-between;
	align-items: center;
}
.footerline div.first {
}
.footerline div.first p {
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.02em;
	color: #ffffff;
}
.footerline div.second {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footerline div.second p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.02em;
	color: #ffffff;
}
.footerline .second a {
	margin-left: 10px;
	font-size: 30px;
	text-decoration: none;
	color: hsla(0, 0%, 100%, 1);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}

.footer {
	margin-top: 17px;
	margin-bottom: 17px;
}
.footer .icon {
	display: block;
	margin-bottom: 10px;
}
.footer .icon a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 26px;
	height: 26px;
}
.footer .icon img {
	width: 25px;
	height: 25px;
	margin-left: 2px;
	margin-right: 2px;
}
.footer p {
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	letter-spacing: 0.1em;
	text-align: center;
}

@media (max-width: 979px) {
	.footerbar {
		display: block;
		width: 100%;
		height: 120px;
	}
	.footerline {
		display: block;
	}
	.footerline div {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.footerline div.first {
		width: 310px;
		padding-top: 8px;
	}
	.footerline div.first p {
		line-height: 20px;
		font-size: 14px;
	}
	.footerline div.second {
		display: block;
		width: 330px;
		padding-top: 15px;
	}
	.footerline div.second p {
		font-size: 14px;
	}
	.footerline .second a {
		display: block;
		margin-top: 15px;
		margin-left: 0;
		font-size: 22px;
		text-decoration: none;
		color: hsla(0, 0%, 100%, 1);
	}
}
