@charset "utf-8";
/* CSS Document */
/*--------.page_roof-------------*/
.page_roof {
  background-image: url("../images/topbg.jpg");
}
.pageContent h2.title {
  background-image: url("../images/bg_line.svg") ;
}
.access_unit .train {
  background-image: url("../images/icon_train.svg");
}
.access_unit .shinkansen {
  background-image: url("../images/icon_shinkansen.svg");
}
.access_unit .bus {
  background-image: url("../images/icon_bus.svg");
}
.access_unit .car {
  background-image: url("../images/icon_car.svg");
}
.access_unit .air {
  background-image: url("../images/icon_air.svg");
}
@media (max-width:767px){
	.swiper-pagination_main .swiper-pagination-bullet {
		width: 40px;
		height: 5px;
	}
}
