飼育法4_037

飼育法4_038

飼育法4_039

飼育法4_040

飼育法4_041

飼育法4_042

飼育法4_043

飼育法4_044

飼育法4_045

飼育法4_046

飼育法4_047

飼育法4_048

$(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’);
});
});