/* Only the newly added real-photo slots. Approved design CSS is untouched. */
#ohama-about-v2 .oa5-photo{margin:36px 0 0;border:1px solid var(--oa-line,#c6cdbc);border-radius:5px;background:#faf8f0;overflow:hidden;}
#ohama-about-v2 .oa5-photo-view{background:#e9ece2;display:grid;place-items:center;}
#ohama-about-v2 .oa5-photo-img{width:100%;height:auto;max-height:640px;object-fit:contain;display:block;cursor:zoom-in;}
#ohama-about-v2 .oa5-photo-img[hidden],#ohama-about-v2 .oa5-photo-pending[hidden]{display:none!important;}
#ohama-about-v2 .oa5-photo-pending{padding:34px 24px;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#62735c;font:12px/1.9 var(--oa-sans);gap:8px;}
#ohama-about-v2 .oa5-photo-pending strong{font:500 21px/1.6 var(--oa-serif);color:var(--oa-ink);}
#ohama-about-v2 .oa5-photo-pending a{font-size:11px;text-decoration:underline;text-underline-offset:4px;min-height:34px;display:flex;align-items:center;}
#ohama-about-v2 .oa5-photo figcaption{padding:15px 19px;display:flex;flex-wrap:wrap;gap:6px 24px;justify-content:space-between;align-items:baseline;font:12px/1.9 var(--oa-sans);color:#52634e;}
#ohama-about-v2 .oa5-photo figcaption small{font:9px/1.8 var(--oa-mono);letter-spacing:.12em;color:#74806b;}
#ohama-about-v2 .oa5-photo--gym{margin-top:24px;}
#ohama-about-v2 .oa5-photo--alumni{margin-top:40px;}
#ohama-about-v2 .oa5-last-intro{min-width:0;}
#ohama-about-v2 .oa5-last-intro>.oa4-prose{margin-top:0;}
#ohama-about-v2 .oa5-photo-img:focus-visible{outline:3px solid #69865c;outline-offset:-5px;}
.oa5-photo-dialog{width:min(1120px,95vw);max-height:94dvh;padding:0;border:1px solid #cad2be;border-radius:5px;background:#f6f3eb;color:#283b26;}
.oa5-photo-dialog::backdrop{background:#101b14dd;}
.oa5-dialog-top{padding:15px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px;font:12px/1.8 sans-serif;}
.oa5-dialog-top button{border:1px solid #a8b99e;background:transparent;border-radius:3px;padding:9px 15px;min-height:42px;cursor:pointer;}
.oa5-photo-dialog img{display:block;width:100%;max-height:76dvh;object-fit:contain;background:#e7e9df;}
@media(max-width:640px){#ohama-about-v2 .oa5-photo figcaption{padding:12px 15px;font-size:11px;}#ohama-about-v2 .oa5-photo-pending{padding:28px 15px;}#ohama-about-v2 .oa5-photo{margin-top:26px;}#ohama-about-v2 .oa5-photo-pending strong{font-size:18px;}}
/* D-164: 卒業生の写真は元が 472px。大きく広げるとぼやけるので、幅を抑えて中央に置く */
#ohama-about-v2 .oa5-photo--alumni .oa5-photo-view{max-width:640px;margin-inline:auto}
