@charset "utf-8";
/* CSS Document */


.mainviual{
	width: 100vw;
	height: 250px;
	background:url(../img/access/p_01.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 100px;
}

h2.main_title{
	display: block;
	width: fit-content;
	height: fit-content;
	z-index: 50;
	text-align: center;
	color: #FFF;
	font-size: 220%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	line-height: 1;
}
span.ss_title{
	font-size:77%;
}

.content{
	margin:0 auto;
	padding-bottom: 180px;
}


.map{
	margin-top: 80px;
}

.text_m{
	color: #666;
	letter-spacing: 1px;
	padding: 10px;
	text-align: justify;
}

