/*フッター*/
footer{
	width: 100%;
 background-color: #6bbb59;	 
 padding: 40px 0;
 font-family: fot-tsukubrdgothic-std,sans-serif;
 font-weight: 800;
}
footer p{
	text-align: center;
	font-size: 17px;
	color: #fff;
}

.footer-content{
	width: 65%;
	margin:0 auto;
	padding-bottom: 30px;
	justify-content: space-between;
	align-items: center;
}
.tel-area .fix-flex{
	align-items: center;
	color: #fff;
	font-size: 45px;
	letter-spacing: -0.5px;
}
.tel-area .fix-flex img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
footer .tel-area p{
	text-align: right;
	letter-spacing: 0.5px;
}
#footer-logo{
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer-logo img{
	width: 100%;
}
	/*フッター追加*/
.footer-company{
	width: 80%;
	margin: 20px auto;
	justify-content: space-between;
	display: flex;
}
.footer-company a{
	text-decoration: none;
}
.footer-adress,.footer-contact{
	flex: 1;
}
.footer-adress{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer-adress p{
	text-align: left;
	margin-top: 10px;
	line-height: 150%;
}
.tel{
	color: #fff;
	font-size: 40px;
	letter-spacing: 0;
}
.footer-contact{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.tel span{
	font-size: 20px;
	margin-right: 10px;
}
.tel-rubi{
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
}
.rubi1{
	margin-left: 40px;
	margin-right: 45px;
}
.email{
	background-color: #fff;
	width: 70%;
	text-align: center;
	margin-top:20px;
	color:#60C254;
	padding: 20px 0;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.email i{
	font-size: 25px;
	margin-right: 15px;
}
.footer-adress img {
    width: 230px;
}
@media screen and (max-width: 850px){
	.footer-company {
	    width: 80%;
	    margin: 20px auto;
	    justify-content: space-between;
	    display: flex;
	    flex-direction: column;
	}
	.footer-adress, .footer-contact {
	    width: 100%;
	    align-items: center;
			margin-bottom: 20px;
	}
}

@media screen and (max-width: 500px){
	.tel-rubi {
	    color: #fff;
	    font-size: 15px;
	    margin-bottom: 5px;
	    width: 75%;
	    text-align: right;
	}
	.rubi1 {
	    margin-left: 25px;
	    margin-right: 25px;
	}
	.tel {
	    color: #fff;
	    font-size: 29px;
	    letter-spacing: 0;
	}
	.email {
	    background-color: #fff;
	    width: 100%;
	    text-align: center;
	    margin-top: 20px;
	    color: #60C254;
	    padding: 15px 0;
	    border-radius: 10px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.footer-adress, .footer-contact {
	    width: 100%;
	    align-items: center;
	}
	footer {
	    width: 100%;
	    background-color: #6bbb59;
	    padding: 10px 0;
	}
}
@media screen and (max-width: 400px){
.rubi1 {
	    margin-left: 25px;
	    margin-right: 15px;
	}
}
@media screen and (max-width: 360px){
.rubi1 {
	    margin-left: 25px;
	    margin-right: 10px;
	}
}
@media screen and (max-width: 320px){
.rubi1 {
	    margin-left: 25px;
	    margin-right: 0px;
	}
}