(function($){ // ====== 5/6 ====== $(function(){ $(".teltel5").css("display","none"); $(".teltel6").css("display","none"); $(".button-toggle5").on("click", function(e) { if($(".stelclose5").length === 0){ openToggle1(); closeToggle2(); }else{ closeToggle1(); } e.stopPropagation(); }); $(".button-toggle6").on("click", function(e) { if($(".stelclose6").length === 0){ openToggle2(); closeToggle1(); }else{ closeToggle2(); } e.stopPropagation(); }); }); function openToggle1() { $(".teltel5").slideDown(); $(".button-toggle5").addClass("telactive"); $(".button-toggle5").html("
"); } function openToggle2() { $(".teltel6").slideDown(); $(".button-toggle6").addClass("telactive"); $(".button-toggle6").html("
"); } function closeToggle1() { $(".teltel5").slideUp(); $(".button-toggle5").removeClass("telactive"); $(".button-toggle5").html("
でんわ
"); } function closeToggle2() { $(".teltel6").slideUp(); $(".button-toggle6").removeClass("telactive"); $(".button-toggle6").html("
メール
"); } // ====== 7/8 ====== $(function(){ $(".teltel7").css("display","none"); $(".teltel8").css("display","none"); $(".button-toggle7").on("click", function(e) { if($(".stelclose7").length === 0){ openToggle3(); closeToggle4(); }else{ closeToggle3(); } e.stopPropagation(); }); $(".button-toggle8").on("click", function(e) { if($(".stelclose8").length === 0){ openToggle4(); closeToggle3(); }else{ closeToggle4(); } e.stopPropagation(); }); }); function openToggle3() { $(".teltel7").slideDown(); $(".button-toggle7").addClass("telactive"); $(".button-toggle7").html("
"); } function openToggle4() { $(".teltel8").slideDown(); $(".button-toggle8").addClass("telactive"); $(".button-toggle8").html("
"); } function closeToggle3() { $(".teltel7").slideUp(); $(".button-toggle7").removeClass("telactive"); $(".button-toggle7").html("
でんわ
"); } function closeToggle4() { $(".teltel8").slideUp(); $(".button-toggle8").removeClass("telactive"); $(".button-toggle8").html("
メール
"); } // ====== 9/10 ====== $(function(){ $(".teltel9").css("display","none"); $(".teltel10").css("display","none"); $(".button-toggle9").on("click", function(e) { if($(".stelclose9").length === 0){ openToggle5(); closeToggle6(); }else{ closeToggle5(); } e.stopPropagation(); }); $(".button-toggle10").on("click", function(e) { if($(".stelclose10").length === 0){ openToggle6(); closeToggle5(); }else{ closeToggle6(); } e.stopPropagation(); }); }); function openToggle5() { $(".teltel9").slideDown(); $(".button-toggle9").addClass("telactive"); $(".button-toggle9").html("
"); } function openToggle6() { $(".teltel10").slideDown(); $(".button-toggle10").addClass("telactive"); $(".button-toggle10").html("
"); } function closeToggle5() { $(".teltel9").slideUp(); $(".button-toggle9").removeClass("telactive"); $(".button-toggle9").html("
でんわ
"); } function closeToggle6() { $(".teltel10").slideUp(); $(".button-toggle10").removeClass("telactive"); $(".button-toggle10").html("
メール
"); } // ====== outside click (まとめて1回) ====== $(document).on("click", function() { if($(".stelclose5").length > 0) closeToggle1(); if($(".stelclose6").length > 0) closeToggle2(); if($(".stelclose7").length > 0) closeToggle3(); if($(".stelclose8").length > 0) closeToggle4(); if($(".stelclose9").length > 0) closeToggle5(); if($(".stelclose10").length > 0) closeToggle6(); }); })(jQuery); (function($){ // ========== 1つ目 ========== $(function(){ $(".info-space").css("display","none"); $(".info-toggle").on("click", function(e) { $(".info-space").slideToggle(); $(this).toggleClass("info-active"); e.stopPropagation(); }); }); $(function(){ var flg = "off"; $(".info-toggle").on("click", function(){ if(flg === "off"){ $(this).html("
"); flg = "on"; }else{ $(this).html("
お知らせ
もっと見る
"); flg = "off"; } }); }); // ========== 2つ目 ========== $(function(){ $(".info-space2").css("display","none"); $(".info-toggle2").on("click", function(e) { $(".info-space2").slideToggle(); $(this).toggleClass("info-active2"); e.stopPropagation(); }); }); $(function(){ var flg2 = "off"; $(".info-toggle2").on("click", function(){ if(flg2 === "off"){ $(this).html("
"); flg2 = "on"; }else{ $(this).html("
フェア
もっと見る
"); flg2 = "off"; } }); }); // ========== 外部クリックで閉じる(まとめて1回) ========== $(document).on("click", function() { if($(".info-close").length > 0) { $(".info-toggle").trigger("click"); } if($(".info-close2").length > 0) { $(".info-toggle2").trigger("click"); } }); })(jQuery); (function($){ /* shop 1 */ $(function(){ $(".shoplink1").css("display","none"); $(".shop-toggle1").on("click", function() { $(".shoplink1").slideToggle(); $(this).toggleClass("shopactive"); }); }); $(function(){ var flg = "off"; $('.shop-toggle1').on('click', function(){ if(flg == "off"){ $(this).html("
"); flg = "on"; }else{ $(this).html("
ショップ別
もっと見る
"); flg = "off"; } }); }); $(function () { $(".shop-toggle1").click(function (e) { if($(".shoplink1").length>0){ $(".shoplink1").show(); } e.stopPropagation(); }); }); $(document).click(function() { if($(".shopclose1").length>0){ $(".shop-toggle1").click(); } }); /* shop 2 */ $(function(){ $(".shoplink2").css("display","none"); $(".shop-toggle2").on("click", function() { $(".shoplink2").slideToggle(); $(this).toggleClass("shopactive"); }); }); $(function(){ var flg = "off"; $('.shop-toggle2').on('click', function(){ if(flg == "off"){ $(this).html("
"); flg = "on"; }else{ $(this).html("
ショップ別
もっと見る
"); flg = "off"; } }); }); $(function () { $(".shop-toggle2").click(function (e) { if($(".shoplink2").length>0){ $(".shoplink2").show(); } e.stopPropagation(); }); }); $(document).click(function() { if($(".shopclose2").length>0){ $(".shop-toggle2").click(); } }); /* shop 3 */ $(function(){ $(".shoplink3").css("display","none"); $(".shop-toggle3").on("click", function() { $(".shoplink3").slideToggle(); $(this).toggleClass("shopactive"); }); }); $(function(){ var flg = "off"; $('.shop-toggle3').on('click', function(){ if(flg == "off"){ $(this).html("
"); flg = "on"; }else{ $(this).html("
ショップ別
もっと見る
"); flg = "off"; } }); }); $(function () { $(".shop-toggle3").click(function (e) { if($(".shoplink3").length>0){ $(".shoplink3").show(); } e.stopPropagation(); }); }); $(document).click(function() { if($(".shopclose3").length>0){ $(".shop-toggle3").click(); } }); /* shop 4 */ $(function(){ $(".shoplink4").css("display","none"); $(".shop-toggle4").on("click", function() { $(".shoplink4").slideToggle(); $(this).toggleClass("shopactive"); }); }); $(function(){ var flg = "off"; $('.shop-toggle4').on('click', function(){ if(flg == "off"){ $(this).html("
"); flg = "on"; }else{ $(this).html("
ショップ別
もっと見る
"); flg = "off"; } }); }); $(function () { $(".shop-toggle4").click(function (e) { if($(".shoplink4").length>0){ $(".shoplink4").show(); } e.stopPropagation(); }); }); $(document).click(function() { if($(".shopclose4").length>0){ $(".shop-toggle4").click(); } }); /* shop 5 */ $(function(){ $(".shoplink5").css("display","none"); $(".shop-toggle5").on("click", function() { $(".shoplink5").slideToggle(); $(this).toggleClass("shopactive"); }); }); $(function(){ var flg = "off"; $('.shop-toggle5').on('click', function(){ if(flg == "off"){ $(this).html("
"); flg = "on"; }else{ $(this).html("
ショップ別
もっと見る
"); flg = "off"; } }); }); $(function () { $(".shop-toggle5").click(function (e) { if($(".shoplink5").length>0){ $(".shoplink5").show(); } e.stopPropagation(); }); }); $(document).click(function() { if($(".shopclose5").length>0){ $(".shop-toggle5").click(); } }); /* shop 6 */ $(function(){ $(".shoplink6").css("display","none"); $(".shop-toggle6").on("click", function() { $(".shoplink6").slideToggle(); $(this).toggleClass("shopactive"); }); }); $(function(){ var flg = "off"; $('.shop-toggle6').on('click', function(){ if(flg == "off"){ $(this).html("
"); flg = "on"; }else{ $(this).html("
新着情報
もっと見る
"); flg = "off"; } }); }); $(function () { $(".shop-toggle6").click(function (e) { if($(".shoplink6").length>0){ $(".shoplink6").show(); } e.stopPropagation(); }); }); $(document).click(function() { if($(".shopclose6").length>0){ $(".shop-toggle6").click(); } }); })(jQuery);
Warning: include_once(/home/cw20221224/allpet.jp/public_html/animal/wp-content/themes/animal-pc/js/jquery-staff.js): Failed to open stream: No such file or directory in /home/cw20221224/allpet.jp/public_html/animal/wp-content/themes/animal-pc/header-single-normal.php on line 77

Warning: include_once(): Failed opening '/home/cw20221224/allpet.jp/public_html/animal/wp-content/themes/animal-pc/js/jquery-staff.js' for inclusion (include_path='.:/opt/php-8.2.28-2/data/pear') in /home/cw20221224/allpet.jp/public_html/animal/wp-content/themes/animal-pc/header-single-normal.php on line 77
厚木店
小山店
柏 店
勝田台店
千葉店
流山店
日暮本店
船橋二和
東葛ペット厚木店の店長|東恩納のご紹介
東葛ペット厚木店のスタッフ|池田のご紹介
東葛ペット厚木店のスタッフ|佐藤のご紹介
ペッツクローバー小山店の店長|石橋のご紹介
東葛ペット柏店の店長|鈴木のご紹介
東葛ペット柏店のスタッフ|稲垣のご紹介
東葛ペット柏店のスタッフ|冨澤のご紹介
東葛ペット柏店のスタッフ|樋口のご紹介
東葛ペット勝田台店の店長|中島のご紹介
東葛ペット勝田台店のスタッフ|鈴木のご紹介
東葛ペット勝田台店のスタッフ|古川のご紹介
東葛ペット勝田台店のスタッフ|田代のご紹介
東葛ペット勝田台店のスタッフ|おとのご紹介
チェリーハウス千葉店の店長|穂苅のご紹介
チェリーハウス千葉店のスタッフ|石毛の紹介
チェリーハウス千葉店のスタッフ|田邊のご紹介
チェリーハウス千葉店のスタッフ|伊藤のご紹介
東葛ペット流山店の店長|長坂のご紹介
東葛ペット流山店のスタッフ|本田のご紹介
東葛ペット流山店のスタッフ|大塚のご紹介
東葛ペット流山店のスタッフ|菅原のご紹介介
東葛ペット流山店のスタッフ|大貫のご紹介
東葛ペット本店の店長|殿畑のご紹介
東葛ペット本店のスタッフ|杉浦のご紹介
東葛ペット本店のスタッフ|山口のご紹介
東葛ペット本店のスタッフ|吉田のご紹介
東葛ペット船橋二和店のスタッフ|岡村のご紹介
東葛ペット船橋二和店のスタッフ|松田のご紹介
東葛ペット船橋二和店のスタッフ|小針のご紹介
東葛ペット船橋二和店のスタッフ|麻生のご紹介
東葛ペット船橋二和店のスタッフ|天野のご紹介

空に奏でて🫧️️️️️️⛅️煌めくICY🍨🥄♬⋆.˚セキセイインコ(ブルーオパーリン/2026年1月生まれ)

26年2月11日
樋口
11-19時
樋口
柏店から
新着情報
です
空に奏でて🫧️️️️️️⛅️煌めくICY🍨🥄♬⋆.˚セキセイインコ(ブルーオパーリン/2026年1月生まれ)
ぱやっ
この鳥さんについて
この鳥さんについて
■ カラー:ブルーオパーリン
■ 性別:不明です
■ 生年月:2026年1月生まれ
■ ご提供価格:4,378円 税込
■ 販売:鳥小動物18時30分まで
ご売約や店舗移動の表示は、ホームページ反映までに時間がかかることがあります。また、ごくまれにサイトの表示価格と店頭価格が異なるときがありますが、その際は店頭価格を優先させていただきます
店舗の移動について
別のお店への移動
現在、鳥さんの移動は承っておりません

こんにちは😊

今回ご紹介するのは!

セキセイインコのブルーオパーリンちゃんになります✨️🩵

セキセイインコ セキセイインコ

ビュンビュン青空!・*・:≡( ε:)⛅️

ブルーオパーリンちゃんが登場です✨️

濃い青も水色も負けじと人気なんです🐬🐳💧💦💎

セキセイインコ セキセイインコ

まだまだワタワタちゃん!💭🎀

これからの成長も楽しみです(*´艸`)🎶

 

羽を広げて元気をアピール!✊🏻❤️‍🔥

セキセイインコ
現在ひな餌は1日3回食べています!🍚

しっかり食べてくれているので安心✨️

 

ぜひ会いに来てくださいね🌼*・

お待ちしております〜(●︎´▽︎`●︎)

103 view
樋口
 柏店からのご紹介でした!
気になる子がいましたら、動物コーナーまでお気軽にご連絡ください!
ペットのデパート東葛柏店
千葉県柏市青葉台1-27-11
04-7175-1750
11-19時

最新の鳥さん情報