@charset "utf-8";
* {box-sizing: border-box;}
body {
	color: #1a1a1a;
	font: 14px/1.8 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
a, a:visited {
	color: #1a1a1a;
	text-decoration: none;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
/*-- Google Map --*/
div.map-wrap {
	 position: relative;
	 padding-bottom: 70%;
	 height: 0;
	 overflow: hidden;
}
div.map-wrap iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}

body, footer {
	padding-top: 8px;
}
div.wrap {
	max-width: 640px;
	padding: 8px 16px;
	margin: auto;
}
header h1, 
footer p {
	display: flex;
	justify-content: center;
}
header h1 {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}
main {
	min-height: 224px
}
main p + a.btn {
	margin-top: 1em;
}
main a.btn {
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	background-color: rgba(0,145,70,1);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	min-height: 40px;
	padding: 0 0.5em;
	border-radius: 4px;
	margin: auto;
}
main a.btn:hover {
	background-color: rgba(0,145,70,0.8);
}
footer p {
	font-size: 10px;
	line-height: 1.4;
}