Notice: Use of undefined constant question - assumed 'question' in /usr/home/aa11251i9f/html/wp-content/themes/isprtSP/single.php on line 15
Notice: Use of undefined constant busphoto - assumed 'busphoto' in /usr/home/aa11251i9f/html/wp-content/themes/isprtSP/single.php on line 23
Notice: Use of undefined constant history - assumed 'history' in /usr/home/aa11251i9f/html/wp-content/themes/isprtSP/single.php on line 27
名神集中工事に伴う遅延の可能性について
Notice: Use of undefined constant question - assumed 'question' in /usr/home/aa11251i9f/html/wp-content/themes/isprtSP/single.php on line 46
Notice: Use of undefined constant busphoto - assumed 'busphoto' in /usr/home/aa11251i9f/html/wp-content/themes/isprtSP/single.php on line 50
2019年6月3日(月)0時から6月15日(土)6時の間、名神高速集中工事の影響により、関東⇔関西・中国、中部⇔関西、関西⇔仙台 各便におきまして到着の遅れが発生することが予想されます。あらかじめご了承のうえご利用をお願い致します。
';
} else {
document.getElementById('js_sample').innerHTML = '
';
}
}
function jump(){
var url = document.tariffCal.BIN.options[document.tariffCal.BIN.selectedIndex].value;
if(url != "" ){
location.href = url;
}
}
$(function(){
$("nav div.panel").hide();$(".menu").click(function(){
$(this).toggleClass("menuOpen").next().slideToggle();
});
})
$(function(){
$('.backTop').click(function () {
$('body,html').animate({
scrollTop: 0
}, 500);return false;
});
});
$(function() {
$("#tab li").click(function() {
var num = $("#tab li").index(this);
var rel = jQuery('.content_wrap').eq(num).find('iframe').attr('rel');
jQuery('.content_wrap').eq(num).find('iframe').attr('src',rel);
$(".content_wrap").addClass('disnon');
$(".content_wrap").eq(num).removeClass('disnon');
$("#tab li").removeClass('select');
$(this).addClass('select')
});
});
$(function() {
var topBtn = $('#page-top');
topBtn.hide();
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
topBtn.fadeIn();
} else {
topBtn.fadeOut();
}
});
topBtn.click(function () {
$('body,html').animate({
scrollTop: 0
}, 500);
return false;
});
});
