飼育法5_049

飼育法5_050

飼育法5_051

飼育法5_052

飼育法5_053

飼育法5_054

飼育法5_055

飼育法5_056

飼育法5_057

飼育法5_058

飼育法5_059

飼育法5_060

$(document).ready(function() {
var target = $(‘#top-writer-caption’);
target.show();
// クリックすると表示されるボタン
$(‘.js-opener’).click(function(e) {
// aタグのときは開閉しない
if (e.target.nodeName == ‘A’) return;
$(‘.writer-caption’).toggleClass(‘open with-cloud’);
});
});