#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1em;
}

.google-maps {
	position: relative;
/*	padding-bottom: 62.5%; // これが縦横比*/
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
}

@media screen and (max-width: 480px) {
	.google-maps {
		position: relative;
		padding-bottom: 62.5%; // これが縦横比
		height: 0;
		overflow: hidden;
	}
	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* Style */
._bold {
	font-weight:bold;
}
._red {
	color:#c00;
}
._blue {
	color:#00c;
}
._white {
	color:#fff;
}
._small {
	font-size:0.75em;
}
._large {
	font-size:1.25em;
}
._phone {
	font-size:1.5em;
	font-weight:bold;
}
._left {
	text-align:left;
	margin-left:1em;
}
._notice {
	text-align:left;
	margin-left:0.25em;
	margin-bottom:1rem;
}
._right {
	text-align:right;
	margin-left:1em;
}
._center {
	text-align:center;
	margin:0 auto;
}
