@charset "EUC-JP";
/* CSS Document */


body div.wrap footer {
	width: 64rem;
	height: auto;
	padding: 1rem 2rem 1rem 2rem;
	margin: 0 auto 3rem auto;
	background-color: #ff4a78;
	border-radius: 0 0 2rem 2rem;
	background-image: url("../images/common/footer1.png");
	background-position: 2rem center;
	background-repeat: no-repeat;
	box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
}
body div.wrap footer ul {
	list-style: none;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 0 .5rem 0;
}
body div.wrap footer ul li {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	color: #fff;
}
body div.wrap footer ul li:first-child {
	margin-left: 4rem;
	margin-right: 2rem;
}
body div.wrap footer ul li:first-child p {
	font-size: 1.4rem;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}
body div.wrap footer ul li:first-child p span {
	font-size: .9rem;
	padding: 0 .3rem 0 0;
}
body div.wrap footer ul li:nth-child(2) address {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}
body div.wrap footer ul li:nth-child(2) address span {
		display: inline-block;
}
body div.wrap footer ul li:nth-child(2) address span:nth-child(2) {
		padding: 0 .5rem;
}
body div.wrap footer p.copyright {
	text-align: center;
	color: #fff;
	padding: 0 0 0 0;
	margin:  0 auto;
	font-size: 1.1rem;
}


@media only screen and (max-width: 820px) {

	body div.wrap footer {
		width: auto;
		height: auto;
		padding: 1.5rem 1rem 1rem 1rem;
		margin: 0 1rem 1rem 1rem;
		background-color: #ff4a78;
		border-radius: 0 0 2rem 2rem;
		background-image: url("../images/common/footer1.png");
		background-position: center 1rem;
		background-repeat: no-repeat;
		box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
	}
	body div.wrap footer ul {
		padding: 4rem 0 0 0;
	}
	body div.wrap footer ul li {
		width: 100%;
		margin:  0 0 .5rem 0;
		text-align: center;
	}
	body div.wrap footer ul li:first-child {
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	body div.wrap footer ul li:first-child p span {
		display: block;
	}

	body div.wrap footer ul li:nth-child(2) address {
		text-align: center;
	}
	body div.wrap footer ul li:nth-child(2) address span {
		display: block;
	}
	body div.wrap footer ul li:nth-child(2) address span:nth-child(2) {
			padding: 0;
	}

	body div.wrap footer p.copyright span {
		display: block;
	}

}