hotel MONday Premium 豊洲 / hotel MONday Premium TOYOSU
東京都 / 江東區
從豊洲車站免費接駁巴士,搭配雙人/雙床/大浴場,打造一夜之遊
hotel MONday Premium 豊洲是個位於豊洲・有明地區的觀光飯店,適閤家庭入住並附設大浴場。大浴場♪豐洲車站接送巴士♪可輕鬆抵達話題景點。有.ready(function($){
$('.inview-fadein').css('opacity', 0);
var initialize = function(){
$('.js-ellipsis').textOverflowEllipsis();
if ($('.inview-fadein').length) {
$(window).on('load scroll resize', function(){
$('.inview-fadein:not(.active)').each(function(){
var elmTop = $(this).offset().top || 0;
if ($(window).scrollTop() > elmTop - $(window).height()){
if ($(this).is('#post_list')) {
var $articles = $(this).find('.article, .archive_link');
$articles.css('opacity', 0);
$(this).addClass('active').css('opacity', 1);
$articles.each(function(i){
var self = this;
setTimeout(function(){
$(self).animate({ opacity: 1 }, 200);
}, i*200);
});
} else {
$(this).addClass('active').animate({ opacity: 1 }, 800);
}
}
});
});
}
$(window).trigger('resize');
};
function after_load() {
$('#site_loader_animation').delay(300).fadeOut(600);
$('#site_loader_overlay').delay(600).fadeOut(900, initialize);
}
$(window).load(function () {
after_load();
});
setTimeout(function(){
if ($('#site_loader_overlay').not(':animated').is(':visible')) {
after_load();
}
}, 3000);
});


















