
@charset "UTF-8";

#con_first+.contents_box01 .inner_item_txt{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*追従フッター*/
.list_shinjyuku{
  display: none;
}
@media screen and (max-width: 1100px) {
    .footer_fixed_new ul li.shop_list_new.list_sp.list_shinjyuku{
        display: none;
    }
    .footer_fixed_new ul li.shop_list_new.list_sp, .line_list_new {
        width: calc(50% - 0.5rem* 1 / 2);
    }
}
@media screen and (max-width: 500px) {
    .footer_fixed_new ul li.shop_list_new.list_sp.list_shinjyuku{
        display: none;
    }
    .footer_fixed_new ul li.shop_list_new.list_sp, .line_list_new {
        width: calc(50% - 0.2rem* 1 / 2);
    }
}
.br_dn{
  display: none;
}