@charset "UTF-8";
/* ----------------------------------------
   point.css
---------------------------------------- */

/* ポイント位置 */
#map .inner .mapWrapper .points li.p1 { left: 51.0%; top: 37.0%; }
#map .inner .mapWrapper .points li.p2 { left: 33.0%; top: 27.5%; }
#map .inner .mapWrapper .points li.p3 { left: 48.5%; top: 39.0%; }
#map .inner .mapWrapper .points li.p4 { left: 59.0%; top: 53.0%; }
#map .inner .mapWrapper .points li.p5 { left: 56.0%; top: 23.0%; }


/* ポイントアイコン */
#map .inner .mapWrapper .points li.p1 a { background-image: url("../img/index/icon_point_01.png"); }
#map .inner .mapWrapper .points li.p2 a { background-image: url("../img/index/icon_point_02.png"); }
#map .inner .mapWrapper .points li.p3 a { background-image: url("../img/index/icon_point_03.png"); }
#map .inner .mapWrapper .points li.p5 a { background-image: url("../img/index/icon_point_04.png"); }
