/* ---------------------------比叡山ドライブウエイ --------------- */

/* 3列組の左 */
.left_drive1 {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
@media only screen and (max-width: 599px) { /* smartPhone */
	.left_drive1 {
		float: none;
		text-align: center;
		margin-top: 20px;
	}
}

/* 3列組の中 */
.left_drive2 {
	float: left;
	margin-right: 10px;
}
@media only screen and (max-width: 599px) { /* smartPhone */
	.left_drive2 {
		clear: both;
		float: none;
		text-align: center;
		margin-top: 20px;
	}
}

/* 3列組の左 */
.left_drive3 {
	margin-right: 10px;
}
@media only screen and (max-width: 599px) { /* smartPhone */
	.left_drive3 {
		clear: both;
		float: none;
		margin-left: 20px;
		margin-top: 20px;
	}
}

