@charset "utf-8";
@font-face {
    font-family:Homa;
    src: url('../fonts/Homa.eot');
    src: url('../fonts/Homa.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Homa.woff2') format('woff2'),
        url('../fonts/Homa.woff') format('woff'),
        url('../fonts/Homa.ttf') format('truetype'),
        url('../fonts/Homa.svg#Homa') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.p-address{
	font-family: Homa;
	color: #777;
	font-size: 1.2em;
}
.mail-address{
	color: #999;
	font-family: Homa;
}
iframe{
	width: 100%;
	height: 100%;
	border: 2px solid #eee;
	box-shadow: 4px 5px 5px #777;
}

