{"id":25399,"date":"2023-05-05T18:22:07","date_gmt":"2023-05-05T09:22:07","guid":{"rendered":"https:\/\/takimotokan.co.jp\/?page_id=25399"},"modified":"2026-01-06T14:54:03","modified_gmt":"2026-01-06T05:54:03","slug":"standard-large-japanese-south-building","status":"publish","type":"page","link":"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/south\/","title":{"rendered":"Standard Japanese-Style Large Room 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_001190c708b893c317b83339d03b65a8 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_001190c708b893c317b83339d03b65a8\");\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_001190c708b893c317b83339d03b65a8,\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_001190c708b893c317b83339d03b65a8() {\r\n\t\t\t\t\t\t\t\t$(\"#img_slider_001190c708b893c317b83339d03b65a8\").fadeTo(0,1);\r\n\t\t\t\t\t\t\t\t$(\"#img_slider_001190c708b893c317b83339d03b65a8 .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_001190c708b893c317b83339d03b65a8\" style=\"opacity:0;\"><div class=\"img_slider_item boc_owl_lazy\"><img decoding=\"async\" src=\"https:\/\/takimotokan.co.jp\/wp-content\/uploads\/2022\/12\/STD\u5357\u9928\u5927\u90e8\u5c4b_2560\u00d71440.jpg\" alt=\"\" title=\"\"\/><\/div><div class=\"img_slider_item boc_owl_lazy\"><img decoding=\"async\" src=\"https:\/\/takimotokan.co.jp\/wp-content\/uploads\/2022\/12\/SUP\u5357\u9928\u30e6\u30cb\u30c3\u30c8\u30d0\u30b9_2560\u00d71440.jpg\" alt=\"\" title=\"\"\/><\/div><div class=\"img_slider_item boc_owl_lazy\"><img decoding=\"async\" src=\"https:\/\/takimotokan.co.jp\/wp-content\/uploads\/2022\/12\/STD\u5357\u9928\u5927\u90e8\u5c4b\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_9753\" 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.co.jp\/wp-content\/uploads\/2022\/12\/STD\u5357\u9928\u5927\u90e8\u5c4b_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.co.jp\/wp-content\/uploads\/2022\/12\/SUP\u5357\u9928\u30e6\u30cb\u30c3\u30c8\u30d0\u30b9_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.co.jp\/wp-content\/uploads\/2022\/12\/STD\u5357\u9928\u5927\u90e8\u5c4b\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_9753\");\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_9753\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_9753() {\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_9753 .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;\">Standard Japanese-Style Large Room South Building<\/h2>\n<p style=\"text-align: center;\">This large room is ideally located for coming and going.<br \/>\nLocated in the South Building near the main entrance,<br class=\"pc-none\" \/>it accommodates up to 8 people.<\/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: 15px; padding-right: 15px;\">Sleeps 8 (53\u33a1)<\/div>\n<div style=\"display: inline-block; border: #443a34 solid 1px; font-size: 100%; padding: 5px; padding-left: 15px; padding-right: 15px;\">N\/A view<\/div>\n<div style=\"display: inline-block; border: #443a34 solid 1px; font-size: 100%; padding: 5px; padding-left: 15px; padding-right: 15px;\">Convenient for outing<\/div>\n<\/div>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<div style=\"text-align: center;\"><a class=\"button btn_small btn_theme_color btn_rounded btn_normal_style icon_pos_after \" href=\"https:\/\/www.489pro-x.com\/en\/takimotokan\/dai-ichi-takimotokan\/search\/?rooms=31&amp;num=4&amp;show=room\" target=\"_blank\" rel=\"noopener noreferrer\">RESERVE NOW<i class=\"icon icon-photo-gallery\"><\/i> <\/a><\/div>\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 \/ Face towel \/ Bath towel \/ Bath mat \/ Socks \/ Washing towel \/ Cotton, hair ties, cotton swabs \/ Skincare set<\/td>\n<\/tr>\n<tr>\n<th>Facilities<\/th>\n<td>Unit bath \/ Centralized heating and cooling throughout the building \/ Flat-screen TV \/ Safe \/ Refrigerator \/ Humidifier and air purifier \/ Warm water washing toilet seat<\/td>\n<\/tr>\n<tr>\n<th>Other<\/th>\n<td>Comforton futon \/ Takimotokan original folded pillow \/ Takimotokan original feather comforter \/ Yukata \/ Yukata overcoat \/ Sandals \/ Slippers \/ Hair dryer \/ Deodorizer \/ Electric kettle \/ Mineral water \/ tea \/ Glasses \/ Bottle opener \/ Shoehorn \/ Drip coffee \/ 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 (Domestic)<\/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\">+81-143-84-2111<\/p>\r\n<p class=\"regular\"><\/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] Standard Japanese-Style Large Room South Building This large room is ideally located for coming and going. Located in the South Building near the main entrance,it accommodates up to 8 people. [\/vc_column_text][vc_column_text] Sleeps 8 (53\u33a1) N\/A view Convenient for outing [\/vc_column_text][vc_column_text] RESERVE NOW [\/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<\/p>\n<div class=\"h10\"><\/div>\n<p><a class=\"more-link1\" href=\"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/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":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/south\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/roomtype-largejp\\\/standard\\\/south\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/#listItem\",\"position\":1,\"name\":\"\\u30db\\u30fc\\u30e0\",\"item\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/roomtype-largejp\\\/standard\\\/south\\\/#listItem\",\"name\":\"Standard Japanese-Style Large Room South Building\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/roomtype-largejp\\\/standard\\\/south\\\/#listItem\",\"position\":2,\"name\":\"Standard Japanese-Style Large Room South Building\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/#listItem\",\"name\":\"\\u30db\\u30fc\\u30e0\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/#organization\",\"name\":\"Takimotokan\",\"description\":\"\\u5727\\u5dfb\\u306e\\u5927\\u6d74\\u5834\\u3011\\u5317\\u6d77\\u9053\\u767b\\u5225\\u6e29\\u6cc9\\u306e\\u8001\\u8217\\u65c5\\u9928 \\u7b2c\\u4e00\\u6edd\\u672c\\u9928\\uff5c\\u516c\\u5f0f\",\"url\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/roomtype-largejp\\\/standard\\\/south\\\/#webpage\",\"url\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/roomtype-largejp\\\/standard\\\/south\\\/\",\"name\":\"Standard Japanese-Style Large Room South Building\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/roomtype-largejp\\\/standard\\\/south\\\/#breadcrumblist\"},\"datePublished\":\"2023-05-05T18:22:07+09:00\",\"dateModified\":\"2026-01-06T14:54:03+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/\",\"name\":\"Takimotokan\",\"description\":\"\\u5727\\u5dfb\\u306e\\u5927\\u6d74\\u5834\\u3011\\u5317\\u6d77\\u9053\\u767b\\u5225\\u6e29\\u6cc9\\u306e\\u8001\\u8217\\u65c5\\u9928 \\u7b2c\\u4e00\\u6edd\\u672c\\u9928\\uff5c\\u516c\\u5f0f\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/takimotokan.co.jp\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Standard Japanese-Style Large Room South Building","description":"","canonical_url":"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/south\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/south\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/takimotokan.co.jp\/en\/#listItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/takimotokan.co.jp\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/south\/#listItem","name":"Standard Japanese-Style Large Room South Building"}},{"@type":"ListItem","@id":"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/south\/#listItem","position":2,"name":"Standard Japanese-Style Large Room South Building","previousItem":{"@type":"ListItem","@id":"https:\/\/takimotokan.co.jp\/en\/#listItem","name":"\u30db\u30fc\u30e0"}}]},{"@type":"Organization","@id":"https:\/\/takimotokan.co.jp\/en\/#organization","name":"Takimotokan","description":"\u5727\u5dfb\u306e\u5927\u6d74\u5834\u3011\u5317\u6d77\u9053\u767b\u5225\u6e29\u6cc9\u306e\u8001\u8217\u65c5\u9928 \u7b2c\u4e00\u6edd\u672c\u9928\uff5c\u516c\u5f0f","url":"https:\/\/takimotokan.co.jp\/en\/"},{"@type":"WebPage","@id":"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/south\/#webpage","url":"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/south\/","name":"Standard Japanese-Style Large Room South Building","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/takimotokan.co.jp\/en\/#website"},"breadcrumb":{"@id":"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/south\/#breadcrumblist"},"datePublished":"2023-05-05T18:22:07+09:00","dateModified":"2026-01-06T14:54:03+09:00"},{"@type":"WebSite","@id":"https:\/\/takimotokan.co.jp\/en\/#website","url":"https:\/\/takimotokan.co.jp\/en\/","name":"Takimotokan","description":"\u5727\u5dfb\u306e\u5927\u6d74\u5834\u3011\u5317\u6d77\u9053\u767b\u5225\u6e29\u6cc9\u306e\u8001\u8217\u65c5\u9928 \u7b2c\u4e00\u6edd\u672c\u9928\uff5c\u516c\u5f0f","inLanguage":"en-US","publisher":{"@id":"https:\/\/takimotokan.co.jp\/en\/#organization"}}]}},"aioseo_meta_data":{"post_id":"25399","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":{"id":"#aioseo-web-page-66d3400e82d7d","slug":"web-page","graphName":"WebPage","label":"Web Page","properties":{"type":"WebPage","name":"","description":""}}},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2023-05-05 09:20:44","updated":"2026-01-06 05:54:04","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/takimotokan.co.jp\/en\/\" title=\"\u30db\u30fc\u30e0\">\u30db\u30fc\u30e0<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tStandard Japanese-Style Large Room South Building\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\u30db\u30fc\u30e0","link":"https:\/\/takimotokan.co.jp\/en\/"},{"label":"Standard Japanese-Style Large Room South Building","link":"https:\/\/takimotokan.co.jp\/en\/roomtype-largejp\/standard\/south\/"}],"_links":{"self":[{"href":"https:\/\/takimotokan.co.jp\/en\/wp-json\/wp\/v2\/pages\/25399"}],"collection":[{"href":"https:\/\/takimotokan.co.jp\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/takimotokan.co.jp\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/takimotokan.co.jp\/en\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/takimotokan.co.jp\/en\/wp-json\/wp\/v2\/comments?post=25399"}],"version-history":[{"count":7,"href":"https:\/\/takimotokan.co.jp\/en\/wp-json\/wp\/v2\/pages\/25399\/revisions"}],"predecessor-version":[{"id":35166,"href":"https:\/\/takimotokan.co.jp\/en\/wp-json\/wp\/v2\/pages\/25399\/revisions\/35166"}],"wp:attachment":[{"href":"https:\/\/takimotokan.co.jp\/en\/wp-json\/wp\/v2\/media?parent=25399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}