
BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
CALSCALE:GREGORIAN
PRODID:-//WordPress - MECv7.33.0//EN
X-ORIGINAL-URL:https://hokkaido.a4jp.com/
X-WR-CALNAME:Hokkaido A4JP Travel Guide
X-WR-CALDESC:Places to go in Hokkaido - Information &amp; Travel Guide
X-WR-TIMEZONE:Asia/Tokyo
BEGIN:VTIMEZONE
TZID:Asia/Tokyo
X-LIC-LOCATION:Asia/Tokyo
BEGIN:STANDARD
TZOFFSETFROM:+0900
TZOFFSETTO:+0900
TZNAME:JST
DTSTART:20260521T173029
END:STANDARD
END:VTIMEZONE
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-PUBLISHED-TTL:PT1H
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
BEGIN:VEVENT
CLASS:PUBLIC
UID:MEC-f97decff96b2600290f77adb5c835dda@hokkaido.a4jp.com
DTSTART;TZID=Asia/Tokyo:20260605T080000
DTEND;TZID=Asia/Tokyo:20260607T180000
DTSTAMP:20230603T072619Z
CREATED:20230603
LAST-MODIFIED:20260521
PRIORITY:5
SEQUENCE:10
TRANSP:OPAQUE
SUMMARY:北大祭 (Hokkaido University Festival)
DESCRIPTION:\n\n\n\n\n\n\nいつ: 2025年6月6日（金）～8日（日）\n\n\n\nどこ: 北海道大学\n\n\n\n入場料: 無料\n\n\n\n料金: 店によって\n\n\n\nURL: https://hokudaisai.com ( https://hokudaisai.com ) \n\n\n\nURL: https://www.global.hokudai.ac.jp/blog/hokkaido-university-festival-hokudai-sai/ ( https://www.global.hokudai.ac.jp/blog/hokkaido-university-festival-hokudai-sai/ ) \n\n\n\n\n\n\n\n    モバイル機器の場合：2本指で画面をスクロールとズーム可能\n    On mobile devices: Use 2 fingers to pan & zoomCheck Current Location現在地を確認する\n    \n        function zoomOutMap(button) {\n            var mapId = button.getAttribute("data-map-id");\n            var map = L.map(mapId);\n            var zoomLevel = map.getZoom();\n            if (zoomLevel > 1) {\n                map.setZoom(zoomLevel - 1);\n                button.disabled = true; // Disable the button after zooming out\n            }\n        }\n\n        function initLeafletMap() {\n            // Initialize the map\n			console.log("Map ID: leaflet-map-6a0ec2a519ae1");\n            var map = L.map("leaflet-map-6a0ec2a519ae1", {\n                dragging: !L.Browser.mobile,\n                editable: true,\n                editOptions: {\n                    lineGuideOptions: null\n                },\n                scrollWheelZoom: false,\n                attributionControl: false // Disable attribution control\n            }).setView([43.07424610623604, 141.34221173010155], 8);\n\n            // Add the tile layer\n            L.tileLayer("https://{s}.tile.openstreetmap.de/{z}/{x}/{y}.png", {\n                maxZoom: 18,\n                attribution: 'A4JP Design Studio ( https://a4jp.com )'\n            }).addTo(map);\n\n            // Define the custom marker icon\n            var customIcon = L.icon({\n                iconUrl: "https://hokkaido.a4jp.com/images/icon-recommended.svg",\n                iconSize: [32, 32], // Adjust the size of the icon as needed\n                iconAnchor: [16, 32] // Adjust the icon anchor point if necessary\n            });\n			\n			// Store the reference to the current location marker\n			var currentLocationMarker = null;\n			\n            // Add the marker with custom icon\n            L.marker([43.07424610623604, 141.34221173010155], { icon: customIcon }).addTo(map);\n			\n			// Store the reference to the circle\n			var circle = null;\n\n            // Function for location found\n            function onLocationFound(e) {\n                console.log("Map ID: leaflet-map-6a0ec2a519ae1");\n				var radius = e.accuracy;\n                var roundedRadius = Math.round(radius); // Round radius to the nearest whole number\n                \n				var marker0 =  L.marker(e.latlng).addTo(map).bindPopup("この地点から" + roundedRadius + "メートル以内にいます。  You are here.+/- " + roundedRadius + " meters", {className: "custom-popup"}).openPopup();\n\n				var assetLayerGroup = new L.LayerGroup();\n				\n				// Remove the previous current location marker if it exists\n				if (currentLocationMarker){map.removeLayer(currentLocationMarker);}\n				\n				// Add the new current location marker\n				var marker1 = currentLocationMarker = L.marker(e.latlng).addTo(map);\n\n\n\n                // Remove the previous circle if it exists\n				if (circle){map.removeLayer(circle);}\n				\n				// Add the new circle\n				var marker2 = circle = L.circle(e.latlng, radius).addTo(map);\n				\n				\n				\n				assetLayerGroup.clearLayers();\n				\n                var userLocation = e.latlng; // Location found by geolocation\n                var markerLocation = L.latLng(43.07424610623604, 141.34221173010155);\n                // Calculate a LatLngBounds that includes both locations\n                var bounds = L.latLngBounds([userLocation, markerLocation]);\n\n                // Fit the map view to the calculated bounds\n                map.fitBounds(bounds);\n				\n				// Get the current zoom level and store it in a variable\n				var currentZoom = map.getZoom();\n                \n				if (currentZoom > 1 && !map.zoomed) {\n					map.setZoom(currentZoom - 2);\n					map.zoomed = true; // Set the zoomed flag to prevent further zooming\n				}\n            }\n\n            // Event listener for getting the user's location\n            L.DomEvent.on(document.getElementById("btnGetLoc-6a0ec2a519ae1"), "click", function(event) {\n                event.preventDefault();\n                event.stopPropagation();\n                map.locate({ setView: false, maxZoom: 18 })\n                \n                ;\n            }, { passive: true });\n\n            map.on("locationfound", onLocationFound);\n        }\n\n        if (document.readyState === "complete" || (document.readyState !== "loading" && !document.documentElement.doScroll)) {\n            initLeafletMap();\n        } else {\n            document.addEventListener("DOMContentLoaded", initLeafletMap);\n        }\n    \n\n\n\n\n\n\n\n    モバイル機器の場合：2本指で画面をスクロールとズーム可能\n    On mobile devices: Use 2 fingers to pan & zoomCheck Current Location現在地を確認する\n    \n        function zoomOutMap(button) {\n            var mapId = button.getAttribute("data-map-id");\n            var map = L.map(mapId);\n            var zoomLevel = map.getZoom();\n            if (zoomLevel > 1) {\n                map.setZoom(zoomLevel - 1);\n                button.disabled = true; // Disable the button after zooming out\n            }\n        }\n\n        function initLeafletMap() {\n            // Initialize the map\n			console.log("Map ID: leaflet-map-6a0ec2a519b08");\n            var map = L.map("leaflet-map-6a0ec2a519b08", {\n                dragging: !L.Browser.mobile,\n                editable: true,\n                editOptions: {\n                    lineGuideOptions: null\n                },\n                scrollWheelZoom: false,\n                attributionControl: false // Disable attribution control\n            }).setView([43.07424610623604, 141.34221173010155], 16);\n\n            // Add the tile layer\n            L.tileLayer("https://{s}.tile.openstreetmap.de/{z}/{x}/{y}.png", {\n                maxZoom: 18,\n                attribution: 'A4JP Design Studio ( https://a4jp.com )'\n            }).addTo(map);\n\n            // Define the custom marker icon\n            var customIcon = L.icon({\n                iconUrl: "https://hokkaido.a4jp.com/images/icon-recommended.svg",\n                iconSize: [32, 32], // Adjust the size of the icon as needed\n                iconAnchor: [16, 32] // Adjust the icon anchor point if necessary\n            });\n			\n			// Store the reference to the current location marker\n			var currentLocationMarker = null;\n			\n            // Add the marker with custom icon\n            L.marker([43.07424610623604, 141.34221173010155], { icon: customIcon }).addTo(map);\n			\n			// Store the reference to the circle\n			var circle = null;\n\n            // Function for location found\n            function onLocationFound(e) {\n                console.log("Map ID: leaflet-map-6a0ec2a519b08");\n				var radius = e.accuracy;\n                var roundedRadius = Math.round(radius); // Round radius to the nearest whole number\n                \n				var marker0 =  L.marker(e.latlng).addTo(map).bindPopup("この地点から" + roundedRadius + "メートル以内にいます。  You are here.+/- " + roundedRadius + " meters", {className: "custom-popup"}).openPopup();\n\n				var assetLayerGroup = new L.LayerGroup();\n				\n				// Remove the previous current location marker if it exists\n				if (currentLocationMarker){map.removeLayer(currentLocationMarker);}\n				\n				// Add the new current location marker\n				var marker1 = currentLocationMarker = L.marker(e.latlng).addTo(map);\n\n\n\n                // Remove the previous circle if it exists\n				if (circle){map.removeLayer(circle);}\n				\n				// Add the new circle\n				var marker2 = circle = L.circle(e.latlng, radius).addTo(map);\n				\n				\n				\n				assetLayerGroup.clearLayers();\n				\n                var userLocation = e.latlng; // Location found by geolocation\n                var markerLocation = L.latLng(43.07424610623604, 141.34221173010155);\n                // Calculate a LatLngBounds that includes both locations\n                var bounds = L.latLngBounds([userLocation, markerLocation]);\n\n                // Fit the map view to the calculated bounds\n                map.fitBounds(bounds);\n				\n				// Get the current zoom level and store it in a variable\n				var currentZoom = map.getZoom();\n                \n				if (currentZoom > 1 && !map.zoomed) {\n					map.setZoom(currentZoom - 2);\n					map.zoomed = true; // Set the zoomed flag to prevent further zooming\n				}\n            }\n\n            // Event listener for getting the user's location\n            L.DomEvent.on(document.getElementById("btnGetLoc-6a0ec2a519b08"), "click", function(event) {\n                event.preventDefault();\n                event.stopPropagation();\n                map.locate({ setView: false, maxZoom: 18 })\n                \n                ;\n            }, { passive: true });\n\n            map.on("locationfound", onLocationFound);\n        }\n\n        if (document.readyState === "complete" || (document.readyState !== "loading" && !document.documentElement.doScroll)) {\n            initLeafletMap();\n        } else {\n            document.addEventListener("DOMContentLoaded", initLeafletMap);\n        }\n    \n\n\n\nGPS: 43.07424610623604, 141.34221173010155 (グーグルマップ) ( https://maps.app.goo.gl/scUizoAJATT3WCVv6 )\n\n\n\n\n\n\n\n北大祭とは\n\n\n\n北大祭は各学部・学科の学生や留学生などがそれぞれ開催する10の祭（各祭）によって構成されています。1年生やサークル団体が中心となって出店する楡陵祭、各学部・学科の特色を活かした研究発表や企画を行っている各学部・学科祭、留学生が作った各国独自の料理を楽しむことができるInternational Food Festival（IFF）が総面積178万㎡を誇る広大な札幌キャンパスで同時に行われます。2024年は約11万8千人の方にご来場いただきました。\n\n\n\n北大祭理念\n\n\n\n北大祭は次に掲げる理念のもと行われます。\n\n\n\n交流の場...北大祭は人々の交流の場となる祭である。\n\n\n\n学生主体...北大祭は学生が主体となって創り上げる祭である。\n\n\n\n地域貢献...北大祭は地域の文化・教育の発展に貢献する祭である。\n\n\n\n\n\n\n\n札幌駅周辺 \n\n\n\n\n\n\n\n\n    \n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			英会話体験レッスン ( https://hokkaido.a4jp.com/%e8%8b%b1%e4%bc%9a%e8%a9%b1%e4%bd%93%e9%a8%93%e3%83%ac%e3%83%83%e3%82%b9%e3%83%b3/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			さっぽろ雪まつり 2027 ( https://hokkaido.a4jp.com/%e3%81%95%e3%81%a3%e3%81%bd%e3%82%8d%e9%9b%aa%e3%81%be%e3%81%a4%e3%82%8a/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			ミクニ サッポロ ( https://hokkaido.a4jp.com/mukuni-sapporo-jp/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			油そば専門店 たおか 平岸店 ( https://hokkaido.a4jp.com/taoka-abura-soba-hiragishi-jp/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			レストラン ダフネ 札幌 ( https://hokkaido.a4jp.com/%e3%83%ac%e3%82%b9%e3%83%88%e3%83%a9%e3%83%b3-%e3%83%80%e3%83%95%e3%83%8d/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			串鳥 札幌駅前店 ( https://hokkaido.a4jp.com/%e4%b8%b2%e9%b3%a5-%e6%9c%ad%e5%b9%8c%e9%a7%85%e5%89%8d%e5%ba%97/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			ミスタードーナツ日本生命札幌ビル店 ( https://hokkaido.a4jp.com/mister-donut-nippon-seimei-sapporo-building-jp/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			札幌 よさこいソーラン祭り 2026 (6月3-7頃) ( https://hokkaido.a4jp.com/%e6%9c%ad%e5%b9%8c-%e3%82%88%e3%81%95%e3%81%93%e3%81%84%e3%82%bd%e3%83%bc%e3%83%a9%e3%83%b3%e7%a5%ad%e3%82%8a/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			ピスタチオ菓子専門店 佐藤堂（大丸 8F） ( https://hokkaido.a4jp.com/%e3%83%94%e3%82%b9%e3%82%bf%e3%83%81%e3%82%aa%e8%8f%93%e5%ad%90%e5%b0%82%e9%96%80%e5%ba%97-%e4%bd%90%e8%97%a4%e5%a0%82/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			JRタワーホテル日航札幌 スカイリゾートスパ「プラウブラン」 スパ・温泉・エステ ( https://hokkaido.a4jp.com/pulau-bulan-hot-spring-jr-tower-jp/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			歯科オムニデンティックス JRタワー ( https://hokkaido.a4jp.com/omni-dentix-dental-clinic-jr-tower-jp/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			サッポロフラワーカーペット（無料） ( https://hokkaido.a4jp.com/%e3%82%b5%e3%83%83%e3%83%9d%e3%83%ad%e3%83%95%e3%83%a9%e3%83%af%e3%83%bc%e3%82%ab%e3%83%bc%e3%83%9a%e3%83%83%e3%83%88/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			北海道大学総合博物館（無料） ( https://hokkaido.a4jp.com/%e5%8c%97%e6%b5%b7%e9%81%93%e5%a4%a7%e5%ad%a6%e7%b7%8f%e5%90%88%e5%8d%9a%e7%89%a9%e9%a4%a8/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			札幌雪まつり 2027年2月4日(木)～11日(木) ( https://hokkaido.a4jp.com/%e6%9c%ad%e5%b9%8c%e9%9b%aa%e3%81%be%e3%81%a4%e3%82%8a/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			イル・モメント（閉店） ( https://hokkaido.a4jp.com/%e3%83%9b%e3%83%86%e3%83%ab%e3%82%af%e3%83%a9%e3%83%93%e3%83%bc%e6%9c%ad%e5%b9%8c-%e3%82%a4%e3%83%ab%e3%83%bb%e3%83%a2%e3%83%a1%e3%83%b3%e3%83%88-2/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			たおか 油そば 札幌駅北口店 ( https://hokkaido.a4jp.com/taoka-abura-soba-sapporo-station-north-exit-jp/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			ラーメン札幌一粒庵 ( https://hokkaido.a4jp.com/%e3%83%a9%e3%83%bc%e3%83%a1%e3%83%b3%e6%9c%ad%e5%b9%8c%e4%b8%80%e7%b2%92%e5%ba%b5/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			SAPPORO餃子製造所（本店） ( https://hokkaido.a4jp.com/sapporo-gyoza-seizousho-jp/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			ブーランジェリー コロン ( https://hokkaido.a4jp.com/%e3%83%96%e3%83%bc%e3%83%a9%e3%83%b3%e3%82%b8%e3%82%a7%e3%83%aa%e3%83%bc-%e3%82%b3%e3%83%ad%e3%83%b3/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			フラワーフラワー札幌（大丸 3F） ( https://hokkaido.a4jp.com/flower-flower-jp/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			パソコンショップ ドー夢 (DO-MU) ( https://hokkaido.a4jp.com/%e3%83%91%e3%82%bd%e3%82%b3%e3%83%b3%e3%82%b7%e3%83%a7%e3%83%83%e3%83%97-%e3%83%89%e3%83%bc%e5%a4%a2-do-mu/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			ソプラッチリア ( https://hokkaido.a4jp.com/%e3%82%bd%e3%83%97%e3%83%a9%e3%83%83%e3%83%81%e3%83%aa%e3%82%a2/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			ベルトラ バスツアー ( https://hokkaido.a4jp.com/%e3%83%99%e3%83%ab%e3%83%88%e3%83%a9-%e3%83%90%e3%82%b9%e3%83%84%e3%82%a2%e3%83%bc/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n		\n		\n					\n			\n																\n					\n		\n			\n				\n						\n			六花亭 バースデースケーキ＆ドリンク無料* ( https://hokkaido.a4jp.com/free-birthday-snack-drink-jp/ )\n		\n		\n				\n									\n\n				\n							\n		\n\n	\n	\n	\n\n\n
URL:https://hokkaido.a4jp.com/events2/hokudaisai-hokkaido-university-festival-jp/
CATEGORIES:Japanese Post
ATTACH;FMTTYPE=image/jpeg:https://hokkaido.a4jp.com/wp-content/uploads/2022/04/MG_4538-e1527560428602.jpg
END:VEVENT
END:VCALENDAR
