飼育法3_025

飼育法3_026

飼育法3_027

飼育法3_028

飼育法3_029

飼育法3_030

飼育法3_031

飼育法3_032

飼育法3_033

飼育法3_034

飼育法3_035

飼育法3_036

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