/* Species Photo — 種ページ本文冒頭の生体写真コンポーネント */
.species-photo{
  max-width:820px;
  margin:28px auto 8px;
  padding:0 20px;
}
.species-photo figure{
  margin:0;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(32,40,48,.18);
  background:#202830;
}
.species-photo img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:cover;
}
.species-photo figcaption{
  font-family:"Noto Serif JP",serif;
  font-size:.74rem;
  line-height:1.5;
  color:#8a8474;
  padding:8px 12px 10px;
  background:var(--parchment,#f4efe2);
  text-align:right;
}
.species-photo figcaption a{color:#8a8474;text-decoration:underline;}
@media(max-width:520px){
  .species-photo{margin-top:18px;padding:0 14px;}
  .species-photo figcaption{font-size:.68rem;}
}
