さざなみ酒店
さざなみ酒店は彦根駅から数ブロックのところにある酒屋さんです。道路から奥まったところにあるので、わかりにくいかもしれません。扉を開けると、そこはアラジンの巣窟のような空間で、ダークウッドを多用した魅力的なインテリアの中に、様々な種類のお酒がずらりと並んでいます。オーナーの安斎一馬さんは、日本酒ソムリエの資格を持ち、日本の国民的飲料の真の愛好家でもあります。
);
$('select').formSelect();
$('#topimage').slick({
infinite: true,
slidesToShow: 1,
arrows: false,
autoplay: true,
autoplaySpeed: 3000,
speed: 1000,
fade: true
});
$('.slick4').each(function(){
var l = $(this).children().length;
if((l > 4 && $(window).width() > 601) || (l > 2 && $(window).width() < 600)){
$(this).slick({
slidesToShow: 4,
responsive: [
{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
}
]
});
}
});
$('.slick').slick({
slidesToShow: 4,
responsive: [
{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
}
]
});
$('.slick.centermode').slick({
centerMode: true,
slidesToShow: 3,
centerPadding: '60px'
});
$('.slider-for').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
asNavFor: '.slider-nav'
});
$('.slider-nav').slick({
slidesToShow: 8,
slidesToScroll: 1,
asNavFor: '.slider-for',
dots: false,
focusOnSelect: true
});
$('.multiple-items').slick({
dots: false,
infinite: true,
speed: 300,
slidesToShow: 6,
slidesToScroll: 6,
arrows: true,
responsive: [
{
breakpoint: 992,
settings: {
slidesToShow: 4,
slidesToScroll: 4,
}
},
{
breakpoint: 600,
settings: {
slidesToShow: 3,
slidesToScroll: 3
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
}
]
});
$('.slide').each(function(){
if($(window).width()>601){
//console.log($(this).height());
$(this).css('margin-top', -($(this).height())+'px');
}
});
$('.email').each(function(){
var addr = 'info@' + 'oh-mi.org';
$(this).attr('href','mailto:'+addr);
$(this).html(addr);
});
if($(window).width() > 768){
$('.sort').each(function(){
$(this).html(
$(this).children('.col').sort(function(a, b) {
return parseInt( $(a).attr( 'data-sort' ) ) < parseInt( $(b).attr( 'data-sort' ) ) ? -1 : 1;
})
);
})
}
});