@charset "utf-8";
#location-title {
	font-size: 21px;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#location-tel,#location-mail,#location-fax,#location-adr  {
	line-height: 1.2;
	padding-top: 0;
}
#location-info {
	padding-bottom: 40px;
}

#location-iframe {
	height: 0px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60%;
	position: relative;
}
#location-iframe iframe {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
}

.test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {

	#location-iframe {
		width: 95%;
		padding-bottom: 70%;
	}

}

/* ==手機電腦====================================== */
@media screen and (max-width: 575px) {

	#location-title {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	#location-adr {
		padding-bottom: 10px;
	}

	#location-iframe {
		width: 100%;
		padding-bottom: 80%;
	}

}
