/* 
Theme Name: kigyodx-city-nagano
Author: kigyodx-city-nagano
Template: astra
Version: 1.0
*/

/* カスタムCSS */
/* トップ　長野市事例紹介　サムネイル調整 */
.nagano-case-item .infobox-icon {
  aspect-ratio: 7/5;
  overflow: hidden;
  display: block;
}
.nagano-case-item .infobox-icon img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
/* トップ　関連サイトのご紹介　サムネイル調整 */
.related-site-item .infobox-icon {
  aspect-ratio: 6/2;
  overflow: hidden;
  display: block;
}
.related-site-item .infobox-icon img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* ------------------------------ */
/* -------カードのボタンを下揃え----------- */
/* ------------------------------ */
/* カード全体を縦に並べて、全体の高さを100%に */
.eael-infobox {
  height: 100%;
}

/* 中身のテキスト部分を伸縮可能にし、ボタンを押し下げる */
.infobox-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* ボタンを最下部に固定 */
.infobox-button {
  margin-top: auto;
}
