@charset "UTF-8";


.contents_access .image{text-align:center;}

.contents_access .box{margin-bottom:20px;}
.contents_access .box .title{font-weight:bold;}

.contents_access .gmap iframe{width:100%;margin-top:40px;}



/***SP**/
@media screen and (max-width:767px) {
.contents_access{padding:40px 20px;}
.contents_access .image{margin-bottom:40px;}
.contents_access .gmap iframe {height: 330px;}
}
/**PC**/
@media screen and (min-width:768px) {
.contents_access{padding:80px 20px;}
.contents_access .image{margin-bottom:60px;}
}
/**tablet**/
@media screen and (min-width:768px) and (max-width:1080px) {

}

@media screen and (min-width:1081px) {

}