@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");
}

.ichioshi_content .titlebox {
  background-color: rgb(172, 119, 33);
}