<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
		.area-cont_head {
			background-image: url(../img/ttl-bg-h1.png);
			background-size: auto 100%;
			background-repeat: no-repeat;
		}
		@media screen and (max-width:575.98px) {
			.area-cont_head {
				background-position: top 0px left 3800px;
			}
		}
		@media screen and (max-width:991.98px) {
			.area-cont_head {
				background-position: right;
			}
		}
		@media screen and (min-width:992px) {
			.area-cont_head {
				background-position: top 0 left calc(50% + 320px);
			}
		}
*/

		.area-cont_head {
			background-image: url(../img/ttl-bg-h1.png);
			background-size: cover;
			background-repeat: no-repeat;
		}
		@media screen and (max-width:575.98px) {
			.area-cont_head {
				background-position:bottom 0 left 3800px;
			}
		}
		@media screen and (max-width:991.98px) {
			.area-cont_head {
				background-position: right;
			}
		}
		@media screen and (min-width:992px) {
			.area-cont_head {
				background-position: bottom 0 left 75%;
			}
		}

#map {width:100%; min-height:23rem; height:100%}</pre></body></html>