@charset "utf-8";.showroom_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
.showroom_mainR {
	width: 35%;
}
.showroom_mainL {
	width: 55%;
	justify-content: center;
}
.showroom_title {
	font-size: 24px;
}
.showroom_address {
	margin-top: 40px;
}
.showroom_text {
	font-size: 13px;
}
@media only screen and (max-width: 768px) {
	.showroom_main {
		display: block;
	}
	.showroom_mainR {
		width: 100%;
	}
	.showroom_mainL {
		width: 100%;
		display: block;
		margin-top: 30px;
		padding: 0 15px;
	}
	.showroom_title {
		font-size: 20px;
	}
}