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

.page_access {
    width: 100%;
    min-height: 700px;
    background-image: url(../common/images/footer_img.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #100503;
}

.page_access .inner{
	width:1000px;
	margin:0 auto;
	padding:50px 0;
}

.page_access .inner .left{
	width:470px;
}

.page_access .left .img_maptoyama {
    width: 468px;
    height: auto;
}

.page_access .inner .right{
	width:470px;
	color:#fff;
	margin-bottom:20px;
	overflow:hidden;
}

.page_access .right h4,
.page_access #kanren h4{
	font-size:1.143em;
	font-weight:normal;
	color:#fff;
	line-height:1.0;
	letter-spacing:0.05em;
	background-color: rgba(0,0,0,0.7);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:8px 0px 8px 10px;
	margin-bottom:20px;
}

.page_access h4 span {
	border-left:5px solid #d31d1d;
	padding-left:10px;
}

.page_access .right h4{
	margin-bottom:10px;
}

.page_access .right h5{
	font-size:1.071em;
	font-weight:normal;
	margin-top:15px;
}

.page_access .right h5 span{
	display: inline-block;
	*display:inline;  
    *zoom:1;
	width:20px;
	color:#d31d1d;
}

.page_access .right div{
	width:95%;
	margin:0 auto;
}

.page_access .right ul{
	margin-left:20px;
}

.page_access .right li{
	line-height:1.6;
}

.page_access .right li span{
	display: inline-block;
	*display:inline;  
    *zoom:1;
	width:150px;
}


.page_access .right .train li span{
	width:250px;
}

.page_access .inner .left #kanren ul{
	width:465px;
	margin:0 -15px 0 0;
	overflow:hidden;
}

.page_access .inner .left #kanren ul li{
	margin:0 15px 10px 0;
	float:left;
}

.page_access .inner .left #kanren ul li img,
.page_access .inner .left #kanren ul li a{
	display:block;
	width:140px;
	height:auto;
}


.page_access .inner .left #kanren ul li.w200 img,
.page_access .inner .left #kanren ul li.w200 a{
	width:200px;
	height:auto;
}


@media only screen and (max-width: 600px) {
	
.page_access .inner{
	width:98%;
	margin:0 auto 40px;
	padding:40px 0 0;
}

.page_access .inner .left{
	width:95%;
	margin:0 auto 10px;
	text-align:center;
	float:none;
}

.page_access .inner .right{
	width:95%;
	margin:0 auto 30px;
	float:none;
}


.page_access .right div{
	width:98%;
	margin:0 auto;
}

.page_access .inner .left img{
	width:100%;
	max-width:468px;
	margin:0 25px 0 0;
}

    .page_access .inner .left #kanren ul {
        width: 100%;
        margin: auto;
    }
    
    li.w200 {
        width: 48%;
        margin: 0 2% 10px 0 !important;
    }
    
.page_access .inner .left #kanren ul li.w200 img,
.page_access .inner .left #kanren ul li.w200 a{
	width: 100%;
	height:auto;
}


/*------- 関連リンク-------*/


.page_access .inner .left #kanren h4{
	text-align:left;
}



}