/* 2025年7月1日 追加CSS */
#works .grid figure .caption p {
    text-shadow: 0px 0px 3px rgba(0,0,0,.5);
    background: rgba(0,0,0,.3);
    line-height: 1;
    padding: 3px 6px 6px;
    border-radius: 2px;
}
#works .grid figure a.reserve-btn {
    position: absolute;
    display: block;
    right: 14px;
    bottom: 14px;
    width: fit-content;
    height: fit-content;
    line-height: 1;
    padding: 8px 16px 9px;
    background: #E83828;
    color: white;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 600;
}