@charset "UTF-8";
html{color:#000;background:#fff}blockquote,body,code,dd,div,dl,dt,fieldset,figcaption,figure,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}caption{text-align:left}img{vertical-align:top}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}main{display:block}abbr,acronym{border:0;font-variant:normal}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:100%}button,input,select,textarea{font-size:100%;font-family:inherit;color:inherit}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=button],input[type=submit]{border-radius:0;-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}li{list-style:none}em,i{font-style:normal}em{font-weight:unset}button,input,textarea{border:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:none;max-width:100%;border-radius:0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;background:transparent;border-radius:0}*{box-sizing:border-box}
/*==================================================
Body_Bace
==================================================*/
html { font-size: 62.5%; }
body {
	min-width: 100%;
	width: 100%;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	color: #000;
	background: #fff;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.3rem;
	}
}

/*=================================================
main
==================================================*/
main {
	width: 90%;
	margin: 3em auto 5em;
}
h1 {
	font-size: 3em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-block: 2em 1em;
}

.map-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: calc(1000 / 1440 * 100%);
}
.map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 480px) {
	.map-wrap {
		padding-top: calc(480 / 480 * 100%);
	}
}

/*=================================================
google map custom
==================================================*/
.gm-style:has(.custom-marker) .gm-style-iw-c {
	background: #000;
	padding: 0!important;
}
.gm-style:has(.custom-marker) .gm-style-iw-c .gm-style-iw-chr {
	position: absolute;
	top: 0;
	right: 0;
}
.gm-style:has(.custom-marker) .gm-style-iw-c .gm-style-iw-chr .gm-style-iw-ch {
	width: 1px;
	height: 1px;
	visibility: hidden;
	pointer-events: none;
	padding-top: 0;
}
.gm-style:has(.custom-marker) .gm-style-iw-c button span {
	background-color: #fff;
}
.gm-style:has(.custom-marker) .gm-style-iw-c .gm-style-iw-d {
	overflow: unset!important;
}
.gm-style:has(.custom-marker) .gm-style-iw-c .gm-style-iw-d a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2rem 5.4rem 1.8rem 3rem;
	font-weight: 700;
	text-align: center;
}
.gm-style:has(.custom-marker) .gm-style-iw-c .gm-style-iw-d a:hover {
	text-decoration: underline;
}
.gm-style:has(.custom-marker) .gm-style-iw-c .gm-style-iw-d a span {
	display: block;
	font-size: 0.9em;
}
.gm-style:has(.custom-marker) .gm-style-iw-tc::after {
	background: #000!important;
}
@media screen and (max-width: 480px) {
	.gm-style:has(.custom-marker) .gm-style-iw-c .gm-style-iw-d a {
		padding: 2rem 4.5rem 2rem 2.4rem;
	}
}