@charset "utf-8";
@media only screen and (max-width:840px) {
table{ width:100%;}
table tr td{ width:33.3%;}
table tr td img{ width:100%;}

#loca_btn_area_sp table{ width:70%; margin:0 auto;}
#loca_btn_area_sp table tr td{ width:33.3%;}
#loca_btn_area_sp table tr td img{ width:100%;}
}

.fLash_bg img{
        margin-left: 40%;
    padding-top: 2%;
}
.bg {
	background:#fbf1ed;
}
.ttl_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 1rem;
}
@media only screen and (max-width: 840px) {
	.ttl_box {
		display: none;
	}
	nav.nav03 img {
		width: 100%;
	}
	.sp_footer img {
		width: 100%;
	}
	footer img {
		width: 100%;
	}
	.footer_c img {
		width: 100%;
	}
	#footer_req img {
		width: 100%;
	}
}