@charset "utf-8";
/* メイン アクセス */
/* common.cssでmain要素の親要素に対する指定 wrapperのみ*/
/*.wrapper {
	max-width: 900px
	min-width: 320px
	margin: 0 auto;
}*/
.mainVisual img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
main h2 {
	font-size: 1.125em; /* 18px相当 */
	margin-top: 1.2222em; /* 22px相当 */
	text-align: center;
}
.map {
	position: relative;
	height: 0;
	padding-top: 52.631%;
	margin-top: 1.2222em;
	margin-left: 4.444%;
	margin-right: 4.444%;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.add_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 4.444%;
	margin-right: 4.444%;
}
.add {
	font-size: 1em;
	text-align: left;
}
.add p {
	margin-top: 1em;
	font-weight: bold;
}
.add ul {
	list-style: square;
	padding-left: 1.5em;
}
footer {
	margin-top: 1.4375em;
}
@media screen and (max-width:600px) { 
.add_wrapper {
	font-size: 0.75em;
	margin-left: 10%;
	margin-right: 10%;
}
address,p {
	text-align: center;
}
ul {
	font-size: 0.92em;
}
