<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* パソコン・スマホ・タブレット アクセス共通設定 */




/* パソコン用 アクセス設定 */
@media screen and ( min-width:800px ) {
#map_canvas	{width: 100%;
		}

#map_canvas img	{width: 100%;
		}

.inner p	{margin: 0 auto;
			text-align: center;
			}

dl#text	{display: flex;
  		flex-wrap: wrap;
		}

dl#text dt, dl#text dd
	{line-height: 3em;
	box-sizing: border-box;
	border-bottom: dotted 1px #999;
	}

dl#text dt	{display: flex;
			width: 27%;
			padding: 3px 0 0 5px;
			margin: 0 0.25% 0 7.5%;
			}

dl#text dt:nth-of-type(2),dl#text dd:nth-of-type(2)
	{border: none;
	}

dl#text dd:nth-of-type(3)
	{margin-top: -20px;
	}

dl#text dd {display: flex;
			width: 58%;
			padding: 3px 0 0 5px;
			margin: 0 0.25% 0;
			}
}

@media only screen and ( max-width:799px ) {
/* スマホ・タブレット用アクセス */
#map_canvas02	{width: 100%;
		}

#map_canvas02 img
		{width: 100%;
		}

.inner	{width: 100%;
		}

.inner p	{margin: 0 auto;
			text-align: center;
			}

dl#text	{width: 80%;
		margin: 0 auto;
		}

dl#text dt, dl#text dd
	{width: 100%;
	line-height: 2em;
	box-sizing: border-box;
	border-bottom: dotted 1px #999;
	font-size: 11px;
	text-align: center;
	}

dl#text dt:nth-of-type(1),
dl#text dt:nth-of-type(2),
dl#text dt:nth-of-type(3),
dl#text dd:nth-of-type(2),
dl#text dt:nth-of-type(4),
dl#text dt:nth-of-type(5)
	{border: none;
	}

dl#text dd:nth-of-type(3)
	{margin-top: -25px;
	}

dl#text dt {margin: 10px auto 5px;
			}

dl#text dd {padding: 0 0 10px 0;
			}

}</pre></body></html>