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

.titleimg{
background-image:url("../access/images/titleimg.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}
.access_hosoku{
line-height: 170%;
margin:3em 0 1em;
}
.access_hosoku a{
color:#565656;
}
.access_hosoku img{
width:170px;
}
.gmap{
width:100%;
height:70vh;
}
@media (orientation: portrait){
.gmap{
height:80vh;
}
}