.footer-all{
	background-color: rgb(229, 229, 229);
	padding-bottom: 5%;
	}
.footer-logo{
	width: 18%;
	margin: auto;
	padding-top: 3%;
	padding-bottom: 3%;
}
.footer-logo img{
    max-width: 278px;
	width: 100%;
}
.line {
		width: 22%;
		margin: auto;
	}
	.instagram {
		width: 22%;
		margin: auto;
	}
	.sns-flex{
		display: flex;
		width: 18%;
		margin: auto;
	}
	.line img{
		width: 100%;
	}
	.instagram img{
		width: 100%;
	}
	.address{
		text-align: center;
		margin: 3% auto auto;
		line-height: 100%;
		letter-spacing: 0.04vh;
	}
	.address p{
		font-size: 20px;
		color: black;
	}

	@media(max-width:1000px){
		.footer-logo{
			width: 30%;
		}
		.line {
		width: 35%!important;
		}
		.instagram {
			width: 35%!important;
		}
	.address p{
		font-size: 16px;
	}
	}
	@media(max-width:600px){
		.footer-logo{
			width: 40%;
		}
		.address p{
			font-size: 13px;
		}
		.line {
			width: 50%!important;
			padding-right: 3px;
		}
		.instagram {
			width: 50%!important;
		}
	}