{"id":25441,"date":"2023-05-05T18:54:21","date_gmt":"2023-05-05T09:54:21","guid":{"rendered":"https:\/\/takimotokan.co.jp\/?page_id=25441"},"modified":"2025-02-01T13:56:22","modified_gmt":"2025-02-01T04:56:22","slug":"dog-friendly-deluxe-suite-south-building","status":"publish","type":"page","link":"https:\/\/takimotokan.ardevtech.net\/en\/roomtype-suite\/dog-friendly\/deluxe\/south\/","title":{"rendered":"Dog-Friendly Deluxe Suite South Building"},"content":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; equal_height=&#8221;yes&#8221;][vc_column width=&#8221;2\/3&#8243; offset=&#8221;vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2 vc_col-xs-12&#8243;]<div class=\"boc_spacing mobile-none\" style=\"height: 60px\"><\/div>\r\n\t\t\t\t\t<!-- Image Slider -->\r\n\t\t\t\t\t<script type=\"text\/javascript\">\r\n\r\n\t\t\t\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\t\t\t\/\/ Function to preload images\r\n\t\t\t\t\t\t\tfunction preloadImages(images, callback) {\r\n\t\t\t\t\t\t\t\tvar loadedCount = 0;\r\n\t\t\t\t\t\t\t\tvar imagesCount = images.length;\r\n\r\n\t\t\t\t\t\t\t\timages.each(function() {\r\n\t\t\t\t\t\t\t\t\tvar img = new Image();\r\n\t\t\t\t\t\t\t\t\timg.onload = function() {\r\n\t\t\t\t\t\t\t\t\t\tloadedCount++;\r\n\t\t\t\t\t\t\t\t\t\tif (loadedCount == imagesCount) {\r\n\t\t\t\t\t\t\t\t\t\t\tcallback();\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t};\r\n\t\t\t\t\t\t\t\t\timg.onerror = function() {\r\n\t\t\t\t\t\t\t\t\t\tloadedCount++;\r\n\t\t\t\t\t\t\t\t\t\tif (loadedCount == imagesCount) {\r\n\t\t\t\t\t\t\t\t\t\t\tcallback();\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t};\r\n\t\t\t\t\t\t\t\t\timg.src = $(this).attr(\"src\");\r\n\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\/\/ Load carousel after its images are loaded\r\n\t\t\t\t\t\t\tpreloadImages($(\"#img_slider_f42555e5f1cae65a300edb30bb3f3f06 img\"), function () {\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tvar carousel = $(\"#img_slider_f42555e5f1cae65a300edb30bb3f3f06\");\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tvar args = {\r\n\t\t\t\t\t\t\t\t\titems: \t\t\t1,\r\n\t\t\t\t\t\t\t\t\tmouseDrag:\t\ttrue,\r\n\t\t\t\t\t\t\t\t\tautoplay:\t\ttrue,\r\n\t\t\t\t\t\t\t\t\tautoplayTimeout:6000,\r\n\t\t\t\t\t\t\t\t\tnav: \t\t\ttrue,\r\n\t\t\t\t\t\t\t\t\tdots: \t\t\tfalse,\r\n\t\t\t\t\t\t\t\t\tloop: \t\t\ttrue,\r\n\t\t\t\t\t\t\t\t\tautoHeight: \tfalse,\r\n\t\t\t\t\t\t\t\t\tsmartSpeed:\t\t750,\r\n\t\t\t\t\t\t\t\t\t\tnavText:\t\t\t[\"<span class='icon icon-arrow-left8'><\/span>\",\"<span class='icon icon-uniE708'><\/span>\"],\r\n\t\t\t\t\t\t\t\t\tslideBy: \t\t1,\r\n\t\t\t\t\t\t\t\t\tnavRewind: \t\tfalse,\r\n\t\t\t\t\t\t\t\t\trtl: \t\t\tfalse,\r\n\t\t\t\t\t\t\t\t\tonInitialized:  \tshowCarousel_f42555e5f1cae65a300edb30bb3f3f06,\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t};\r\n\t\t\t\t\t\t\t\t\/\/ Function to initialize the carousel\r\n\t\t\t\t\t\t\t\tfunction initializeCarousel() {\r\n\t\t\t\t\t\t\t\t\tcarousel.owlCarousel(args);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\t\tfunction updateCarouselWidth() {\r\n            var initial_width = carousel.width();\r\n            $(window).on(\"resize\", function() {\r\n                if (carousel.width() !== initial_width) {\r\n                    carousel.trigger(\"destroy.owl.carousel\").removeClass(\"owl-carousel owl-loaded\");\r\n                    carousel.find(\".owl-stage-outer\").children().unwrap();\r\n                    initializeCarousel();\r\n                    initial_width = carousel.width(); \/\/ Update initial width\r\n                }\r\n            });\r\n        }\r\n\r\n        \/\/ Run initialization on document ready\r\n        initializeCarousel();\r\n        updateCarouselWidth();\r\n\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\/* Show after initialized *\/\r\n\t\t\t\t\t\t\tfunction showCarousel_f42555e5f1cae65a300edb30bb3f3f06() {\r\n\t\t\t\t\t\t\t\t$(\"#img_slider_f42555e5f1cae65a300edb30bb3f3f06\").fadeTo(0,1);\r\n\t\t\t\t\t\t\t\t$(\"#img_slider_f42555e5f1cae65a300edb30bb3f3f06 .owl-item .boc_owl_lazy\").css(\"opacity\",\"1\");\r\n\t\t\t\t\t\t\t}\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t});\r\n\r\n\t\t\t\t\t<\/script>\r\n\t\t\t\t\t<!-- Image Slider :: END --><div class=\"img_slider mfp_gallery mobile-none\" id=\"img_slider_f42555e5f1cae65a300edb30bb3f3f06\" style=\"opacity:0;\"><div class=\"img_slider_item boc_owl_lazy\"><img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/01\/DLX\u5357\u9928\u308f\u3093\u3061\u3083\u3093\u548c\u6d0b\u5ba4\u308f\u3093_2560\u00d71440.jpg\" alt=\"\" title=\"\"\/><\/div><div class=\"img_slider_item boc_owl_lazy\"><img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/01\/DLX\u5357\u9928\u308f\u3093\u3061\u3083\u3093\u548c\u6d0b\u5ba4_\u30b1\u30fc\u30b8_2560\u00d71440.jpg\" alt=\"\" title=\"\"\/><\/div><div class=\"img_slider_item boc_owl_lazy\"><img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/01\/DLX\u5357\u9928\u308f\u3093\u3061\u3083\u3093\u548c\u6d0b\u5ba4\u8db3\u6d17\u30b9\u30da\u30fc\u30b91_2560\u00d71440.jpg\" alt=\"\" title=\"\"\/><\/div><div class=\"img_slider_item boc_owl_lazy\"><img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2022\/12\/SUP\u5357\u9928\u30e6\u30cb\u30c3\u30c8\u30d0\u30b9_2560\u00d71440-1.jpg\" alt=\"\" title=\"\"\/><\/div><div class=\"img_slider_item boc_owl_lazy\"><img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2022\/12\/DLX\u5357\u9928\u308f\u3093\u3061\u3083\u3093\u548c\u6d0b\u5ba4_\u5e73\u9762\u56f3-scaled.jpg\" alt=\"\" title=\"\"\/><\/div><\/div><div class=\"img_carousel_holder mobile-show has_dots\">\t<div class=\"img_carousel mfp_gallery\" id=\"img_carousel_622\" style=\"opacity:0;\"><div class=\"img_carousel_item boc_owl_lazy\">\t<div class=\"pic \">\r\n\t\t\t\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"\"  target=\"_self\">\r\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/01\/DLX\u5357\u9928\u308f\u3093\u3061\u3083\u3093\u548c\u6d0b\u5ba4\u308f\u3093_2560\u00d71440-600x380.jpg\" alt=\"\" \/>\r\n\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div><div class=\"img_carousel_item boc_owl_lazy\">\t<div class=\"pic \">\r\n\t\t\t\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"\"  target=\"_self\">\r\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/01\/DLX\u5357\u9928\u308f\u3093\u3061\u3083\u3093\u548c\u6d0b\u5ba4_\u30b1\u30fc\u30b8_2560\u00d71440-600x380.jpg\" alt=\"\" \/>\r\n\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div><div class=\"img_carousel_item boc_owl_lazy\">\t<div class=\"pic \">\r\n\t\t\t\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"\"  target=\"_self\">\r\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/01\/DLX\u5357\u9928\u308f\u3093\u3061\u3083\u3093\u548c\u6d0b\u5ba4\u8db3\u6d17\u30b9\u30da\u30fc\u30b91_2560\u00d71440-600x380.jpg\" alt=\"\" \/>\r\n\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div><div class=\"img_carousel_item boc_owl_lazy\">\t<div class=\"pic \">\r\n\t\t\t\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"\"  target=\"_self\">\r\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2022\/12\/SUP\u5357\u9928\u30e6\u30cb\u30c3\u30c8\u30d0\u30b9_2560\u00d71440-1-600x380.jpg\" alt=\"\" \/>\r\n\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div><div class=\"img_carousel_item boc_owl_lazy\">\t<div class=\"pic \">\r\n\t\t\t\t\t\t\t\t<a href=\"javascript:void(0)\" class=\"\"  target=\"_self\">\r\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2022\/12\/DLX\u5357\u9928\u308f\u3093\u3061\u3083\u3093\u548c\u6d0b\u5ba4_\u5e73\u9762\u56f3-600x380.jpg\" alt=\"\" \/>\r\n\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div><\/div>\r\n\t\t\t\t <\/div>\r\n\t\t\t\t\t<!-- Image Slider -->\r\n\t\t\t\t\t<script type=\"text\/javascript\">\r\n\r\n\t\t\t\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tvar carousel = jQuery(\"#img_carousel_622\");\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tvar args = {\r\n\t\t\t\t\t\t\t\t\titems: \t\t\t\t2,\r\n\t\t\t\t\t\t\t\t\tslideBy: \t\t\t1,\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\tautoplay:\t\t\ttrue,\r\n\t\t\t\t\t\t\t\t\tautoplayTimeout:\t6000,\r\n\t\t\t\t\t\t\t\t\tnav: \t\t\t\tfalse,\r\n\t\t\t\t\t\t\t\t\tdots: \t\t\t\ttrue,\r\n\t\t\t\t\t\t\t\t\tloop: \t\t\t\ttrue,\r\n\t\t\t\t\t\t\t\t\tsmartSpeed:\t\t\t750,\r\n\t\t\t\t\t\t\t\t\tnavText:\t\t\t[\"<span class='icon icon-arrow-left7'><\/span>\",\"<span class='icon icon-arrow-right7'><\/span>\"],\r\n\t\t\t\t\t\t\t\t\tnavRewind: \t\t\tfalse,\r\n\t\t\t\t\t\t\t\t\trtl : \t\t\t\tfalse,\r\n\t\t\t\t\t\t\t\t\tmargin: \t\t\t0,\r\n\t\t\t\t\t\t\t\t\tresponsive:{\r\n\t\t\t\t\t\t\t\t\t\t0:{\r\n\t\t\t\t\t\t\t\t\t\t  items:1,\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t480:{\r\n\t\t\t\t\t\t\t\t\t\t  items:1,\r\n\t\t\t\t\t\t\t\t\t\t  margin:20,\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t769:{\r\n\t\t\t\t\t\t\t\t\t\t  items:2\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\tonInitialized: showCarousel_622\r\n\t\t\t\t\t\t\t};\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\/\/ Function to initialize the carousel\r\n\t\t\t\t\t\t\t\tfunction initializeCarousel() {\r\n\t\t\t\t\t\t\t\t\tcarousel.owlCarousel(args);\r\n\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\tfunction updateCarouselWidth() {\r\n\t\t\t\t\t\t\t\t\tvar initial_width = carousel.width();\r\n\t\t\t\t\t\t\t\t\t$(window).on(\"resize\", function() {\r\n\t\t\t\t\t\t\t\t\t\tif (carousel.width() !== initial_width) {\r\n\t\t\t\t\t\t\t\t\t\t\tcarousel.trigger(\"destroy.owl.carousel\").removeClass(\"owl-carousel owl-loaded\");\r\n\t\t\t\t\t\t\t\t\t\t\tcarousel.find(\".owl-stage-outer\").children().unwrap();\r\n\t\t\t\t\t\t\t\t\t\t\tinitializeCarousel();\r\n\t\t\t\t\t\t\t\t\t\t\tinitial_width = carousel.width(); \/\/ Update initial width\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\t\/\/ Run initialization on document ready\r\n\t\t\t\t\t\t\t\tinitializeCarousel();\r\n\t\t\t\t\t\t\t\tupdateCarouselWidth();\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\/* Show once loaded *\/\r\n\t\t\t\t\t\t\tfunction showCarousel_622() {\r\n\t\t\t\t\t\t\t\tcarousel.fadeTo(0,1);\r\n\t\t\t\t\t\t\t\t$(\"#img_carousel_622 .owl-item .boc_owl_lazy\").css(\"opacity\",\"1\");\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t<\/script>\r\n\t\t\t\t\t<!-- Image Slider :: END -->[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221;][vc_column offset=&#8221;vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8&#8243;][vc_column_text]<\/p>\n<h2 style=\"text-align: center;\">Dog-Friendly Deluxe Suite South Building<\/h2>\n<p style=\"text-align: center;\">This room offers a spacious 53 square meters<br \/>\nwhich has doggy&#8217;s foot shower. Built-in cage is easy to communicate.<br \/>\nIt&#8217;s perfect for relaxing with a small family and your pet.<\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<div style=\"text-align: center;\">\n<div style=\"display: inline-block; border: #443a34 solid 1px; font-size: 100%; padding: 5px; padding-left: 10px; padding-right: 10px;\">Sleeps 6 (53\u33a1)<\/div>\n<div style=\"display: inline-block; border: #443a34 solid 1px; font-size: 100%; padding: 5px; padding-left: 10px; padding-right: 10px;\">Garden view<\/div>\n<\/div>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><a\thref=\"https:\/\/asp.hotel-story.ne.jp\/ver3d\/planlist.asp?hcod1=64430&#038;hcod2=001&#038;hidmode=select&#038;hidSELECTroomtype=00585&#038;mode=seek\" \n\t\t\t\tclass=\"button btn_huge btn_theme_color btn_rounded  icon_pos_after   \"  target='_blank'><span>\u3053\u306e\u90e8\u5c4b\u30bf\u30a4\u30d7\u3067\u4e88\u7d04\u3059\u308b<\/span> <i class='icon icon-photo-gallery'><\/i> <\/a><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1567995015325{margin-top: 50px !important;}&#8221;][vc_column][vc_row_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;31563&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;31579&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;31584&#8243;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]*Original doggy bag, handy shower for a walk and paw care cream is a privilege for guest staying after 2025\/2\/20.<br \/>\nIf you made a reservation before 2025\/1\/19, admission fee is 3,300 yen each dog. Doggy amenities are not included, but we can add them for an additional 2,200 yen, so please let us know if you would like.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1567995015325{margin-top: 50px !important;}&#8221;][vc_column][vc_column_text el_class=&#8221;page-title&#8221;]<\/p>\n<table class=\"common_table_layout_b mt_minimum\">\n<tbody>\n<tr>\n<th>Amenities for dog<\/th>\n<td>Original doggy bag \/ Handy shower for a walk \/ Paw care cream \/ Bottled water \/ Drinking bowl for dog \/ 3 toilet sheets \/ Deodorizer dust box \/ Cushion for dog \/ One indoor crate[L100\u00d7W93\u00d7H75(cm)]<\/td>\n<\/tr>\n<tr>\n<th>Dog-friendly Room Conditions<\/th>\n<td>\u30fbThe dog should be small to medium size and weight no more than 15 kg.<br \/>\n\u30fbLimited to dogs that have been vaccinated for rabies and other standard vaccinations within the last year.<br \/>\n\u30fbPlease bring a cage or carrier that encloses the whole dog, and use it when transporting your dog inside the building.<br \/>\n\u30fbPlease do not let your dog outside the room unaccompanied. When eating or bathing, please have the dog stay in the room or arrange for someone to stay with the dog. Please do not use the room bath for the dog.<br \/>\n\u30fbWe cannot accept dogs with a barking problem.<br \/>\n\u30fbOnly dogs are accepted. No other kinds of pets are allowed.<br \/>\n\u30fbThe charge for each dog guest is 5,500 yen including tax.<br \/>\n*Information<br \/>\nIf you made a reservation before 2025\/1\/19, admission fee is 3,300 yen each dog.<\/td>\n<\/tr>\n<tr>\n<th>Amenities<\/th>\n<td>Toothbrush \/ Hairbrush \/ Silicon-free shampoo \/ Silicon-free conditioner \/ Body soap \/ Hand soap \/ Vinyl clothes bag \/ Shower cap \/ Razor \/ Premium cotton face towel \/ Premium cotton bath towel \/ Premium cotton bath mat \/ Hand towel \/ Socks \/ Washing towel \/ Nail file and hair rubber band \/ Skincare set<\/td>\n<\/tr>\n<tr>\n<th>Facilities<\/th>\n<td>Soaking tub (not onsen water) \/ Separate toilet \/ Two washbasins \/ Air conditioner \/ Flat-screen TV \/ Safe \/ Refrigerator \/ Humidifier and air purifier \/ Warm water washing toilet seat \/ Massage chair \/ LED makeup mirror<\/td>\n<\/tr>\n<tr>\n<th>Other<\/th>\n<td>Beds with Simmons Beautyrest mattresses \/ Comforton futon \/ Takimotokan original folded pillow \/ Takimotokan original feather comforter \/ Yukata \/ Yukata overcoat \/ Sandals \/ Slippers \/ Hair dryer \/ Deodorizer \/ Hot water dispenser \/ Mineral water \/ Green tea \/ Green tea cups \/ Glasses \/ Bottle opener \/ Shoehorn \/ Dolce Gusto coffee machine \/ Mugs<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_single_image image=&#8221;24219&#8243;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1535005437116{margin-bottom: 0px !important;padding-top: 50px !important;background-color: #e7e3d6 !important;}&#8221;][vc_column][vc_column_text]<aside id=\"custom_html-5\" class=\"widget_text widget_custom_html amr_widget \"><div class=\"textwidget custom-html-widget\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"\/wp-content\/uploads\/2019\/12\/footer-logo.png\" width=\"201\" height=\"168\" \/>\r\n<div class=\"footer-contact\">\r\n\t<ul>\r\n\t\t<li>\r\n\t\t\t<p class=\"big-text\">Takimotokan<\/p>\r\n\t\t\t<p class=\"regular\">Noboribetsu onsen 55, Noboribetsu, Hokkaido<\/p>\r\n\t\t<\/li>\r\n\t\t<li>\r\n\t\t\t<p class=\"regular\">Contact\/Inquiries<\/p>\r\n\t\t\t<p class=\"extra-big\">0120-940-489<\/p>\r\n\t\t\t<p class=\"regular\">10:00\uff5e17:30<\/p>\r\n\t\t<\/li>\r\n\t\t<li>\r\n\t\t\t<p class=\"regular\">Telephone<\/p>\r\n\t\t\t<p class=\"extra-big\">0143-84-2111<\/p>\r\n<p class=\"regular\">FAX 050-3730-0051<\/p>\r\n\t\t<\/li>\r\n\t<\/ul>\r\n\t<ul class=\"footer_sns_nav\">\r\n \t<li><a href=\"https:\/\/twitter.com\/DaiichiTakimoto\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/takimotokan.co.jp\/images\/common\/icon_twitter.svg\" alt=\"\u7b2c\u4e00\u6edd\u672c\u9928 \u516c\u5f0fTwitter\"><\/a><\/li>\r\n \t<li><a href=\"https:\/\/www.facebook.com\/Takimotokan.Hokkaido\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/takimotokan.co.jp\/images\/common\/icon_facebook.svg\" alt=\"\u7b2c\u4e00\u6edd\u672c\u9928 \u516c\u5f0fFacebook Page\"><\/a><\/li>\r\n \t<li><a href=\"https:\/\/www.instagram.com\/takimotokanjp\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/takimotokan.co.jp\/images\/common\/icon_instagram.svg\" alt=\"\u7b2c\u4e00\u6edd\u672c\u9928 \u516c\u5f0fInstagram\"><\/a><\/li>\r\n \t<li><a href=\"http:\/\/shop.takimotokan.co.jp\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/takimotokan.co.jp\/images\/common\/icon_gift.svg\" alt=\"\u305f\u304d\u3082\u3068\u30ae\u30d5\u30c8\u5036\u697d\u90e8\"><span>Online shop<\/span><\/a><\/li>\r\n<\/ul>\r\n<\/div><\/div><\/aside>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; equal_height=&#8221;yes&#8221;][vc_column width=&#8221;2\/3&#8243; offset=&#8221;vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2 vc_col-xs-12&#8243;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221;][vc_column offset=&#8221;vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8&#8243;][vc_column_text] Dog-Friendly Deluxe Suite South Building This room offers a spacious 53 square meters which has doggy&#8217;s foot shower. Built-in cage is easy to communicate. It&#8217;s perfect for relaxing with a small family and your pet. [\/vc_column_text][vc_column_text] Sleeps 6 (53\u33a1) Garden view [\/vc_column_text][vc_column_text] [\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1567995015325{margin-top: 50px !important;}&#8221;][vc_column][vc_row_inner][vc_column_inner<\/p>\n<div class=\"h10\"><\/div>\n<p><a class=\"more-link1\" href=\"https:\/\/takimotokan.ardevtech.net\/en\/roomtype-suite\/dog-friendly\/deluxe\/south\/\">Read more<\/a><\/p>\n","protected":false},"author":24,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"acf":[],"_links":{"self":[{"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/pages\/25441"}],"collection":[{"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/comments?post=25441"}],"version-history":[{"count":12,"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/pages\/25441\/revisions"}],"predecessor-version":[{"id":31682,"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/pages\/25441\/revisions\/31682"}],"wp:attachment":[{"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/media?parent=25441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}