');
$(function(){
//#sub_rss_box 要素内の特定の文字列を置換
$('.rss_title a').each(function(){
var txt = $(this).html();
$(this).html(txt.replace(/に出展します。/g,'に出展します。
'));
});
});
$(document).ready(function(){
//matchHeight
$('.txtH').matchHeight();
$('#equipment_box01 dt').matchHeight();
$('#works_box02 li').matchHeight();
$('#design_box03 dl').matchHeight();
$('.works_list li').matchHeight();
//biggerlink
$('.linkBox').biggerlink();
$('#design_box03 dl').biggerlink();
//アコーディオン
$(".faq_box01 dt").on("click", function() {
$(this).next().slideToggle();
$(this).toggleClass("active");
});
//jquery.readmore.js
$(window).on('load resize', function() {
setTimeout(function(){
$(".reason_unit .text").readmore({
substr_len: 158
});
},200);
});
//swipe
$('.zoom a').photoSwipe();
});
}
// -->