@charset "UTF-8";

/*********************************************************************
　Pc style
*********************************************************************/
#map{
	width:100%;
	height:auto;
	border: 10px solid #efefef;
	box-sizing: border-box;
}
#map iframe{
	height:500px;
	vertical-align: bottom;
}
.logog{
	text-align:center;
	font-size: 5rem;
	font-weight: bold;
	font-family: 'Anton', sans-serif;
	margin-bottom:30px;
	line-height: 0.7;
	letter-spacing: 0.05em;
	color:#8d000d;
}
.logog span{
	font-size: 2.2rem;
	line-height:1;
}