@charset "UTF-8";

body{
		background-color: #000;
		font-family:"Lucida Grande","segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN",'メイリオ', Meiryo, Verdana, Arial, sans-serif;
		padding-bottom: 50px;
		}


		
h1{
		text-align: center;
		font-size: 1.1rem;
		margin-top: 50px;
		margin-bottom: 50px;
		color: #ddd;
		}
		
#mokuji{
	color: #ccc;
	line-height: 1.4;
	width: 300px;
	margin: 0 auto 30px auto;
	font-size: 14px;
}

#map_pc{
	width: 980px;
	margin: auto;
	margin-bottom: 50px;
}

#map_sp{
	display: none;
}

span.right{
	float: right;
}
span.left{
	float: left;
}
.photo{
	width: 980px;
	margin: auto;
	color: #ddd;
	font-size: 13px;
}
.photo img{
	width: 980px;
	margin: auto;
	display: block;
	margin-bottom: 5px;
	margin-top: 15px;
}

.sp_out{
	
}

.pc_out{
	display: none;
}

		

		
		
/********▼ここから各パート設定▼******
	

		
		
/*▼４８０ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 480px) {
}
/*▲４８０ｐｘ以上のデバイスに適用▲*/	


/*▼９８０ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 980px) { 

}
/*▲９８０ｐｘ以上のデバイスに適用▲*/
