.MainLogo {
	color: #fafafa;
	font-size: 3em;
}
.flex {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.n-w {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.cont30 {
	width: 30%;
}
.cont30 img {
	display: block;
	margin: 0 auto;
}
.disp-b {
	display: block;
}
.circle {
	border-radius: 50%;
}
.spc_b {
	margin-bottom: 25px;
}
.tour_ttl {
	padding-top: 30px;
}
.c {
	text-align: center;
}
.MainText-cont {
	width: 40%;
	margin: 40px auto;
}
@media only screen and (max-width:641px) {
	.cont30 {
		width: 80%;
		margin-bottom: 50px;
	}
	.f-c {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: center;
	}
	.od1 {
		order: 1;
	}
	.od2 {
		order: 2;
	}
	.od3 {
		order: 3;
	}
	.od4 {
		order: 4;
	}
	.od5 {
		order: 5;
	}
	.od6 {
		order: 6;
	}
}