.messe {
	background-color: #94C03D;
	padding: 30px 5%;
	margin-top: 100px;
}
.messe h4 {
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: #fff;
}


.foot-box {
	max-width: 900px;
	padding: 0 5% ;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fot01 {
	width: 50%;
}
.fot02 {
	width: 44%;
}

.fot01 {
	display: flex;
}
.footlogo01 {
	width: 220px;
	margin-right: 20px;
}
.footlogo02 p {
	margin-top: 20px;
	font-size: 100%;
}
.footlogo02 p a {
	text-decoration: underline;
	color: #EA961D;
}

.fot02 .btn03 {
	margin-top: 10px;
}

.foot_banner-boxes {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.foot_banner-box{
	text-align: center;
}
.foot_banner-box img{
	width: 100%;
	max-width: 234px;
}

.foot-menu .menu-main {
	justify-content: center;
	margin-top: 40px;
}

address {
	text-align: center;
	padding: 40px 0 ;
	font-size: 70%;
}


@media screen and ( max-width:800px )
{
.foot-box {
	padding: 0 5% ;
	margin-top: 60px;
	display: inherit;
}
.fot01 {
	width: 100%;
	margin-bottom: 40px;
}
.fot02 {
	width: 100%;
}
	.foot-menu .menu-main {
		flex-wrap: wrap;
	}
	.foot-menu .menu-main li {
		width: 50%;
	}
	.foot-menu .menu-main li:nth-child(even) {
		display: none;
	}
.foot-menu .menu-main a h2 {
    font-size: 100%;
    font-weight: bold;
    white-space: inherit;
    margin-top: 6px;
}
.foot-menu .menu-main a {
    padding: 0 0px;
    display: block;
	padding-bottom: 10px;
}

.foot_banner-boxes{
	flex-direction: column;
}
	
}

