{"id":25473,"date":"2023-05-05T19:13:28","date_gmt":"2023-05-05T10:13:28","guid":{"rendered":"https:\/\/takimotokan.co.jp\/?page_id=25473"},"modified":"2023-06-30T10:27:57","modified_gmt":"2023-06-30T01:27:57","slug":"premium-onsen-west-building","status":"publish","type":"page","link":"https:\/\/takimotokan.ardevtech.net\/en\/roomtype\/premium\/onsen\/west\/","title":{"rendered":"Premium Onsen West 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_167317ee9f1cc4bd98cffa4f7f6024dc 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_167317ee9f1cc4bd98cffa4f7f6024dc\");\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_167317ee9f1cc4bd98cffa4f7f6024dc,\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_167317ee9f1cc4bd98cffa4f7f6024dc() {\r\n\t\t\t\t\t\t\t\t$(\"#img_slider_167317ee9f1cc4bd98cffa4f7f6024dc\").fadeTo(0,1);\r\n\t\t\t\t\t\t\t\t$(\"#img_slider_167317ee9f1cc4bd98cffa4f7f6024dc .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_167317ee9f1cc4bd98cffa4f7f6024dc\" style=\"opacity:0;\"><div class=\"img_slider_item boc_owl_lazy\"><img decoding=\"async\" src=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/06\/PRM\u897f\u9928\u7279\u5225\u5ba4A_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\/06\/PRM\u897f\u9928\u7279\u5225\u5ba4B_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\/06\/PRM\u897f\u9928\u7279\u5225\u5ba4C_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\/06\/PRM\u897f\u9928\u7279\u5225\u5ba4D_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\/PRM\u897f\u9928\u7279\u5225\u5ba4_\u30d1\u30a6\u30c0\u30fc\u30eb\u30fc\u30e0_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\/PRM\u897f\u9928\u7279\u5225\u5ba4\u5e73\u9762\u56f3_2560\u00d71440.jpg\" alt=\"\" title=\"\"\/><\/div><\/div><div class=\"img_carousel_holder mobile-show has_dots\">\t<div class=\"img_carousel mfp_gallery\" id=\"img_carousel_6827\" 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\/06\/PRM\u897f\u9928\u7279\u5225\u5ba4A_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\/06\/PRM\u897f\u9928\u7279\u5225\u5ba4B_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\/06\/PRM\u897f\u9928\u7279\u5225\u5ba4C_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\/06\/PRM\u897f\u9928\u7279\u5225\u5ba4D_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\/PRM\u897f\u9928\u7279\u5225\u5ba4_\u30d1\u30a6\u30c0\u30fc\u30eb\u30fc\u30e0_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\/PRM\u897f\u9928\u7279\u5225\u5ba4\u5e73\u9762\u56f3_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>\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_6827\");\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_6827\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_6827() {\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_6827 .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;\">Premium Onsen West Building<\/h2>\n<p style=\"text-align: center;\">It is a truly special space with spectacular views<br \/>\nof Jigokudani and private onsen bath which is embraced by nature.<\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<div style=\"text-align: center;\">\n<div style=\"display: inline-block; border: 1px solid #443a34; font-size: 100%; padding: 5px 10px; text-align: center;\">Sleeps 3 (61\u33a1)<\/div>\n<div style=\"display: inline-block; border: 1px solid #443a34; font-size: 100%; padding: 5px 10px;\">Jigokudani view<\/div>\n<div style=\"display: inline-block; border: 1px solid #443a34; font-size: 100%; padding: 5px 10px; text-align: center;\">Onsen bath with panoramic 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=64431&#038;hcod2=001&#038;hidmode=select&#038;hidSELECTroomtype=00566&#038;mode=seek&#038;_ga=2.68052882.2066303784.1658104039-643288553.1626397913\" \n\t\t\t\tclass=\"button btn_huge btn_theme_color btn_rounded  icon_pos_after   \"  target='_blank'><span>RESERVE NOW<\/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_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<\/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 \/ Pajama \/ Bathrobe \/ Pajama \/ Socks \/ Washing towel \/ Cotton swab and hair rubber band \/ Skincare set \/ Desk light \/ Extension cable \/ Traybo (tablet tray) \/ Yoga mat and stretch pole<\/td>\n<\/tr>\n<tr>\n<th>Facilities<\/th>\n<td>Soaking tub (onsen water) \/ Separate toilet \/ Two washbasins \/ Air conditioner \/ Flat-screen TV \/ Safe \/ Refrigerator \/ Humidifier and air purifier \/ Warm water washing toilet seat \/ LED makeup mirror \/ Fire place<\/td>\n<\/tr>\n<tr>\n<th>Other<\/th>\n<td>Beds with Simmons Beautyrest mattresses \/ Takimotokan original feather comforter \/ Yukata \/ Yukata overcoat \/ Sandals \/ Slippers \/ Hair dryer \/ Deodorizer \/ Electric kettle \/ 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_text]<\/p>\n<p style=\"text-align: center;\">Everything you need to work remotely and to relax afterwards in the comfort and privacy of your room.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-25545\" src=\"https:\/\/takimotokan.co.jp\/wp-content\/uploads\/2023\/05\/B04.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30c7\u30b9\u30af\u30e9\u30a4\u30c8_3\u00d72-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" srcset=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B04.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30c7\u30b9\u30af\u30e9\u30a4\u30c8_3\u00d72-300x200.jpg 300w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B04.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30c7\u30b9\u30af\u30e9\u30a4\u30c8_3\u00d72-1024x683.jpg 1024w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B04.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30c7\u30b9\u30af\u30e9\u30a4\u30c8_3\u00d72-768x512.jpg 768w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B04.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30c7\u30b9\u30af\u30e9\u30a4\u30c8_3\u00d72-1536x1024.jpg 1536w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B04.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30c7\u30b9\u30af\u30e9\u30a4\u30c8_3\u00d72-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><br class=\"pc-none\" \/><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-25540\" src=\"https:\/\/takimotokan.co.jp\/wp-content\/uploads\/2023\/05\/B06.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ae\u30dc\u30fc\u30c9_3\u00d72-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" srcset=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B06.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ae\u30dc\u30fc\u30c9_3\u00d72-300x200.jpg 300w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B06.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ae\u30dc\u30fc\u30c9_3\u00d72-1024x683.jpg 1024w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B06.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ae\u30dc\u30fc\u30c9_3\u00d72-768x512.jpg 768w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B06.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ae\u30dc\u30fc\u30c9_3\u00d72-1536x1024.jpg 1536w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B06.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ae\u30dc\u30fc\u30c9_3\u00d72-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><br class=\"pc-none\" \/><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-25535\" src=\"https:\/\/takimotokan.co.jp\/wp-content\/uploads\/2023\/05\/B05.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ac\u30b0\u30c3\u30ba_3\u00d72-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" srcset=\"https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B05.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ac\u30b0\u30c3\u30ba_3\u00d72-300x200.jpg 300w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B05.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ac\u30b0\u30c3\u30ba_3\u00d72-1024x683.jpg 1024w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B05.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ac\u30b0\u30c3\u30ba_3\u00d72-768x512.jpg 768w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B05.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ac\u30b0\u30c3\u30ba_3\u00d72-1536x1024.jpg 1536w, https:\/\/takimotokan.ardevtech.net\/wp-content\/uploads\/2023\/05\/B05.2023PRM\u897f\u9928\u7279\u5225\u5ba4\u30e8\u30ac\u30b0\u30c3\u30ba_3\u00d72-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_single_image image=&#8221;24161&#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] Premium Onsen West Building It is a truly special space with spectacular views of Jigokudani and private onsen bath which is embraced by nature. [\/vc_column_text][vc_column_text] Sleeps 3 (61\u33a1) Jigokudani view Onsen bath with panoramic 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_column_text el_class=&#8221;page-title&#8221;] Amenities Toothbrush \/ Hairbrush \/<\/p>\n<div class=\"h10\"><\/div>\n<p><a class=\"more-link1\" href=\"https:\/\/takimotokan.ardevtech.net\/en\/roomtype\/premium\/onsen\/west\/\">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\/25473"}],"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=25473"}],"version-history":[{"count":10,"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/pages\/25473\/revisions"}],"predecessor-version":[{"id":25846,"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/pages\/25473\/revisions\/25846"}],"wp:attachment":[{"href":"https:\/\/takimotokan.ardevtech.net\/en\/wp-json\/wp\/v2\/media?parent=25473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}