@charset "utf-8";
.cont1 {
	width: 100%;
	float: left;
}
.cont1-left {
	width: 27%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 12px;
}
.cont1-left img {
	width: 100%;
}
.cont1-right {
	width: 100%;
	float: left;
	margin-top: 12px;
	font-size: 1.4em;
	line-height: 180%;
	box-sizing:border-box;
}
.cont2 {
	width: 100%;
	float: left;

}


.bus-tbl-01 {
	width: 100%;
	box-sizing: border-box;
}
.bus-tbl-01 tr td {
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
	box-sizing: border-box;
	font-size: 1.4em;
	line-height: 180%;
	vertical-align: middle;
}
.bus-tbl-col-left-01 {
	width: 25%;
	background:#006400;
	text-align:right;
	color:#fff;
}

.map-bus iframe{
	width:100%;
	float:left;
	height:400px;
}

.bus-tbl-02 {
	width: 100%;
	box-sizing: border-box;
}
.bus-tbl-02 tr td {
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
	box-sizing: border-box;
	font-size: 1.4em;
	line-height: 180%;
	vertical-align: middle;
}
.bus-tbl-col-left-02 {
	width: 25%;
	background:#006400;
	text-align:right;
	color:#fff;
}
.bg-E5E5E5{
	background:#E5E5E5;
}
.link-ph-em{
	color:#90ee90;
	text-decoration:none;
	line-height:120%;
}
.link-ph-em-01{
	color:#000;
	text-decoration:none;
	line-height:120%;
}
@media screen and (max-width: 640px) {
.cont1, .cont2 {background:#F7F7F7;padding:4%; box-sizing:border-box;}
.cont1-left {width:100%;text-align:center;padding:2%;box-sizing:border-box;}
.cont1-left img {width:auto;}
.cont1-right {width:100%;}
.bus-tbl-01 tr td {
	line-height: 160%;
	font-size: 1.2em;
}
.bus-tbl-02 tr td {
	font-size: 1.2em;
	line-height: 160%;
}
}
@media screen and (max-width: 320px) {
	.bus-tbl-col-left-01{
		text-align:center;
	}
	.bus-tbl-01 tr td {
	padding:15px 5px;
	}
	.bus-tbl-02 tr td {
		padding: 15px 5px;
	}
}