/*****************************************************************
フッターエリア（responsive）php
*****************************************************************/
#footerArea {
	width: 100%;
	border-top: 1px solid #cb182c;
	font-size: 1.4rem;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 60px; /* ページ下部表示 */
}
#footerArea .footerContainer {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	#footerArea .footerContainer {
		width: 98%;
	}
}
@media screen and (max-width: 768px) {
	#footerArea {
	}
	#footerArea .footerContainer {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#footerArea {
		padding-bottom: 30px; /* ページ下部表示 */
	}
}

/*googleADフッタ打ち込まれ対策*/
#footerArea .footerContainer .google-auto-placed{
	display: none;
}

@media screen and (max-width: 1024px) {
	#footerArea .footerContainer .google-auto-placed{
	display: none;
	}
}
@media screen and (max-width: 768px) {
	#footerArea .footerContainer .google-auto-placed{
	display: none;
	}
}

/*footerロゴ*/
#footerArea .footerContainer .footer_logo {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
#footerArea .footerContainer .footer_logo .footer_logo_content01 {
	margin: 20px 20px 20px 0;
}
#footerArea .footerContainer .footer_logo .footer_logo_content02 {
	margin: 30px 20px 20px 0;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 {
	margin: 20px 0px 20px 0;
	display: flex;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 a {
	margin: 10px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.0rem;
	height: 4.0rem;
	border-radius: 50%;
	color: #fff;
	font-size: 2.1rem;
	transition-duration: 0.2s;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 a.twitter_icon {
	border: 2px solid #000;
	background-color: #000;
	fill: #fff;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 a.twitter_icon:hover {
	background-color: #fff;
	color: #000;
	transition-duration: 0.2s;
	fill: #000;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 a.fb_icon {
	border: 2px solid #036be4;
	background-color: #036be4;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 a.fb_icon:hover {
	background-color: #fff;
	color: #036be4;
	transition-duration: 0.2s;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 .fa-facebook-f::before {
	content: "\f39e" !important;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 a.insta_icon {
	border: 2px solid #CF2E92;
	background-color: #CF2E92;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 a.insta_icon:hover {
	background-color: #fff;
	color: #CF2E92;
	transition-duration: 0.2s;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 a.youtube_icon {
	border: 2px solid #DA1725;
	background-color: #DA1725;
}
#footerArea .footerContainer .footer_logo .footer_logo_content03 a.youtube_icon:hover {
	background-color: #fff;
	color: #DA1725;
	transition-duration: 0.2s;
}
#footerArea .footerContainer .footer_logo .footer_logo_content a {
}
#footerArea .footerContainer .footer_logo .footer_logo_content img {
	width: 150px;
    height: 43px;
}

@media screen and (max-width: 768px) {
	#footerArea .footerContainer .footer_logo .footer_logo_content {
		margin: 10px 10px 20px 10px;
	}
	#footerArea .footerContainer .footer_logo .footer_logo_content01 {
		margin: 10px 10px 0 10px;
	}
	#footerArea .footerContainer .footer_logo .footer_logo_content02 {
		margin: 10px 10px 0 10px;
	}
	#footerArea .footerContainer .footer_logo .footer_logo_content03 {
		margin: 10px 10px 20px 10px;
	}
	#footerArea .footerContainer .footer_logo {
		align-items: center;
		flex-direction: column;
		align-items: center;
	}
}


/*footerサイトマップ*/
#footerArea .footerContainer .footer_sitemap {
	width: 100%;
/*	padding-bottom: 100px;*/
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
/*	background-image: url(../img/footer_sitemap_bg.png);*/
	background-position: bottom center;
	background-repeat: repeat-x;

	display: flex;
	flex-wrap: wrap;

}
#footerArea .footerContainer .footer_sitemap .footer_sitemap_content {
	width: 33.333%;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
}
#footerArea .footerContainer .footer_sitemap .footer_sitemap_content p.sitemap_title {
	margin-bottom: 10px;
	font-weight: 900;
	padding: 0 0 8px 5px;
	border-bottom: 2px solid #e6e6e6;
}
#footerArea .footerContainer .footer_sitemap .footer_sitemap_content .footer_sitemap_list {
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
}
#footerArea .footerContainer .footer_sitemap .footer_sitemap_content .footer_sitemap_list li {
	border-bottom: 1px solid #e9e9e9;
}
#footerArea .footerContainer .footer_sitemap .footer_sitemap_content .footer_sitemap_list li:hover {
	background-color: #f9f9f7;
}
#footerArea .footerContainer .footer_sitemap .footer_sitemap_content .footer_sitemap_list li a {
	color: #4d4d4d;
	padding: 6px 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footerArea .footerContainer .footer_sitemap .footer_sitemap_content .footer_sitemap_list li:hover a {
	color: #cb182c;
}
#footerArea .footerContainer .footer_sitemap .footer_sitemap_content .footer_sitemap_list li a i {
	color: #999;
}
#footerArea .footerContainer .footer_sitemap .footer_sitemap_content .footer_sitemap_list li:hover a i {
	color: #cb182c;
}


@media screen and (max-width: 768px) {
	#footerArea .footerContainer .footer_sitemap .footer_sitemap_content {
		width: 49.5%;
	}
}

/*footerコピーライト*/
#footerArea .footerContainer .footer_copyright {
	width: 100%;
	font-size: 1.3rem;
	padding-bottom: 1px;
}
#footerArea .footerContainer .footer_copyright .footer_copyright_content {
	margin: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
#footerArea .footerContainer .footer_copyright .footer_copyright_content li {
	margin: 0 10px 0 0;
}
#footerArea .footerContainer .footer_copyright .footer_copyright_content li a {
	color: #4d4d4d;
}
#footerArea .footerContainer .footer_copyright .footer_copyright_content li a:hover {
	color: #cb182c;
}
#footerArea .footerContainer .footer_copyright .footer_copyright_content li:last-child {
	margin-left: auto;
}
#footerArea .footerContainer .footer_copyright .footer_copyright_content .footer_copyright_content_link{
	margin: 0 10px 0 0;
	display: flex;
	display: -webkit-flex;
}

@media screen and (max-width: 768px) {
	#footerArea .footerContainer .footer_copyright {
		margin-bottom: 62px;
	}
}

@media screen and (max-width: 768px) {
	#footerArea .footerContainer .footer_copyright .footer_copyright_content {
		flex-direction: column;
		align-items: center;
	}
	#footerArea .footerContainer .footer_copyright .footer_copyright_content li:last-child {
		margin-left: initial;
	}
	#footerArea .footerContainer .footer_copyright .footer_copyright_content .footer_copyright_content_link{
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 480px) {
	#footerArea .footerContainer .footer_copyright .footer_copyright_content .footer_copyright_content_link {
		flex-direction: column;
		justify-content: flex-start;
		width: 80%;
	}
		#footerArea .footerContainer .footer_copyright .footer_copyright_content .footer_copyright_content_link li a {
			display: inline-block;
			padding: 3px 0;
		}
}
