<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>西公園，仙台 on </title>
    <link>https://www.iss.is.tohoku.ac.jp/tags/%E8%A5%BF%E5%85%AC%E5%9C%92%E4%BB%99%E5%8F%B0/</link>
    <description>Recent content in 西公園，仙台 on </description>
    <generator>Hugo</generator>
    <language>ja-jp</language>
    <lastBuildDate>Sun, 12 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.iss.is.tohoku.ac.jp/tags/%E8%A5%BF%E5%85%AC%E5%9C%92%E4%BB%99%E5%8F%B0/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>花見 2026</title>
      <link>https://www.iss.is.tohoku.ac.jp/news/2026-04-12-hanami/</link>
      <pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://www.iss.is.tohoku.ac.jp/news/2026-04-12-hanami/</guid>
      <description>&lt;p&gt;2026年4月12日(日)に西公園で花見を行いました。&lt;/p&gt;&#xA;&lt;div class=&#34;gallery-grid&#34; id=&#34;my-gallery&#34;&gt;&#xA;     &#xA;     &#xA;     &#xA;     &lt;div class=&#34;gallery-item&#34;&gt;&#xA;         &lt;a href=&#34;https://www.iss.is.tohoku.ac.jp/news/2026-04-12-hanami/IMG_2656.jpg&#34; data-pswp-width=&#34;3024&#34; data-pswp-height=&#34;4032&#34; target=&#34;_blank&#34;&gt;&#xA;             &lt;img src=&#34;https://www.iss.is.tohoku.ac.jp/news/2026-04-12-hanami/IMG_2656_hu_7c86dc9d9257111f.jpg&#34; alt=&#34;IMG_2656.jpg&#34;&#xA;                 class=&#34;ba b--black-10 br2 shadow-4 hover-opacity&#34;&gt;&#xA;         &lt;/a&gt;&#xA;     &lt;/div&gt;&#xA;     &#xA;     &#xA;     &lt;div class=&#34;gallery-item&#34;&gt;&#xA;         &lt;a href=&#34;https://www.iss.is.tohoku.ac.jp/news/2026-04-12-hanami/IMG_2657.jpg&#34; data-pswp-width=&#34;4032&#34; data-pswp-height=&#34;3024&#34; target=&#34;_blank&#34;&gt;&#xA;             &lt;img src=&#34;https://www.iss.is.tohoku.ac.jp/news/2026-04-12-hanami/IMG_2657_hu_3f1893d5a598a48b.jpg&#34; alt=&#34;IMG_2657.jpg&#34;&#xA;                 class=&#34;ba b--black-10 br2 shadow-4 hover-opacity&#34;&gt;&#xA;         &lt;/a&gt;&#xA;     &lt;/div&gt;&#xA;     &#xA;     &#xA;     &lt;div class=&#34;gallery-item&#34;&gt;&#xA;         &lt;a href=&#34;https://www.iss.is.tohoku.ac.jp/news/2026-04-12-hanami/IMG_3285.jpg&#34; data-pswp-width=&#34;4032&#34; data-pswp-height=&#34;3024&#34; target=&#34;_blank&#34;&gt;&#xA;             &lt;img src=&#34;https://www.iss.is.tohoku.ac.jp/news/2026-04-12-hanami/IMG_3285_hu_65beb7c2cfe53e12.jpg&#34; alt=&#34;IMG_3285.jpg&#34;&#xA;                 class=&#34;ba b--black-10 br2 shadow-4 hover-opacity&#34;&gt;&#xA;         &lt;/a&gt;&#xA;     &lt;/div&gt;&#xA;     &#xA;     &#xA;     &lt;div class=&#34;gallery-item&#34;&gt;&#xA;         &lt;a href=&#34;https://www.iss.is.tohoku.ac.jp/news/2026-04-12-hanami/IMG_3286.jpg&#34; data-pswp-width=&#34;4032&#34; data-pswp-height=&#34;3024&#34; target=&#34;_blank&#34;&gt;&#xA;             &lt;img src=&#34;https://www.iss.is.tohoku.ac.jp/news/2026-04-12-hanami/IMG_3286_hu_b03795e08716d566.jpg&#34; alt=&#34;IMG_3286.jpg&#34;&#xA;                 class=&#34;ba b--black-10 br2 shadow-4 hover-opacity&#34;&gt;&#xA;         &lt;/a&gt;&#xA;     &lt;/div&gt;&#xA;     &#xA; &lt;/div&gt;&#xA; &#xA; &lt;link rel=&#34;stylesheet&#34; href=&#34;https://unpkg.com/photoswipe@5.4.3/dist/photoswipe.css&#34;&gt;&#xA; &#xA; &lt;script type=&#34;module&#34;&gt;&#xA;     &#xA;     import PhotoSwipeLightbox from &#39;https://unpkg.com/photoswipe@5.4.3/dist/photoswipe-lightbox.esm.js&#39;;&#xA; &#xA;     const lightbox = new PhotoSwipeLightbox({&#xA;         gallery: &#39;#my-gallery&#39;,&#xA;         children: &#39;a&#39;,&#xA;         &#xA;         pswpModule: () =&gt; import(&#39;https://unpkg.com/photoswipe@5.4.3/dist/photoswipe.esm.js&#39;),&#xA;         caption: (el) =&gt; el.querySelector(&#39;img&#39;).getAttribute(&#39;alt&#39;),&#xA;     });&#xA;     lightbox.init();&#xA; &lt;/script&gt;&#xA; &#xA; &lt;style&gt;&#xA;     .gallery-grid {&#xA;         display: grid;&#xA;         grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));&#xA;         gap: 1.5rem;&#xA;         margin: 2rem 0;&#xA;     }&#xA; &#xA;     .gallery-item img {&#xA;         width: 100%;&#xA;         height: auto;&#xA;         display: block;&#xA;         transition: transform 0.2s ease-in-out;&#xA;         cursor: zoom-in;&#xA;     }&#xA; &#xA;     .gallery-item img:hover {&#xA;         transform: scale(1.03);&#xA;         opacity: 0.8;&#xA;     }&#xA; &lt;/style&gt;</description>
    </item>
  </channel>
</rss>
