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



/*--------------------------------------------------------------
head
--------------------------------------------------------------*/

.ttl_image{
	box-sizing: border-box;
	background:url("/img/content_head.jpg") no-repeat center center;
	background-size:cover;
	width:100%;
    height: 240px;
	position:relative;
}

.ttl_image h2{
	font-size:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	letter-spacing: 0.1em;
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ttl_image h2 span{
	font-size:25px;
	color:#fff;
	letter-spacing: 0.05em;
}


/*--------------------------------------------------------------
アクセス
--------------------------------------------------------------*/

div.access_box{
	width:1000px;
	margin:0 auto;
	padding:80px 0;
}

.tokyo_map{
	padding-top:80px;
	padding-bottom:80px;
}
.yokohama_map{
	padding-bottom:100px;
}
div.access_box div dl dt{
	font-weight:bold;
	color:#007B45;
	padding-bottom:10px;
	font-size:20px;
}
div.access_box div dl dd .map{
	padding-top:10px;
}
	.pc_address{
		display:block;
	}
	.sp_address{
		display:none;
	}


@media screen and (max-width: 999px){
	div.access_box{
		width:100%;
		margin:0 auto;
		padding:0 20px;
	}
	

}

@media screen and (max-width: 766px){
	/*head*/
	.ttl_image{
		box-sizing: border-box;
		background: url("/img/content_head.jpg") no-repeat center center;
		background-size: cover;
		width:100%;
		height: 125px;
		padding-top: 30.29%;
		position:relative;
	}
	
	div.access_box{
		width:100%;
		margin:0 auto;
		padding:0 10px;
	}
	/*ページタイトル*/
	.ttl_image h2{
		font-size:30px;
		line-height:30px;
		text-align:center;
		color:#fff;
		letter-spacing: 0.1em;
		position:absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
}
	.ttl_image h2 span{
		font-size:15px;
		color:#fff;
		letter-spacing: 0.05em;
	}
	
	.tokyo_map{
		padding-top:50px;
		padding-bottom:50px;
		margin-bottom:50px;
		border-bottom:1px solid #B5B5B5;
	}
	div.access_box div dl dt{
		font-weight:bold;
		color:#007B45;
		padding-bottom:5px;
		font-size:16px;
	}
	
	.pc_address{
		display:none;
	}
	.sp_address{
		display:block;
	}
	
}


