/* =============== 師範紹介ページ専用スタイル =============== */

/* 師範セクション */
.shihan-section {
  padding-bottom: 0;
}

/* 師範写真（円形） */
.shihan-circle-image {
  width: 384px;
  height: 384px;
  border-radius: 50%;
  overflow: hidden;
}

.shihan-circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 経歴の年 */
.info-year {
  width: 90px;
  flex-shrink: 0;
}

/* 師範ギャラリー */
.shihan-gallery {
  height: 75vh;
  margin-bottom: -100px;
}

/* =============== レスポンシブ - スマートフォン =============== */
@media (max-width: 768px) {
  /* 師範写真（円形）SP */
  .shihan-circle-image {
    width: 240px;
    height: 240px;
  }

  /* 経歴の年 SP */
  .info-year {
    width: 80px;
  }

  /* 師範ギャラリー SP */
  .shihan-gallery {
    height: 50vh;
    margin-bottom: -80px;
  }
}
