// Footer付近でフェードアウト
//window.onscroll = function () {
// var check = window.pageYOffset ;
// var docHeight = $(document).height();
// var dispHeight = $(window).height();
//
// if(check > docHeight-dispHeight-300){
// $('#drawer').fadeOut(500); //フェードアウトの速度
//
// }else{
// $('#drawer').fadeIn(500); //フェードインの速度
// }
//};
// Toggle
$(function(){
var depurl = '/tour_search_f2/tour_api.html?mode=dep&homenG='+$('#homenG').val()+'&homen='+$('#homen').val()+'&city='+$('#city').val();
if ( $('#brand_cd').val() == "DV" ){
depurl += '&brand_cd=DV';
}
$.ajax({
url:depurl,
dataType:'xml',
success:function(xml){
$(xml).find('depjoken').each(function(){
$('#ts_dep').append($('